Skip to content

[Bug] Unparsable json in headers #1049

Closed
@gilgongo

Description

@gilgongo

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions