Dev Tools · 1h ago
New GitHub Action catches broken meta tags before they ship
A developer built a zero-dependency GitHub Action that lints HTML meta tags for SEO and social sharing, failing CI on errors like missing og:image or oversized titles. It checks title length, meta description, canonical URL, Open Graph, and Twitter card tags. The tool caught four issues on the creator's own site, including a missing og:image and truncated title.
Meridian48 take
Useful for teams that treat SEO as an afterthought, but the real value is catching silent regressions that analytics won't flag until traffic drops.
Read the full reporting
I built a GitHub Action that fails CI when your meta tags are broken →
DEV Community
github-actionseo-linting