excluding a page from the search results page

Post Reply
hqweb0
Posts: 45
Joined: Thu Jun 01, 2006 3:08 am

excluding a page from the search results page

Post by hqweb0 »

Hi,
is there a way to index a page so its linked are followed and indexed but remove that page from the search results page?
Thanks.
Niamh
User avatar
jason112
Site Admin
Posts: 347
Joined: Tue Oct 26, 2004 5:35 pm

excluding a page from the search results page

Post by jason112 »

If you have control over the page, you can do it within
the page itself by adding a meta-robots value in the <head>:

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

Otherwise you can use Exclude By Field to match the URL exactly and select "Links Only".
User avatar
mark
Site Admin
Posts: 5519
Joined: Tue Apr 25, 2000 6:56 pm

excluding a page from the search results page

Post by mark »

Actually you want to *exclude* "Pages Only" to exclude the matching page's content but follow it's links.
hqweb0
Posts: 45
Joined: Thu Jun 01, 2006 3:08 am

excluding a page from the search results page

Post by hqweb0 »

Thanks. I tried exclude by field to match url and then to exclude pages only, and although the page itself is not coming back in the search results, neither are any of the pages linked to.
hqweb0
Posts: 45
Joined: Thu Jun 01, 2006 3:08 am

excluding a page from the search results page

Post by hqweb0 »

in fact, i used the meta-robots instead and that worked. thanks
Post Reply