Skip to content

Scan rule · RSC-ARC-005

Non-existent paths answer with 200

Architecture & SEOSeverity: Medium

Requests a random path: if the app serves content with status 200 there, neither browsers nor crawlers can detect errors.

Scan tier

External scan (anonymous)

How to fix it

Return a real 404 status for unknown routes (`notFound()` in Next.js).

Scan your own app for free