feat(www): SEO/AEO improvements β sitemap, robots.txt, structured data, optimized titles#88
Open
bholmesdev wants to merge 1 commit intomainfrom
Open
feat(www): SEO/AEO improvements β sitemap, robots.txt, structured data, optimized titles#88bholmesdev wants to merge 1 commit intomainfrom
bholmesdev wants to merge 1 commit intomainfrom
Conversation
β¦ata, and optimized titles - Add site URL to astro.config.mjs to enable sitemap generation and canonical URLs - Add Organization JSON-LD structured data site-wide - Add robots.txt with sitemap reference - Remove emoji from page titles (move to sidebar labels only) for cleaner SERP display - Improve meta descriptions with keyword-rich, specific content - Add WebSite JSON-LD schema to homepage - Add SoftwareSourceCode JSON-LD schema to Store, Scope, and Query pages 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/AEO Audit & Improvements for
www/Addresses several SEO and AI visibility issues found during an audit of
simple-stack.dev.What changed
Critical fixes:
site: "https://simple-stack.dev"toastro.config.mjsβ enables Starlight's built-in sitemap generation (/sitemap-index.xml) and canonical URL supportrobots.txtto/public/with sitemap referenceTitle & meta description improvements:
titlefrontmatter (emoji was leaking into<title>tags and og:title, e.g."πΎ Simple store | Simple Stack π±")sidebar.labelwhere it's decorative only and doesn't affect SEO"Simple Store β Reactive State Management for React")"Simple stack π±"to"Simple Stack β Lightweight Tools for Web Development"Structured data (JSON-LD):
Organizationschema site-wide via Starlight'sheadconfigWebSiteschema to the homepageSoftwareSourceCodeschema to Store, Scope, and Query pages with repository links and license infoBefore β After (title tags)
Simple stack π±Simple Stack β Lightweight Tools for Web DevelopmentπΎ Simple store | Simple Stack π±Simple Store β Reactive State Management for React | Simple Stack π±π Simple scope | Simple Stack π±Simple Scope β Build-time Scoped IDs for Vite | Simple Stack π±π° Simple Query | Simple Stack π±Simple Query β DOM Querying for Astro Components | Simple Stack π±Not changed (out of scope or requires external work)
og:imageβ needs a social sharing image to be designed/createdThis PR was generated with Oz.