I seek some assistance with Structured Data and Rich Test Results. I marked this up a while ago for a custom post type prints. I was using this tool to test:
enlace oculto
You can test with this URL to see my structured data.
enlace oculto
That works but I note that Google is deprecating this service and pointing to the Rich Results Test instead:
enlace oculto
The problem now is that this tool suggests that the page is not eligible for rich results and when you view the details it lists many plugins and my child themes.
I note that the standard structured data that is run via the Rank Math SEO plugin seems to function and get registered by the Rich Results Tests.
I even tried this solution by Aleš Sýkora:
enlace oculto
Note my custom post type is configured by Toolset and my initial set up was to embed the following into a Divi code module:
<script type="application/ld+json">
{
"@context": "enlace oculto",
"@type": "VisualArtwork",
"name": "[wpv-post-title]",
"artEdition": "[types field='edition-size' format='FIELD_NAME: FIELD_VALUE'][/types]",
"artMedium": "fine art print: etching, carborundum ",
"creator": [
{
"@type": "Person",
"name": "Stephen Vaughan"
}
]
}
</script>
<script type="application/ld+json">
{
"@context": "enlace oculto",
"@type": "PriceSpecification",
"price": "[types field='recommended-retail-price' format='FIELD_VALUE'][/types]",
"priceCurrency": "EUR"
}
</script>
If you view source on the page it does render and does pass on the older structured data test page.
Similarly, using Aleš Sýkora solution adjusted to my schema, it rendered in the View Page Source but equally failed on the newer Rich Results Test.
Google suggests that it relates page loading issues, errors that it perceives as junk?
Looking through what is flagged, I have turned off associated plugins but this doesn't resolve the issue.
Obviously I can't disable Toolset Blocks, listed as one of the culprits, as this is required.
I do note other errors flagged like reCaptcha and others relating to Google fonts.
I also notice that with my usual theme/plugin configuration enabled it flags my child theme and certain plugins but as I disable each of these it picks up on the main Divi theme.
To be honest when I reset my usual configuration just now Google flagged a really short list suggesting this is random. And when I tested again after that there were no loading issues, just the message: Page not eligible for rich results known by this test
This may be outside the scope of Toolset, but if you have any suggestions it would be appreciated.
Dare I say, could it be that Google's tools are a bit off at the moment?