Skip to content

chore: mark settled redirects as permanent (308)#35

Open
rickstaa wants to merge 2 commits intomainfrom
chore/change-redirect-settings
Open

chore: mark settled redirects as permanent (308)#35
rickstaa wants to merge 2 commits intomainfrom
chore/change-redirect-settings

Conversation

@rickstaa
Copy link
Copy Markdown
Member

@rickstaa rickstaa commented Apr 7, 2026

Summary

  • Changes deprecated marketing page redirects from 307 (temporary) to 308 (permanent)
  • Also marks /lpt, /media-kit, and /primer-new-design as permanent since those routes are settled
  • Legal pages (/terms-of-service, /privacy-policy) remain temporary (307) since they'll get real pages later

Test plan

  • Verify /lpt returns 308 → /token
  • Verify /daydream-waitlist returns 308 → /
  • Verify /terms-of-service still returns 307 → /

🤖 Generated with Claude Code

Deprecated marketing pages, renamed routes (/lpt, /media-kit,
/primer-new-design), and dead campaign URLs will never return —
use permanent redirects so search engines transfer link equity
and stop re-checking.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@vercel
Copy link
Copy Markdown

vercel bot commented Apr 7, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
website Ready Ready Preview, Comment Apr 7, 2026 2:24pm

Request Review

Copy link
Copy Markdown
Collaborator

@adamsoffer adamsoffer left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sounds good. Maybe with the exception of /lpt and /media-kit. You never know, we may want to use those specific slugs down the line for whatever reason so maybe wise to keep those ones temporary.

These slugs may be reused in the future, so keep them as 302s
instead of 308s to avoid browsers caching the redirect permanently.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@rickstaa
Copy link
Copy Markdown
Member Author

rickstaa commented Apr 7, 2026

Sounds good. Maybe with the exception of /lpt and /media-kit. You never know, we may want to use those specific slugs down the line for whatever reason so maybe wise to keep those ones temporary.

Good callout. Changed!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants