Skip to content

Document per-page SEO/social frontmatter#2

Open
gbourne1 wants to merge 1 commit into
mainfrom
feat/seo-frontmatter-docs
Open

Document per-page SEO/social frontmatter#2
gbourne1 wants to merge 1 commit into
mainfrom
feat/seo-frontmatter-docs

Conversation

@gbourne1
Copy link
Copy Markdown
Contributor

What

Documents that the Jamdesk docs renderer now fully supports per-page SEO/social frontmatter. Authors can set Open Graph, Twitter/X, canonical, and keywords meta tags directly in a page's frontmatter — either as flat top-level keys (Mintlify style: og:title, og:image, twitter:card, etc.) or under a nested seo: block. Flat keys win over nested on conflict, and per-page values override the docs.json seo.metatags defaults.

Mirrors the CLI release jamdesk@1.1.121.

Changes

  • skills/jamdesk/SKILL.md — added three rows to the "All frontmatter fields" table:
    • canonical — canonical URL override
    • og:* / twitter:* — per-page social-preview tags (flat or nested)
    • seo — nested block holding social/SEO meta keys plus arbitrary custom meta tags
  • skills/jamdesk/reference/configuration.md — enriched the seo.metatags row description to clarify it sets every-page defaults (og:image social card, canonical base URL) and that per-page frontmatter overrides them.
  • .claude-plugin/plugin.json — version bump 1.0.51.0.6.
  • CHANGELOG.md — new ## [1.0.6] - 2026-05-28 entry.

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