Results 1 to 3 of 3

Thread: How do you create a text link with a "no follow" message so it is not crawled
      
   

  1. #1
    local-shoppers is offline Sergeant
    Join Date
    Dec 2008
    Posts
    29

    Question How do you create a text link with a "no follow" message so it is not crawled

    How do you create a text link with a "no follow" message so it is not crawled by search engine robots? If I link a website to mine and the link is crawled by a search engine robot, technically it is directed away from crawling my site and I believe this may hurt my page rankings. How can I make this link so that it is not crawled?

    I do have a robots.txt file however I'm not sure what to input if this is how I fix this issue.

    Thanks

  2. #2
    Vasili's Avatar
    Vasili is offline Moderator
    Join Date
    Mar 2006
    Posts
    13,610

    Wink Re: How do you create a text link with a "no follow" message so it is not crawled

    The bots do not function in that manner: they will register the link (both internal and external, inbound and outbound) and verify that it is a link to a valid website first --- this is the beginnings of establishing "relevancy" to your site. The cached version of the other site is immediately recognized by the bots along with the stored SE values, and this "comparison" helps to define the base valuations of relevancy between the two. It is not like the the bots are running down rails like a train and someone throws a switch to shift the tracks, and the bots leave your site! They stick around until they carefully evaluate your website in detail and merely "notice" the relationships you have created by your outbound links.

    You cannot prevent bots from "following" links away from your site (it wouldn't make sense if you could), but there are times you prefer to "block" internal site pages from being cached or indexed, which is the reason for the "do not follow" file method.
    . VodaWebs....Luxury Group
    * Success Is Potential Realized *

  3. #3
    MJMing is offline First Sergeant
    Join Date
    Jul 2006
    Location
    Brisbane Australia
    Posts
    83

    Default Re: How do you create a text link with a "no follow" message so it is not crawled

    I don't know if this is what you mean but I've been advised to place the following text in "between head tag" mainly to stop the download page from being found by the crawlers.
    <meta name="robots"content="noindex,nofollow">

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

     

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49