Skip to content

[docs]: Add JSON‑LD schema to docs homepage (BreadcrumbList + Article) #3433

@amaan-bhati

Description

@amaan-bhati

👀 Is there an existing issue for this?

  • I have searched and didn't find similar issue

💭 Description

We need JSON‑LD structured data on the docs landing page so search engines can parse the page and its hierarchy. This issue covers adding BreadcrumbList and Article schema to the docs homepage only.

Why?

  • BreadcrumbList communicates Home → Docs hierarchy on the landing page.
  • Article improves indexing of the docs homepage content.

Acceptance criteria

  • On http://localhost:3000/docs/, <head> contains:
    • application/ld+json script with @type: "BreadcrumbList"
    • application/ld+json script with @type: "Article"

Testing

  • Run npm run start
  • Open http://localhost:3000/docs/
  • Inspect <head> in DevTools (Elements) for both JSON‑LD scripts

💻 Repository

docs

Metadata

Metadata

Assignees

No one assigned

    Labels

    DocumentationImprovements or additions to documentationdocs

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions