Back to tools

Breadcrumb Schema Generator

Enter page names and URLs in order to generate BreadcrumbList JSON-LD for search engines.

SEO Waiting for result
Report issue

Quick examples

Breadcrumb input

URLs like /path are combined with the base domain automatically.

OrderPage namePage URLManage
1
2
3
4

Generated output

{
  "@context": "https://schema.org",
  "@type": "BreadcrumbList",
  "itemListElement": [
    {
      "@type": "ListItem",
      "position": 1,
      "name": "Home",
      "item": "https://gogotem.com/en"
    },
    {
      "@type": "ListItem",
      "position": 2,
      "name": "Tools",
      "item": "https://gogotem.com/en/tools"
    },
    {
      "@type": "ListItem",
      "position": 3,
      "name": "Calculators",
      "item": "https://gogotem.com/en/tools/calculators"
    },
    {
      "@type": "ListItem",
      "position": 4,
      "name": "Breadcrumb Schema Generator",
      "item": "https://gogotem.com/en/calculator/breadcrumb-schema-generator"
    }
  ]
}

Before publishing

  • Match the JSON-LD order to the visible breadcrumb on the page.
  • Use Home, parent category, and current page order.
  • Use canonical URLs that crawlers can access.
  • Keep BreadcrumbList data consistent across related pages.

Result workspace

Save this result, compare previous runs, or share a report.

Keep exploring

More tools to try next

Jump into related tools from the same category and popular picks across Gogotem.

View all tools arrow_forward