I've been reading about the importance of <strong> over <b> in SEO. From what i've read <strong> is better than <b> since <b> is mainly for esthetics. Is it true or false ? What's your personal experience on this ?
I'd say start converting your pages to use divs and CSS classes, less for the spiders to read through and gives you more denser keyword content
I think I remember seeing on one of those Matt Cutts videos that the <strong> tag gets a very slight benefit over a <b> tag
I agree, no difference. Just use what you think is best, test both out. Each field for SEO may be a tad different.
<strong> vs <b> is no longer an SEO related matter. Same exact thing. I would highly suggest to start using <strong> tags, as well as every other W3C format coding.
Exactly. I'd use <strong> as <b> is deprecated in the XHTML specs. But I wouldn't even consider the SEO aspects of this - there are waaay more important things to worry about
I'd go with <strong> also because of it fitting into the xhtml strict etc. I'd also go for it because as Matt says bold was used in the 'dinosaur days' and so is probably more common as a tag on the net, therefore I'd also choose <strong>. If everyone uses <h1> tags for all headings then I'd probably use <strong> for the same reason. Lead don't follow. (Both tags are mainly for aesthetics!)