Open
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
- Add site URL to astro.config.mjs (enables canonical URLs, sitemaps, OG tags) - Create robots.txt with sitemap reference - Improve homepage title, description, and body copy for AEO answer-first pattern - Add JSON-LD SoftwareSourceCode structured data to homepage - Add Open Graph and Twitter Card meta tags to homepage - Enhance meta descriptions on store, scope, and query pages with OG tags - Add noindex to deprecated pages (stream, form/*) Co-Authored-By: Oz <oz-agent@warp.dev>
1340fba to
60299ac
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:
wwwdocs siteComprehensive SEO and AEO (Answer Engine Optimization) improvements for the Simple Stack documentation site at
simple-stack.dev.Critical fixes
sitetoastro.config.mjs— enables canonical URLs, auto-generated sitemap, and proper OG tags across all pagesrobots.txt— provides crawler guidance with sitemap reference@astrojs/sitemapnow generatessitemap-index.xmlautomaticallyOn-page SEO
Structured data
SoftwareSourceCodeschema on homepage with author, repository URL, and programming languagesAEO improvements
Deprecated page handling
noindex, followadded to all deprecated pages (stream, form/*) to prevent search engines from indexing outdated content while still following linksVerified output
Build succeeds and all pages render with correct:
<title>tags<meta name="description">tags<link rel="canonical">URLs<link rel="sitemap">reference<meta name="robots" content="noindex, follow">on deprecated pagesThis PR was generated with Oz.