Hi @josevarghese
I am not getting any editable option to add the Breadcrumb title.
The same issue I am facing on the webpage https://southlondoncollege.org/all-courses/ so I have added separate code within the page for checking its work or not.
<script type=”application/ld+json”>
{
“@context”: “https://schema.org/”,
“@type”: “BreadcrumbList”,
“itemListElement”: [{
“@type”: “ListItem”,
“position”: 1,
“name”: “Home”,
“item”: “https://southlondoncollege.org/”
},{
“@type”: “ListItem”,
“position”: 2,
“name”: “All Courses”,
“item”: “https://southlondoncollege.org/all-courses/”
}]
}
</script>`
By adding the above code to the webpage I am getting an error:
“Breadcrumbs – 2 items detected: Some are invalid”