---
title: "451 Unavailable For Legal Reasons"
canonical: "https://lemwatch.com/http-status-codes/451"
category: "client-error"
last_verified: "2026-08-11"
source: "https://lemwatch.com"
---

# HTTP 451 Unavailable For Legal Reasons

**TL;DR** — 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 affected region, or challenge the order through legal counsel.

## What it means

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.

## Common causes

- Court-ordered content removal (defamation rulings, injunctions)
- DMCA or copyright takedown notices that the host complies with
- Government-mandated blocking under national laws (UK, Germany, India, Russia, China)
- Sanctions and export-control restrictions (OFAC, EU sanctions lists)
- GDPR or other privacy-law erasure requests
- Regional content licensing restrictions (streaming, news syndication)
- Local laws around gambling, adult content, hate speech, or political material

## How to fix

- Read the response body — RFC 7725 requires the server to describe the legal demand and the issuing authority
- If the block is correct (you complied with a takedown), document it and serve the 451 deliberately with a Link: header pointing to the legal notice
- If you believe the block is incorrect, consult legal counsel and file a counter-notice with the host or the issuing authority
- If the restriction is regional, serve the page normally outside the affected geography rather than returning 451 worldwide
- For copyright takedowns, work with the rights holder to resolve the underlying claim before requesting reinstatement
- Report unjustified blocks to organisations like the Lumen Database, EFF, or Article 19 so the censorship is documented publicly

## SEO impact

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.

## Monitoring tip

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.

**Related:** [403](https://lemwatch.com/http-status-codes/403.md), [404](https://lemwatch.com/http-status-codes/404.md), [410](https://lemwatch.com/http-status-codes/410.md)

_Canonical HTML page: https://lemwatch.com/http-status-codes/451_
