Technology

Your Webflow CMS Has 500 Items. How Should You Structure Navigation?

Written by
Pravin Kumar
Published on
Sep 9, 2026

Your Webflow CMS has passed 500 items. What actually breaks first?

Not crawling, which is what most people worry about. What breaks first is human navigation: the path from a visitor landing on one item to finding the second one they want. Search engines will cope with 500 items long after your own menu has stopped making sense.

I say this because the panic about large CMS sites is almost always misdirected. People arrive asking about crawl budget and sitemaps when their real problem is that they have one flat collection, one list page, and no way for anyone to get from A to B.

Here is what the numbers actually say about crawling at this size, what genuinely degrades, and how I would restructure a site that has grown past the point where the original navigation was designed.

Is crawl budget actually your problem at 500 items?

Almost certainly not, and Google says so directly. Its guide to managing crawl budget states that it is intended primarily for large sites with 1 million or more unique pages whose content changes about once a week, medium or larger sites with 10,000 or more unique pages whose content changes daily, and sites with a large portion of their URLs classified in Search Console as Discovered, currently not indexed.

A 500-item collection is not close to any of those thresholds. If you are reading crawl budget advice at this size, you have picked up a document written for a different problem, and acting on it will cost you time you should spend elsewhere.

The exception is the third condition, which is the one worth checking. If Search Console is reporting a lot of URLs as discovered but not indexed, that is a signal regardless of your size, and it usually points at quality or duplication rather than at crawl capacity. Google defines the crawl capacity limit as limiting the total amount of time your server spends holding connections open for Google, factoring in both the number of parallel connections and their duration, which is a server-load concept, not a page-count one.

So check the report, then move on. The related distinction between being crawled and being indexed is one I unpacked in crawling versus indexing on a Webflow site.

So what does genuinely degrade as a collection grows?

Three things, in this order. Discoverability from within the site, because a list page that shows twelve items and then paginates leaves 488 items several clicks deep. Editorial control, because nobody remembers what already exists and you start publishing near-duplicates. And internal linking, because links get added to new items and never back to old ones.

The internal linking decay is the expensive one and the least visible. Every item you publish is another page that could be pointing at your best pages and probably is not. Over a few hundred items, that adds up to a site where authority pools in whatever was published most recently rather than in what matters.

Editorial duplication is a close second. At 500 items, the question is not can I write about this, it is have I already written about this, and no CMS answers that question for you by default. I keep an exported list of existing titles and slugs and check every new topic against it before writing, which sounds tedious and takes seconds once it is a habit.

How should the top-level navigation change at this size?

It should stop trying to represent the collection and start representing the reader's job. A menu that lists every category is a menu designed by looking at a database. A menu that lists the four things people come here to do is designed by looking at people.

The practical rule I use is that the main navigation should not grow when the collection grows. If adding a hundred items means adding a nav item, the structure is wrong. Growth should be absorbed by pages below the navigation, not by the navigation itself.

Underneath that, the real work is hub pages. One curated page per meaningful theme, written as a page rather than generated as a list, linking to the ten or fifteen items that matter most within it. That page is what ranks, what gets cited, and what gives a reader somewhere to stand. A generated list of every item sorted by date does none of those things.

What role should category and filter pages play?

Category pages should be destinations with their own writing. Filter states should generally not be. The distinction matters because a category page with a real introduction, a stated point of view, and a curated order is a page worth indexing, whereas every combination of filters is a combinatorial explosion of near-identical pages.

Google's own crawl budget guidance, even though it is aimed at much larger sites, lists the right instincts here: manage your URL inventory, consolidate duplicate content, and block crawling of unimportant URLs with robots.txt. Applied to a 500-item Webflow site, that translates into deciding deliberately which filtered views get real URLs and making sure the rest do not multiply quietly.

The same guidance mentions returning 404 or 410 for permanently removed pages, eliminating soft 404s, keeping sitemaps updated with lastmod tags, and avoiding long redirect chains. None of that is size-dependent, and all of it is cheap hygiene that most growing sites skip. I covered the specific Webflow tradeoff between paginated lists and load-more behavior in load more versus pagination in the Webflow CMS.

How do you keep internal linking honest at this scale?

By making it a scheduled job rather than an act of inspiration. Once a collection passes a few hundred items, nobody links backwards by accident. You need a repeating pass where you take a recently published item and find two or three older items that should point to it, then edit those older items.

The direction matters. Most people only ever add links forward, from old thinking to new, because that is what you are holding in your head while writing. Links from established pages to new ones are the ones that actually help the new page, and they are exactly the ones nobody adds.

Do it on a list, not from memory. Export your slugs, keyword-match the new item against them, and pick the two closest. It takes minutes and it is the highest-leverage repeated task on a large content site. I described a fuller version of this in my walkthrough of building an internal linking system on the Webflow CMS.

What Webflow-specific constraints should shape the structure?

A few worth knowing before you design a schema you will regret. Webflow's developer documentation states that a collection's schema can have up to 60 fields, which is generous but finite, and it is the reason to resist adding a field every time a one-off need appears.

The documentation also states that to reference a collection item, the collection must be published to the site. That is a real sequencing constraint if you are building a taxonomy: your categories collection has to exist and be live before items can point at it, which is not the order most people build things in.

On the automation side, the CMS API returns paginated results with a maximum of 100 items per request, so any script you write against a 500-item collection is a loop, not a single call. Plan for that rather than discovering it. Item allowances differ by site plan and those numbers move, so check Webflow's own plan documentation for current limits rather than trusting any figure you read in an article, including this one.

What should you actually measure?

Two things that are easy to get and one that is not. Easy: how many of your items received any organic entrance in the last ninety days, which Google Search Console and Google Analytics will both tell you, and how many internal links point at each item, which a crawler such as Screaming Frog or Sitebulb will count for you. Hard: whether a reader who lands on one item ever reaches a second one.

The first number is usually sobering. On most large collections a minority of items do nearly all the work, and the useful response is not to write more, it is to consolidate, update, or remove. Google's guidance to consolidate duplicate content and to return proper status codes for removed pages is a license to delete, and deleting is underrated.

The second number tells you whether your navigation redesign worked. If people still land and leave, the hub pages are not doing their job, whatever the traffic chart says. Across 70 plus projects for 25 plus clients over 6 plus years, this is the metric that most reliably separated sites that compounded from sites that just accumulated.

What should you do next?

Export your collection to a spreadsheet or an Airtable base with the slug, the publish date, and the organic entrances for the last ninety days. Sort by entrances. Look at the bottom half and decide, item by item, whether it should be updated, merged, or removed. That single exercise will tell you more about your site than any audit tool.

Then pick your three most important themes and write a real hub page for each, curated by hand, linking to the items that deserve attention. Add those hubs to your navigation and let the rest of the collection sit beneath them. Finally, put a monthly reminder in your calendar to link two older items to whatever you published most recently.

I do this kind of restructuring for founders and marketing teams on fixed fees, with most projects landing between 1,000 and 10,000 dollars. If your CMS has grown faster than your navigation, reach out and let's chat.

Get found, cited and the back office automated

Let's make your site the source AI engines quote and wire up the systems behind it.

Contact

Let's get your website found and cited by AI

Tell me what you're working on, whether AI search is skipping your product, your back office is buried in manual work, or you need a build that does both.

Got it, thanks. I read every message personally and reply within 1-2 business days.
Oops! Something went wrong while submitting the form.