Conversation
Deploying with
|
| Status | Name | Latest Commit | Preview URL | Updated (UTC) |
|---|---|---|---|---|
| ✅ Deployment successful! View logs |
onequery-landing | 95ff212 | Commit Preview URL Branch Preview URL |
May 31 2026, 06:15 PM |
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.
One-Line Summary
Improve the OneQuery docs page metadata so search crawlers and social previews get a complete, docs-specific representation.
User-Facing Changes
/docs/now has a dedicated SEO title and expanded meta description.Why This Changed
The Starlight docs landing page only emitted default page metadata, which duplicated the browser title as
OneQuery Docs | OneQuery Docsand omitted docs-specific share image and structured data. That made the docs page less explicit for search, AI citation, and social-preview consumers.How It Changed
headmetadata toapps/landing/src/content/docs/docs/index.mdx.Organization,WebSite,SoftwareApplication,WebPage, andBreadcrumbListJSON-LD for/docs/.alwaystoautoso shared Starlight CSS can be externalized instead of duplicated into every docs HTML payload.Bug Fixes
/docs/now emitsOneQuery Documentation | Governed Agent Data Access.Performance Notes (Optional)
Extra Context / Decisions (Optional)
https://onequery.dev/og.pngimage rather than introducing a new asset.Verification
rtk bun run formatrtk bun run buildrtk node -e 'const fs=require("fs"); const html=fs.readFileSync("dist/client/docs/index.html","utf8"); const checks=[[/<title>/g,"title"],[/property=\"og:title\"/g,"og:title"],[/property=\"og:type\"/g,"og:type"],[/property=\"og:site_name\"/g,"og:site_name"],[/property=\"og:locale\"/g,"og:locale"],[/name=\"twitter:title\"/g,"twitter:title"],[/name=\"description\"/g,"description"],[/name=\"robots\"/g,"robots"],[/type=\"application\\/ld\\+json\"/g,"json-ld"]]; for (const [pattern,label] of checks) console.log(label+": "+((html.match(pattern)||[]).length));'rtk git push -u origin ffffffff(pre-pushlint-fullpassed with 0 warnings and 0 errors)Video / Screenshot (Optional)