16 replies
  • SEO
  • |
Hi all!

I seem to remember there's a no-follow code that you can use to make sure your documents on the Web (like PDF documents) can't be found in searches. Does anyone know if I'm remembering correctly and what it is? I'd rather my free report NOT be found in a Google search.

Thanks,
Michelle
#code #follow
  • Profile picture of the author mathiasc
    Here's the code
    Code:
    <a href=http://www.YourProduct.com/ rel="nofollow" >Title/Text Here</a>
    {{ DiscussionBoard.errors[768078].message }}
    • Profile picture of the author edpudol1973
      Originally Posted by mathiasc View Post

      Here's the code
      Code:
      <a href=http://www.YourProduct.com/ rel="nofollow" >Title/Text Here</a>
      No that does not solve the problem... because engines follow links even with the nofollow tag, try to disallow it in robots.txt or put it in secured folder
      {{ DiscussionBoard.errors[768085].message }}
      • Do you want them to not just see the link? Or do you not want them to index the page? If it is the page you need to add the meta information for no follow in order to get robots to skip that page and not search it.
        {{ DiscussionBoard.errors[768091].message }}
      • Profile picture of the author askloz
        That's nonsense.

        Nofollow means NOFOLLOW, if you put that attribute in your href links, then the search engines will NOT FOLLOW the link. Period!

        Originally Posted by edpudol1973 View Post

        No that does not solve the problem... because engines follow links even with the nofollow tag, try to disallow it in robots.txt or put it in secured folder
        Signature
        {{ DiscussionBoard.errors[776157].message }}
        • Profile picture of the author TheHutz
          Originally Posted by askloz View Post

          That's nonsense.

          Nofollow means NOFOLLOW, if you put that attribute in your href links, then the search engines will NOT FOLLOW the link. Period!
          No, no, no! I'm afraid thats not the case.

          The nofollow attribute to links does not stop search engines from following the link. It stops them from passing Page Rank to that page. Even then it is not always paid attention to - especially by Yahoo and MSN.

          It was introduced to try and reduce the effects of comment spam on blogs.

          As mentioned before, you need to use Robots.txt file or your meta tags to stop the file/page being indexed.
          {{ DiscussionBoard.errors[776337].message }}
        • Profile picture of the author Stella_Roberts
          Originally Posted by askloz View Post

          That's nonsense.

          Nofollow means NOFOLLOW, if you put that attribute in your href links, then the search engines will NOT FOLLOW the link. Period!
          Thats No Nonsense..........

          Nofollow links are not followed only by Google, whereas Yahoo and Live do consider nofollow links as well.
          {{ DiscussionBoard.errors[776491].message }}
          • Profile picture of the author TheHutz
            Originally Posted by Stella_Roberts View Post

            Thats No Nonsense..........

            Nofollow links are not followed only by Google, whereas Yahoo and Live do consider nofollow links as well.
            Please stop adding to the confusion!

            Links are always followed and crawled. The only thing the nofollow attribute does is to stop Page Rank being passed.

            {{ DiscussionBoard.errors[776503].message }}
    • Profile picture of the author David
      Originally Posted by mathiasc View Post

      Here's the code
      Code:
      <a href=http://www.YourProduct.com/ rel="nofollow" >Title/Text Here</a>
      is the space required?

      rel="nofollow">

      OR

      rel="nofollow" >

      I read on digital point that is does have to be one word:
      nofollow

      as opposed to
      no follow

      thanks
      Signature

      David Bruce Jr of Frederick Web Promotions
      Lawyer Local SEO - |

      {{ DiscussionBoard.errors[768100].message }}
  • Profile picture of the author Randy Bheites
    To really make sure it doesn't get found by search engines, put it in a seperate folder and password-protect it. Give the login out to your paid customers when you deliver their order confirmation email.
    Signature
    have a great day

    {{ DiscussionBoard.errors[768121].message }}
    • Profile picture of the author Nightengale
      Thanks guys! I appreciate it!

      Michelle
      Signature
      "You can't market here. This is a marketing discussion forum!"
      {{ DiscussionBoard.errors[768127].message }}
  • Profile picture of the author Smokey_Joe
    The nofollow microformat is primarily used to prevent pr and anchor text from being transferred. The links are followed all the same.

    I believe this is not exactly what you are looking for.
    {{ DiscussionBoard.errors[768819].message }}
  • Profile picture of the author robertsgr
    If you want your documents don't be indexed by search engines, nofollow tag can't help you. Use robots.txt:

    User-agent: *
    Disallow: /
    {{ DiscussionBoard.errors[769601].message }}
  • Profile picture of the author dave147
    [DELETED]
    {{ DiscussionBoard.errors[770893].message }}
    • Profile picture of the author TheHutz
      Originally Posted by dave147 View Post

      you need a noindex,nofollow for the robots
      Yeah thats right, although I personally like to have noindex,follow - as if I have any links on the page I don't want indexed, the PR still gets passed.

      Just a handy little tip that people might forget about - Always try to have your links followed unless they are going to pages you don't want ranked.
      {{ DiscussionBoard.errors[773517].message }}
  • Profile picture of the author robertstr
    Here is an example of nofollow being applied to a link:
    • Normal link:
      <a href="http://www.example.com/">best credit cards </a>
    • Link with Nofollow:
      <a href="http://www.example.com/" rel="nofollow">best credit cards </a>
    {{ DiscussionBoard.errors[776368].message }}
  • Profile picture of the author faithuniq
    You have to mention it in your robots.txt file.
    {{ DiscussionBoard.errors[777734].message }}

Trending Topics