magento My Account 등 링크 에 nofollow 탭 추가

1587 단어
Magento 의 머리 에 있 는 My Account, Log In, My Wishlist 몇 개의 링크 는 xml 레이아웃 파일 을 통 해 호출 되 었 습 니 다. SEO 할당 가중치 를 위해 서 는 'nofollow' 탭 을 추가 해 야 합 니 다. 그러나 링크 는 일반적인 HTML 코드 가 아니 기 때문에 nofollow 탭 을 추가 하 는 것 은 어렵 습 니 다.템 플 릿 에 있 는 customer. xml 파일 을 찾 습 니 다. 기본 위 치 는 app / design / front / base / default / layout / customer. xml 입 니 다. 예 를 들 어 'My Account' 링크 에 'nofollow' 속성 을 추가 하고 'My Account' 를 검색 하려 면 전체 코드 는 다음 과 같 습 니 다.
<action method="addLink" translate="label title" module="customer">
<label>My Account</label>
<url helper="customer/getAccountUrl"/>
<title>My Account</title>
<prepare/>
<urlParams/>
<position>10</position>
<null/>
<aparams>rel="nofollow"</aparams>
</action>

다른 건 고양이 가 호 랑 이 를 그리 면 돼 요.

좋은 웹페이지 즐겨찾기