What does Astro Head Check validate?
It validates the presence and correctness of <title>, meta description, canonical link, and optionally robots meta tags.
Astro & SEO
Clear explanations of how Astro Head Check prevents SEO and indexing issues before deployment.
It validates the presence and correctness of <title>, meta description, canonical link, and optionally robots meta tags.
Yes. When configured in error mode, the build fails immediately if validation issues are found.
Warning mode logs issues but allows the build to complete successfully.
No. 404 pages are automatically skipped to avoid false positives.
Pages using meta refresh redirects are detected and skipped automatically.
No. Astro Head Check performs validation only and never mutates output files.
No. The plugin performs no tracking, telemetry, or outbound network requests.
Astro Head Check supports Astro v4 and v5, including static and hybrid builds.
Yes. Astro Head Check is fully open source and released under the MIT license.
Want to try it yourself? Astro Head Check plugin or Astro Canonical plugin or Astro IndexNow plugin
Ready to validate your Astro site’s head metadata?