How To Put A No-Follow and No-Index Thing On Your Pages?

4 replies
  • SEO
  • |
I've just finished creating my opt-in page, my thank you page and my download page. How do I put a no-follow and no-index code on my thankyou and download page? WHere do I get the code from, if any?

Regards
Mister Bryan
#nofollow #noindex #pages #put #thing
  • Profile picture of the author Kevin Alexander
    In between the "<head> </head>" tags like this:

    <head>

    <title>Title of Your Page</title>

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

    </head>
    {{ DiscussionBoard.errors[2464595].message }}
  • Profile picture of the author ArticlePrince
    <META NAME="ROBOTS"
    CONTENT="NOINDEX, NOFOLLOW">
    Signature
    FREE 500 word articles, PM me for yours!
    (4 days only!)
    {{ DiscussionBoard.errors[2464602].message }}
  • Profile picture of the author aandersen
    you can also use robots.txt to do it

    User-agent: *
    Disallow: /directory/
    Disallow: /deeper/directory/
    Disallow: /specific/file.php

    or the META style... same same

    here is all you need to know :

    The Web Robots Pages : robots.txt

    The Web Robots Pages : robots META tag
    Signature

    signature goes here

    {{ DiscussionBoard.errors[2465052].message }}
  • Profile picture of the author vinug
    doing both meta tag no-follow no-index and blocking via robots.txt are recommended.
    {{ DiscussionBoard.errors[2465291].message }}

Trending Topics