Closed
Description
Probably a minor issue, but Google is complaining that https://jamulus.io/kb/2020/03/28/Server-Rpi.html and https://jamulus.io/it/kb/2022/08/04/Translating-po-files.html have "Error parsing an array value: missing a comma or closing bracket in an array declaration."
{
"@context":"https://schema.org",
"@type":"BlogPosting",
"headline": "Install Jamulus Server on a Raspberry Pi",
"publisher": {
"@type": "Person",
"name": "fredsiva",
}, <--- highlights this as the error location
"author": {
"@type": "Person",
"name": "fredsiva",
},
Looking at _layouts/post.html
I'm not sure how to fix it though - does it need re-generating in some way?