What are some options for dealing with Webflow's page limitation of only 100 pages, especially when compared to competitors who offer 500 pages, without having to switch to a different CMS?

TL;DR
  • Convert repeatable content into CMS Collections to generate dynamic pages without counting toward the 100 static page limit.  
  • Use folders, filtering, Webflow Logic (Enterprise), or external/static hosting to organize or offload complex or excess content.

Webflow enforces a static page limit of 100 pages, which can be restrictive for large sites. However, there are several methods to work within or around this limit without switching CMS.

1. Use CMS Collections Instead of Static Pages

  • CMS Collections let you dynamically generate pages for each item (e.g., blog posts, case studies).
  • You can have up to 10,000 CMS items on higher-tier plans.
  • These do not count toward the 100 static page limit.

2. Organize Content with CMS Collections

  • Convert static content (like FAQs, team pages, services) into CMS collections instead of using individual pages.
  • Design one CMS template page, which can render infinite variations for each CMS item.
  • Preserve your static page limit by migrating most structured, repeatable content to CMS.

3. Use Folders and Collection Filtering

  • Use folders (e.g., /services/) to organize large CMS lists more cleanly.
  • Combine with filterable CMS lists or dynamic URLs to simulate subpages without creating separate static pages.

4. Use Webflow Logic (If Eligible)

  • If you're on an Enterprise plan, you can use Webflow Logic to handle more elaborate routing or content generation workflows.
  • Create dynamic behavior without increasing page count.

5. Use External Tools for Complex or Large Content

  • Host long-tail or archive content on platforms like NotionGitHub Pages, or a headless CMS, and link from Webflow.
  • For example, you can maintain hundreds of documentation pages on Notion + Super.so and link from a central Webflow navigation.

6. Export Part of Your Site to Static Hosting

  • Use Webflow's code export feature and host older or archive pages (e.g., event archives) on a static server.
  • This is manual but effective for trimming Webflow usage to under 100 pages.

Summary

You can easily work within Webflow’s 100 static page limit by converting repeatable content into CMS Collections, which support up to 10,000 items. Wherever possible, avoid static pages for scalable content, and leverage dynamic filtering, folders, or external hosting for overflow.

Rate this answer

Other Webflow Questions