Help! How Do You Stop The Search Engines From...?

by 4 replies
5
Hi Warriors,

I don't want certain pages of my site indexed in the search
engines?

What is the code that is used so that the search engines
don't follow, etc.?

Thanks,

Robert
#search engine optimization #engines #search #stop
  • Robots nofollowtxt
    • [1] reply
    • Hi acedalright,

      Thanks for your assistance. Is that the exact code that I place
      on a particular page?

      If that's not the exact html code, can you tell me the exact
      code is, etc.?

      Robert
  • Place this in the root folder of your site:

    <meta name="robots" content="noindex" />

    Sorry about the previous short answer, kids screaming, injuries, band aids.
    Cheers
  • You could simply tag each page with something like:

    Code:
    <META NAME="ROBOTS" CONTENT="NOINDEX, NOFOLLOW">
    Have a look at this site for all of the syntax you need: Robots.txt

Next Topics on Trending Feed