Works with your stack.
Use an official integration where one exists. Everywhere else, connect through the server API for a real 301, or add a small snippet to your 404 page.
Official integrations
Published and maintained by us. No code: install, paste your API key, done.
WordPress & WooCommerce
OfficialThe official plugin in the WordPress.org directory. Catches the 404 on the server, returns a real 301 and gets its updates through WordPress.
Real 301 · link value moves
Setup guidePrestaShop 8 & 9
OfficialThe official no404 module, installed from a zip. Deleted products and categories get a real 301; no overrides, no theme edits.
Real 301 · link value moves
Setup guideServer API
For any stack you can write code in. Your server asks no404 and returns a real 301 or 302; the docs include a ready-made specification.
Next.js, Nuxt, Magento & custom stacks
Server APICall the server API from your own code and return a real 301 or 302. Caching and fail-open rules are in the specification.
Real 301 · link value moves
Setup guideJavaScript snippet
Works anywhere you can add code to the 404 page. The visitor reaches the right page, but the HTTP status stays 404, so search engines don't pass link value on.
Wix, Webflow & Squarespace
SnippetAdd the snippet to your 404 page. These builders usually allow custom code there only on paid plans.
Visitor redirected · HTTP stays 404
Setup guideAny other website
SnippetIf you can add code to your 404 page, the snippet works on any platform.
Visitor redirected · HTTP stays 404
Setup guideComing soon
We're working on these. Each card says how to connect today.
Laravel
Coming soonA Composer package that catches the 404 exception and returns a real 301. Until then: the server API.
How to connect todayShopify
Coming soonA Shopify app that connects your store without editing your theme. Until then: the snippet in your 404 template, plus Shopify URL redirects for permanent 301s.
How to connect todayikas
Coming soonAn app for ikas stores. Until then: the JavaScript snippet, if your theme lets you add code to the 404 page.
How to connect todayPHP SDK
Coming soonA small library for any PHP application. Until then: the server API.
How to connect todayNode.js SDK
Coming soonA small package for Node.js servers. Until then: the server API.
How to connect todayAI-assisted custom integration
Writing your own server-side integration? The dashboard generates an instruction file for your site. Hand it to an AI coding assistant (Claude Code, Cursor and others) and it has every rule it needs: timeouts, caching, the 301/302 decision and security.
Server-side guideNot sure which one fits?
Enter your address on the home page and we'll detect your platform and suggest the setup.