The h2 tag that surrounds the "Add New Comment" link should be removed.

This is an issue from an SEO standpoint, as it works counter to Google's recommendation of creating hierarchical text structure for web pages. "Add New Comment" is not a second level content header.

I suggest replacing the h2 tag with a div tag that has a uniquely assigned class. This would allow easy css editing without misleading SEO tactics.

Comments

apt94jesse’s picture

Status: Active » Closed (fixed)

Found the h2 tag rendering in the box.tpl.php file. Seems counter-intuitive but this is not the place to address fixing it. Issue closed.