I coded around it on version 9.5.9 to overcome the problem for my needs (client sites) – I really am hoping that the 3 wordpress scenarios are going to produce the correct structured data for their respective pages in the next release.
static home page + blog posts page
static home page only
blog posts page
I have put the problem on github in different posts as the problem became clearer.
The problem occurs because although structured data is set correctly for blog posts page, only part gets set for a static home page. What then happens is structured data from the blog posts page gets injected into the static home page. So it looks correct but actually it isn’t.
You only get to really see the problem if you have no blog posts page at all then the static home page misses having structured data for headline, person …
So basically you can overcome it with a bit of coding and a fudge in how you set up admin.
I believe the plugin team are now looking at this for the next release.
-
This reply was modified 7 years, 4 months ago by
frenchomatic.