Headless WordPress is no longer a conference curiosity in 2026. Next.js 16 shipped in March, WPGraphQL moved under Automattic governance, Vercel revised its pricing, and AI search engines (ChatGPT Search, Perplexity, Gemini) now rank sources based on server response time. I've migrated four projects over this period. Here's what actually moved, and what it changes for a 2026 decision.
The Next.js 15 to 16 transition was less brutal than the previous one (12 to 13, App Router). What I observed in production:
experimental: in next.config.js. Contact forms or booking forms no longer need a separate API endpoint.'use cache' directive replaces the scattered fetch options. Easier to explain to a client who wants to understand why their page updates or not.The cost of upgrading a Next.js site from 15 to 16 stays reasonable: 0.5 to 1.5 person-days depending on project size, vs 3 to 5 days for the 2023 App Router migration.
This is probably the most important change for CIOs who were hesitating. In 2024, WPGraphQL was a community plugin maintained by a handful of developers. Real risk of abandonment.
In 2026:
For a decision-maker, this means: the main technical dependency of headless WordPress is now sponsored by the CMS publisher. That's the argument missing 18 months ago.
Vercel adjusted its pricing in late 2025. Consequences on a typical headless WordPress site (SMB, 30 to 100 pages, 20,000 visitors/month):
| Platform | Typical 2025 monthly cost | Typical 2026 monthly cost |
|---|---|---|
| Vercel Pro | $20 + bandwidth ~$25 | $20 + fluid compute ~$12 |
| Cloudflare Pages + Workers | $5 + $5 | $5 + $5 |
| Netlify Pro | $19 + bandwidth ~$30 | $19 + bandwidth ~$28 |
| Self-hosted (Hetzner VPS + Coolify) | €8 | €8 |
Vercel's new "fluid compute" billing penalizes sites doing lots of short operations (static pages) and favors those doing long operations (server rendering, AI streaming). For most editorial sites, the annual bill dropped by about 30%.
If you host more than 5 headless sites, look at Cloudflare Pages: the pricing has become unbeatable, at the cost of a less fluid developer experience.
This is the least visible but most structural change. In 2025, AI search bots (GPTBot, PerplexityBot, ClaudeBot) crawled massively and indexed almost everything. In 2026, they sort.
What I observe in the logs of my headless sites:
Article, FAQPage, HowTo) are cited 4 to 7 times more often in AI search responses than pages without.On a well-optimized classic WordPress, hitting a TTFB under 800 ms is doable but takes work (aggressive caching, CDN, tuned database). On a headless Next.js with ISR or SSG, it's the default.
Important to avoid overselling:
The tipping threshold has dropped slightly thanks to WPGraphQL maturity and lower Vercel costs, but headless remains a bad choice in several cases:
If I had to summarize the updated decision rule:
| Indicator | Migration justified |
|---|---|
| Monthly traffic | > 8,000 visits (vs 10,000 in 2025) |
| Current Lighthouse | < 70 |
| Editorial volume | > 5 publications/month |
| SEO sensitivity | High (media, lead gen, e-commerce) |
| Available annual budget | > €1,500 |
Three out of five criteria: headless deserves serious costing. Otherwise, stay on optimized WordPress.
Headless WordPress in 2026 is a more stable stack, cheaper to operate, and more rewarded by AI search engines than in 2025. The tipping threshold has dropped, but headless remains an infrastructure choice, not a trend. To dig into the decision, see the Headless WordPress page.