
WordPress.com SEO & Core Web Vitals 2026
WordPress gives the most SEO control but fewest guarantees: core covers permalinks and robots, but meta, schema and redirects need a plugin. Field data ranks last.
WordPress.com SEO & Core Web Vitals verdict
WordPress gives you the most SEO control and the fewest guarantees.
Permalinks, robots.txt, the sitemap and noindex are built into the core. But meta, canonical, schema and redirects come from plugins like Yoast or Rank Math, and on WordPress.com those are gated to Business plans.
WordPress suits teams that want maximum SEO control and full URL flexibility and will run an SEO plugin and manage hosting and caching. It is less ideal if you want SEO and speed handled for you out of the box, since the core ships neither and the field-data average is the lowest of the builders.
- Meta titles and descriptions, canonical tags, schema and a redirect manager are not in the core, since they come from an SEO plugin like Yoast or Rank Math.
- On WordPress.com those plugins and custom code are gated behind plugin-enabled Business plans. Performance is bring-your-own on self-hosted, through host, caching and CDN, and the field-data average is the lowest of the group.
- The upside is URL control: permalinks are fully customizable in core, unlike fixed-prefix hosted builders.
- CWV all-3 pass
- 46.28% (#6 of 6 CMS)
- Desktop CWV pass
- 50%
- URL permalinks
- Full control (core)
- Meta / canonical / schema
- Plugin-driven
- Performance
- Bring your own
This page covers WordPress's SEO controls and page performance. Migration and pricing live on their own pages.
Do real WordPress.com sites pass Core Web Vitals?
- Rendered HTML: server-rendered, crawlable pages (PHP-rendered)
- URL permalinks: fully customizable structure + per-post slug (core)
- robots.txt & noindex: editable robots.txt + page-level noindex (core)
- XML sitemap: auto wp-sitemap.xml on WordPress 5.5+ (core)
- Meta titles & descriptions: plugin-driven (Yoast / Rank Math), not core
- Canonical & schema: plugin-driven (Yoast / Rank Math), not core
- 301 redirects: plugin (Rank Math free / Yoast Premium) or .htaccess
- Advanced SEO needs a plugin, meta, canonical, schema and redirects are not in the core.
- Plugins gated on WordPress.com, SEO plugins and custom code require a plugin-enabled Business plan.
- Performance is bring-your-own, self-hosted speed depends on your host, caching and CDN; lowest field-data average.
Technical SEO configuration in WordPress.com
Set your URL structure in Settings, Permalinks. Use a custom structure built from tags so URLs are clean and keyword-bearing. Each post and page also has an editable slug. This level of URL control is something the hosted builders with fixed prefixes do not offer.
# Settings > Permalinks > Custom Structure
/%category%/%postname%/ # clean, keyword-bearing
/%postname%/ # flat, common for blogs
# available tags: %year% %monthnum% %day% %postname% %post_id% %category% %author%
# each post/page also has its own editable slug fieldWordPress serves robots.txt at the site root and by default only blocks a couple of JS files. You can edit it through a filter, a physical file or an SEO plugin. Google recommends page-level noindex tags over robots.txt for keeping low-quality pages out of the index.
User-agent: *
Disallow: /wp-admin/
Allow: /wp-admin/admin-ajax.php
Sitemap: https://www.your-domain.com/wp-sitemap.xml
# core blocks only a couple of JS files by default; editable via filter/file/pluginWordPress 5.5 and later auto-generate a sitemap at wp-sitemap.xml. Confirm it responds, then verify your site and submit the sitemap in Google Search Console; an SEO plugin can extend or replace the core sitemap if you need more control.
# WordPress 5.5+ serves a core sitemap at:
https://www.your-domain.com/wp-sitemap.xml
# Confirm it responds, then verify + submit in Google Search Console:
curl -I https://www.your-domain.com/wp-sitemap.xmlHow sites built on WordPress.com rank and load
- On the November 2025 HTTP Archive / CrUX data WordPress passes all three Core Web Vitals on 46.28% of origins, sixth of six CMS platforms, the lowest of the group and the baseline the hosted builders are measured against
- The core is deliberately minimal on SEO: meta tags are not included by default and are added through the theme or a plugin, so the real control surface is Yoast or Rank Math, not WordPress itself
- What the core does own is URL control: permalinks are fully customizable from Settings, Permalinks with structure tags, which is stronger than the fixed prefixes of hosted builders
- Performance is bring-your-own on self-hosted WordPress and managed on WordPress.com, so the field-data baseline reflects millions of unoptimized self-hosted sites rather than a platform ceiling
WordPress.com Core Web Vitals: real-user field data
| Metric (real-user field data) | WordPress | Context | Source |
|---|---|---|---|
| All 3 CWV passing (origins) | 46.28% | Rank #6 of 6 CMS platforms; the field-data baseline | Search Engine Journal |
| All 3 CWV passing (desktop) | 50% | Last of the majors: Wix 82%, Webflow 79%, Shopify 78%, Squarespace 70% | WebVitals.tools |
| Gap to the leaders | -28 pp vs Wix | WordPress 46.28% vs Wix 74.86% passing all 3; the open-vs-hosted gap | Search Engine Journal |
| vs the web-wide baseline | Below average | Web-wide mobile all-3 pass = 68.3%; the WordPress population sits below it | WebVitals.tools |
| Pass thresholds (definition) | LCP 2.5s / INP 200ms / CLS 0.1 | A pass needs all three good at the 75th percentile | WebVitals.tools |
SEO controls you actually get in WordPress.com
| SEO control | On WordPress | How it works | Source |
|---|---|---|---|
| URL permalinks | Built-in (full control) | Settings, Permalinks with structure tags (%postname%, %category% ...) plus an editable slug per post | — |
| robots.txt | Built-in (editable) | Served at /robots.txt; core blocks a couple of JS files by default; editable via filter, file or plugin | — |
| XML sitemap | Built-in (5.5+) | Core auto-generates wp-sitemap.xml; plugins can extend or replace it | — |
| noindex per page | Built-in | Page-level noindex tags, which Google recommends over robots.txt for low-quality pages | — |
| Meta titles & descriptions | Plugin-driven | Not in core; added by the theme or an SEO plugin (Yoast, Rank Math) | — |
| Canonical & schema | Plugin-driven | Self-referencing and custom canonicals plus JSON-LD come from Yoast or Rank Math, not core | — |
| 301 redirects | Plugin / .htaccess | No core redirect manager; Rank Math free or Yoast Premium add one, or edit .htaccess on self-hosted | — |
| Search Console | Built-in submit | Verify and submit your site to Google Search Console; speeds up indexing | — |
WordPress.com performance levers you control
| Lever | WordPress behavior | Effect on speed | Source |
|---|---|---|---|
| Hosting | Bring your own (self-hosted) | Self-hosted speed depends entirely on your host; the core ships no performance infrastructure | — |
| Caching | Plugin (self-hosted) | WP Super Cache, W3 Total Cache or WP Rocket provide page caching you install yourself | — |
| Managed infra | WordPress.com option | Automattic provides managed global infra, edge cache and an image CDN on hosted plans | — |
| SSL / HTTPS | Auto on WordPress.com | WordPress.com auto-issues a free SSL certificate on domain connect; self-hosted is your host's job | — |
| Clean code & content order | Core guidance | Docs emphasize good clean code and content near the top of the page for crawlability | — |
What to verify before you commit to WordPress.com
- The core has no built-in meta-title, meta-description, canonical, schema or redirect controls; you depend on an SEO plugin like Yoast or Rank Math, so factor a plugin into every WordPress SEO setup
- On WordPress.com those SEO plugins and custom code are gated behind plugin-enabled Business plans, so the hosted entry tiers cannot run Yoast or add custom schema
- Performance is not a platform guarantee: on self-hosted WordPress your host, caching plugin and CDN decide the speed, which is why the field-data average is the lowest of the group
- The flip side is permalinks: URL control is fully built into the core with structure tags, so you can shape clean, keyword-rich URLs that fixed-prefix hosted builders cannot match
WordPress.com SEO & Core Web Vitals FAQ
Is WordPress good for SEO?
It can be the best or the worst, because it is the most controllable. The core gives you full permalink control, an editable robots.txt, an auto sitemap and per-page noindex. But meta titles, descriptions, canonical tags, schema and redirects come from an SEO plugin like Yoast or Rank Math. Out of the box its field-data average is the lowest of the builders, but with a plugin and good hosting it can rank with the best.
Do I need an SEO plugin for WordPress?
For the advanced controls, yes. WordPress core does not include meta tags, canonical control, schema or a redirect manager by default, so a plugin like Yoast or Rank Math supplies them. Permalinks, robots.txt, the sitemap and noindex are built in, but the rest of the technical SEO surface is plugin territory.
Why is WordPress's Core Web Vitals score the lowest?
Because performance is not a platform feature. On self-hosted WordPress your host, caching plugin and CDN determine the speed, and the field-data average reflects a huge population of unoptimized sites. A well-hosted, cached WordPress site scores far above the 46.28% baseline, so the number is the average, not a ceiling.
What is the difference for SEO between WordPress.org and WordPress.com?
On self-hosted WordPress.org you install any SEO plugin and control everything, including hosting and caching. On the hosted WordPress.com, the SEO plugins and custom code are gated behind plugin-enabled Business plans, so lower tiers rely on built-in excerpt-based descriptions and the core controls.
Can I control WordPress URLs?
Fully, and this is a core strength. Settings, Permalinks lets you build a custom URL structure from tags like %category% and %postname%, and every post and page has an editable slug. Unlike hosted builders with fixed path prefixes, WordPress lets you flatten or restructure the entire URL hierarchy.
Sources & verification
| Source | What was checked | Last checked |
|---|---|---|
| Wordpress Official | Official product page | July 10, 2026 |
| Searchenginejournal Core Web Vitals Champ Open Source Versus Propr | Independent reference | July 10, 2026 |
| Webvitals Benchmarks | Independent reference | July 10, 2026 |
| Wordpress Article Customize Permalinks | Article Customize Permalinks | July 10, 2026 |
| Wordpress Article Search Engine Optimization | Article Search Engine Optimization | July 10, 2026 |
| Wordpress Domains Connect Existing Domain | Domains Connect Existing Domain | July 10, 2026 |
| Wordpress Support Seo | Support Seo | July 10, 2026 |
Every fact on this WordPress.com 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.
Explore WordPress.com
Every page on WordPress.com in one place, you are on seo & core web vitals.
Snapshot, score and verdict
Importing data, onboarding effort and switching safely
You are here
Every tier and the entry price
Compared and ranked vs peers
Price and feature change history
Browse the full Website Builders category
