About
Still Indexed exists because “is this indexed?” is the wrong first question. The first question is whether the page tells Google not to crawl or index it. That answer is on the wire: status code, robots meta, X-Robots-Tag, and robots.txt.
The checker runs on a Cloudflare Worker. It fetches the URLs you paste. It does not log into Google on the default path. Search Console is an optional second pass using the official URL Inspection API after you grant read-only access.
English only. No account required for a fetch-check. No waitlist. Source of the inspect call: Google’s urlInspection.index.inspect documentation.
Limits
- 20 URLs per run (or the first 20 locs from a sitemap).
- Private and loopback hosts are rejected.
- We are not Googlebot. A site can show us different HTML than it shows Google.