What does Astro Head Check validate?
It validates the presence and correctness of <title>, meta description, canonical link, and optionally robots meta tags.
Clear explanations of how Astro Head Check prevents SEO and indexing issues before deployment.
Last Updated: 01 April 2026
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.
Ready to validate your Astro site’s head metadata?