Forum Moderators: goodroi
index.html
page1.html
page2.html
page3.html
sitemap.html
all pages link to each other. I only want the bots to follow the links from index.html and sitemap.html, but I want the content on all of the pages indexed.
if I put this tag
<META NAME="ROBOTS" CONTENT="INDEX, NOFOLLOW">
on page1.html, page2.html, page3.html will that work the way I intend?