Forum Moderators: goodroi

Message Too Old, No Replies

Preventing a page from being indexed but wanting links to be followed

         

realmaverick

12:42 am on Sep 4, 2008 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Hi guys,

I want to use meta robots or robots.txt to stop a number of pages being indexed but I want the links to be followed.

Would <meta name="ROBOTS" content="NOINDEX"> do the trick or would this cause google to start ignoring the pages?

Thanks in advance

Marshall

12:44 am on Sep 4, 2008 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member Top Contributors Of The Month



<meta name="robots" content="noindex,follow">

Marshall

g1smd

5:24 pm on Oct 21, 2008 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member Top Contributors Of The Month



The robots.txt file stops listed files from being accessed so the links will never be found.

You need the meta tag. That allows the page to be fetched, links followed, but the content will not be indexed.