PDA

View Full Version : Exclude a Page


rdubill
05-20-2008, 07:57 PM
How do I excluded our home page from being indexed?

http://www.tigerperformance.com/

Thanks...

wrensoft
05-20-2008, 09:23 PM
Wanting to exclude your home page is a strange request as it is normally the most important page on any site.

Just add the meta robots tag to the page if you don't want it indexed. e.g.
<meta name="robots" content="noindex">

rdubill
05-20-2008, 09:48 PM
thank you...

But - will adding this tag also tell the search engines (i.e., Google, Yahoo, etc.) to not index my home page?

I just want to exclude the home page from internal searches - it is set up to be mainly a page to be navigated away from - and it keeps appearing within the zoom search results very high up - well above the product pages I want to send them to..

wrensoft
05-20-2008, 11:39 PM
Yes, it will effect most search engine.

If it is just a ranking issue, then de-boost your home page.
<meta name="ZOOMPAGEBOOST" content="-5">

Ray
05-21-2008, 01:44 AM
If you are using Spider Mode, and you want to start crawling from your home page (because it contains the most comprehensive links to the rest of your site), but you don't want its content to be indexed, then do this:

Assuming the abovementioned frontpage URL is your "Start Spider URL", click on "More". Now click on "Edit" and change the "Spidering options for this URL" to "Follow links only". Click "OK" and re-index.

rdubill
05-23-2008, 09:32 AM
If you are using Spider Mode, and you want to start crawling from your home page (because it contains the most comprehensive links to the rest of your site), but you don't want its content to be indexed, then do this:

Assuming the abovementioned frontpage URL is your "Start Spider URL", click on "More". Now click on "Edit" and change the "Spidering options for this URL" to "Follow links only". Click "OK" and re-index.
thanks to all who helped out on this one!

All is well!