Open
Conversation
…ructured data - Add site URL to astro.config.mjs enabling canonical URLs, OG URLs, and sitemap generation - Add Organization JSON-LD structured data via Starlight head config - Add robots.txt with sitemap reference - Improve page titles: remove emoji prefixes, add descriptive keywords - Improve meta descriptions: specific, compelling, ~150 chars with feature mentions - Remove redundant head title override on index page - Improve internal link anchor text from generic 'Documentation' to descriptive text - Add video fallback text in stream.md for crawlers 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 Audit & Fixes for
www/Comprehensive SEO audit of the Simple Stack documentation site based on Lighthouse SEO guidelines.
Changes
Critical fixes:
site: "https://simple-stack.dev"toastro.config.mjs— enables canonical URLs, Open Graph absolute URLs, and automatic sitemap generation by Starlight<title>head override on homepage that was overriding Starlight's SEO-friendly title templateHigh priority:
robots.txttopublic/with sitemap reference (sitemap-index.xmlis now auto-generated by Starlight)💾 Simple store→Simple Store - Reactive State with Selectors)Medium priority:
headconfig<video>element in stream.md for search engine crawlersVerification
astro check && astro build— 0 errors, 0 warningsThis PR was generated with Oz.