On some pages, I put keywords within anchor tags. What's better to use for Google search:
<a href="some_url">keyword</a>
or
<a href="some_url"><b>keyword</b></a>
or
<b><a href="some_url">keyword</a></b>
Thanks in advance!
On some pages, I put keywords within anchor tags. What's better to use for Google search:
<a href="some_url">keyword</a>
or
<a href="some_url"><b>keyword</b></a>
or
<b><a href="some_url">keyword</a></b>
Thanks in advance!
Doesn't make difference.
However, general usage of <b>, <i>, <u>
tags is not advised. Use CSS to adjust text display properties.