feat(www): SEO/AEO audit β site URL, robots.txt, structured data, improved meta#89
Open
bholmesdev wants to merge 1 commit intomainfrom
Open
feat(www): SEO/AEO audit β site URL, 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
β¦ and improved meta - Add site: 'https://simple-stack.dev' to astro.config.mjs (enables canonical URLs and sitemap generation) - Add WebSite JSON-LD structured data with publisher info via Starlight head config - Add meta robots tag (index, follow) to all pages - Create public/robots.txt with sitemap reference - Improve homepage title and description for keyword targeting - Improve Store, Scope, Query page descriptions for AEO (answer-first, self-contained summaries for AI citation) Co-Authored-By: Oz <oz-agent@warp.dev>
b48f2e2 to
038ea7e
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
www/Comprehensive SEO and AEO (Answer Engine Optimization) audit of the Simple Stack documentation site.
Critical fixes
siteURL toastro.config.mjsβ enables canonical URL generation and Starlight's built-in sitemap (sitemap-index.xml)robots.txtβ allows crawlers to discover all pages and references the sitemapHigh priority improvements
index, followdirective on all pagesFiles changed
www/astro.config.mjsβ Addedsite,headconfig with JSON-LD and meta robotswww/public/robots.txtβ New filewww/src/content/docs/index.mdxβ Updated title, description, intro copywww/src/content/docs/store.mdxβ Updated descriptionwww/src/content/docs/scope.mdxβ Updated descriptionwww/src/content/docs/query.mdxβ Updated descriptionRemaining recommendations (not in this PR)
og:imagesocial card for social sharing previewsFAQPageJSON-LD schema on doc pages for enhanced rich resultsBreadcrumbListstructured data for navigation hierarchy signalsThis PR was generated with Oz.