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 - 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…
Practice while you learn with exercise files
Download the files the instructor uses to teach the course. Follow along and learn by watching, listening and practicing.
Contents
-
-
-
-
-
-
-
-
(Locked)
What is JSON-LD?2m 46s
-
(Locked)
Implement predefined key names5m 33s
-
(Locked)
Map a data structure with JSON-LD3m 43s
-
(Locked)
Work with JSON-LD generators4m 40s
-
(Locked)
Add a JSON-LD snippet to a web page2m 46s
-
(Locked)
Challenge: Structure data with JSON-LD1m 8s
-
(Locked)
Solution: Structure data with JSON-LD6m 5s
-
(Locked)
-