Docs / Troubleshooting

Unexpected crawl results

Sometimes a page is flagged in a way that looks wrong, a missing title you know is there, or a redirect you did not expect. Almost always, the crawler is faithfully reporting what it actually fetched.

Troubleshooting Reading the evidence 2 min read

Start with the evidence

Open the page's detail view. It shows the exact title, status code, tags, and content the crawler received for that URL. Comparing that against what you expect usually explains the result in a few seconds, because it shows what the crawler saw, not what you assume is there.

Common explanations

What you seeLikely causeWhat to do
An old title or contentThe crawler fetched a cached versionRe-crawl, and check your caching
An unexpected redirectThe URL redirects to anotherFollow the redirect; link to the final URL
Missing content or linksBuilt with JavaScript, not in the HTMLTurn on rendering and re-crawl
Page marked not indexableA noindex, robots rule, or canonicalSee indexability
Your recent edit is not reflectedThe page was crawled before you changed itRe-crawl to pick up the change

Re-check a single page

After a change, use quick check to re-fetch one URL immediately and confirm the page now looks the way you intended, without re-crawling the whole site.

Compare crawls if something changed

If a result changed unexpectedly between crawls, crawl history shows which crawl it changed in, which narrows down what caused it, often a deploy or content edit.

Trust the evidence

The crawler reports what it fetched from the URL, the same way a search engine would. If a result surprises you, the detail view almost always reveals a real cause: a cache, a redirect, a robots rule, or a JavaScript-built page. That is useful information, because whatever confuses the crawler will usually confuse a search engine too.

Frequently asked questions

Why is my page flagged with something I know I fixed?

The page was probably crawled before your change, or a cached version was served. Re-crawl, or run a quick check on that URL.

The crawler shows an old version of my page. Why?

A cache served an older copy. Re-crawl, and review your caching so search engines are not served stale pages either.

A page redirects unexpectedly. What now?

Open the detail view to see the redirect target, then point your internal links at the final URL.

The result still looks wrong after re-crawling. What should I check?

Whether the content is built with JavaScript (turn on rendering), and whether a robots rule or canonical is affecting the page.