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
β¦, improved meta - Add site URL (https://simple-stack.dev) to astro.config.mjs - Install and configure @astrojs/sitemap integration - Add robots.txt with sitemap reference - Add OG and Twitter Card meta tags via Starlight head config - Add JSON-LD SoftwareApplication structured data to homepage - Improve homepage title to be keyword-rich and descriptive - Improve meta descriptions on all pages (120-160 chars) - Replace generic 'Documentation' link text with package-specific anchor text - Add aria-label to stream demo video for accessibility Co-Authored-By: Oz <oz-agent@warp.dev>
|
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
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 β
wwwdocs siteComprehensive SEO and Answer Engine Optimization audit for the Simple Stack documentation site.
Critical fixes
siteURL (https://simple-stack.dev) toastro.config.mjsβ required for canonical URLs, sitemap generation, and absolute URLs in structured data@astrojs/sitemapβ auto-generatessitemap-index.xmlat build timerobots.txtβ directs crawlers and references the sitemapHigh-priority improvements
<title>from emoji-only to keyword-rich: "Simple Stack β Lightweight Tools for Modern Web Development"headconfigStructured data (AEO)
SoftwareApplicationschema to homepage with author, pricing, andsameAslinksOther improvements
aria-labelto the stream demo video elementRemaining recommendations (not in this PR)
og:image) once one is designedFAQPagestructured data for common questions in docsBreadcrumbListJSON-LD (Starlight renders breadcrumbs visually but doesn't emit schema)chat.openai.com,perplexity.ai, etc. in analyticsBuild verification
β
astro checkβ 0 errors, 0 warningsβ
astro buildβ all 9 pages built, sitemap generatedThis PR was generated with Oz.