chrisrcooper
Forum Replies Created
-
I didn’t dig any further; unless there’s been a plugin update to resolve this since my post, the only solution would be to remove the description–which is what I did. I’d prefer not to though so that Google will index the right structured data and come up as part of their data search tools.
I don’t know about “google will shoot down the whole page”, but it does trigger a GSC warning when you use a description for a Visualizer.
The warning reads:
“Missing field “license”
First detected: 5/31/20
Status: Warning”This can be fixed by simply removing the description. Of course, without a description, Visualizer doesn’t insert the other structured data and so it’s no longer part of Google’s dataset search tools.
It’d be great if we could add a license. It seems like a straightforward field to add:
“license” : “https://creativecommons.org/publicdomain/zero/1.0/”
//or//
“license” : {
“@type”: “CreativeWork”,
“name”: “Custom license”,
“url”: “https://example.com/custom_license”
}Glad to hear! Let me know if you’re ever interested in integrating something like that! Feel free to share it around!