ShipworkSite inspection
Can Googlebot?

Crawlability

PaginationAre paginated pages set up right?Internal searchIs site search eating crawl budget?URL parametersAre parameters creating duplicates?Log analyserWhat does Googlebot actually crawl?Robots builderNeed a robots.txt file?Soft 404sAre pages “not found” but returning 200?JavaScriptCan crawlers see it without running JS?FreshnessIs my site quietly going stale?Robots.txtDoes robots.txt say what I think?

Indexing

Sitemap lastmodAre my sitemap dates valid?SitemapIs my sitemap actually fetchable?IndexingIs Google allowed to index my pages?CanonicalsIs Google indexing the wrong URL?Index signalsDo sitemap and index signals agree?Redirect builderNeed the redirect rules?RedirectsAre my URLs answering directly, over HTTPS?

On-page

Keyword ideasWhat are people searching for?SERP previewHow does my page look in Google?Content qualityAre your pages too thin or too alike?Image weightAre images slowing the page?CannibalizationAre pages competing with each other?On-page checkDoes the page use its target phrase?ImagesAre my images accessible and loading?DuplicatesDo my pages compete for one query?

Links

Orphan pagesWhich pages can no link reach?Link graphHow deep do your pages sit?Anchor textDo links say what they point at?Outbound linksAre external links still alive?Broken linksAre internal links sending visitors nowhere?

Structured data

Rich resultsIs my markup eligible for a rich result?Structured dataIs my product schema valid?Schema coverageDo my key pages carry structured data?Social previewHow does my page look when shared?Schema vs pageDoes markup match the page price?Schema builderNeed valid JSON-LD?

International

Hreflang sitemapDo page and sitemap hreflang agree?HreflangDo my language versions link back?Hreflang builderNeed the hreflang tags?Redirect planMy site has dead links — what redirects do I write?Sitemap diffIs anything missing from my sitemap?Robots simulatorWhat does my robots.txt actually block?Can Googlebot?Can Googlebot fetch this URL?
Every error, explainedGuides →
Pricing Learn Guides
Sign in

Signing in is optional: it keeps your account, watches and connections on any device. Every free check, the audit and the score work with no account at all.

Sign in with GoogleOpens your account, or creates a free one PricingPlans and credit packs for the paid jobs

Can Googlebot fetch this URL?

Enter a site and the path to test, and pick the agent. Shipwork fetches the live robots.txt from outside your network and resolves that one URL the way the agent does, naming the exact line that decides it.

Leave the path as a page URL and the path is read from it. Nothing is stored.

How this resolves

It fetches /robots.txt once, then applies the standard precedence: the most specific matching user-agent wins, inside that group the longest matching path wins, and Allow beats Disallow on a tie. The result names the exact line responsible, so a block is never a mystery. If there is no robots.txt, nothing is disallowed and the test says so. To inspect a whole file rather than one URL, use the robots.txt simulator.

Questions

How is this different from reading robots.txt?
Reading the file tells you the rules. This answers the question those rules resolve to for one specific URL and one specific agent, which is the thing that actually decides whether a page can be crawled.
Which agent does it use?
Googlebot by default, but you can name any agent. Named agents are matched most-specific-first, so a GPTBot group overrides the * group for GPTBot and only for GPTBot.
What if the site has no robots.txt?
Then nothing is disallowed. A missing file (HTTP 404) means every URL is allowed, and the test says so rather than guessing.
Does it store anything?
No. It fetches robots.txt from outside your network, resolves the path, and returns the verdict. Nothing is saved.