JSON-LD (generic)
Last updated
Last updated
JSON-LD (sometimes referred to as Linked Data) is a way of conveying which many ticketing and events platforms use on their websites. , and PlaceCal can use it to import events.
To find if a site is using JSON-LD:
Navigate to a source you'd like to import into PlaceCal
Open the Inspector to view the webpage's code
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).
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.