Robots meta tag code?

by Ryan6
3 replies
  • WEB DESIGN
  • |
Hi

Does anyone know what code as a robots meta tag I would use to restrict the search engines from indexing just my privacy policy. Everything else needs to be indexed. Many Thanks.
#code #meta #robots #tag
  • Profile picture of the author rocketsites
    Open your privacy policy html page. Inbetween the <head> and </head> tag, insert the following line of code:

    <META NAME="ROBOTS" CONTENT="NOINDEX, NOFOLLOW">

    Your question asks specifically about not wanting spiders to index your page. If you have links in the privacy policy that you DO want the bots to follow, exclude the NOFOLLOW part.
    {{ DiscussionBoard.errors[723993].message }}
  • Profile picture of the author Ryan6
    Hi. Although I am on a fresh domain, this is a blog hosted with Blogger and so this privacy has been setup as an initial post rather than being a html file.
    Signature
    {{ DiscussionBoard.errors[724146].message }}
  • Profile picture of the author varun21
    you can use this step
    <head>
    <title>your title</title>
    <META NAME="ROBOTS" CONTENT="NOINDEX, NOFOLLOW">
    </head>
    than
    meta tags
    {{ DiscussionBoard.errors[752251].message }}

Trending Topics