Closed (won't fix)
Project:
Clean
Version:
6.x-2.0-beta1
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
27 Dec 2009 at 15:00 UTC
Updated:
27 Dec 2009 at 17:06 UTC
The site name should be in an H1 to be semantic.
Comments
Comment #1
dman commentednot 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.Comment #2
joachim commentedOh. good point.