html - SEO title vs alt vs text -


does title attribute in link job of real text in link seo? i.e

<a href="..." title="web design">web design</a> 

is same as:

<a href="..." title="web design">click here</a> 

when trying page rank keywords "web design"? alt attribute in image tag? or useless in seo?

is same as:

<a href="..." alt="web design">click here</a> 

what's difference between above?

thank in advance!

alt not valid attribute <a> elements.

  • use alt describe images
  • use title describe link going.
  • the textvalue (click here) important part title attribute gets more , more ignored. google looks far more on link text title attribute. google title tag meta tag not important compared content.
  • image alt tags still important (especially image search)
  • the main feature of tags provide usability users, not feed informatino search engines.

Comments

Popular posts from this blog

ASP.NET/SQL find the element ID and update database -

jquery - appear modal windows bottom -

c++ - Compiling static TagLib 1.6.3 libraries for Windows -