index, nofollow - explanation?

Discussion in 'Link Development' started by kuyaedz, Oct 11, 2006.

  1. #1
    I read a blog post tonite about Technorati using the "index, nofollow" in its meta tags. I was hoping someone could better explain to me what this means. I have seen this before but don't feel like I understand it as much or as well as I'd like.

    If anyone could outline the rel=, nofollow & robots.txt related I'd appreciate it. Thanks
     
    kuyaedz, Oct 11, 2006 IP
  2. hooperman

    hooperman Well-Known Member

    Messages:
    646
    Likes Received:
    23
    Best Answers:
    0
    Trophy Points:
    108
    #2
    Index means robots may index the page, nofollow means that robots shouldn't follow the links on the page.
     
    hooperman, Oct 12, 2006 IP
  3. Cryogenius

    Cryogenius Peon

    Messages:
    1,280
    Likes Received:
    118
    Best Answers:
    0
    Trophy Points:
    0
    #3
    When a hyperlink includes rel="nofollow", the meaning is slightly different:

    Cryo.
     
    Cryogenius, Oct 12, 2006 IP
  4. hooperman

    hooperman Well-Known Member

    Messages:
    646
    Likes Received:
    23
    Best Answers:
    0
    Trophy Points:
    108
    #4
    You get different explanations depending where you look: http://www.google.com/support/webmasters/bin/answer.py?answer=33582

    Confusing!
     
    hooperman, Oct 12, 2006 IP
  5. Link.ezer.com

    Link.ezer.com Peon

    Messages:
    647
    Likes Received:
    28
    Best Answers:
    0
    Trophy Points:
    0
    #5
    only two things you need to know

    noindex and nofollow because index and follow are defaults

    ex: sample.html use following meta tag::
    <head>
    <meta name="robots" content="noindex,nofollow" >
    </head>

    noindex : robots do not index the page(sample.html)
    nofollow : robots do not index all hrefs from the page

    you may play meta tags here: http://3w.ezer.com/tools/html/metabuilderframe.asp
     
    Link.ezer.com, Oct 12, 2006 IP
  6. Cryogenius

    Cryogenius Peon

    Messages:
    1,280
    Likes Received:
    118
    Best Answers:
    0
    Trophy Points:
    0
    #6
    There's also the noarchive flag, for when you want to be indexed, but not have your web page cached by the search engine.
     
    Cryogenius, Oct 12, 2006 IP
  7. songchai

    songchai Well-Known Member

    Messages:
    503
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    118
    #7
    If Ref nofollow the Robot will not count the outbound Links, which mean you got no outbound link just inboud links, I'm I understand correctly. If every Webmaster using nofollow artibute then ?????
     
    songchai, Oct 12, 2006 IP
  8. seolion

    seolion Active Member

    Messages:
    1,495
    Likes Received:
    97
    Best Answers:
    0
    Trophy Points:
    90
    #8
    seolion, Oct 12, 2006 IP