kapt-labs / django-check-seo

Django Check SEO will check the SEO aspects of your site for you, and will provide advice in case of problems. Compatible with Django & Django-CMS!
GNU General Public License v3.0
154 stars 12 forks source link

No H1 found when in <nav> tag #30

Closed adrien-delhorme closed 4 years ago

adrien-delhorme commented 4 years ago

Describe the bug When the H1 is in a <nav> tag, django-check-seo does not find it.

<body>
  <nav>
    <h1>not found</h1>
  </nav>
</body>
corentinbettiol commented 4 years ago

We used to remove all nav & footer tags, but with the solution in #35 we should not encounter this problem anymore.