Skip to content

Redirect /getting-started/what-is-warp to home#3

Merged
petradonka merged 1 commit into
mainfrom
petra/redirect-what-is-warp-to-root
Apr 30, 2026
Merged

Redirect /getting-started/what-is-warp to home#3
petradonka merged 1 commit into
mainfrom
petra/redirect-what-is-warp-to-root

Conversation

@petradonka

Copy link
Copy Markdown
Collaborator

Summary

Add a 308 redirect from /getting-started/what-is-warp (no trailing slash) to /.

Why

The trailing-slash variant /getting-started/what-is-warp/ already redirects to /, but the no-slash variant was returning 404. Vercel's redirect matching is literal, so the no-slash variant needs its own entry.

GSC shows this URL is the highest-traffic 404 on the new docs:

  • 106 clicks in the last 90 days
  • 28,910 impressions in the last 90 days
  • All other 404s on the new docs combined have 0 clicks

After this lands, the no-slash variant will 308 to the homepage like the slash variant already does.

Verification

After deploy, both variants should 308 to /:

curl -I https://docs.warp.dev/getting-started/what-is-warp
curl -I https://docs.warp.dev/getting-started/what-is-warp/

Conversation

Co-Authored-By: Oz oz-agent@warp.dev

The trailing-slash variant /getting-started/what-is-warp/ already
redirects to /, but the no-slash variant returned 404. GSC shows
this URL has 106 clicks and 28,910 impressions over the last 90
days (the highest-traffic 404 in the new docs), so add the no-slash
redirect to match.

Co-Authored-By: Oz <oz-agent@warp.dev>
@cla-bot cla-bot Bot added the cla-signed label Apr 30, 2026
@vercel

vercel Bot commented Apr 30, 2026

Copy link
Copy Markdown

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

Project Deployment Actions Updated (UTC)
docs Ready Ready Preview, Comment Apr 30, 2026 7:35pm

Request Review

@petradonka petradonka merged commit fc1c798 into main Apr 30, 2026
8 of 9 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants