Skip to content

Turn the Impact dashboard into a discoverable live page - #103

Open
lksbrssr wants to merge 1 commit into
mainfrom
lukas/impact-go-live
Open

Turn the Impact dashboard into a discoverable live page#103
lksbrssr wants to merge 1 commit into
mainfrom
lukas/impact-go-live

Conversation

@lksbrssr

@lksbrssr lksbrssr commented Aug 3, 2026

Copy link
Copy Markdown
Collaborator

This PR turns the current unlisted cryptic preview link into a public, discoverable, indexed page.

Context

#98 shipped the Impact dashboard first as an unlisted, non-indexed preview at a deliberately cryptic slug, meant to be shared privately with people who don't have Vercel access:

https://www.plrd.org/impact-preview-eb61fba1b98e/

That preview did its job. This PR promotes it to the real, discoverable route.

What this does

  • Adds /impact to sitemap.xml so search engines can find and index it. (The page was already public and already in the main nav; it was just missing from the sitemap, and there was a leftover preview route alongside it from the Impact Dashboard v2 — reframe around field acceleration (stacks on #29) #98 squash-merge.)
  • Removes the unlisted preview route src/app/impact-preview-eb61fba1b98e/ (the one carrying robots: noindex).
  • Redirects the old cryptic preview URL → /impact (permanent), so any link already shared with someone keeps working and lands on the live page.

Result

  • Live, shareable, no-login link: https://www.plrd.org/impact/
  • Discoverable in the nav (already), now also in the sitemap and indexable by Google.
  • The old …/impact-preview-eb61fba1b98e/ link 301-redirects here.

Checks

  • tsc --noEmit passes (clean build cache).
  • No lingering references to the removed preview slug.

- Add /impact to sitemap.xml so it's indexable/discoverable (already public,
  already in the main nav; only the sitemap entry and the redundant preview
  route were missing)
- Remove the unlisted, non-indexed preview route
  src/app/impact-preview-eb61fba1b98e added in #98
- Redirect the old cryptic preview URL -> /impact so any already-shared link
  keeps working
@vercel

vercel Bot commented Aug 3, 2026

Copy link
Copy Markdown

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

Project Deployment Actions Updated (UTC)
plrd.org Ready Ready Preview Aug 3, 2026 10:24pm

Request Review

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.

1 participant