JSON-LD (generic)

JSON-LD (sometimes referred to as Linked Data) is a way of conveying computer-readable information which many ticketing and events platforms use on their websites. Google looks for JSON-LD to pull events through to Search and Maps, and PlaceCal can use it to import events.

To find if a site is using JSON-LD:

  1. Navigate to a source you'd like to import into PlaceCal

  2. Open the Inspector to view the webpage's code

  3. Search for the string ld+json

If ld+json is present, it means there is structured data on the site which PlaceCal should be able to read (provided they're using the right fields, see below).

Information PlaceCal imports from JSON-LD sources

In the below list, the names of the relevant fields in JSON-LD which PlaceCal looks for are listed in square brackets.

  • Unique ID [url]

  • Event title [name]

  • Description [description]

  • Start date and time [start_date]

  • End date and time [end_date]

  • Address [location.address]

Note that the generic JSON-LD importer does not import URL or online address information.

Last updated