Webflow SEO
An honest, practitioner-to-practitioner guide to SEO on Webflow — why static HTML publishing is a real advantage, the native controls that replace plugins (robots.txt, sitemap, 301s, canonicals, CMS-bound meta), the limitations nobody markets (pagination, hreflang, schema at scale, CMS caps), and how it stacks up against WordPress.
Webflow publishes static HTML at publish time — every page and CMS item is pre-rendered, so crawlers (and AI crawlers, which read static HTML only) get your content without running JavaScript. That's a genuine technical-SEO advantage over CSR single-page apps. Webflow also ships the core controls natively — editable robots.txt, an auto-generated sitemap, a 301 redirect manager, automatic canonical tags, custom head code for schema, and CMS-bound meta tags — so you don't need a Yoast equivalent. The honest limits: pagination is stuck on ?page=N query params with no rel=next/prev, schema can't bind to Reference fields, hreflang from Localization has quality issues, there's no server log access, and lower plans cap CMS items. Webflow beats WordPress on defaults and zero maintenance; WordPress beats it on plugins and content at scale.
TL;DR — Webflow is genuinely good for SEO out of the box. When you hit publish, it turns your pages into plain HTML files, so Google sees your content without doing any extra work. It also has the SEO basics built in — editable
robots.txt, an automatic sitemap, a redirect tool, and per-page titles and descriptions — so you don’t need to install plugins. Webflow doesn’t do your SEO for you, though: keywords, content, and internal links are still your job.
Why people ask “is Webflow good for SEO?”
Webflow is a visual website builder — you design pages by dragging things around instead of writing code. The natural worry is that a tool like that produces messy, JavaScript-heavy pages that search engines struggle with. For Webflow, that worry is mostly unfounded.
Here’s the key thing: when you publish a Webflow site, it generates a static HTML file for every page. “Static HTML” just means the actual words, headings, and links are sitting right there in the page’s code the moment Google asks for it — no extra steps required. That’s the format search engines prefer, and it’s the only format most AI crawlers (the bots behind ChatGPT, Perplexity, and friends) can read at all.
What Webflow gives you for free
Most SEO platforms make you install a plugin to control the basics. Webflow builds them in:
- Meta titles and descriptions — set per page, the text that shows in search results.
- An automatic sitemap — a list of all your pages handed to search engines, updated every time you publish. Evidence for this claim Webflow can generate an XML sitemap and updates it when a site is published. Scope: Webflow sites with automatic sitemap generation enabled. Confidence: high · Verified: Webflow: Site-level SEO
- Editable
robots.txt— the file that tells crawlers where they can and can’t go. Evidence for this claim Webflow provides site-level robots.txt controls. Scope: Webflow site SEO settings; robots.txt controls crawling, not guaranteed indexing removal. Confidence: high · Verified: Webflow: Site-level SEO - A 301 redirect tool — so when you change a URL, old links still work and keep their value.
- Custom code boxes — for adding things like schema markup or analytics tags.
The thing people get wrong
Webflow does not “do SEO” for you. It hands you good tools and a fast, clean foundation — but it won’t pick your keywords, write your content, decide which pages should exist, or build your internal links. As one writer put it bluntly, Webflow’s advantage is “the execution, not the existence of SEO settings.”
There’s also one trap worth knowing on day one: every Webflow site is also live at
a yoursite.webflow.io address. If you connect a real domain but forget to turn
on “Disable subdomain indexing,” Google can index both — which is duplicate
content. Flip that toggle when you launch.
Want the full technical picture — pagination, hreflang, schema at scale, CMS limits, and the Webflow-vs-WordPress call? Switch to the Advanced tab.
TL;DR — Webflow’s defining trait is that it generates static HTML at publish time for every page and every CMS Collection item — pre-rendered, not client-side. Crawlers (and AI crawlers, which read static HTML only) get your content without rendering JS. It ships the core controls natively (editable
robots.txt, auto sitemap, 301 manager, automatic self-canonicals, custom head code, CMS-bound meta) so no Yoast equivalent is needed. The honest limits: pagination is stuck on?page=Nwith norel=next/prev, native schema can’t bind to Reference fields, hreflang from Localization has documented issues, there’s no server-log access, and lower plans cap CMS items. It beats WordPress on defaults and zero maintenance; WordPress beats it on plugins and scale.
The architecture: static HTML, not client-side rendering
This is the part most write-ups either skip or get wrong, so I’ll be precise. When you publish a Webflow site, it generates a static HTML file for each page — including every CMS Collection item page. The SEO-critical content (headings, body copy, internal links) is in the initial HTML response. Googlebot doesn’t need to queue the page for its Web Rendering Service to see that content, which is the efficient path Google describes in its JavaScript SEO basics.
The nuance — and it matters — is that “static HTML” does not mean “zero JavaScript.” Webflow ships JS for interactions and animations. The content is static; the page still loads scripts. So the accurate framing isn’t “Webflow has no JavaScript,” it’s “Webflow’s indexable content doesn’t depend on JavaScript rendering.” That distinction is exactly the kind of thing I dig into in JavaScript SEO, and it’s why Webflow sidesteps the rendering-latency problems that hit CSR React/Vue/Next SPAs. It also matters more every year, because AI crawlers generally read static HTML only and don’t render.
The native controls (no plugins required)
Webflow eliminates the Yoast/Rank Math layer by shipping the controls itself:
robots.txt— fully editable under Settings → SEO. Webflow’s own framing: “Provide instructions to search engine robots/crawlers about which pages of your site should not be crawled or indexed.” (Editing it requires a paid plan and a custom domain.) Evidence for this claim Webflow documents robots.txt editing in site-level SEO settings. Scope: Availability depends on Webflow hosting and domain configuration described by Webflow. Confidence: high · Verified: Webflow: Site-level SEO- XML sitemap — auto-generated and, per Webflow University, it “updates each time content is published.” Individual pages can be pulled out with an “Exclude from sitemap” toggle. You still submit the URL yourself in Search Console and Bing Webmaster Tools. Evidence for this claim Webflow's generated sitemap updates on publish and supports excluding individual pages. Scope: Webflow automatic sitemap and page-level exclusion controls. Confidence: high · Verified: Webflow: SEO checklist Webflow: Site-level SEO
- 301 redirect manager — under Project Settings → SEO. Webflow markets it as “Migrate or relink your site URLs easily by creating and publishing 301 redirects — no engineering help required,” with a documented “1,000 maximum as best practice.”
- Canonical tags — set automatically to each page’s own URL. You can override
them by injecting a
rel=canonicalvia custom code; Webflow’s guidance for localized content is to “add custom code on individual pages to manually apply your canonical tags.” - Custom
<head>and<body>code — at site level (Site Settings) and per-page (Page Settings in the Designer). This is where JSON-LD schema goes, since Webflow has no plugin marketplace like WordPress — structured data is a code embed, not an app install. (Newer Webflow AI features can “generate schema markup… add it on your own, and easily edit it.”) - Open Graph and social meta — built into Page Settings.
Webflow CMS for SEO
CMS Collections are Webflow’s dynamic-page engine — define a Collection (say, Blog Posts), and each item gets its own template-driven page with a configurable URL slug built from field variables.
The setup most new users miss: to get unique per-item titles and descriptions, add dedicated Plain Text fields to the Collection schema (keep titles to ~60 chars, descriptions to ~160), then bind those fields in the Collection page’s SEO settings. Webflow can also “automatically define meta titles and descriptions from CMS fields, or use Webflow AI to fill in missing metadata instantly.” Once bound, every Collection item page ships unique, pre-rendered metadata.
Two CMS gaps worth flagging:
- Category/tag archives aren’t automatic. Webflow won’t generate an indexable
/blog/category/seo/page for you. If you want one, you build it manually with a filtered Collection list. - Schema doesn’t bind to relational fields. Webflow’s native schema field
can’t pull from Reference or Multi-Reference fields, so
Articleschema that needs author/organization/breadcrumb data from CMS relationships has to be a hand-maintained custom JSON-LD embed.
Core Web Vitals and speed
Webflow hosting runs on a CDN (AWS + Fastly across 100+ PoPs) and minifies HTML, CSS, and JS automatically. That produces fast TTFB and good Core Web Vitals by default — independent testing by Seobility clocked a lightly edited template at desktop PageSpeed 96 and mobile 84, and concluded Webflow’s output “can be as clean and semantic as if it was written by an old-school developer.” I’d add the usual caveat: those numbers are for a clean template. Heavy animations, large hero images, and stacked third-party scripts will erode CWV on Webflow exactly like they do anywhere else.
The honest limitations
This is where Webflow’s agency content tends to go quiet. The real ceilings:
- Pagination is stuck on query parameters. Collection-list pagination uses
?page=2,?page=3— you can’t switch to/page/2/, there’s no nativerel=next/prev, and canonicalizing individual paginated URLs requires risky custom-code injection. For large paginated archives this is a genuine gap. - Hreflang quality issues. Webflow Localization auto-generates hreflang in the
sitemap and sets the HTML
langattribute, but reviewers have found missing reciprocal pairs and missing self-references. Verify it by hand against Google’s requirements rather than trusting the auto output. - No server log access. Webflow hosting is fully managed, so you can’t read raw server logs. Real crawl diagnostics — what Googlebot actually hit, how often — need an external layer (Cloudflare + Logpush or a log aggregator). For enterprise technical SEO, that’s a meaningful blind spot.
- CMS item caps still exist, just higher than they used to be. Webflow restructured its site plans in 2026 — the old Business/CMS plan split is gone, replaced by a Premier site plan that includes 40 CMS Collections and 20,000 CMS items (double the old 10,000-item Business cap); the free Starter plan caps out at 50 CMS items. Team and Enterprise go higher still, negotiated per contract. For directory, news, or large-catalog programmatic SEO the ceiling is still real, it’s just moved — check Webflow’s current pricing page for live numbers rather than an older changelog post; Webflow’s own “Scale your CMS to 10,000 items” update is itself now out of date on the figure in its title.
- Image file names can’t be renamed after upload. A minor image-SEO signal you can’t fix retroactively.
- The staging-subdomain duplicate-content trap. Every project is live at
yoursite.webflow.io. Connect a custom domain without toggling “Disable subdomain indexing” in Site Settings and you’ve got the same content indexable at two hostnames. Common launch mistake.
Webflow vs. WordPress for SEO
The short version of a question I get a lot:
- Where Webflow wins: strong technical defaults (static HTML, fast CDN, native controls), no plugin debt, and zero maintenance — Webflow handles security patches, uptime, SSL, and CMS updates. A neglected WordPress install accumulates technical debt that quietly hurts rankings; Webflow doesn’t give you that rope.
- Where WordPress wins: a mature plugin ecosystem (Yoast, Rank Math, Schema Pro, internal-linking tools), schema automation at scale, deeper content workflows, and no CMS item caps.
My take: for most B2B and SaaS marketing sites, Webflow is competitive and often the better technical foundation. For large publishers, big e-commerce catalogs, or heavy programmatic SEO, the item limits, pagination handling, and missing log access push you toward WordPress or a purpose-built stack. Match the tool to the shape of the content program — not to which platform has a louder marketing page.
AI summary
A condensed take on the Advanced version:
- Architecture: Webflow generates static HTML at publish time for every page and CMS item — pre-rendered, not client-side. Crawlers and AI crawlers (which read static HTML only) get the content without rendering JS. Caveat: it’s static content, not zero JavaScript (JS still loads for interactions).
- Native controls (no plugins): editable
robots.txt(Settings → SEO), an auto sitemap that updates on publish with per-page “exclude” toggle, a 301 redirect manager (1,000 best-practice max), automatic self-canonicals (overridable via custom code), custom<head>/<body>code for JSON-LD schema, and Open Graph tags. No plugin marketplace like WordPress. - CMS SEO: Collections create dynamic pages with field-variable slugs; bind Plain Text fields for unique per-item meta. Gaps: category/tag archives aren’t auto-generated, and schema can’t bind to Reference/Multi-Reference fields.
- Speed: CDN (AWS + Fastly) + auto minification → generally strong Core Web Vitals; one test hit desktop 96 / mobile 84 on a template.
- Limitations:
?page=Npagination with norel=next/prev; hreflang quality issues from Localization; no server-log access; CMS item caps (20K on the current Premier site plan, up from the old 10K Business cap — Webflow restructured plans in 2026); unrenameable image file names; thewebflow.iostaging-subdomain duplicate trap. - vs. WordPress: Webflow wins on technical defaults and zero maintenance; WordPress wins on plugins, schema at scale, and no CMS caps.
Official documentation
Primary-source documentation — from Webflow on the platform’s features, and from Google/Bing on the standards Webflow’s architecture has to satisfy.
Webflow
- Site-level SEO | The Webflow Way — robots.txt, sitemap, subdomain indexing, redirects.
- Page-level SEO | The Webflow Way — meta tags, canonicals, custom code, Open Graph.
- SEO Checklist | Webflow University — the auto-sitemap behavior and launch checklist.
- AI-Powered SEO & AEO tools | Webflow Features — schema generation, AI metadata, the 301 manager.
- Webflow Pricing — current CMS item caps per plan (Premier: 20,000 items / 40 Collections as of Webflow’s 2026 plan restructure, which replaced the old Business/CMS split).
- Scale your CMS to 10,000 items | Webflow Updates — historical changelog post; the 10,000 figure in its title is now out of date, kept for context.
- JavaScript SEO basics — why pre-rendered/static HTML is the efficient path vs. queued JS rendering.
- Core Web Vitals & the page experience report — LCP, INP, CLS as ranking signals.
- Introduction to robots.txt — what the file Webflow lets you edit actually does.
- Consolidate duplicate URLs (canonicalization) — how
rel=canonicalis treated.
Bing / Microsoft
- Bing Webmaster Guidelines — sitemaps, robots.txt, clean HTML, canonical handling — all of which apply to Webflow sites equally.
Quotes from the source
On-the-record statements from Webflow and from independent reviewers who tested the platform.
Webflow — on the native controls
- “Provide instructions to search engine robots/crawlers about which pages of your site should not be crawled or indexed.” — on robots.txt. Source
- “1,000 maximum as best practice” — on the number of 301 redirects. Source
- “Add custom code on individual pages to manually apply your canonical tags” — on overriding canonicals for localized content. Source
- “Migrate or relink your site URLs easily by creating and publishing 301 redirects — no engineering help required.” Source
- “Automatically define meta titles and descriptions from CMS fields, or use Webflow AI to fill in missing metadata instantly.” Source
- “Generate schema markup with the help of Webflow AI, add it on your own, and easily edit it.” Source
Webflow University — on the sitemap
- The auto-generated sitemap feature “automatically generates a sitemap.xml” and “updates each time content is published.” Source
Seobility (independent test, 2024)
- “The code Webflow generates can be as clean and semantic as if it was written by an old-school developer.” (Test results: mobile PageSpeed 84, desktop 96 on a lightly edited template.) Source
khod.io — on what Webflow does not do
- “Webflow does not: 1. Choose your keywords. 2. Understand your buyer. 3. Decide which pages should exist. 4. Write useful content. 5. Build internal links. 6. Fix weak positioning.”
- “The advantage is the execution, not the existence of SEO settings.” Source
Webstacks
- “Webflow eliminates the need for third-party SEO plugins by including most optimization features natively.” Source
Webflow SEO launch checklist
A pass to run before and right after you connect a custom domain:
- Disable subdomain indexing is toggled on (Site Settings → SEO) so
yoursite.webflow.ioisn’t indexed alongside your real domain. -
robots.txtis reviewed and doesn’t block anything you want indexed (Settings → SEO — needs a paid plan + custom domain). - Auto-sitemap is enabled, and the
sitemap.xmlURL is submitted in Google Search Console and Bing Webmaster Tools. - Any pages that shouldn’t be in search use the “Exclude from sitemap”
toggle (and/or a
noindexmeta). - Every page has a unique meta title (~60 chars) and description (~160 chars).
- CMS Collection pages bind meta title/description to dedicated Plain Text fields, so each item gets unique metadata.
- Open Graph image and social meta are set on key pages.
- Schema (JSON-LD) is added via custom code where it earns rich results — hand-written for any relational/Reference data.
- Old URLs from a migration are mapped in the 301 redirect manager (≤1,000 entries as Webflow’s best practice).
- If localized: hreflang from Localization is manually verified for reciprocal and self-referencing tags.
- Hero images are compressed; heavy animations/third-party scripts audited against Core Web Vitals.
- CMS item count is comfortably under the plan cap (20K on Premier as of 2026’s plan restructure — check Webflow’s current pricing page, the caps have moved before) for the content roadmap.
The collection → template → publish framework
For every Webflow CMS page, trace three owners: collection fields hold the SEO values, the Collection Template binds them into head markup and visible content, and publishing creates the static crawler-facing page. Diagnose missing metadata at the earliest broken handoff, then validate the published URL—not Designer preview alone.
Webflow SEO — where everything lives
The controls and where to find them
| Control | Where in Webflow | Notes |
|---|---|---|
robots.txt | Settings → SEO | Paid plan + custom domain required |
| XML sitemap | Settings → SEO (auto) | Updates on publish; per-page “Exclude from sitemap” toggle |
| 301 redirects | Project Settings → SEO | 1,000 best-practice max |
| Canonical tag | Automatic (self) | Override via custom code |
| Meta title/description | Page Settings | Bind to CMS fields on Collection pages |
| Open Graph / social | Page Settings | Per page |
| Schema (JSON-LD) | Custom code (<head>) | No plugin marketplace; hand-written for Reference data |
| Disable subdomain indexing | Site Settings → SEO | Toggle ON at launch to avoid webflow.io duplicate |
Webflow wins vs. falls short
| Strong by default | Honest limitations |
|---|---|
| Static HTML at publish (no CSR) | Pagination stuck on ?page=N, no rel=next/prev |
| Native controls, no plugins | Schema can’t bind to Reference/Multi-Reference fields |
| CDN (AWS + Fastly) + auto minify | Hreflang quality issues from Localization |
| CMS-bound dynamic meta | No server-log access |
| Zero maintenance hosting | CMS item caps (20K on Premier, was 10K on Business) |
Fast facts
- Static HTML is generated for every page and CMS item at publish.
- Image file names can’t be renamed after upload.
- Category/tag archive pages are not auto-generated — build them manually.
- AI crawlers read static HTML only — Webflow’s pre-rendering helps here.
Webflow SEO mistakes to avoid
- Editing CMS metadata page by page: bind collection fields in the template so new items inherit correct output.
- Publishing the staging subdomain as if robots rules make it private: use access control for material that must not be public.
- Adding custom head code without inspecting native output: duplicate canonicals, titles, or schema can result.
- Treating a clean visual canvas as a clean DOM: verify heading order, anchors, image attributes, and hidden elements in output.
Common Webflow SEO issues
A CMS item publishes with blank or repeated metadata
Cause: the Collection Template field binding is empty or points to a shared static value. Fix: map required collection fields, add editorial fallbacks, and republish affected items.
The Webflow staging domain appears in search
Cause: it was publicly reachable and discovered. Fix: restrict or disable staging exposure, remove internal/public links to it, and validate production canonicals.
A redirect works but adds another hop
Cause: a legacy rule points to an intermediate slug or HTTP/host variant. Fix: update it to the final canonical destination and retest the complete path.
Patrick's relevant free tools
- Google Index Checker — Check one URL’s observable indexability blockers, or reconcile sitemap, crawl, and supplied Search Console evidence across a URL set before verifying Google’s actual state in URL Inspection.
- Canonicalization Checker — Audit HTML and HTTP canonical signals, test the canonical target, and identify observable conflicts that can cause Google to choose a different URL.
- SEO Incident Simulator — Practice thirty deterministic technical SEO incident investigations — indexability, crawl controls, redirects, sitemaps, markup, caching, DNS, bot verification, rendering, hreflang, and faceted navigation — with clearly labeled fixture evidence and Find → Fix → Verify handoffs.
Tools for Webflow SEO
- Google Search Console — submit the auto-generated
sitemap.xml, inspect how individual URLs are crawled/indexed, and watch for the duplicate-canonical warnings that flag thewebflow.iosubdomain trap. - Bing Webmaster Tools — verify by pasting the verification ID into Webflow Site Settings; submit the same sitemap.
- Ahrefs Site Audit / Ahrefs Webmaster Tools — crawl the published site to surface redirect chains, blocked URLs, missing/duplicate meta, and pagination patterns Webflow can’t fix natively.
- Screaming Frog SEO Spider — desktop crawl to verify CMS item pages render
unique titles/descriptions and to spot the paginated
?page=NURLs. - PageSpeed Insights / CrUX — confirm real Core Web Vitals on representative templates (template benchmarks don’t reflect a heavy production design).
- Cloudflare + Logpush (or a log aggregator) — the workaround for Webflow’s missing server logs if you need real crawl diagnostics.
- Webflow AI (built-in) — generate JSON-LD schema and fill missing metadata at scale; review the output rather than trusting it blind.
Validation tests
Test a CMS template metadata change
Test to run — publish representative CMS items and inspect raw title, description, canonical, and robots output. Expected result — each item has one correctly bound value. Failure interpretation — the template binding or fallback is wrong. Monitoring window — immediate after publish. Rollback trigger — revert if the template removes or duplicates metadata across the collection.
Test a redirect update
Test to run — trace the old URL with the Redirect Chain Mapper. Expected result — one redirect to the final successful canonical URL. Failure interpretation — overlapping Webflow rules or an intermediate destination remains. Monitoring window — immediate. Rollback trigger — revert if valid routes loop, chain, or land on the wrong page.
Test yourself: Webflow SEO
Five quick questions on how Webflow handles the technical SEO basics. Pick an answer for each, then check.
Resources worth your time
My writing
- JavaScript SEO Issues & Best Practices — the rendering side, and why Webflow’s static output sidesteps CSR problems.
- The Beginner’s Guide to Technical SEO — crawling, indexing, and canonicalization, all of which apply to Webflow.
My speaking
- How Search Works (SlideShare) — my walkthrough of crawling, rendering, indexing, and ranking — the pipeline a Webflow site has to pass through. (My standing disclaimer applies: “This is my understanding of systems… not going to be 100% complete or accurate.”)
From around the industry
- Tested: Is Webflow Good For SEO? — Seobility — a hands-on test with real PageSpeed data and the “clean and semantic” code finding.
- Webflow SEO: What Works, What Doesn’t — khod.io — the best myth-debunking take; “the advantage is the execution, not the existence of SEO settings.”
- Is Webflow Good for SEO? Pros and Cons — Webstacks — platform comparison and the “eliminates the need for third-party SEO plugins” framing.
- SEO pros and cons of HubSpot vs. WordPress vs. Webflow — Search Engine Land — a three-platform comparison from practitioners, including a former Webflow Head of Marketing.
- Webflow Technical SEO Settings: The Ultimate Guide — Flow.ninja — a settings-level walkthrough of the native controls.
Webflow SEO
Webflow SEO is the set of technical controls, on-page settings, and CMS features built into the Webflow visual platform that affect how Webflow-built sites are crawled, indexed, and ranked. Its core advantage is that Webflow publishes static HTML at publish time, so crawlers get fully-rendered content without running JavaScript.
Related: JavaScript SEO, Core Web Vitals
Webflow SEO
Webflow SEO refers to the native technical and on-page SEO functionality built into Webflow, a visual web-design and CMS platform. Unlike WordPress, which leans on plugins like Yoast or Rank Math, Webflow ships most core SEO controls natively: editable robots.txt, an auto-generated XML sitemap, a 301 redirect manager, per-page and CMS-bound meta tags, automatic canonical tags, and custom <head>/<body> code for schema and other markup.
The platform’s defining technical-SEO trait is that it generates static HTML at publish time — every page, including CMS Collection item pages, is pre-rendered. Crawlers (and AI crawlers, which read static HTML only) receive the SEO-critical content without executing JavaScript, which is a real advantage over client-side-rendered React/Vue single-page apps. Webflow still ships JavaScript for interactions and animations; the nuance is that the indexable content lives in the initial HTML response.
Webflow’s hosting runs on a CDN (AWS + Fastly) with code minification built in, so Core Web Vitals are generally strong by default. The honest limitations sit elsewhere: pagination uses ?page=N query parameters with no rel=next/prev, schema can’t bind to Reference/Multi-Reference CMS fields, hreflang from Localization has documented quality issues, there’s no server log access, and lower-tier plans cap CMS items. Compared with WordPress, Webflow wins on technical-SEO defaults and maintenance-free hosting; WordPress wins on plugin ecosystem and content management at scale.
Related: JavaScript SEO, Core Web Vitals
Build-time retrieval analysis plus live signals for this exact article. The automatic chunk report includes a deterministic readiness score and is ready without a model download.
Search Console
sampleGA4 traffic (28d)
sampleCloudflare traffic (7d)
sampledCrUX field data (28d, phone)
sampleGoogle NLP entities
localChangelog
Updated Jul 18, 2026.
Editorial summary and recorded change details.Summary
Updated CMS item caps to Webflow's 2026 plan restructure — the old Business/CMS plan split is gone, and the item ceiling moved from 10,000 to 20,000 on the new Premier site plan.
Change details
- Before
The Business plan tops out at 10,000 total items (5,000 per Collection); the CMS plan is lower; going past 10K needs Enterprise.AfterCorrected the 'CMS item caps' limitation (Advanced lens, AI Summary, Cheat Sheet, checklist) from '10,000 on Business' to Webflow's current Premier site plan (40 Collections, 20,000 CMS items), verified against webflow.com/pricing; noted the old Business/CMS plan names are retired and that Webflow's own 'Scale your CMS to 10,000 items' changelog post is now out of date on its own headline figure.
Full comparison unavailable — no prior snapshot was archived for this revision.