Vercel SEO Audit
Version updated for https://github.com/JosephDoUrden/vercel-seo-audit to version vercel-seo-audit-v0.5.1.
- This action is used across all versions by 1 repositories.
Action Type
This is a Composite action.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
The vercel-seo-audit GitHub Action is a command-line tool designed to help developers identify and resolve SEO issues on Next.js sites hosted on Vercel. It automates the detection of critical misconfigurations, such as redirect loops, missing robots.txt or sitemap files, noindex headers, and canonical URL mismatches, that can hinder Google from properly crawling and indexing a website. By providing a detailed audit report, it simplifies the process of diagnosing and fixing SEO problems, ensuring better search engine visibility.
Release notes
0.5.1 (2026-02-17)
Features
- add –diff flag to compare audit runs (#14) (#20) (5c190a1)
- add –report flag to write report.json / report.md (#12) (36bf9b7), closes #10
- add –strict flag to fail CI on warnings (#5) (8fab7c3)
- add GitHub Action marketplace wrapper (#13) (75cc229), closes #11
- add image SEO audit module (#18) (#27) (4249f8a)
- comprehensive test coverage & CI/CD improvements (#26) (4c2551c)
- structured data, crawl mode & i18n hreflang validation (#25) (e0e003b)