Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support Maybellyne

    (@maybellyne)

    Hello @dkoronetsskydreams,

    Thanks for reaching out about your Breadcrumb Schema. I also confirmed the error, though it isn’t coming from the Yoast SEO since you’ve disabled our strucutred data output. Please reach out to your web developer or the developer of the plugin responsible for Schema on your site.

    Thread Starter dkoronetsskydreams

    (@dkoronetsskydreams)

    I’m refferencing to https://developer.yoast.com/features/schema/functional-specification/#an-article-with-an-author-on-a-company-website documentation section.

    As an example:

    {
    "@type": "WebPage",
    "@id": "https://www.example.com/blog/example-article/",
    "url": "https://www.example.com/blog/example-article/",
    "inLanguage": "en-US",
    "breadcrumb": {
    "@id": "https://www.example.com/#/schema/BreadcrumbList/abc123"
    },
    "name": "Example Page",
    "isPartOf": {
    "@id": "https://www.example.com/#/schema/WebSite/1"
    },
    "datePublished": "2015-09-14T08:13:22+00:00",
    "dateModified": "2019-03-28T12:46:37+00:00",
    "description": "Example description"
    },

    So here “breadcrumb” section is invalid. It should be a BreadcrumbList with different syntax.

    On the page I provided report for we don’t use wp directly, but we take structured data from wp-api, while inside it is provided by yoast seo plugin:

    $structuredData = YoastSEO()->meta->for_post($post->ID)->schema;

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

The topic ‘Structured data issue in Yoast SEO plugin’ is closed to new replies.