Published:
6/7/2026
Updated:
24/7/2026
Webflow SEO Audit: Find and Fix What Holds Rankings Back
TL;DR: A Webflow SEO audit runs in 5 passes, in this order:
- Indexing: can Google crawl and index every page that matters?
- Metadata: is every title under 60 characters?
- CMS templates: does 1 template flaw multiply across hundreds of URLs?
- Performance: is Largest Contentful Paint within 2.5 seconds?
- Internal links: is every important page within 3 clicks of the home page?
On Webflow, most ranking problems are not platform limits. They are incomplete setup, and a first pass on a typical marketing site takes 1 afternoon.
What does a Webflow SEO audit cover?
A useful Webflow audit answers 3 questions. Can Google crawl and index every page that matters? Does each page clearly tell search engines and AI answer engines what it is about? Does the site load fast enough that neither visitors nor crawlers give up?
Why the order matters
The 5 passes below are sequenced by impact, not by convenience. Fixing metadata on a page Google cannot index is wasted work, which is why indexing always comes first.
Pass 1: Confirm crawling and indexing
Everything else is wasted effort if Google cannot see your pages. Open Google Search Console and review the page indexing report before touching anything inside Webflow. Four checks cover most of it:
- Submit your sitemap. Webflow auto-generates one at /sitemap.xml when enabled in site settings.
- Investigate "Discovered, currently not indexed". On Webflow sites these are usually thin CMS items diluting the crawl.
- Confirm the webflow.io staging subdomain is not indexed. Webflow has 1 setting for this, and I still find client sites with staging pages competing against the live domain.
- Scan for accidental noindex tags in per-page settings or custom code.
The redirect gap agencies leave behind
What I see agencies get wrong most often is redirects. After a rebuild, old URLs return a 404 instead of pointing somewhere useful.
Export the old URL list, crawl it, and add a 301 redirect in Webflow's hosting settings for every page returning a 404. Webflow supports wildcard redirects, so 200 blog URLs sharing a path prefix can often be handled by 1 rule.
Pass 2: Audit titles and meta descriptions
Metadata is the cheapest fix in any audit, and it is the one most often left half-finished. Work through 4 targets on every page:
- Title tag: unique and under 60 characters, so Google does not truncate it
- Meta description: 150 to 160 characters, written as a reason to click
- Exactly 1 H1 per page, describing the page rather than the brand
- Open Graph title and image on any page people share
What the numbers usually look like
Each static page takes about 2 minutes to fix. On most sites I audit, at least a third of pages are missing descriptions entirely, and a further handful share 1 duplicated title pattern across 10 or more URLs.
Structured data belongs in this pass
Webflow has a native Schema markup field in Page Settings, with 1-click AI generation on any paid Site plan starting at $15 per month billed yearly (Webflow Help Center). Missing schema on key templates is a common audit finding. My guide on adding schema markup in Webflow covers the setup.
Pass 3: Review your CMS collection templates
Collection pages are usually the largest share of URLs on a Webflow site, so 1 template flaw multiplies across hundreds of pages. This pass finds the biggest wins in most audits.
The four template checks
Every collection template should pass 4 checks before you consider the audit complete, and a failure on any 1 of them repeats across every item in that collection:
- One H1 bound to the item name, not a static string
- A logical H2 structure with no levels skipped for styling
- Metadata bound to real fields, not 1 generic sentence repeated across every item
- At least 300 words of unique content per item, or the page will struggle to rank at all
The three limits that shape your templates
Webflow's dynamic content limits are specific, and a template that ignores them breaks as the CMS fills up (Webflow Help Center):
- 40 Collection lists maximum per page
- 10 nested Collection lists maximum per page
- 100 items per list without pagination
Plan capacity too. The Premium Site plan includes 20,000 CMS items and 40 Collections, while the Team plan raises that ceiling to 100 Collections. I covered modelling in how to structure a Webflow CMS for scale.
Pass 4: Check performance and Core Web Vitals
Webflow's hosting is fast by default, so when a Webflow site scores poorly the cause is almost always what was added on top. Run PageSpeed Insights on 3 pages: your home page, 1 collection template, and your heaviest landing page.
The three targets to measure against
Google publishes a specific threshold for each metric, measured at the 75th percentile of real visits (web.dev):
| Metric | Good threshold | What it measures |
|---|---|---|
| Largest Contentful Paint | Within 2.5 seconds | How fast the main content appears |
| Interaction to Next Paint | 200 milliseconds or less | How fast the page responds to input |
| Cumulative Layout Shift | 0.1 or less | How much the layout jumps while loading |
The four usual suspects
Four page elements cause most Core Web Vitals failures on Webflow sites, and all 4 are added by the build rather than the platform:
- Uncompressed hero images. A 2400px JPEG that should be AVIF or WebP.
- Autoplaying background video on a page that does not need it.
- Five or more marketing scripts loading in the head.
- Interactions animating properties that force layout recalculation.
Fixing images and deferring non-critical scripts typically closes most of the performance gap without touching the design. My guide to speeding up a Webflow site lists 12 fixes in order of impact.
Pass 5: Map internal links and content gaps
Search engines and AI assistants both use internal links to understand which pages matter. Orphan pages, meaning pages with no internal links pointing to them, rank poorly no matter how good the content is.
The three-click rule
List your most important pages and confirm each is reachable within 3 clicks of the home page. Add at least 2 contextual links from blog posts to service pages, using descriptive anchor text rather than "click here".
Where the gaps usually sit
Compare the queries you already rank for against the pages you actually have. Missing middle-of-funnel comparison and how-to content is the most common gap I find on agency-built sites.
How often should you audit a Webflow site?
A full Webflow audit twice a year is enough for most sites. Add a 10-minute monthly check of Search Console for indexing errors and coverage drops.
Re-audit after any redesign, domain change or CMS restructure, because those 3 events cause most self-inflicted ranking losses. If you would rather have a practitioner run this on your site, it is a core part of what I do for agencies and clients at Development Rocha. Either way, run the indexing pass this week. It is the fastest way to find out whether your rankings problem is content or configuration.
FAQ
How long does a Webflow SEO audit take?
A first-pass audit of a typical marketing site takes an afternoon: indexing checks in Search Console, metadata review, one pass over each CMS template, and a PageSpeed test on key pages. Large CMS-heavy sites can take a few days.
Do I need paid tools to audit a Webflow site?
No. Google Search Console and PageSpeed Insights are free and cover indexing, metadata issues, and performance. Paid crawlers like Ahrefs or Screaming Frog speed up large sites but are optional for a first audit.
Does Webflow have built-in SEO tools?
Yes. Webflow includes per-page title and meta description fields, automatic sitemaps, 301 redirect management, canonical tags, and CMS field binding for template metadata. The platform provides the controls; audits find where they were left unset.
Why is my Webflow site not ranking on Google?
The most common causes are indexing problems (staging subdomain indexed, noindex tags, missing redirects after a redesign), duplicate or missing metadata, thin CMS template pages, and slow load from unoptimized images and scripts. An audit identifies which applies to you.
How often should I run an SEO audit on Webflow?
Run a full audit twice a year, plus a quick monthly check of Search Console for indexing errors. Always re-audit after a redesign, domain migration, or CMS restructure.
Can I hire someone to audit my Webflow site?
Yes. A Webflow developer who works in the platform daily can audit and fix issues directly in the Designer and CMS. Lucas Rocha at Development Rocha offers SEO audits and implementation for agencies and end clients.