-
Notifications
You must be signed in to change notification settings - Fork 20
Open
Description
PROBLEM
There are two Privacy Policy pages live with different content:
1. /privacy/ (older/shorter)
2. /about/privacy/ (more detailed)
- This creates confusion about which policy is canonical and increases the chance that outdated text gets indexed/shared.
STEPS TO REPRODUCE
- Open /privacy/
- Open /about/privacy/
- Compare the content — it differs.
EXPECTED BEHAVIOR
- There should be one canonical Privacy Policy URL.
- The non-canonical URL should redirect to the canonical one.
ACTUAL BEHAVIOR
Two different privacy policy pages exist with conflicting text.
PROPOSED FIX
- Make /privacy/ the canonical page with the full/detailed policy.
- Redirect /about/privacy/ → /privacy/
- Ensure contact email is plain text (not an image) on the canonical page.
ACCEPTANCE CRITERIA
- /privacy/ contains the full/updated policy.
- /about/privacy/ redirects to /privacy/
- No outdated policy remains publicly visible or indexable.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels