Help Centre
Last updated: 6 August 2026
Getting started
robotsread checks whether a URL can be indexed by search engine crawlers. It looks at four signals — robots.txt, meta robots tags, X-Robots-Tag HTTP headers, and canonical links — and reconciles them into a single verdict.
To check a URL:
- Go to the App page
- Paste any full URL (including
https://) into the input field - Click Check
- Read the verdict: blocked, allowed, or uncertain, with the specific rule that produced it
That is all the tool does. There are no accounts, no saved history, no scheduled re-checks, and no email notifications.
Frequently asked questions
What exactly does robotsread check?
It fetches the URL you provide and the /robots.txt file from the same origin. It then parses four indexability signals: robots.txt Disallow/Allow directives (for Googlebot and wildcard user-agents), <meta name="robots"> tags in the page HTML, X-Robots-Tag HTTP response headers, and rel="canonical" link elements. It reconciles any contradictions and returns one verdict — blocked, allowed, or uncertain — with the specific rule that produced it.
My page is blocked. What do I do next?
The verdict tells you which signal is blocking your page. The fix depends on where the block lives:
- robots.txt blocking: Edit your
robots.txtfile. Remove or modify theDisallowdirective that matches your page's path. Remember that search engines cache robots.txt, so the change may take time to propagate. - Meta robots noindex: Remove the
<meta name="robots" content="noindex">tag from the page HTML (or change it toindex). This tag is authoritative — it overrides robots.txt permissions. - X-Robots-Tag noindex: Remove the
X-Robots-Tag: noindexHTTP header from your server configuration. This is common for non-HTML resources like PDFs. - Canonical pointing elsewhere: If the canonical link points to a different URL, search engines may prefer that URL. Update the
rel="canonical"to point to the page itself, or accept that the canonical URL is the intended index target.
After making changes, re-run the check to confirm the block is resolved.
Why does the tool say "uncertain"?
The verdict is marked as uncertain in a few situations:
- The page sets a
rel="canonical"pointing to a different URL. This does not block indexing, but signals that the canonical URL — not this one — should appear in search results. The tool reports this as uncertain because the page could be indexed, but not as the primary result. - The page returned a non-2xx HTTP status (e.g., 404, 500, 302 redirect). In this case, the page-body signals (meta robots, canonical) are parsed from the error page, not from the intended content, so the verdict has limited reliability.
- One or more signals could not be fetched or parsed. If the page could not be reached at all, the verdict is marked as uncertain rather than claiming a result from incomplete data.
Can robotsread check my entire site?
No. robotsread checks exactly one URL per request. It fetches only the URL you provide and that origin’s /robots.txt. It never crawls the site, follows links, or enumerates pages. There is no batch-checking feature available. If you need to check many pages, each must be submitted individually.
My site is behind Cloudflare and the tool says it cannot reach it. Is my site broken?
No. This is a platform limitation, not a finding about your site. Cloudflare blocks requests from the platform robotsread runs on. The tool displays this limitation as a clearly labelled message — it does not attempt to produce a verdict from an empty or error response. Your site is almost certainly fine; use another tool (such as Google’s URL Inspection tool in Search Console) to check indexability from a network that can reach Cloudflare hosts.
Does the tool tell me whether my page will actually rank?
No. robotsread reports what the indexability rules say — it does not speak for any search engine’s actual ranking or indexing behaviour. A page reported as "allowed" may still not appear in search results for many reasons: poor content quality, lack of backlinks, technical SEO issues the tool does not detect (JavaScript rendering, page speed, structured data errors), or simply because the search engine has not crawled it yet. This tool answers one question: “Is this page allowed to be indexed, and which rule governs that?”
Known limitations
No JavaScript rendering
robotsread does not execute JavaScript. If a noindex tag is injected by JavaScript after page load, this tool will not detect it. Check with a tool that renders the page (such as Google’s URL Inspection Tool) for a complete picture.
Cloudflare hosts are unreachable
The platform used to deploy robotsread cannot reach hosts behind Cloudflare. The tool reports this explicitly at the point of input and never fabricates a verdict from an empty response.
No ranking analysis
This tool checks indexability rules only. It does not assess content quality, relevance, page speed, mobile-friendliness, backlinks, or any other factor that affects actual search engine ranking.
Single URL only — no batch checking
Each check processes exactly one URL. There is no batch or bulk mode. The Professional plan (a roadmap item, not yet available) lists batch checking as a proposed feature, but it is not built.
No accounts, no history, no alerts
robotsread does not create user accounts, store submitted URLs, log requests, or retain any data. Every check is stateless and ephemeral. There is no email sender in this fleet — the tool cannot send email notifications, scheduled re-checks, digests, or receipts. No such features are planned for the near term.
Professional plan is a roadmap item
The Professional plan shown on the pricing page is planned but not yet available for purchase. No payment processor is connected. The checkout form on the pricing page is a demonstration only and does not accept real payments or create subscriptions.
Single user-agent scope
Only Googlebot and * (wildcard) user-agent groups in robots.txt are evaluated. Directives targeting other crawlers (Bingbot, Yandex, etc.) are not parsed, which means a URL may be blocked for one crawler but reported as allowed.
Contact us
Email support is not yet available. This service has no mailbox or email sender configured. If you need to reach the operator, the owner has not yet established a contact channel.
For now, the best course of action is to re-read this Help Centre page — the most common questions are covered above. If you have encountered a bug or have a feature request that is not addressed here, this page will be updated with a contact method when one is established.