← all terms
Glossary term

Crawlability

How easily bots can reach and move through your pages. The precondition for everything else in search, and now for appearing in AI answers too.

In depth

What it really means

Crawlability is binary in effect and gradual in cause. A page is either reachable or it is not, but the reasons it becomes unreachable accumulate quietly: a robots rule added for a staging site, a nav link replaced with a JavaScript handler, a page nobody linked to.

The AI-era addition is that crawlability now has two audiences. Search crawlers and AI retrieval crawlers are different bots with different robots.txt tokens. A site can be perfectly crawlable for Googlebot and completely invisible to ChatGPT, and most teams never check the second one.

How it works

  1. A bot fetches robots.txt and checks whether the path is allowed.
  2. It follows internal links and sitemap URLs to discover pages.
  3. It fetches the HTML. Most AI crawlers do not execute JavaScript.
  4. Unreachable pages are never indexed, never ranked and never cited.

Pros & cons

Pros

  • Fixing it is usually cheap and the effect is immediate.
  • It is fully within your control, unlike most ranking factors.
  • The same fixes serve search engines and AI systems at once.

Cons

  • Failures are silent. Nothing alerts you that a page became unreachable.
  • Diagnosing it properly needs log access many marketing teams do not have.
  • Fixes often sit with engineering rather than with you.

Common mistakes

  • Assuming Googlebot access means AI crawler access. They are separate tokens and separate decisions.
  • Navigation built with JavaScript click handlers instead of real anchor tags, so crawlers find no links to follow.
  • A stray Disallow left over from a staging environment.
  • Orphan pages with no internal links pointing at them.
  • Blocking CSS and JS resources, which stops Google rendering the page correctly.

Best practices

FAQs

What is crawlability?

Whether a bot can actually reach a page and follow links onward from it. Reachability is binary in effect: an unreachable page cannot be indexed, ranked or cited no matter how good it is.

Crawlability or indexability?

Crawlability is whether a bot can reach the page. Indexability is whether the page is eligible to be stored once reached. A page can be crawlable and still carry a noindex tag.

Does crawlability affect AI visibility?

Completely. AI retrieval crawlers use separate robots.txt tokens from search crawlers, so a site can be fully crawlable for Google and entirely invisible to ChatGPT and Perplexity.

What hurts crawlability most?

JavaScript-only navigation, leftover robots.txt disallow rules, orphan pages, and content that only renders client-side.

Keep reading

Related on LymLyt

Beyond LymLyt

Further reading

Want this working on your site?

We build the content behind the term, ranked in search and cited by AI.

Book a 30-min call