Remove BreadcrumbList structured data from homepage
-
Hi,
I want to remove the structured BreadcrumbList data from the main page. Is it possible? And how?
Many thanks for repliers.
-
@3waves By default, Yoast SEO won’t output the BreadcrumbList schema property on the homepage unless you add the breadcrumb on the homepage. The BreadcrumbList will only appear for the inner pages of your site.
Thanks Suwash Kunwar, I have this situation (homepage) :
<script type="application/ld+json" class="yoast-schema-graph">{ "@context": "https://schema.org", "@graph": [ { "@type": "Organization", "@id": "http://tech.dev.example.com/#organization", "name": "Tech Test", "url": "http://tech.dev.example.com/", "sameAs": [], "logo": { "@type": "ImageObject", "@id": "http://tech.dev.example.com/#logo", "inLanguage": "en-US", "url": "", "contentUrl": "", "caption": "Tech Test" }, "image": { "@id": "http://tech.dev.example.com/#logo" } }, { "@type": "CollectionPage", "@id": "http://tech.dev.example.com/#webpage", "url": "http://tech.dev.example.com/", "name": "Tech Test | technology", "isPartOf": { "@id": "http://tech.dev.example.com/#website" }, "about": { "@id": "http://tech.dev.example.com/#organization" }, "description": "technology", "breadcrumb": { "@id": "http://tech.dev.example.com/#breadcrumb" }, "inLanguage": "en-US", "potentialAction": [ { "@type": "ReadAction", "target": [ "http://tech.dev.example.com/" ] } ] }, { "@type": "BreadcrumbList", "@id": "http://tech.dev.example.com/#breadcrumb", "itemListElement": [ { "@type": "ListItem", "position": 1, "item": { "@id": "http://tech.dev.example.com/#webpage" } } ] } ] }</script>-
This reply was modified 4 years, 11 months ago by
Yui. Reason: please use CODE button for proper formatting
Hi @3waves
Apologies for any confusion. As of v15.5 of the Yoast SEO plugin (changelog here), we added the breadcrumb schema for the homepage as well.
If you want to make any modifications and changes for the schema output generated by the Yoast SEO plugin, we would like to refer you to our schema API documentation – https://developer.yoast.com/features/schema/api
We are going ahead and marking this issue as resolved due to inactivity. If you require any further assistance please create a new issue.
-
This reply was modified 4 years, 11 months ago by
The topic ‘Remove BreadcrumbList structured data from homepage’ is closed to new replies.