I noted that when viewing any page using boron under normal conditions the site title renders as an H1 as it should, the issue arises when you view a node directly "node/17". The H1 title changed to a span for some reason. Has anyone else noted this behavior? or have any suggestions on why it may be happening?

Comments

spaceninja’s picture

Yeah, that's deliberate. The idea is that each page should only have a single H1, and it should be the most important piece of information on the page. On the homepage, that's the site title, so it's wrapped in an H1. On a node page, it's the node title, so we wrap the node title in an H1 and change the site title to a span.

Obviously, you can style the site title to look the same whether it's an H1 or span, this is just for semantics and SEO optimization.

joecodes’s picture

Status: Active » Closed (works as designed)

I think we can close this now