crawlmouse

How to Find Orphan Pages on Webflow (Free, No App)

·8 min read
Quick answer
Webflow usually orphans pages in one of two ways: you put a limit on a CMS Collection List (so items past the limit get no internal links), or you publish a page without adding it to the navbar or body content. To find them, crawl your live site with a free browser tool like Crawlmouse, which lists every page nothing links to — no app to install.

Webflow gives you clean, crawlable HTML and a lot of SEO basics for free — but internal linking isn’t automatic, and that’s where orphan pages creep in: pages that exist and load fine, but that nothing on your site links to, so crawlers rarely find them and visitors can’t reach them. On Webflow there’s one cause that catches almost everyone. Here’s what it is, how to find every orphan on your site for free, and how to fix them.

The CMS Collection List limit trap

This is the Webflow-specific one. A Collection List automatically generates internal links to the CMS items it displays — that’s how your blog posts, projects, or products get linked. But Webflow lets you set a limit on how many items a list shows. The moment you do, only the first few items get an internal link; every item beyond the limit is published with nothing pointing to it. It works fine on day one, then quietly breaks as your collection grows — which is exactly why it’s the most common way orphan pages are born in Webflow. Setting a limit on any Collection List that’s meant to link your items is the trap. (Pagination isn’t a clean fix either — it solves the orphan problem but can introduce duplicate-page issues.)

The other cause: pages that never got linked

On smaller Webflow sites that don’t lean on CMS Collections, orphans usually happen the simple way: a page gets built and published but never added to the navbar, footer, or any page’s body content. One good thing about Webflow — dead-end pages (pages with no links out) are rare, because your navbar and footer give every page at least a few outgoing links. The problem is almost always links in.

How to find orphan pages on Webflow

You can’t spot orphans by clicking around your own site — by definition you can’t click to them. You have to compare every page that exists against every page something links to. A few ways:

  • A free browser crawl (no app). Crawlmouse crawls your live Webflow site, maps the internal-link graph, and lists the pages with no inbound internal links — nothing to install, and no app added to your Webflow project.
  • Screaming Frog (desktop). Free up to 500 URLs; its Crawl Analysis → Orphan Pages report compares the crawl against your sitemap. (See the no-install comparison.)
  • Ahrefs free + Search Console. A free Ahrefs account connected to Search Console runs a small audit that flags an “Orphan Page” error, showing pages with no internal links.

For the platform-agnostic version of every method, see the full guide to finding orphan pages — and if you also work on WordPress or Shopify, each has its own quirks.

Good news: Webflow is already AI-crawler-friendly

One thing you don’t have to worry about on Webflow: rendering. Because Webflow outputs clean, server-rendered HTML rather than a JavaScript-only shell, your content is readable by search engines and by AI crawlers like GPTBot and ClaudeBot by default — which is not true of many JavaScript sites. So on Webflow, the discoverability job is almost entirely about internal linking, not about making your content visible in the first place.

How to fix and prevent Webflow orphans

For each orphan, keep it or kill it. Keeping it means giving it real internal links: remove the unnecessary limit on the Collection List that should link to it (or add a full listing page), and add contextual links from related pages — a link in a section, a button, or a hyperlink in body copy. For an important page, link it from more than one place, and add it to the navbar or a hub. Killing it means 301-redirecting an outdated page to the closest live one.

To stop them coming back: avoid limiting Collection Lists that are meant to link your items, link each new page from a couple of relevant existing pages when you publish, and re-crawl after structural changes. Run the crawl, connect the orphans worth keeping, re-crawl to confirm, and give crawlers a clear path to every page you want found.

Frequently asked questions

Why does Webflow create orphan pages?
The most common cause is Webflow-specific: putting a limit on a CMS Collection List. When a list shows only the first N items, every item beyond that limit gets no internal link and becomes an orphan as the collection grows. Smaller sites also orphan pages simply by not adding them to the navbar or footer.
What is the Webflow CMS Collection List limit problem?
A Collection List in Webflow auto-generates internal links to its items. If you set an item limit on that list, only the first few items get linked; the rest are published with no incoming internal links. It is the single most common way orphan pages are born in Webflow, and it gets worse as you add more CMS items.
How do I find orphan pages on Webflow for free?
Crawl your live site with a free browser tool like Crawlmouse. It maps your internal-link graph and lists every page nothing links to — no install, no app added to your Webflow project. Screaming Frog’s free tier (up to 500 URLs) and Ahrefs’ free account connected to Search Console can also find them.
Does Webflow output crawlable HTML?
Yes. Webflow renders clean, semantic HTML server-side, with automatic sitemaps and canonical tags — so unlike a JavaScript single-page app, your content is readable by search engines and AI crawlers by default. On Webflow, the usual discoverability problem isn’t rendering; it’s internal linking.
How do I fix an orphaned Webflow page?
Remove unnecessary limits on the CMS Collection Lists that should link to it, or add a full listing page. For standalone pages, add contextual links from related pages and, where it fits, the navbar or footer. Consider linking an important page from more than one place. Then re-crawl to confirm it is connected.

Keep reading