feat(www): SEO/AEO audit — sitemap, robots.txt, structured data, improved meta#89
Open
bholmesdev wants to merge 1 commit intomainfrom
Open
feat(www): SEO/AEO audit — sitemap, robots.txt, structured data, improved meta#89bholmesdev wants to merge 1 commit intomainfrom
bholmesdev wants to merge 1 commit intomainfrom
Conversation
|
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
24a5377 to
b48f2e2
Compare
b48f2e2 to
038ea7e
Compare
…and improved meta - Add site property to astro.config.mjs to enable sitemap generation and canonical URLs - Add robots.txt with sitemap reference - Add global WebSite JSON-LD schema and og:site_name meta tag - Add SoftwareSourceCode JSON-LD to store, scope, and query pages - Improve homepage title and description for search/AI discoverability - Rewrite homepage intro with answer-first format for AEO - Improve meta descriptions on all pages (keyword-rich, 150-160 chars) - Mark deprecated packages (stream, form) clearly in descriptions Co-Authored-By: Oz <oz-agent@warp.dev>
038ea7e to
ca7693b
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 for simple-stack.dev
This PR addresses SEO and AEO (Answer Engine Optimization) gaps in the documentation site to improve discoverability by search engines and AI assistants.
Changes
Technical SEO
site: 'https://simple-stack.dev'toastro.config.mjs— enables Starlight's built-in sitemap generation and canonical URL supportpublic/robots.txtallowing all crawlers with a sitemap referenceog:site_namemeta tag globally via StarlightheadconfigStructured Data (JSON-LD)
On-Page SEO / AEO
headtitle override on homepage that was clobbering the auto-generated<title>Build Validation
astro check: 0 errors, 0 warningsastro build: all 9 pages built successfully,sitemap-index.xmlgeneratedThis PR was generated with Oz.