Free SEO Tools

Crawling and indexing checks that answer a specific question and tell you the truth about the answer. No account, no sign-up.

IndexNow

Crawling and indexing

Problem guides

Already have a Search Console status or a specific technical suspicion? Start with the guide that matches the problem, then run the relevant check.

What is deliberately missing

Two things people ask for that are not here, because they cannot be done honestly on this stack:

An SSL certificate checker

This runs on Cloudflare Workers, and a Worker's fetch does not expose the peer certificate: no issuer, no expiry, no chain. A tool here could only tell you whether HTTPS responded, which is not what anyone means by an SSL checker.

A page speed checker

Core Web Vitals need a real browser. A Worker can time a response and measure its size, which tells you almost nothing about LCP or INP. Use PageSpeed Insights, which runs the actual measurement.