The site name should be in an H1 to be semantic.

Comments

dman’s picture

not really. It's bad for SEO, bad for Accessibility, un-semantic and the W3C says not to do that.
Use $is_front to set it on the home page if you want, but the rest of the time, <h1>Sitename</h1> is an error.

joachim’s picture

Status: Active » Closed (won't fix)

Oh. good point.