Difference link ancor / title

aussiejack

Regular Member
Joined
Sep 23, 2014
Messages
493
Reaction score
62
I am a bit ashamed to ask because I should know by now

<a href="www.example.com" title="title">text</a>

How is the anchor text defined? Is it "title" or is it "text"?

I was sure that "text" is the anchor. However, my seo told me otherwise and he should know... or at least I hope so.

Which of the 2 elements is more important for google?
 
Last edited:
Dude the anchor text is the text used to display the link. In your example, the anchor would be "text"
 
Dont be confused.

Just use this to make anchor links: <a href="http://www.example.com">anchor text</a>
 
Dont be confused.

Just use this to make anchor links: <a href="http://www.example.com">anchor text</a>
Let's make it a little less confusing for the OP.

<a href="www.example.com">anchor text</a>



  • Red: Replace this with the URL you want to link to. This is the URL users will go to when they click on your anchor text.
  • Green: This will be displayed instead of the link. Replace this with the text that you want to hyperlink and display.
 
Dont ever be afraid to ask a simple question, better than pretending you know the answer. But yea, its the text in between <ahref=""> and </a>
 
Dont ever be afraid to ask a simple question, better than pretending you know the answer. But yea, its the text in between <ahref=""> and </a>
Many people, especially new members, are afraid of asking questions because they're not sure if this forum is like the rest of the Internet (or the real world), where asking questions is a good way to get bombarded with insults. Luckily for them, the forum members here are not like other Internet users.
 
thanks for the answers, dudes.

I know understood what the anchor text is. Last thing: Does the title

<a href="www.example.com" title="title">text</a>

have any seo value?
 
It's "text".

Your seo must be a real guru.
 
Just use this, <a href="/ann-smarty/" title ="Authors biography">Ann Smarty</a>
 
Back
Top