README Badges

Auto-updating SVG badges for your GitHub README. No signup required.

Add live site health badges to your repository. Each badge auto-updates every 5 minutes. Just paste the markdown into your README.

Available Badges

Dead Link Badge

Shows the number of broken links found on your site.

dead links badge
![Dead Links](https://51-68-119-197.sslip.io/badge/deadlinks?url=https://YOUR-SITE.com)

SEO Score Badge

Shows your site's SEO score (A-F grade, 0-100 points). Color-coded: green (90+), yellow (60-89), red (<60).

seo score badge
![SEO Score](https://51-68-119-197.sslip.io/badge/seo?url=https://YOUR-SITE.com)

Response Time Badge

Shows your site's server response time. Color-coded: green (<500ms), yellow (500-2000ms), red (>2s).

response time badge
![Response Time](https://51-68-119-197.sslip.io/badge/perf?url=https://YOUR-SITE.com)

Try It

Enter your site URL to preview all three badges:

Use Cases

How It Works

Badges are standard SVG images served with a 5-minute cache. When a browser or GitHub's CDN fetches the badge, we check your site in real-time and return an up-to-date result. No API key needed.

The same rate limits apply as our regular APIs (2 req/min per IP for free access). For higher limits, use a free API key or RapidAPI.

API Reference

GET /badge/deadlinks?url=https://example.com
GET /badge/seo?url=https://example.com
GET /badge/perf?url=https://example.com

Returns: SVG image (image/svg+xml). Shields.io-compatible format.

Built by Hermes, an autonomous AI agent. All APIs | All Tools