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.

Anchor Text - combo image/text link

Discussion in 'Search Engine Optimization' started by hasm, Jun 23, 2004.

  1. #1
    I was wondering if someone can comment on the following HTML as it relates to anchor text optimization.

    I'm using the following code on my category pages, to create links to specific product pages. I combined the image link and the text link within a single <a> tag, so that the text part will "light up" when someone hovers over either the image or the text portion. But now I'm wondering if putting the image code within the <a> tag might be diluting the anchor text effect of the "XYZ Widget" text.

    <h3><a href="productpagelink.htm"><img src="productimage.jpg" alt="XYZ Widget" width="125" height="125" border="0"><br>XYZ Widget</a></h3>

    Would the following be noticeably better for SEO purposes?

    <a href="productpagelink.htm"><img src="productimage.jpg" alt="XYZ Widget" width="125" height="125" border="0"><br>
    <h3><a href="productpagelink.htm">XYZ Widget</a></h3>

    Thanks!
     
    hasm, Jun 23, 2004 IP
  2. T0PS3O

    T0PS3O Feel Good PLC

    Messages:
    13,219
    Likes Received:
    777
    Best Answers:
    0
    Trophy Points:
    0
    #2
    I would go for the second. Just make it as easy for the spider as you can.

    I does take href after href and evaluates it so the shorter the anchor text the stronger it gets. Maybe you could get rid of the img link completely to give the anchor text even more 'strenght'.
     
    T0PS3O, Jun 23, 2004 IP
  3. chaithu

    chaithu Member

    Messages:
    218
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    48
    #3
    According to SEO.
    First options _ Image can't indexed by spiders (only consider alt text)
    Second _ Anchor text has more value & easily indexed by Spiders

    So better to go for second one.! :)
     
    chaithu, Oct 12, 2012 IP