Closed Bug 862713 Opened 11 years ago Closed 8 years ago

[DevHub] Remove <h2> from the navigation menu

Categories

(developer.mozilla.org Graveyard :: General, defect)

All
Other
defect
Not set
normal

Tracking

(Not tracked)

RESOLVED WONTFIX

People

(Reporter: teoli, Unassigned)

References

Details

(Whiteboard: [seo])

What did you do?
================
DevHub is using <h2> to the header in the lateral menu. Even if it is allowed by HTML5, it is not good practice for SEO as search engine use this information to class the page.

No header element should be used in the <nav> menu.

What happened?
==============
 

What should have happened?
==========================
 

Is there anything else we should know?
======================================
Code:
          <h2 class="title nav-title">Design</h2>
...
<h2 class="subtitle nav-title">
                <a href="/developers/docs/ui_guidelines">UI Guidelines</a>
              </h2>
...
          <h2 class="title nav-title">Build</h2>
...
<h2 class="subtitle nav-title">
                <a href="/developers/docs/reference_apps">Reference Apps</a>
              </h2>
...
<h2 class="subtitle nav-title">
                <a href="/developers/docs/tools">Tools</a>
              </h2>
...
<h2 class="title nav-title">Publish</h2>
...
<h2 class="subtitle nav-title">
                <a href="/developers/docs/deploy">Deploying your app</a>
              </h2>
Blocks: 862710
Component: General → SEO
Whiteboard: [specification][type:bug]
Blocks: 863906
Assignee: nobody → wmaggs
Bulk update, please ignore.  You can search and delete on the word BASKINGSHARK
Component: SEO → General
Whiteboard: [seo]
Assignee: wmaggs → nobody
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → WONTFIX
Product: developer.mozilla.org → developer.mozilla.org Graveyard
You need to log in before you can comment on or make changes to this bug.