문제

Please suggest me, By writing <meta name="robots" content="nofollow">in the submaster page will include the links of master page or not? Thanks.

도움이 되었습니까?

해결책

 example.com/master-page/sub-master-page

 AND

 example.com/master-page 

These both are two different URLs therefore no-following links on one page will not effect the links on the other page.

You will have to include the no-follow meta tags on both the pages separately to make external links no-follow on both the pages:

<meta name="robots" content="nofollow"/>

다른 팁

Every page identified by a unique URL is unique and crawlers index each URL separately. Considering this fact and logic, your meta tag on sub page will not affect the parent page.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top