|
Does anybody have any thoughts on whether or how the quality and 'semanticness' of a page affects the way search bots see it? Obviously if the markup is bad enough, or encoded in jscript, they won't be able to read your page. At the other extreme, there's an accessibility search.
A change to my blog prompted this question: the sidebar was marked up with uls, lis, and h2s. This was for markup; to get indentation and big, bold text. So I changed this to spans and CSS. Headings tell a search engine what a page, or at least parts of it, is about. An h2 that says archives and another that reads meta don't put the emphasis where I want it; they arguably don't add value to the document overall.
Since this is the SEO forum, can other tags, like definition lists, ordered or unordered lists, citations, code blocks, and others help a page draw more targeted traffic? Sometimes it makes sense to mark things up this way ignoring the search engines, sometimes it's not worth the effort. For example, I'm hoping to pull in a little more search traffic on keywords I have in heading tags, now that I've got rid of the useless ones. That's just a gut feeling, though.
|