fix(seo): address verified findings from -new pages SEO/GEO/AEO audit#506
Merged
Conversation
- Add YouTube, Discord, TikTok, and Bluesky to the sitewide Organization sameAs schema so it matches the profiles actually linked in the footer - Standardize title tag branding to "Page | Tech for Palestine" across contact-new, get-involved-new, e4p-new, ideas-new, and media-new, and fix help/hire-new's inconsistent hyphen separator - Lengthen help/hire-new's meta description to a more useful length - Add Person schema for founder Paul Biggar on about-new, matching the pattern already used on team-new
Deploying website with
|
| Latest commit: |
dc614c9
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://3ad65dfe.website-aun.pages.dev |
| Branch Preview URL: | https://seo-fix-new-pages-audit-find.website-aun.pages.dev |
Adds a new orphan draft page for the E4P pledge flow, excluded from the sitemap per the -new page convention, and links to it from the e4p-new landing page.
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
OrganizationsameAsschema (HomeLayout.astro) so it matches all 9 profiles actually linked in the footer, strengthening the entity graph for GEO."Page | Tech for Palestine"oncontact-new,get-involved-new,e4p-new,ideas-new, andmedia-new, and fixhelp/hire-new's inconsistent hyphen separator.help/hire-new's meta description from 71 to 144 characters, closer to the 150-160 char optimum.Personschema for founder Paul Biggar onabout-new, matching the pattern already used onteam-new.These fixes came out of a full SEO/GEO/AEO audit of all
-newdraft pages, cross-checked directly against the source (not just the rendered HTML) before being applied. Two audit findings were intentionally not addressed here:noindex, nofollowremains on all-newpages — that's a deliberate go-live gate, not a bug.Test plan
pnpm check— 0 errorsprettier --writeon all changed files — no formatting changes needed