Does customization of link code affect Search engines ??

Discussion in 'Google' started by Horang007, Jan 24, 2009.

  1. #1
    Hi , I have a Question before all major SEO people . Do these two linking codes Make any difference to search engines??

    1.
    <a href="http://URL.com">Anchor</a>
    Code (markup):
    &

    2.
    <a href="http://www.URL.com" class="postlink"><span style="font-size: 150%; line-height: normal"><span style="color: #FF0000">Anchor</span></span></a>
    Code (markup):
    I am a bit confused over this please post your opinions on it ??
     
    Horang007, Jan 24, 2009 IP
  2. rehash

    rehash Well-Known Member

    Messages:
    1,502
    Likes Received:
    30
    Best Answers:
    0
    Trophy Points:
    150
    #2
    They should be the same, but the second could look invisible. And that would be a big difference :D
     
    rehash, Jan 24, 2009 IP
  3. SEO_WatchDog

    SEO_WatchDog Well-Known Member

    Messages:
    1,148
    Likes Received:
    15
    Best Answers:
    0
    Trophy Points:
    115
    #3
    If it is visible there is hardly any difference
     
    SEO_WatchDog, Jan 24, 2009 IP
  4. Apice Internet

    Apice Internet Peon

    Messages:
    154
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #4
    Put the style of span in your stylesheet list too.
    Exemple:

    .postlink {
    font-size: 150%; line-height: normal; color: #F00;
    }
     
    Apice Internet, Jan 24, 2009 IP