Build the public customer-facing audit page system under the audit domain. Pages are generated from approved audit content, use clear human-readable slugs, show screenshots without annotations, avoid scores, include noindex, and remain hidden behind a neutral status message until manually approved.
Acceptance Criteria
#1 Public audit pages render approved audit content with company name, domain, screenshots, observations, impact, suggestions, and final offer/CTA
#2 Unapproved audit URLs show Dieser Audit ist noch nicht freigegeben without leaking company details
#3 Deactivated audit URLs show a neutral unavailable message without exposing audit content
#4 Audit pages are noindex, excluded from sitemap/public listing, and use a calm fixed light design
#5 Approved pages are cached and cache is invalidated when the audit is edited and re-approved
Implementation Plan
Define public audit route and slug lookup rules.
Build the calm, fixed-light audit page layout with sections for context, observations, screenshots, suggestions, and CTA.
Add publication states for draft, approved/published, and deactivated.
Add noindex metadata and ensure audit routes are not listed in sitemap/navigation.
Add cache/revalidation behavior tied to approval and update actions.