Turn the Impact dashboard into a discoverable live page - #103
Open
lksbrssr wants to merge 1 commit into
Open
Conversation
- 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
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Closed
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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:
That preview did its job. This PR promotes it to the real, discoverable route.
What this does
/impacttositemap.xmlso 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.)src/app/impact-preview-eb61fba1b98e/(the one carryingrobots: noindex)./impact(permanent), so any link already shared with someone keeps working and lands on the live page.Result
https://www.plrd.org/impact/…/impact-preview-eb61fba1b98e/link 301-redirects here.Checks
tsc --noEmitpasses (clean build cache).