How can I prevent search engines from indexing some of the pages in my site? Is there a meta tag I need or something? Please help!
hmm, thanks... I just read that this meta code: <META NAME="ROBOTS" CONTENT="NOINDEX, NOFOLLOW"> a robot should neither index this document, nor analyse it for links. So If I put this code in the pages that I dont want google (or any other SE) to index, then it wont index them correct? Or do I also need another file/program to go along with this?
Hi There! You could create the 'no follow' within each page (more work)...but as was mentioned by creating a robots text file, you only need to make changes to one file. A
theres something called robots.txt that tells search engines which part to crawl and which one not to.