what is the best way to write long seo-friendly titles in sidebars?
<h3 title="My long title, the very seo one">Menu</h3>
OR:
<h3>My long title, the very seo one</h3> // hidden via css
<div class="title">Menu</div>
what else? thanks!
|
what is the best way to write long seo-friendly titles in sidebars?
what else? thanks! |
|||
|
|
|
FYI, if you're hiding that Your first example is the proper way to do it as that is what the |
|||||||
|
|
For your SEO, that is not really important (it was in 2001, but that is some time ago). For your users however, both isn't the best solution. "Menu" or any other generic one-word does not tell the user anything about the content of the section. Use something like Short title that gives the user a clue about the sections contents and displays more info onmouseover. |
|||
|
|