feat(www): SEO/AEO improvements — site URL, robots.txt, structured data, clean titles#87
Open
bholmesdev wants to merge 1 commit intomainfrom
Open
feat(www): SEO/AEO improvements — site URL, robots.txt, structured data, clean titles#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.
|
0f3edd4 to
4f93a2c
Compare
4f93a2c to
0a8d103
Compare
0a8d103 to
1340fba
Compare
1340fba to
60299ac
Compare
…ta, clean titles - Add site URL (https://simple-stack.dev) to astro.config.mjs to enable sitemap generation, canonical URLs, and absolute URL resolution - Add robots.txt allowing all crawlers with sitemap reference - Add Open Graph meta tags (og:type, og:site_name) site-wide - Add Organization JSON-LD structured data site-wide - Add WebSite JSON-LD structured data on homepage - Remove emojis from page title frontmatter for cleaner SERP display (emojis remain in sidebar labels for visual navigation) - Improve homepage title for SEO Co-Authored-By: Oz <oz-agent@warp.dev>
60299ac to
edc0368
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 Improvements for simple-stack/www
Summary
This PR addresses critical SEO and AEO (Answer Engine Optimization) gaps in the documentation site at simple-stack.dev, based on a comprehensive audit.
Changes
Critical fixes:
siteURL toastro.config.mjs— enables Starlight's built-in sitemap generation, canonical URLs, and absolute URL resolution (all previously non-functional)robots.txt— allows all crawlers and references the generated sitemapHigh priority:
og:type,og:site_name) site-wide via Starlightheadconfig<title>tags for consistent SERP display (emojis are kept in sidebar labels for visual navigation)Structured data (AEO):
sameAs)What this enables
/sitemap-index.xmlAEO content recommendation (not in this PR)
The homepage and package pages could benefit from 40-60 word "answer-first" lead paragraphs that directly state what each tool is and why to use it. This helps AI engines (ChatGPT, Perplexity, Google AI Overviews) extract and cite answers.
This PR was generated with Oz.