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.

How much to Vary Link Text after Allegra Update?

Discussion in 'Link Development' started by seo-ireland, Mar 5, 2005.

  1. #1
    Now that it seems that the Allegra update has come down hard on identical link text does anybody know of any tips or techniques of how to vary link text while at the same time still targeting keyphrases?
     
    seo-ireland, Mar 5, 2005 IP
    Weirfire likes this.
  2. Will.Spencer

    Will.Spencer NetBuilder

    Messages:
    14,789
    Likes Received:
    1,040
    Best Answers:
    0
    Trophy Points:
    375
    #2
    What evidence do you have that identical link text is being penalized?

    I wrote a very simple script last year that added random prefix text to anchor text. I ran it for several months and it did not appear to have any effect.

    Here is a version of the script:

    
    #!/usr/bin/perl
    
    #====================== Edit ============================
    
    $basedir="";
    
    @pretext = ("Learn more about",
    "Discover",
    "Check out",
    "Visit",
    "Learn about",
    "Explore",
    "Find out about"
    );
    
    
    
    #====================== Done ============================
    
    srand($$ & time ^ $$);
    $pretextnum = rand(@pretext);
    
    print "Content-type: text/html\n\n";
    
    $pretextnum = rand(@pretext);
    print "<a href=http://www.gsm-security.net>\n";
    print "@pretext[$pretextnum] \n";
    print "GSM Security\n";
    print "<\/a><br>\n";
    
    $pretextnum = rand(@pretext);
    print "<a href=http://www.sansecurity.com>";
    print "@pretext[$pretextnum] \n";
    print "SAN (Storage Area Network) Security";
    print "<\/a><br>\n";
    
    $pretextnum = rand(@pretext);
    print "<a href=http://www.enterprisestoragemanagement.com>";
    print "@pretext[$pretextnum] \n";
    print "Enterprise Storage Management";
    print "<\/a><br>\n";
    
    $pretextnum = rand(@pretext);
    print "<a href=http://www.entrepreneur-support.com>";
    print "@pretext[$pretextnum] \n";
    print "Entrepreneur Support";
    print "<\/a><br>\n";
    
    $pretextnum = "";
    
    Code (markup):
     
    Will.Spencer, Mar 5, 2005 IP
    Weirfire likes this.
  3. seo-ireland

    seo-ireland Peon

    Messages:
    243
    Likes Received:
    12
    Best Answers:
    0
    Trophy Points:
    0
    #3
    Sorry if I was not clear but I meant link text in backlinks to your website. Having the same link text in all of your directory submissions will not have the same effect as it once had. I think this explains why so many people noticed a drop in rankings during the update.
     
    seo-ireland, Mar 6, 2005 IP
  4. Zinho

    Zinho Peon

    Messages:
    284
    Likes Received:
    7
    Best Answers:
    0
    Trophy Points:
    0
    #4
    I've noticed this effect.
    I noticed that as I deleted my keywords from the coop the pages started climbing up...it was so strange. it was the opposite effect. But I then realized that gogole was taking a sort of penalization for that pages that have tons of backlins with the same anchor text above all if into few time.
    I started adding some similar anchor texts (I made 3 similar keywords for each keyword) and I noticed improvements.
     
    Zinho, Mar 6, 2005 IP
  5. MattUK

    MattUK Notable Member

    Messages:
    6,950
    Likes Received:
    377
    Best Answers:
    0
    Trophy Points:
    275
    #5
    I alawys try to vary around 4-5 different keyword phrases. Sometimes people change this themselves when linking to me and I just leve it. It tends to make IBLs look more natrual.
     
    MattUK, Mar 7, 2005 IP
  6. Web Gazelle

    Web Gazelle Well-Known Member

    Messages:
    3,590
    Likes Received:
    259
    Best Answers:
    0
    Trophy Points:
    155
    #6
    I am thinking that having 3 or more variations to your inbound link text is a good plan just to play it safe with Google and all their fun filters.
     
    Web Gazelle, Mar 7, 2005 IP
  7. Weirfire

    Weirfire Language Translation Company

    Messages:
    6,979
    Likes Received:
    365
    Best Answers:
    0
    Trophy Points:
    280
    #7
    It would be an interesting experiment to try and find out if varying the anchor text of your backlinks make any difference to your SERP's.

    No doubt TOPS will have an opinion on this 1. :)
     
    Weirfire, Mar 7, 2005 IP
  8. T0PS3O

    T0PS3O Feel Good PLC

    Messages:
    13,219
    Likes Received:
    777
    Best Answers:
    0
    Trophy Points:
    0
    #8
    I like organic food.

    Just like natural stuff is good for you, so is natural linking good for your site. If you had a hit with a website and everybody in the world knew about it and started linking to you naturally on their own initiative... What sort of anchor text variation would you end up with? A couple of 'click here', 'this website', 'yourdomain.com', 'blue widget', 'small blue widget', 'fantastic blue widget sold by company x from xyz' and other anchor text variations. Then add the correct ones in large quantity on top of this and you'll be just fine.

    That's my opinion.
     
    T0PS3O, Mar 7, 2005 IP
    MattUK likes this.
  9. Weirfire

    Weirfire Language Translation Company

    Messages:
    6,979
    Likes Received:
    365
    Best Answers:
    0
    Trophy Points:
    280
    #9
    I suppose you have to look at it from the point of view that the Search Engines want as realistic results as possible... therefor they have to display results which ring true for what are the most popular sites.

    It would be nice to have some concrete evidence though... :rolleyes:

    I reckon the recip linking will start getting penalised as well as it is all too easy to recognise them.
     
    Weirfire, Mar 7, 2005 IP
  10. Zinho

    Zinho Peon

    Messages:
    284
    Likes Received:
    7
    Best Answers:
    0
    Trophy Points:
    0
    #10
    I think that varying a keyword is useful not only to make links more natural but also to target more keywords...if I have to make some variation I'd add something that would be more specific of my site thus having a different but still much more descriptive anchor. This is my humble opinion. I'm not a pro.
     
    Zinho, Mar 7, 2005 IP
  11. Will.Spencer

    Will.Spencer NetBuilder

    Messages:
    14,789
    Likes Received:
    1,040
    Best Answers:
    0
    Trophy Points:
    375
    #11
    SEO-Ireland:

    You might not have caught the purpose of this script.

    The purpose of this script is to modify the anchor text of outbound links -- which are then inbound links to the other site.

    This is for sites which cross-link to each other.
     
    Will.Spencer, Mar 14, 2005 IP
  12. seo-ireland

    seo-ireland Peon

    Messages:
    243
    Likes Received:
    12
    Best Answers:
    0
    Trophy Points:
    0
    #12
    Hi Will, thanks for clearing it up. I find it hard to see its use for SEO purposes. I understand its benefit for making links look fresh with each page reload but other then that what is its exact purpose for SEO?
     
    seo-ireland, Mar 14, 2005 IP
  13. davedx

    davedx Peon

    Messages:
    429
    Likes Received:
    21
    Best Answers:
    0
    Trophy Points:
    0
    #13
    I'd guess he wouldn't use the script to dynamically generate links in webpages, but more as a helper ap to generate links on static pages.... though he'd know what he means better than I do :p
     
    davedx, Mar 14, 2005 IP