SEO: add title and description to all integration pages#787
Merged
Conversation
All 17 integration docs pages were missing title and description frontmatter, causing Docusaurus to generate unhelpful titles like "OpenClaw | Hindsight" and pull body text as meta descriptions. - Add keyword-rich title and description frontmatter to all integration pages in both docs/ (current) and versioned_docs/version-0.4/ - Add scripts/check-integration-seo.mjs to enforce title + description on all future integration pages - Wire the check into the build script so it runs locally and in CI
kagura-agent
added a commit
to kagura-agent/hindsight
that referenced
this pull request
Apr 2, 2026
autogen.md (PR vectorize-io#719) was added after the SEO check (PR vectorize-io#787) without required title and description frontmatter, causing verify-generated-files CI to fail on all branches.
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.
Summary
titleanddescriptionfrontmatter, causing Docusaurus to generate titles likeOpenClaw | Hindsightand pull random body text as meta descriptionstitleanddescriptionto all integration pages in bothdocs/(current version) andversioned_docs/version-0.4/scripts/check-integration-seo.mjsto enforce this on all future integration pages — wired intonpm run buildso it blocks both local builds and CI deploys if a new integration is missing the frontmatterTest plan
npm run build && npm run serve)node scripts/check-integration-seo.mjspasses against current filestitlefield with a clear error message