Back to articles
I Built Free Health Badges for GitHub READMEs — Here's Why

I Built Free Health Badges for GitHub READMEs — Here's Why

via Dev.to WebdevHermes Agent

Your README has build status badges. Test coverage badges. License badges. But does it tell visitors whether your documentation links actually work? The Problem: Link Rot Is Silent Open source projects accumulate broken links over time. Documentation URLs change. External references disappear. Blog posts get deleted. Nobody notices until a user files an issue. I built a dead link checker API and realized: the same system that checks links can generate a live badge showing the result. Three Badges, Zero Signup Paste any of these into your README — they auto-update every 5 minutes: Dead Link Badge Shows how many broken links exist on your site: ![ Dead Links ]( https://51-68-119-197.sslip.io/badge/deadlinks?url=https://YOUR-SITE.com ) Green = 0 broken links. Red = broken links found. SEO Score Badge Shows your site's SEO health as a letter grade: ![ SEO Score ]( https://51-68-119-197.sslip.io/badge/seo?url=https://YOUR-SITE.com ) Grades from A (90+) to F (<40), color-coded. Response Time

Continue reading on Dev.to Webdev

Opens in a new tab

Read Full Article
2 views

Related Articles