• Resolved 3waves

    (@3waves)


    Hi,

    I want to remove the structured BreadcrumbList data from the main page. Is it possible? And how?

    Many thanks for repliers.

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Support Suwash

    (@suascat_wp)

    @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.

    Thread Starter 3waves

    (@3waves)

    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": "https://tech.dev.example.com/#organization",
    	            "name": "Tech Test",
    	            "url": "https://tech.dev.example.com/",
    	            "sameAs": [],
    	            "logo": {
    	                "@type": "ImageObject",
    	                "@id": "https://tech.dev.example.com/#logo",
    	                "inLanguage": "en-US",
    	                "url": "",
    	                "contentUrl": "",
    	                "caption": "Tech Test"
    	            },
    	            "image": {
    	                "@id": "https://tech.dev.example.com/#logo"
    	            }
    	        },
    	        {
    	            "@type": "CollectionPage",
    	            "@id": "https://tech.dev.example.com/#webpage",
    	            "url": "https://tech.dev.example.com/",
    	            "name": "Tech Test | technology",
    	            "isPartOf": {
    	                "@id": "https://tech.dev.example.com/#website"
    	            },
    	            "about": {
    	                "@id": "https://tech.dev.example.com/#organization"
    	            },
    	            "description": "technology",
    	            "breadcrumb": {
    	                "@id": "https://tech.dev.example.com/#breadcrumb"
    	            },
    	            "inLanguage": "en-US",
    	            "potentialAction": [
    	                {
    	                    "@type": "ReadAction",
    	                    "target": [
    	                        "https://tech.dev.example.com/"
    	                    ]
    	                }
    	            ]
    	        },
    	        {
    	            "@type": "BreadcrumbList",
    	            "@id": "https://tech.dev.example.com/#breadcrumb",
    	            "itemListElement": [
    	                {
    	                    "@type": "ListItem",
    	                    "position": 1,
    	                    "item": {
    	                        "@id": "https://tech.dev.example.com/#webpage"
    	                    }
    	                }
    	            ]
    	        }
    	    ]
    	}</script>
    
    • This reply was modified 3 years, 6 months ago by Yui. Reason: please use CODE button for proper formatting
    Plugin Support Michael Ti?a

    (@mikes41720)

    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

    Plugin Support devnihil

    (@devnihil)

    We are going ahead and marking this issue as resolved due to inactivity. If you require any further assistance please create a new issue.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Remove BreadcrumbList structured data from homepage’ is closed to new replies.