feat(www): SEO & AEO audit — sitemap, robots.txt, structured data, improved metadata#87
Open
bholmesdev wants to merge 1 commit intomainfrom
Open
feat(www): SEO & AEO audit — sitemap, robots.txt, structured data, improved metadata#87bholmesdev 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.
|
…proved metadata - Add @astrojs/sitemap integration and site property to astro.config.mjs - Create public/robots.txt with crawl directives and sitemap reference - Add SoftwareSourceCode JSON-LD structured data to homepage, store, scope, and query pages - Improve meta descriptions across all pages (120-160 chars with keywords) - Remove redundant head title override on homepage - Add AEO-friendly lead-in paragraph on homepage for AI engine extraction - Add title attribute to video element in stream.md for accessibility - Improve form page descriptions for better search relevance Co-Authored-By: Oz <oz-agent@warp.dev>
0f3edd4 to
4f93a2c
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:
www/documentation siteSummary
This PR addresses critical SEO and AEO (Answer Engine Optimization) gaps in the Simple Stack documentation site built with Astro Starlight.
Changes
Critical fixes:
@astrojs/sitemapintegration and requiredsiteproperty toastro.config.mjspublic/robots.txtwith crawl directives and sitemap referenceSoftwareSourceCodeJSON-LD schema to homepage, store, scope, and query pages via Starlight'sheadfrontmatterOn-page SEO improvements:
head: - tag: titleoverride on homepage (Starlight auto-generates<title>from frontmattertitle)titleattribute to<video>element instream.mdfor accessibility and SEOAEO improvements:
Remaining items (out of scope for this PR)
astro-og-canvasor similar setup)siteURL (https://simple-stack.dev) with actual production domainllms.txtfor AI crawler guidanceBuild verification
pnpm buildpasses with 0 errors, 0 warningssitemap-index.xmlgenerated successfullyThis PR was generated with Oz.