Skip to content

docs: rewrite README for adopters and SEO-optimize all doc pages - #20

Merged
olamide226 merged 2 commits into
mainfrom
docs/refactor-docs-for-seo
Feb 26, 2026
Merged

docs: rewrite README for adopters and SEO-optimize all doc pages#20
olamide226 merged 2 commits into
mainfrom
docs/refactor-docs-for-seo

Conversation

@olamide226

@olamide226 olamide226 commented Feb 26, 2026

Copy link
Copy Markdown
Collaborator

Summary

  • README rewritten from contributor-focused to adopter-focused: leads with Quick Start (4 steps), npm packages table, framework-specific SDK examples (React/Vue/Svelte), migration/CLI/deployment sections, with contributing moved to the bottom
  • SEO-optimized all 39 doc pages — rewrote every title and description frontmatter with keyword-rich content targeting real search queries (e.g. "React runtime environment variables", "Docker frontend config", "migrate from Vite import.meta.env")
  • Added OG/Twitter meta tags to astro.config.mjsog:type, og:site_name, twitter:card (summary_large_image), and a keywords meta tag
  • Created og-image.png (1200x630) from the existing dark logo with tagline and site URL — used by social cards on Twitter, LinkedIn, Slack, Discord
  • Added robots.txt pointing to the auto-generated sitemap

Test plan

  • Verify docs build succeeds (cd docs && npm run build)
  • Spot-check a few page titles in the built HTML (<title> tags)
  • Verify og-image.png renders correctly in a social card preview tool
  • Confirm sitemap-index.xml is generated in dist/

🤖 Generated with Claude Code

…d Open Graph and Twitter meta tags, and include robots.txt for SEO

- Updated titles and descriptions across various documentation pages for clarity and SEO optimization.
- Added Open Graph meta tags for better social media sharing, including site name and image URL.
- Introduced a robots.txt file to guide search engine indexing.
- Included a new og-image.png for enhanced visual representation on social platforms.
Copilot AI review requested due to automatic review settings February 26, 2026 20:23

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR refactors the README from contributor-focused to adopter-focused and comprehensively SEO-optimizes all documentation pages. The primary goal is to improve discoverability through search engines while providing a more user-friendly onboarding experience for developers evaluating the project.

Changes:

  • Rewrote README with a Quick Start section (4 steps), consolidated package table, framework SDK examples (React/Vue/Svelte), and migration/CLI guidance
  • Rewrote frontmatter title and description for all 39 doc pages with keyword-rich content targeting developer search queries
  • Added social meta tags (OG, Twitter) and a keywords meta tag to Astro config; created og-image.png (1200x630); added robots.txt with sitemap reference

Reviewed changes

Copilot reviewed 45 out of 46 changed files in this pull request and generated no comments.

Show a summary per file
File Description
README.md Complete rewrite: Quick Start, package table, framework examples, migration, deployment, security model, and specification links
docs/astro.config.mjs Added OG/Twitter meta tags, keywords meta tag, and absolute URL for og:image
docs/public/robots.txt New file allowing all crawlers with sitemap reference
docs/src/content/docs/index.mdx SEO-optimized homepage title and description
docs/src/content/docs/quick-start.mdx SEO-optimized title and description
docs/src/content/docs/guides/*.mdx SEO-optimized title and description for installation, development, manifest, and testing guides
docs/src/content/docs/guides/migration/*.mdx SEO-optimized title and description for migration guides (Vite, CRA, Next.js, overview)
docs/src/content/docs/frameworks/*.mdx SEO-optimized title and description for React, Vue, Svelte, Angular, and Vanilla JS framework guides
docs/src/content/docs/deployment/*.mdx SEO-optimized title and description for Docker (embedded, proxy, compose), Kubernetes, and CI/CD guides
docs/src/content/docs/reference/*.mdx SEO-optimized title and description for SDK, CLI, codemod, gateway endpoints/flags, manifest schema, and adapter API references
docs/src/content/docs/spec/*.mdx SEO-optimized title and description for specification overview, RFC-0001, conformance, and security model
docs/src/content/docs/concepts/*.mdx SEO-optimized title and description for architecture, security model, variable classification, wire format, and hot reload concepts
docs/src/content/docs/examples/*.mdx SEO-optimized title and description for todo app and zero-config examples
docs/src/content/docs/contributing.mdx SEO-optimized title and description for contributing guide
docs/.astro/content-modules.mjs Auto-generated file with reordered import statements (build artifact)

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@olamide226
olamide226 merged commit 4f3543d into main Feb 26, 2026
9 checks passed
@olamide226
olamide226 deleted the docs/refactor-docs-for-seo branch February 26, 2026 20:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants