feat(www): SEO/AEO audit — site config, robots.txt, structured data, improved meta#93
Draft
bholmesdev wants to merge 1 commit into
Draft
feat(www): SEO/AEO audit — site config, robots.txt, structured data, improved meta#93bholmesdev wants to merge 1 commit into
bholmesdev wants to merge 1 commit into
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
…improved meta - Add site URL (https://simple-stack.dev) to enable sitemap, canonical URLs, and OpenGraph - Add Starlight-level description as fallback meta description - Add WebSite + Organization JSON-LD structured data via Starlight head config - Create robots.txt with sitemap reference - Improve homepage title and description for keyword relevance and AEO - Improve all content page descriptions to be AEO-friendly (40-60 word direct answers) - Clean up page titles: remove decorative emoji, add (Deprecated) where applicable - Remove redundant custom <title> tag from homepage frontmatter Co-Authored-By: Oz <oz-agent@warp.dev>
e9f4afc to
b8fd04d
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(simple-stack.dev)Comprehensive SEO and AEO (Answer Engine Optimization) audit and fixes for the Simple Stack documentation site.
Changes
Critical — enables sitemap, canonical URLs, and OpenGraph:
site: "https://simple-stack.dev"toastro.config.mjssiteis setTechnical SEO:
public/robots.txtwith sitemap referencedescriptionas fallback meta description for pages without one<title>override from homepage frontmatter (Starlight sets this automatically fromtitle)Structured Data (JSON-LD):
WebSiteschema (name, URL, description)Organizationschema (name, URL, logo, sameAs links to GitHub + Discord)On-page SEO / AEO:
titlewith keywords ("Lightweight Web Development Tools for Astro")Build verified
All 9 pages build successfully with the sitemap generated at
dist/sitemap-index.xml.Generated output includes
sitemap-index.xml)Conversation: https://app.warp.dev/conversation/1e680290-4d6b-4ce8-b66c-26248f8faad6
Run: https://oz.warp.dev/runs/019e2090-891d-7660-9cc3-530e2697809c
Plans:
This PR was generated with Oz.