feat(www): SEO/AEO audit — site config, robots.txt, structured data, improved meta#89
Open
bholmesdev wants to merge 1 commit intomainfrom
Open
feat(www): SEO/AEO audit — site config, 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
b48f2e2 to
038ea7e
Compare
038ea7e to
ca7693b
Compare
ca7693b to
939e77d
Compare
939e77d to
3eca581
Compare
3eca581 to
dea8838
Compare
dea8838 to
23c3b6d
Compare
23c3b6d to
52a8fc8
Compare
…ta, and improved meta - Add site URL to astro.config.mjs enabling canonical URLs and sitemap generation - Add Organization JSON-LD schema site-wide via Starlight head config - Create robots.txt with sitemap reference - Improve homepage: descriptive title, richer description, WebSite + FAQPage JSON-LD - Add OG meta tags on homepage - Override <title> on Store, Scope, Query pages to remove emojis for cleaner SERPs - Improve meta descriptions on all active package pages Co-Authored-By: Oz <oz-agent@warp.dev>
52a8fc8 to
b94413d
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 — simple-stack/www
Comprehensive SEO and AEO (Answer Engine Optimization) audit and fixes for the documentation site at https://simple-stack.dev.
Critical fixes
siteconfig toastro.config.mjs— enables canonical URLs, sitemap generation, and correct OG URLs (this was the single biggest SEO blocker)robots.txtwith crawl directives and sitemap reference@astrojs/sitemapnow generatessitemap-index.xmlSEO improvements
<title>tags on subpages — emojis removed from<title>(kept in<h1>and sidebar for UX)Structured data (JSON-LD)
Verified
<head>This PR was generated with Oz.