1. Advertising
    y u no do it?

    Advertising (learn more)

    Advertise virtually anything here, with CPM banner ads, CPM email ads and CPC contextual links. You can target relevant areas of the site and show ads based on geographical location of the user if you wish.

    Starts at just $1 per CPM or $0.10 per CPC.

External Nofollow

Discussion in 'Link Development' started by mdvaldosta, Mar 14, 2006.

  1. Yankee85

    Yankee85 Peon

    Messages:
    1,067
    Likes Received:
    11
    Best Answers:
    0
    Trophy Points:
    0
    #21
    is it possible to add rel="nofollow" sitewide, so I won't bother adding rel="nofollow" for every link?
     
    Yankee85, Oct 15, 2008 IP
  2. alek

    alek Banned

    Messages:
    846
    Likes Received:
    7
    Best Answers:
    0
    Trophy Points:
    58
    #22
    Will External link crawl by Google or they will be same as nofollow.
     
    alek, Oct 15, 2008 IP
  3. Dodger

    Dodger Peon

    Messages:
    1,494
    Likes Received:
    60
    Best Answers:
    0
    Trophy Points:
    0
    #23
    Why would you want to do that? Linking out can be very advantageous, it adds more context to your main content. In the case of Google, they analyze the content on the other side of that link in relation to your content.

    But to answer your question, yes there is a very easy way to accomplish that. Stick this in your HEAD section of any page that you want all links to be Nofollowed.

    <html>
    <head>
    <title>...</title>
    <META NAME="ROBOTS" CONTENT="INDEX, NOFOLLOW">
    </head>
    Code (markup):
    Using the NOFOLLOW directive in the Robots META only applies to links on that page. It's entirely likely that a robot might find the same links on some other page without a NOFOLLOW.

    Note that the coding above allows your page to be indexed. If you do not want your page indexed, then change that to NOINDEX instead.
     
    Dodger, Oct 15, 2008 IP
  4. nileshmishra

    nileshmishra Peon

    Messages:
    34
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #24
    But When i analysed backlinks of one of the sites, it showed nofollow attribute to all other nofollow links but it did not display any nofollow attribute besides the link which were actually "external nofollow" when checked from the respective page source. Not sure if the tool was not coded to detect "external nofollow" attributes.
     
    nileshmishra, Jul 16, 2009 IP
  5. way2friendship

    way2friendship Peon

    Messages:
    5
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #25
    rel="external" = "This is an external link" (most are)
    rel="nofollow" = "Do not catalogue this link"
    rel="external nofollow" = "This is an external link, do not catalogue it."
     
    way2friendship, Aug 24, 2009 IP
  6. way2friendship

    way2friendship Peon

    Messages:
    5
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #26
    <a href="http://www.way2friendship.com/">Thanks</A> for this Artile
     
    way2friendship, Aug 24, 2009 IP
  7. way2friendship

    way2friendship Peon

    Messages:
    5
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #27
    Good for the user (slightly quicker load)
    Good for your bandwidth (a few bytes multiplied by a million over a few years might add up to something)
    Good for SEO? Less of the "same old stuff" means your template is slightly smaller than it would be, possibly reducing the likelyhood of a duplicate content penalty?
     
    way2friendship, Aug 24, 2009 IP