Integrations

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

Official

The 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 guide

PrestaShop 8 & 9

Official

The 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 guide

Server 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 API

Call 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 guide

JavaScript 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

Snippet

Add the snippet to your 404 page. These builders usually allow custom code there only on paid plans.

Visitor redirected · HTTP stays 404

Setup guide

Any other website

Snippet

If you can add code to your 404 page, the snippet works on any platform.

Visitor redirected · HTTP stays 404

Setup guide

Coming soon

We're working on these. Each card says how to connect today.

Laravel

Coming soon

A Composer package that catches the 404 exception and returns a real 301. Until then: the server API.

How to connect today

Shopify

Coming soon

A 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 today

ikas

Coming soon

An app for ikas stores. Until then: the JavaScript snippet, if your theme lets you add code to the 404 page.

How to connect today

PHP SDK

Coming soon

A small library for any PHP application. Until then: the server API.

How to connect today

Node.js SDK

Coming soon

A small package for Node.js servers. Until then: the server API.

How to connect today

AI-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 guide

Not sure which one fits?

Enter your address on the home page and we'll detect your platform and suggest the setup.