paulmassen / grav-plugin-seo

Manage your site’s meta tags for display in search engine results or social media networks. Create and manage json-ld microdata. Includes an easy-to-use live preview feature.
MIT License
84 stars 21 forks source link

Syntax error: value, object or array expected. #84

Open rustark opened 4 years ago

rustark commented 4 years ago

https://search.google.com/structured-data/testing-tool/u/0/#url=https%3A%2F%2Farcadiy.pro%2Farticles%2Fretro-raspberry-pi

SKIDDOW commented 4 years ago

Try reinstalling.

rustark commented 4 years ago

It doesn't work

Try reinstalling.

paulmassen commented 4 years ago

Hi, This problem is due to an empty microdata tag:

<script type="application/ld+json">
</script>

I don't think this prevent google from parsing the microdata, but I will investigate further. Thanks for reporting, Paul