Skip to content

feat: add SEO optimization for innodb.fyi#204

Merged
ringo380 merged 2 commits intomasterfrom
feat/seo-optimization
Mar 29, 2026
Merged

feat: add SEO optimization for innodb.fyi#204
ringo380 merged 2 commits intomasterfrom
feat/seo-optimization

Conversation

@ringo380
Copy link
Copy Markdown
Owner

Summary

  • Add robots.txt and sitemap.xml (40 URLs covering web UI + all doc sections) to web/public/
  • Add canonical link, Twitter Card meta tags, expanded OG tags, and JSON-LD WebApplication structured data to web/index.html
  • Create mdBook docs/theme/head.hbs template injecting meta description, OG tags, and Twitter Cards into all 88 doc pages
  • Add description field to docs/book.toml
  • Refine web UI title and meta description with keyword-rich terms (MySQL, .ibd, DBA, CRC-32C, MariaDB)

Test plan

  • cd web && npm run build succeeds; verify dist/robots.txt and dist/sitemap.xml exist
  • mdbook build docs succeeds; verify docs/book/cli/parse.html contains og:title and twitter:card tags
  • Validate JSON-LD at https://validator.schema.org/
  • Validate OG tags at https://www.opengraph.xyz/ after deploy
  • Confirm sitemap URLs resolve correctly after deploy

Add robots.txt, sitemap.xml (40 URLs), canonical links, Twitter Card
meta tags, JSON-LD structured data (WebApplication schema), and OG
tags across both the web UI and mdBook documentation site.
@chatgpt-codex-connector
Copy link
Copy Markdown

You have reached your Codex usage limits for code reviews. You can see your limits in the Codex usage dashboard.
To continue using code reviews, you can upgrade your account or add credits to your account and enable them for code reviews in your settings.

@ringo380
Copy link
Copy Markdown
Owner Author

Code review

No issues found. Checked for bugs and CLAUDE.md compliance.

Add missing CLI pages (dump, watch, corrupt, find, tsid, info, defrag,
transplant, compat, validate, undo, completions), all library API pages,
and missing guides/internals entries.
@ringo380 ringo380 merged commit 46e91eb into master Mar 29, 2026
7 of 11 checks passed
@ringo380 ringo380 deleted the feat/seo-optimization branch March 29, 2026 21:57
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.

1 participant