Framer seo & core web vitals
★★★★★ 4.6 CE

Framer SEO & Core Web Vitals 2026

On CrUX field data Framer passes CWV on 76% of desktop but only 33% of mobile sites, median LCP 1.9s. The SEO surface is near-complete; robots.txt is view-only.

Framer SEO & Core Web Vitals verdict

Verified today·7 sources checked

On real field data, Framer is strong on desktop but mobile is the test.

We measured it directly with Google CrUX over twenty verified Framer-hosted sites. 76% pass all three Core Web Vitals on desktop, but only 33% pass on mobile, with a median mobile LCP of 1.9s that fits its animation-heavy output. The SEO control surface is near-complete: custom meta, slugs, custom JSON-LD with CMS-variable schema, folder redirects, per-page noindex, custom code and Search Console.

What it means for your rankings

Choose Framer for design-led marketing sites, landing pages and portfolios, where you want automatic AVIF performance and a near-complete SEO control surface without touching servers. Keep mobile hero media light to protect LCP, since that is where Framer sites fail. It is less ideal if you need an editable robots.txt, explicit canonical control, or server and CDN tuning.

Honest limits
  • The Core Web Vitals numbers are a curated CrUX sample over verified Framer sites, not a population-weighted average, so your result depends on your media and animations.
  • Mobile is the weak surface: only a third of measured sites pass on mobile and median mobile LCP is 1.9s, so heavy hero media is the main risk. The robots.txt is auto-generated and view-only, and canonical tags are not documented as a user-editable control.
  • Hosting and the CDN are managed and the CDN provider is not named, so you cannot tune the server, choose a region or add caching rules.
CWV pass (desktop)
76% of measured sites
CWV pass (mobile)
33% of measured sites
Median mobile LCP
1.9 s
SEO controls
Near-complete
Image format
Auto AVIF (q80)
View sources

This page covers Framer's SEO controls and page performance. Migration and pricing live on their own pages.

Do real Framer sites pass Core Web Vitals?

Technical SEO configuration in Framer

Framer embeds structured data as JSON-LD through the Custom Code feature. Paste a complete JSON-LD block, or store it in a plain-text CMS field and bind it so the schema is generated dynamically per CMS entry (the recommended approach for blogs and catalogs).

Custom structured data (JSON-LD)json
<script type="application/ld+json">
{
  "@context": "https://schema.org",
  "@type": "Article",
  "headline": "{{ cms.title }}",
  "datePublished": "{{ cms.publishedAt }}",
  "author": { "@type": "Person", "name": "{{ cms.author }}" },
  "image": "{{ cms.coverImage }}"
}
</script>
<!-- Bind {{ cms.* }} to CMS fields so each entry renders its own JSON-LD. -->

Disabling indexing on a single page makes Framer add a noindex meta to that page only; other pages stay indexable. Use the data-nosnippet attribute to keep a passage out of search snippets without hiding it from users.

Per-page noindex & data-nosnippethtml
<!-- Framer injects this when you disable indexing for one page: -->
<meta name="robots" content="noindex">

<!-- Keep a passage out of the search snippet (stays visible to users): -->
<p data-nosnippet>Internal pricing note, do not surface in search results.</p>

Inject scripts site-wide via Project settings, Custom code, or per page via Page settings. Place tags at the end of the body or use defer so they do not block rendering. Add the Search Console verification meta to the site head, then connect the property from Framer.

Custom code & Search Consolehtml
<!-- Project settings, Custom code, End of <head> tag: -->
<meta name="google-site-verification" content="YOUR_TOKEN">

<!-- End of <body> tag (non-blocking): -->
<script defer src="https://example.com/analytics.js"></script>

How sites built on Framer rank and load

  • Framer is absent from the major CMS Core Web Vitals studies, so the proof here is our own Google CrUX field data over twenty Framer-hosted production sites: thirteen of the seventeen with desktop data pass all three vitals, but only two of the six with mobile data do, so mobile is where Framer sites get tested
  • Framer ships the technical-SEO basics automatically: sites are SEO-optimized out of the box with sitemap.xml and robots.txt generated for you, plus custom meta titles and descriptions for the whole site or individual pages
  • Performance is automated at the asset level: every uploaded image is converted to AVIF at lossy quality 80 with WebP served while AVIF runs, and resized into 512, 1024 and 2048 px variants, so pages ship modern, right-sized media without manual work
  • Because Framer hosts and serves the site, the platform sets the performance ceiling: it exposes an Optimized status indicator and Lighthouse/PageSpeed guidance, but the CDN provider is not named and you cannot tune the server, so a heavy, animation-rich page can still fail mobile Core Web Vitals

Framer Core Web Vitals: real-user field data

Metric (real-user field data)FramerContextSource
All 3 CWV passing (desktop)76%13 of 17 Framer sites with desktop field data passGoogle CrUX
All 3 CWV passing (mobile)33%Only 2 of 6 Framer sites with mobile field data passGoogle CrUX
Median mobile LCP1.9 sJust inside the 2.5s good threshold; the main mobile riskGoogle CrUX
Median desktop LCP1.1 sComfortably good; desktop is Framer's strong surfaceGoogle CrUX
Reference site (Die Antwoord)Passes bothMobile LCP 655ms, desktop LCP 441ms, all three goodGoogle CrUX
Pass thresholds (definition)LCP 2.5s / INP 200ms / CLS 0.1A pass needs all three good at the 75th percentileGoogle CrUX

SEO controls you actually get in Framer

SEO controlOn FramerHow it worksSource
Meta titles and descriptionsBuilt-inCustom titles/descriptions for the whole site or individual pages in site settings
Custom URL slugs / pathsBuilt-inEditable paths; clean-path best practice recommended
Structured data (JSON-LD)Built-in (custom + dynamic)Embed JSON-LD via Custom Code; generate dynamically from CMS variables
301 redirects (with wildcards)Built-inSite Settings, Redirects; folder wildcards (/blog/*) and capture groups (:1, :2)
Per-page noindexBuilt-inPage indexing settings add a noindex meta to that specific page only
data-nosnippet directiveBuilt-inDocumented SEO control to keep text out of search snippets
Custom code (head/body)Built-inSite-wide via Project settings, per-page via Page settings; place at end of body or defer
Search Console + analyticsBuilt-inOne-click Google Search Console connect plus Framer's built-in analytics
robots.txtAuto (view-only)Generated automatically; you can view it but editing is not documented

Framer performance levers you control

LeverFramer behaviorEffect on speedSource
AVIF conversionAuto (quality 80)Modern format with much smaller payloads; WebP quality 90 served while AVIF runs
Responsive image variants512 / 1024 / 2048 pxRight-sized images per viewport; Framer never upscales
Font optimizationAutomaticFonts optimized on all sites to cut render-blocking weight
Lazy-loaded embedsBuilt-inEmbeds load lazily, though they still add extra code
Optimized build statusIndicatorVersions panel flags Optimized vs Optimization Error so you catch regressions

What to verify before you commit to Framer

  • The Core Web Vitals figures are a curated CrUX sample over verified Framer sites, not a population average, and mobile is the weak surface: only two of six measured sites pass on mobile and median mobile LCP is 1.9s, so keep hero media light and test your own pages in PageSpeed
  • The robots.txt is auto-generated and view-only: Framer documents how to view it but not how to edit it, so you control crawling through per-page indexing settings and the data-nosnippet directive rather than custom robots rules
  • Canonical tags are not documented as a user-editable control in Framer's SEO articles, so if you need explicit canonical management across duplicate or syndicated URLs, confirm the current behavior before you rely on it
  • Hosting and the CDN are managed and the CDN provider is not named, so you cannot tune the server, pick a region or add caching rules; the speed levers you get are the automatic image, font and embed optimizations, not server control

Framer SEO & Core Web Vitals FAQ

Is Framer good for SEO?

Yes, with one caveat. Framer ships the technical-SEO basics out of the box: an auto sitemap.xml and robots.txt, plus custom meta titles and descriptions. It exposes most of the control surface: editable slugs, custom JSON-LD including schema generated from CMS variables, and folder-level 301 redirects. It also offers per-page noindex, the data-nosnippet directive, custom head and body code, and one-click Search Console. The two gaps are an auto-generated robots.txt you can view but not edit, and canonical tags that are not documented as a user control.

How fast are Framer sites on Core Web Vitals?

Framer is not in the major CMS rankings, so we measured it directly with Google CrUX field data over twenty verified Framer-hosted sites. Desktop is strong: thirteen of the seventeen sites with field data pass all three Core Web Vitals, 76%. Mobile is the risk: only two of six with mobile data pass, 33%, and the median mobile LCP is 1.9 seconds, just inside the 2.5-second limit. The pattern fits Framer's animation-heavy, design-led output, so mobile media weight is the thing to control.

What SEO controls does Framer give me?

Most of them. You can set custom meta titles and descriptions per page or site, edit URL slugs, and embed custom JSON-LD structured data generated from CMS variables. Redirects support folder wildcards and capture groups, and you can disable indexing per page, which injects a noindex meta there only. You can also use the data-nosnippet directive, inject custom code in the head or body, and connect Google Search Console. You cannot edit the auto-generated robots.txt, and canonical control is not documented.

Can I add custom schema (structured data) on Framer?

Yes. Framer embeds structured data as JSON-LD through its Custom Code feature. You can paste a complete JSON-LD block directly. Or store the markup in a plain-text CMS field and bind it so each CMS entry renders its own schema, which Framer recommends for blogs and catalogs. That covers Article, Product, FAQ and other rich-result types without a plugin.

How does Framer optimize performance?

At the asset level, automatically. Every uploaded image is converted to AVIF at lossy quality 80, with WebP at quality 90 served while AVIF runs. Images are resized into 512, 1024 and 2048 px variants, and Framer never upscales. Fonts are optimized on all sites, embeds are lazy-loaded, and a Versions panel flags whether the latest build is Optimized. You inherit these defaults, which is why desktop field data is strong. The CDN provider is not named and the server is not tunable.

What are the limits of Framer for SEO and performance?

Three to plan around. First, mobile Core Web Vitals: only a third of the sites we measured pass on mobile and median mobile LCP is 1.9 seconds, so heavy hero media and animations are the risk. Second, the robots.txt is auto-generated and view-only, and canonical tags are not a documented user control, so crawl control runs through per-page indexing and data-nosnippet instead. Third, hosting and the CDN are managed and the CDN is not named, so you cannot tune the server, pick a region or add caching rules.

Sources & verification

Verified by ComparEdgeMethod: Vendor docs, official pages, and selected independent sources
SourceWhat was checkedLast checked
Framer OfficialOfficial product pageJuly 10, 2026
Chrome Developer docsIndependent referenceJuly 10, 2026
Framer Articles Guide To Seo Features And ToolsArticles Guide To Seo Features And ToolsJuly 10, 2026
Framer Articles How Are Images Optimized In FramerArticles How Are Images Optimized In FramerJuly 10, 2026
Framer Articles How Can I Access The Robots Txt FileArticles How Can I Access The Robots Txt FileJuly 10, 2026
Framer Articles How Do I Prevent Specific Pages From Articles How Do I Prevent Specific Pages From Getting Indexed By Search EnginesJuly 10, 2026
Framer Articles How To Connect Google Search Console Articles How To Connect Google Search Console To Your Framer SiteJuly 10, 2026

Every fact on this Framer page is tied to a named source and a verification date. Freshness-sensitive figures trace to the sources above; verify against the vendor before relying on them.