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:

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:

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:

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.