Why teams make this move
Copy, images and new pages sit in a ticket queue.
Nobody left knows the codebase well enough to change it safely.
Forms, CRM integrations and landing page tests all need custom code.
What moves, what gets rebuilt, what stays behind
Comes across as it is
- Page and post content (Markdown, MDX or CMS entries)
- Images and media
- Titles, descriptions, canonicals
- URL structure, as far as possible
Built again on the new platform
- React components as editable blocks and patterns
- Forms, with a WordPress form plugin
- Navigation and footer
- Sitemap, schema and redirects
Left on the old platform
- The Next.js build and deploy pipeline
- Custom API routes you no longer need
- Build-time integrations
How we run it
- 01Inventory every URLfrom the sitemap, Search Console, analytics and a crawl.
- 02List every componenton the current site and decide which become blocks, which become patterns, and which are dropped.
- 03Match the URL format.Next.js sites usually have no trailing slash. WordPress adds one by default. We either keep the old format or redirect in one hop.
- 04Build on a block themewith a small set of custom blocks. Editors get choices, not a blank canvas.
- 05Keep performance in the brief.Core Web Vitals on the new site are measured against the old one, template by template.
- 06Launch, test every old URL on production, and watch Search Console.
- 07Train your teamon the editor, with short recorded walkthroughs.
Where this usually goes wrong
Usually from a heavy page builder or too many plugins. We build with native blocks and a short plugin list.
A blank canvas leads to off-brand pages. Locked patterns keep the design intact.
go unnoticed and create chains.
From our logs
We are finishing a WordPress to Next.js move right now, so we know both sides of this trade.
What we won’t promise
WordPress will not be faster than a well-built Next.js site out of the box. It can be close, with care. What you gain is control.
Frequently asked questions
Isn’t this a step backwards?+
Not if the people editing the site are marketers. The best stack is the one your team can change on a Tuesday afternoon without a deploy.
Could we go headless instead and keep Next.js?+
Yes. Headless WordPress keeps your Next.js front end and gives editors the WordPress admin. It still needs a developer for new layouts. See WordPress to Next.js for that route.
Will the design change?+
Only if you want it to. We can rebuild the current design as blocks.
Who hosts it?+
A managed WordPress host of your choice. We can recommend one sized to your traffic.