feat(www): SEO/AEO audit improvements#87
Open
bholmesdev wants to merge 1 commit into
Open
Conversation
|
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
0f3edd4 to
4f93a2c
Compare
4f93a2c to
0a8d103
Compare
0a8d103 to
1340fba
Compare
1340fba to
60299ac
Compare
60299ac to
edc0368
Compare
edc0368 to
c7a40eb
Compare
- Add site URL to astro.config.mjs (enables canonical URLs and sitemap) - Add Open Graph and Twitter Card meta tags via Starlight head config - Add WebSite + Organization JSON-LD structured data - Create public/robots.txt with sitemap reference - Improve homepage title and description for better SERP visibility - Add noindex to deprecated pages (stream, form/*) Co-Authored-By: Oz <oz-agent@warp.dev>
c7a40eb to
6c74839
Compare
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.
SEO/AEO Audit: simple-stack/www
Comprehensive SEO and AEO (Answer Engine Optimization) audit and fixes for the documentation site.
Critical fixes
siteURL toastro.config.mjs— enables canonical URLs, sitemap generation, and absolute URL references. This was the single biggest gap.robots.txt— tells crawlers where the sitemap lives and explicitly allows indexing.WebSite+Organizationschema gives search engines and AI agents entity context.High priority fixes
noindexto deprecated pages — Stream and Form pages (4 total) now havenoindex, followto prevent crawl budget waste on unmaintained content.Remaining recommendations (not implemented)
FAQPageschema to pages with FAQ-style contentPersonschema,sameAslinks)Conversation: https://app.warp.dev/conversation/1736e562-6230-4289-9800-72965b779ec1
Run: https://oz.warp.dev/runs/019e25b6-e52e-79d7-9ab6-c936123738bf
Plans:
This PR was generated with Oz.