Skip to content

fix(seo): eliminate multiple h1 tags across project and research pages #331

Description

@arii

What is the issue about?

Several pages have more than one <h1> tag. Having multiple <h1> tags on a single page can confuse search engine crawlers regarding the primary topic and hierarchy of the page. SEO best practices recommend having exactly one primary <h1> tag per page (typically the page or project title).

How to fix?

  1. Inspect markdown files and layout components for the affected routes.
  2. Ensure only the main page header / title renders as <h1>.
  3. Demote any secondary heading tags inside markdown content or subcomponents from # (<h1>) to ## (<h2>) or ### (<h3>).

Pages affected

  • https://arii.github.io/research/duckietown
  • https://arii.github.io/research/cad-cam-dental-workflow
  • https://arii.github.io/devai/delivery-bots
  • https://arii.github.io/devai/leac-monitoring-software
  • https://arii.github.io/devai/boop-light-detector
  • https://arii.github.io/research/robocon-mit
  • https://arii.github.io/devai/light-therapy-mit
  • https://arii.github.io/devai/bwsi-racecar

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions