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?
- Inspect markdown files and layout components for the affected routes.
- Ensure only the main page header / title renders as
<h1>.
- 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
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?
<h1>.#(<h1>) to##(<h2>) or###(<h3>).Pages affected
https://arii.github.io/research/duckietownhttps://arii.github.io/research/cad-cam-dental-workflowhttps://arii.github.io/devai/delivery-botshttps://arii.github.io/devai/leac-monitoring-softwarehttps://arii.github.io/devai/boop-light-detectorhttps://arii.github.io/research/robocon-mithttps://arii.github.io/devai/light-therapy-mithttps://arii.github.io/devai/bwsi-racecar