Unkown SEO Tip No1: Use < strong > instead of < b >
Use <strong> instead of <b>.
Rational: If you follow the latest mark-up standards and Accessibility standards you should know that <b> is for presentation and <strong> tag is for higher emphasis. ScreenReaders would identify <strong> and ignore <b>. In the latest mark-up standard of XHTML the <b> tag has been removed and must be used in the CSS with all other pressentation.
There is no evidence Search Engines are doing this but its my prediction and common sense that this will be the case. And you heard it from me first.
Additionally look at the way I have done my forum signature. Since bold text in this forum produces <b>, I have chosen to use <i> which helps to emphasise text better. This may in future (or now) have an effect on inbound links because the theory is correct.
Interesting, Johan. I really haven't noticed Google treating the strong and the bold tags different.
This is not the Google forum and Google are slow to get with the latest coding standards but logicaly it should work and if not now then in the future for sure.
Quote:
Originally Posted by talkfreelance
I knew this but does it really play a significant part in seo?
Not for competitive words but many phrases empathies does help in addition to the more powerful correct use of Title and H1 tags.
Yeah like I said only <b> deprecated because it is presentation only unlike strong that is still used because it is more than visual but functional. XHTML says that all presentation must me in the CSS. ScreenReaders will make use of <strong> and it makes since SE will do too.
Oh come on bandwidth is as cheap as chips these days. And that tag will not have any significant effect. When using <b> in XHTML you need to provide it in the CSS instead and that could include a span+class that takes even more charactors than <strong>.