From the course: JSON Essential Training
Unlock the full course today
Join today to access over 24,700 courses taught by industry experts.
What is JSON-LD? - JavaScript Tutorial
From the course: JSON Essential Training
What is JSON-LD?
- [Instructor] You can create JSON structures and schemas for a wide variety of data, but when you're sharing that data with another organization or receiving data built by someone else, it often takes human intervention to classify the content and decide how to integrate it. You can make it possible to automate tasks like this by adding semantic markup to your data. Semantic markup not only organizes the data, but indicates its meaning using a common vocabulary of objects and key names. On the web, a number of semantic systems have been used, including RDFa and microformats. Another popular semantic system based on JSON is known as JSON-LD, which stands for JSON for linking data. JSON-LD follows the rules of JSON, but adds a couple standards to convey the meaning of content. First, it references common vocabularies that are maintained by a variety of organizations, including schema.org, productontology.org, and the W3C.…
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)
-