SvenLieber / website

The source code of my website (described at https://www.wikidata.org/wiki/Q119792088)
https://sven-lieber.org
0 stars 0 forks source link

Fix unparsable JSON on project sites #10

Closed SvenLieber closed 1 year ago

SvenLieber commented 1 year ago

There is a trailing comma in the JSON-LD for project pages, for example, the FAST project (https://sven-lieber.org/en/project/fast/):

[{
  "@context": "https://schema.org",
  "@type": "Article",
  "mainEntityOfPage": {
    "@type": "WebPage",
    "@id": "https://sven-lieber.org/en/project/fast/"
  },
  "headline": "FAST tracking e-government deployment through automated customer journey development",  
  "datePublished": "2018-06-01T00:00:00Z",
  "dateModified": "2022-11-05T18:38:24+01:00",
  "author": {
    "@type": "Person",
    "name": "Sven Lieber"
  },
  "publisher": {
    "@type": "Organization",
    "name": "Sven Lieber",
    "logo": {
      "@type": "ImageObject",
      "url": "https://sven-lieber.org/media/icon_hufdd866d90d76849587aac6fbf27da1ac_464_192x192_fill_lanczos_center_3.png"
    }
  },
  "description": "Complicated rules, multiple contact points, numerous forms and applications and three administrative levels: processes as common as home renovations in Flanders require a lot of manual administrative work. To streamline customer journeys and simplify processes, municipalities and other public organizations would benefit from e-government applications. However, implementing these solutions is challenging, considering the lack of well-structured content and the need to integrate legacy systems. FAST aims to tackle the challenges to e-government adoption by creating an engine to automatically generate customer journeys from existing unstructured content – the ideal collection of digital interaction points between public services, organizations and citizens – for a range of public tasks."
},

]

The template should be adjusted