Question About Breadcrumb Selection “ID” and “Name”
-
Ran a test with breadcrumbs enabled and I noticed the “name” output (output below). I assume the breadcrumb would appear on the SERP as: Site Name > Article > Corvette.
For our site, this would not be optimal. Ideally, it would follow our URL structure (example url: https://domain.com/cars/corvette/), so the breadcrumb would be: Site Name > Cars > Corvette. We setup our URLs to be as focused as possible.
Is there a way to modify what “ID” is selected?
If not, I can modify our taxonomies to get the desired output. However, since our URL structure is already ideal for our purpose, would breadcrumbs even provide any advantage?
Thanks!
<script type=”application/ld+json”>{“@context”:”https://schema.org”,”@type”:”BreadcrumbList”,”itemListElement”:[{“@type”:”ListItem”,”position”:1,”item”:{“@id”:”https://domain.com/”,“name”:”Site Name”}},{“@type”:”ListItem”,”position”:2,”item”:{“@id”:”https://domain.com/resource/article/”,“name”:”Article”}},{“@type”:”ListItem”,”position”:3,”item”:{“@id”:”https://domain.com/cars/corvette/“,“name”:”Corvette”}}]}</script>
- The topic ‘Question About Breadcrumb Selection “ID” and “Name”’ is closed to new replies.