From the course: JSON Essential Training

Unlock this course with a free trial

Join today to access over 25,300 courses taught by industry experts.

Work with JSON-LD generators

Work with JSON-LD generators - JavaScript Tutorial

From the course: JSON Essential Training

Work with JSON-LD generators

- JSON-LD can be relatively straightforward to write for small snippets, but for larger content or content that relies on more than one vocabulary type automatic JSON-LD generators can save you a lot of time. Generators still rely on you to identify the content that corresponds to each key. But they generally provide an interface for common vocabulary types, where you can enter your data and then they generate the resulting JSON-LD snippet for you. H + Sport is hosting a 5K training run. The event will be listed online, and I want to create a JSON-LD snippet to make it easier for search engines and event aggregators to identify the relevant information and show it to people who might be interested. I haven't created JSON for this event and I'm going to try creating the JSON-LD directly using a generator. I found this JSON-LD generator using a web search, but if you have any trouble opening it, just search for generate JSON-LD…

Contents