Breadcrumbs Not Displaying Menu Description Schema
-
Shouldn’t the Breadcrumbs be displaying the descriptions of the menu item?
Like this? This way we have better control of what’s shown in-site links. It seems to be missingExample Use Only:
<script type=application/ld+json>{
“@context”:”https://schema.org”,
“@type”:”ItemList”,
“itemListElement”:[
{
“@type”: “SiteNavigationElement”,
“position”: 1,
“name”: “Who We Are”,
“description”: “Learn about us and our marketing mission.”,
“url”:”https://some!domain.com/about/”
},
{
“@type”: “SiteNavigationElement”,
“position”: 2,
“name”: “Services”,
“description”: “Web design, digital marketing, branding, & business consulting.”,
“url”:”https://https://some!domain.com/services/”
},
{
“@type”: “SiteNavigationElement”,
“position”: 3,
“name”: “Our Work”,
“description”: “See our high caliber work for national & local brands”,
“url”:”https://https://some!domain.com/our-work/”
},
{
“@type”: “SiteNavigationElement”,
“position”: 4,
“name”: “Contact Us”,
“description”: “Its time to crush Your Competition! Talk to a strategiest today.”,
“url”:”https://https://some!domain.com/contact-us/”
}
]
}</script>The page I need help with: [log in to see the link]
- The topic ‘Breadcrumbs Not Displaying Menu Description Schema’ is closed to new replies.