• Resolved Snow Bedding

    (@snowbedding)


    How to remove Breadcrumb snippets generated by Yoast seo from header?
    It’s in conflict with my theme’s built-in breadcrumb rich snippets.

    {
             "@type": "BreadcrumbList",
             "@id": "https://www.fisherlight.com/category/diy/#breadcrumb",
             "itemListElement": [
                {
                   "@type": "ListItem",
                   "position": 1,
                   "item": {
                      "@type": "WebPage",
                      "@id": "https://www.fisherlight.com/",
                      "url": "https://www.fisherlight.com/",
                      "name": "Home"
                   }
                },
                {
                   "@type": "ListItem",
                   "position": 2,
                   "item": {
                      "@type": "WebPage",
                      "@id": "https://www.fisherlight.com/blog/",
                      "url": "https://www.fisherlight.com/blog/",
                      "name": "Blog"
                   }
                },
                {
                   "@type": "ListItem",
                   "position": 3,
                   "item": {
                      "@type": "WebPage",
                      "@id": "https://www.fisherlight.com/category/diy/",
                      "url": "https://www.fisherlight.com/category/diy/",
                      "name": "Lampshade DIY"
                   }
                }
             ]
          }

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Suwash

    (@suascat_wp)

    @snowbedding

    We understand that you want to remove Yoast-generated schema from the page source of your website.

    To remove schema pieces you need to create custom code using our guide here to specifically target that piece and remove it.

    Unfortunately, we’re unable to provide further instructions. There is a difference between the support we can offer and the level of programming needed to change (core) features of our plugin.

    We hope this helps and let us know if you have any questions.

    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 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How to Remove Breadcrumb from yoast-schema-graph’ is closed to new replies.