feat(seo): BreadcrumbList JSON-LD site-wide + TechArticle on integrations - #73
Merged
Conversation
…tegrations Second Days-0-14 item from SEO-OPPORTUNITIES.md (technical fix #2): - components/page-jsonld.tsx: BreadcrumbJsonLd + TechArticleJsonLd - app/[...slug]/page.tsx emits BreadcrumbList on every docs page: home + section hub + ancestor pages + the page. Fumadocs resets trails at root section folders, so the section crumb is prepended manually from the section index page. Url-less folders are dropped (Google requires item on all but the last ListItem). - TechArticle on /integrations/* leaf pages with Organization author, frontmatter publishedAt, and git-derived dateModified. Cookbook recipes already emit TechArticle via RecipeJsonLd; the /integrations hub is a listing, so it is excluded. - lib/last-modified.ts: git-date helper extracted from app/sitemap.ts, now shared by the sitemap and the TechArticle dateModified.
Contributor
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
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.
What
Technical fix #2 from
SEO-OPPORTUNITIES.md(Days 0–14): structured data beyond the existingFAQPage.BreadcrumbListon every docs page — home + section hub + ancestor pages + the page. Fumadocs resets breadcrumb trails atroot: truesection folders, so the section crumb is prepended manually from the section's index page. Folders without an index page are dropped (Google requiresitemon every ListItem except the last).TechArticleon/integrations/*leaf pages — Organization author (Steel),datePublishedfrom frontmatterpublishedAtwhen present,dateModifiedfrom git history. Cookbook recipes already emit TechArticle viaRecipeJsonLd(per-author Person entries), and the/integrationshub is a listing, so both are excluded.lib/last-modified.ts— git-date helper extracted fromapp/sitemap.ts, now shared.Verified
Dev-server smoke test across page shapes:
/integrations/selenium/cookbook/scrape/cookbook/topics/agents/overview/stealth/proxies/overviewhub page exists)/integrations(hub)TechArticle on selenium page carries description +
dateModified: 2026-07-23; existing FAQPage JSON-LD unaffected.sitemap.xmlstill serves 149 URLs after the helper extraction. Biome clean.