fix(seo): address critical/high findings from -new pages SEO/GEO/AEO audit, part 4#509
Merged
Merged
Conversation
…audit, part 4 - team-new.astro: give staff members h3 headings so markup matches the board-member pattern and the Person schema for each of them - donate-new.astro / donate-2-new.astro: point DonateAction.target at the canonical /donate on both pages instead of self-referencing their own draft URLs, resolving a contradictory schema signal - home-new.astro: cut the open-roles fetch timeout from 3s to 1.2s to reduce worst-case TTFB/LCP impact on this live A/B-tested page
Deploying website with
|
| Latest commit: |
3e7b29a
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://48271158.website-aun.pages.dev |
| Branch Preview URL: | https://fix-seo-new-pages-audit-crit.website-aun.pages.dev |
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.
Summary
team-new.astro: give staff membersh3headings so markup matches the board-member pattern and thePersonschema for each of themdonate-new.astro/donate-2-new.astro: pointDonateAction.targetat the canonical/donateon both pages instead of self-referencing their own draft URLs, resolving a contradictory schema signalhome-new.astro: cut the open-roles fetch timeout from 3s to 1.2s to reduce worst-case TTFB/LCP impact on this live A/B-tested pageFollow-up to the prior three -new pages SEO/GEO/AEO audit PRs (#505, #506, #507, #508). Scoped to only the Critical/High findings from a fresh full audit of all 24
-newdraft pages; Medium/Low findings were left for a later pass.Test plan
pnpm checkpasses with 0 errors (only pre-existing hints unrelated to these files)/team-newstill renders as before (heading change is markup-only, no visual change expected)/donate-newand/donate-2-newstill submit donations correctly/home-newopen-roles section still populates under normal conditions