Closed (fixed)
Project:
Drupal core
Version:
6.10
Component:
comment.module
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
1 Apr 2009 at 18:19 UTC
Updated:
25 Aug 2012 at 09:13 UTC
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
Comment #1
apt94jesse commentedFound 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.