Glossary · 2 min read

Crawlability

Whether an automated crawler can reach, fetch, and follow the pages of your site, which is the precondition for any engine to read or use them.

You have great pages. The problem is the crawler may have never seen them. To an engine, a page it cannot fetch does not exist.

Crawlability is that brutal, invisible first gate, and most sites never check whether they pass it.

What crawlability means

Crawlability is whether an automated crawler can reach, fetch, and follow your pages. Before any engine can read, summarize, or cite a page, a crawler has to be able to get to it and pull the content down.

This is plumbing, not content. A page can be beautifully written and still be unreachable because a rule blocks it, a redirect loops, a link to it is missing, or the server hands back an error.

Old way, new way

The old way: you worried about crawlability so Google could index your link for human searchers.

The new way: the crawlers fetching your pages also feed AI engines that answer on your behalf. An unreachable page is not just a missing search result now. It is a page absent from every AI answer too, because the machine never got the text.

Where crawlability breaks

A handful of common faults quietly wall pages off:

  • A robots.txt rule blocking paths you actually want read.
  • Pages reachable only through scripts a crawler does not run, so the content never loads as plain text.
  • Orphan pages no internal link points to, leaving nothing for a crawler to follow.
  • Redirect chains, soft errors, or slow responses that make a fetch fail or time out.

Any one of these can hide a page from machines while it looks perfectly fine to you in a browser.

The damaging admission

Crawlability is the floor, not the finish line. Making a page reachable does not make it useful, and Citedon will not pretend it does.

A crawlable page with a buried answer and no labels is still a poor read for a machine. Fixing crawlability gets you into the room. Being legible once inside is a separate job.

How to check yours

Take the page you would most want an engine to use, and ask the plain question: can a crawler reach it and fetch its text at all. If the answer is no, nothing else you do to that page matters yet.

Run a free scan on that URL to see whether engines can reach and read it, or read the guide on how to fix crawlability issues.

See whether crawlers can actually reach your key pages, free.
Run a free scan. No signup. You get a readiness score and the gaps to fix, in about a minute.