chore(main): release docs-please 0.2.0-beta.0#10
Merged
amondnet merged 1 commit intoDec 4, 2025
Conversation
Contributor
Author
|
🤖 Created releases: 🌻 |
1 task
amondnet
added a commit
that referenced
this pull request
May 28, 2026
* feat(seo): add useSeo composable with JSON-LD and canonical Ports upstream docus commit d283f9aa (feat(layer): add more seo optimization) as item #10 from docs/docus-upstream-changes.md. The new useSeo composable in packages/layer/app/composables/useSeo.ts: - Wires reactive title/description through useSeoMeta with OpenGraph + Twitter card meta and an og:url that matches the canonical link - Resolves the canonical URL from useAppConfig().docs.url (populated by modules/config.ts) with an inferSiteURL() fallback - Emits Article or WebSite JSON-LD plus a BreadcrumbList script when the caller supplies a breadcrumb trail - Defers hreflang emission until @nuxtjs/i18n is wired into the layer (TODO comment marks the upstream branch) packages/layer/app/pages/[...slug].vue now uses useSeo with a breadcrumb trail computed from useNavigation + findPageBreadcrumbs (landed in PR #27). * fix(seo): apply review suggestions - Use textContent instead of innerHTML for JSON-LD script tags (XSS-safe per Unhead recommendation; cubic + gemini) - Allow BreadcrumbList schema to render even when title is unset by scoping the title guard to Article/WebSite blocks only (cubic + gemini)
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.
🤖 I have created a release beep boop
0.2.0-beta.0 (2025-12-04)
⚠ BREAKING CHANGES
Features
Bug Fixes
This PR was generated with Release Please. See documentation.