feat(www): SEO/AEO audit — sitemap, structured data, and improved meta tags#87
Open
bholmesdev wants to merge 1 commit intomainfrom
Open
feat(www): SEO/AEO audit — sitemap, structured data, and improved meta tags#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
… meta tags - Add site property to enable Starlight's built-in sitemap and canonical URLs - Create robots.txt with sitemap reference - Add Organization JSON-LD structured data site-wide - Add SoftwareSourceCode JSON-LD to store, scope, and query pages - Add FAQPage JSON-LD to homepage for AEO/AI citation optimization - Improve title tags and meta descriptions across all pages - Enrich thin descriptions on form/client and form/parse pages Co-Authored-By: Oz <oz-agent@warp.dev>
4f93a2c to
0a8d103
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
wwwProblems Found
Critical:
siteproperty inastro.config.mjs— blocked sitemap generation, canonical URLs, and proper OG/meta URLsrobots.txt— crawlers had no guidanceHigh Priority:
Medium Priority:
form/client,form/parse)Changes
astro.config.mjs: Addedsite: "https://simple-stack.dev"to enable Starlight's built-in sitemap, canonical URLs, and absolute OG URLs. Added global Organization JSON-LD structured data via the Starlightheadconfig.public/robots.txt: Created withAllow: /and reference tositemap-index.xml.Structured data (JSON-LD):
Improved titles: Replaced emoji-prefixed titles with keyword-rich, descriptive titles across all pages.
Improved meta descriptions: Enriched all descriptions with specific keywords, framework names, and feature details.
Build Verification
The build compiles successfully with all changes, generating:
sitemap-index.xml+sitemap-0.xmlwith all 8 content URLsThis PR was generated with Oz.