Difference Between noFollow and doFollow?

Discussion in 'Search Engine Optimization' started by srox, Oct 17, 2008.

  1. #1
    what are the difference between noFollow and doFollow? and where we used them?
     
    srox, Oct 17, 2008 IP
  2. catanich

    catanich Peon

    Messages:
    1,921
    Likes Received:
    40
    Best Answers:
    0
    Trophy Points:
    0
    #2
    Fron Google - http://www.google.com/support/webmasters/bin/answer.py?answer=96569&ctx=sibling

    "Nofollow" provides a way for webmasters to tell search engines "Don't follow links on this page" or "Don't follow this specific link."

    Originally, the nofollow attribute appeared in the page-level meta tag, and instructed search engines not to follow (i.e., crawl) any outgoing links on the page. For example:

    <meta name="robots" content="nofollow" />Before nofollow was used on individual links, preventing robots from following individual links on a page required a great deal of effort (for example, redirecting the link to a URL blocked in robots.txt). That's why the nofollow attribute value of the rel attribute was created. This gives webmasters more granular control: instead of telling search engines and bots not to follow any links on the page, it lets you easily instruct robots not to crawl a specific link. For example:

    <a href="signin.php" rel="nofollow">sign in</a>
     
    catanich, Oct 17, 2008 IP
  3. cnvseo

    cnvseo Guest

    Messages:
    355
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    0
    #3
    Default it is dofollow. But if you want that some pages should not be indexed by Google than you can upload an Robots.txt file and mentioned in the file that you do not want to indexed these pages, For example....

    User-agent: *
    Disallow: /apple.domain.com
    Disallow: /banana.domain.com
    Disallow: /orange.domain.com

    You can also use nofollow attribute to prevent passing benefits of PR to any link. Such as,

    <a href="abc.htm" rel="nofollow">ABC</a>
     
    cnvseo, Oct 17, 2008 IP
  4. jimdeso

    jimdeso Peon

    Messages:
    7
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #4
    the easy way to check dofollow and nofollow link use seo addon firefox
     
    jimdeso, Oct 17, 2008 IP
  5. laostravel

    laostravel Peon

    Messages:
    326
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    0
    #5
    I try to make dofollow for my blog, i think it can make more traffic but i dont see comment more.
     
    laostravel, Oct 17, 2008 IP
  6. Australianfranchises

    Australianfranchises Peon

    Messages:
    1,230
    Likes Received:
    7
    Best Answers:
    0
    Trophy Points:
    0
    #6
    dofollow is allowing a spider on your page, noFollow is not allowing a spider on your page.
     
    Australianfranchises, Oct 17, 2008 IP
  7. jamesinngram

    jamesinngram Peon

    Messages:
    348
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #7
    Do follow allows the spider to follow your page and nofollow attribute tells the search engine spider to don't follow the link. To see if the link is a dofollow, right click on the link and click properties. If it says new window, it means dofollow. If it says external, it is a dofollow. If there is an external nofollow, it is a nofollow. It if there is a nofollow, it is a nofollow.
     
    jamesinngram, Oct 18, 2008 IP
  8. genuineseo

    genuineseo Well-Known Member

    Messages:
    783
    Likes Received:
    8
    Best Answers:
    0
    Trophy Points:
    108
    #8
    Yes you can use dofollow tag then allowing a spider on your page. :cool:
     
    genuineseo, Oct 18, 2008 IP
  9. andyj00

    andyj00 Active Member

    Messages:
    532
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    58
    #9
    There is no such thing as a Dofollow attribute. "Dofollow" is simply the absense of the nofollow attribute.

    Nofollow: <a href="someurl.htm" rel="nofollow">text</a>

    "Dofollow": <a href="someurl.htm">text</a>
     
    andyj00, Oct 18, 2008 IP