HTTP 451 means the page is being blocked for a legal reason — a court order, a DMCA takedown, a government block, or a regional law like GDPR. It is not a bug on your site. The fix depends on what caused the block: comply with the legal demand, geofence the…
HTTP 451 Unavailable For Legal Reasons is the official status code servers return when a resource is blocked for legal reasons rather than technical ones. It was standardised in RFC 7725 (2016) and named after Ray Bradbury's novel Fahrenheit 451 — the temperature at which book paper burns. The response body should explain the legal demand: who issued it, what jurisdiction it applies to, and how the affected party can challenge it. Unlike 403 Forbidden (which is a generic permission denial), 451 is specifically meant to flag censorship and legal restriction so users, journalists, and researchers can distinguish it from ordinary access denial.
Pages returning 451 are deindexed by Google in the affected regions but remain indexed elsewhere — Google honours the regional nature of the response. Persistent 451s on critical pages will reduce site visibility in that region and, if served worldwide, will deindex the page entirely. Google may show a "removed under legal request" notice in SERPs, which can be checked at lumendatabase.org. Crucially, 451 does not pass link equity, so backlinks to a 451 page lose value until the page is restored or redirected.
LemWatch detects when a page starts returning 451 — often a sign that your host or CDN complied with a takedown without telling you. We track which pages are blocked, in which regions, and how long the block has lasted, so you can decide whether to challenge it or update internal links.
The 451 status code was proposed by Tim Bray in 2012 and formally adopted by the IETF as RFC 7725 in February 2016. Bray named it after Fahrenheit 451 because the existing 403 Forbidden code didn't distinguish between "you don't have permission" and "a court told us we can't show you this." The distinction matters: 403 is silently common; 451 is meant to be a public, machine-readable signal that censorship is occurring, so projects like the Lumen Database and the Internet Archive can catalogue it.
HTTP 451 Unavailable For Legal Reasons means the server is refusing to deliver the resource because of a legal demand — a court order, a takedown notice, a government block, or a regional law. It is different from 403 Forbidden, which is a generic permission denial with no legal context.
The code is named after Fahrenheit 451, Ray Bradbury's 1953 novel about censorship and book burning. Tim Bray proposed the name in 2012 to make the status code memorable and to signal that censorship is happening, not just a technical block.
You usually can't fix it directly — the block exists at the legal level. Options: use a different jurisdiction (VPN, if legal where you are), check archive.org for a cached copy, or contact the site to ask whether they've been served a takedown notice.
403 Forbidden means "you don't have permission" for any reason — usually authentication or authorisation. 451 specifically signals "a legal authority demanded we block this." 451 is a subset of 403 with extra meaning, and the response should include a Link header pointing to the legal notice.
Yes — Google deindexes 451 pages in the regions where the block applies. If you serve 451 globally for content only blocked in one country, you lose worldwide indexing unnecessarily. Serve it regionally and let the page return 200 everywhere else.
Yes — RFC 7725, published by the IETF in February 2016. The spec defines the status code and recommends a Link header with rel="blocked-by" to identify the entity that demanded the block.
Lumendatabase.org (formerly Chilling Effects) is an independent project that archives legal takedown notices — DMCA, court orders, government demands — so the public can see what is being removed and why. Many platforms (Google, GitHub, Reddit) link to Lumen notices alongside 451 responses.
Yes — through whatever legal mechanism produced the block. DMCA counter-notices, court appeals, sanctions licences, or GDPR objections all apply depending on the cause. Document the takedown in Lumen first to create a public record.