HTTP header audit
Response Header Checker: verify SEO + security signals fast
This tool fetches the final HTTP response for each URL and prints the most useful headers at a glance.
It helps you quickly spot indexing blocks, weak caching, misconfigured security policies, and redirect behavior.
How it works
For every input, we request the URL, follow redirects (up to a safe limit), and capture the final response status,
final URL, hop count, timing, and the final response headers. Some servers do not allow HEAD,
so we fallback to a tiny GET to still retrieve headers.
Headers worth watching
- X-Robots-Tag: can block indexing at the HTTP layer.
- Cache-Control: controls caching/CDN behavior and performance.
- Content-Type: confirms the correct MIME type (HTML/JSON/etc.).
- Strict-Transport-Security (HSTS): important security signal for HTTPS sites.
- Content-Security-Policy: hardens the site against injection attacks.
When to use it
Run it after migrations, CDN changes, HTTPS enforcement, WAF tweaks, or sudden indexing/ranking drops. If Google
behaves “weird”, headers are often the quickest place to catch the real reason.