What is the most optimized structure link ever?

Discussion in 'Search Engine Optimization' started by gibigbig, Feb 2, 2011.

  1. #1
    My question is what link structure is most optimzed?
    use dofollow or nofollow, use conical links or not etc..


    what i really want is a link format of the most optimized link, eg.
    <a href="http://www.animefans.tv" title="title here" alt="alt here">I am an Anime Fan!</a>
    Code (markup):
    How can i optimize the above link to get the most linkbacks?
     
    gibigbig, Feb 2, 2011 IP
  2. exilonv

    exilonv Peon

    Messages:
    49
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #2
    You're talking about search engine optimized links? The most important is that the anchor text MUST contain the keywords of your website. For example if your website is "free anime downloads", freeanimedownloads.com would be a good name to pick. AS for html arrangements of title, alt, and href, it doesn't really matter. As long as it adheres to the XHTML standards.
     
    exilonv, Feb 2, 2011 IP
  3. gibigbig

    gibigbig Well-Known Member

    Messages:
    114
    Likes Received:
    0
    Best Answers:
    1
    Trophy Points:
    133
    Digital Goods:
    1
    #3
    where do i put the keywords in the link? what attribute tags it uses?
     
    gibigbig, Feb 2, 2011 IP
  4. fahadkhan14

    fahadkhan14 Member

    Messages:
    355
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    26
    #4
    I agree with exilonv. if your link contain your targeted keyword(s) then it will give you benefit as per SEO concept
     
    fahadkhan14, Feb 2, 2011 IP
  5. gibigbig

    gibigbig Well-Known Member

    Messages:
    114
    Likes Received:
    0
    Best Answers:
    1
    Trophy Points:
    133
    Digital Goods:
    1
    #5
    please send me the link format so i can see it with code. I understand code much better, thanks.
     
    gibigbig, Feb 2, 2011 IP
  6. deepak.pal

    deepak.pal Active Member

    Messages:
    171
    Likes Received:
    8
    Best Answers:
    0
    Trophy Points:
    80
    #6
    alt will not work in <a> tag.
     
    deepak.pal, Feb 2, 2011 IP
  7. MartinPrestovic

    MartinPrestovic Peon

    Messages:
    213
    Likes Received:
    7
    Best Answers:
    0
    Trophy Points:
    0
    #7
    The code should be:

    
    <a href="http://www.site.com/" title="Free Anime Downloads">Free Anime Downloads</a>
    
    Code (markup):
    Where your target keyphrase is: Free Anime Downloads
     
    MartinPrestovic, Feb 2, 2011 IP
  8. suichiro

    suichiro Peon

    Messages:
    174
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #8
    The most optimized link is simply the link that is in anchor text.
     
    suichiro, Feb 2, 2011 IP
  9. gibigbig

    gibigbig Well-Known Member

    Messages:
    114
    Likes Received:
    0
    Best Answers:
    1
    Trophy Points:
    133
    Digital Goods:
    1
    #9
    Thank you, very much :D
     
    gibigbig, Feb 2, 2011 IP