Click to See Complete Forum and Search --> : Preventing Crawling


motuiti
08-28-2009, 01:45 PM
I effectively have duplicate pages. Only the pictures are different.
What Code can I add to prevent Google from searching the second of these pages.

XXX.Com/page1.html
XXX.Com/page2.html

For instance Page 2 would be bypassed by crawlers

Thanks

-Sandy

IcyBlueEyes
08-28-2009, 04:33 PM
add a metatag to XXX.Com/page2.html:

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

motuiti
08-28-2009, 07:15 PM
Thank you for that.

I knew it would be something simple.

-Sandy