Visible breadcrumb but no BreadcrumbList schema
A breadcrumb trail is the row of links near the top of a page showing the path back to the homepage, for example Home, Services, Plumbing. BreadcrumbList schema is a piece of structured data that mirrors this visible trail in a format search engines can read directly. This check found a visible breadcrumb on the page but no matching BreadcrumbList schema in the code. Without the schema, Google shows the page's plain URL in search results instead of a breadcrumb-style chip, which is a small but consistent loss in how appealing and clickable the listing looks compared with competitors whose listings do show it. Your developer should add BreadcrumbList JSON-LD, a structured data format, that mirrors the visible breadcrumb trail exactly. Many CMS plugins generate this automatically, so it is usually only missing on custom-built templates. Budget about thirty minutes per page template to add and validate it.
Why this matters
Without the schema, Google shows the page's plain URL in search results instead of a breadcrumb-style chip, which is a small but consistent loss in how appealing and clickable the listing looks compared with competitors whose listings do show it.
How to fix it
Your developer should add BreadcrumbList JSON-LD, a structured data format, that mirrors the visible breadcrumb trail exactly. Many CMS plugins generate this automatically, so it is usually only missing on custom-built templates. Budget about thirty minutes per page template to add and validate it.