# json-ld

JSON-LD is a JSON-based format for serializing Linked Data.

This is one page of public article previews, not the complete archive. Follow Next page to continue. Summaries are not the original full articles.

## Progress on the Block Protocol

DevFeed: [Progress on the Block Protocol](<https://devfeed.tech/articles/progress-on-the-block-protocol-37534.md>)

Original publisher: [Read original article](<https://www.joelonsoftware.com/2022/12/19/progress-on-the-block-protocol/>)

Author: Joel Spolsky

Published: 2022-12-19T13:01:40Z

Content type: article

Language: en

Sources: [Joel Spolsky](<https://devfeed.tech/sources/joel-spolsky.md>)

Topics: [Protocol (disambiguation)](<https://devfeed.tech/topics/protocol.md>), [Semantic Web](<https://devfeed.tech/topics/semantic-web.md>), [HTML](<https://devfeed.tech/topics/html.md>), [json-ld](<https://devfeed.tech/topics/json-ld.md>), [RDF (Resource Description Framework)](<https://devfeed.tech/topics/rdf.md>)

Tags: [blog-post](<https://devfeed.tech/tags/blog-post.md>), [html](<https://devfeed.tech/tags/html.md>), [json-ld](<https://devfeed.tech/tags/json-ld.md>), [news](<https://devfeed.tech/tags/news.md>), [protocol](<https://devfeed.tech/tags/protocol.md>)

### AI overview

The article discusses the slow progress of the Block Protocol and the broader challenge of adding machine-readable structure to human-readable web documents. It explains how HTML and CSS provide limited structure, introduces the Semantic Web goal, and mentions RDF and JSON-LD as formats for adding structured markup.

### Source excerpt

Since the 1990s, the web has been a publishing place for human-readable documents. Documents published on the web are in HTML. HTML has a little bit of... Read more "Progress on the Block Protocol"

## Annotated JSON-LD Structured Data Examples

DevFeed: [Annotated JSON-LD Structured Data Examples](<https://devfeed.tech/articles/annotated-json-ld-structured-data-examples-31242.md>)

Original publisher: [Read original article](<https://nystudio107.com/blog/annotated-json-ld-structured-data-examples>)

Author: andrew@nystudio107.com (Andrew Welch)

Published: 2019-05-29T12:00:00Z

Content type: tutorial

Language: en

Sources: [nystudio107 | Articles on modern web development.](<https://devfeed.tech/sources/nystudio107-articles-on-modern-web-development.md>)

Topics: [json-ld](<https://devfeed.tech/topics/json-ld.md>), [Structured-data](<https://devfeed.tech/topics/structured-data.md>), [JSON](<https://devfeed.tech/topics/json.md>), [Google Search](<https://devfeed.tech/topics/google-search.md>), [Content Management System](<https://devfeed.tech/topics/cms.md>)

Tags: [annotation](<https://devfeed.tech/tags/annotation.md>), [article](<https://devfeed.tech/tags/article.md>), [cms](<https://devfeed.tech/tags/cms.md>), [data](<https://devfeed.tech/tags/data.md>), [examples](<https://devfeed.tech/tags/examples.md>), [insights](<https://devfeed.tech/tags/insights.md>), [json](<https://devfeed.tech/tags/json.md>), [json-ld](<https://devfeed.tech/tags/json-ld.md>), [plus](<https://devfeed.tech/tags/plus.md>), [real-world](<https://devfeed.tech/tags/real-world.md>), [structured](<https://devfeed.tech/tags/structured.md>), [want](<https://devfeed.tech/tags/want.md>), [wild](<https://devfeed.tech/tags/wild.md>)

### AI overview

This article presents annotated, real-world JSON-LD structured data examples. It explains how schema.org vocabularies express context and connections, recommends selecting explicit best-fit schema types supported by Google, and introduces node identifiers for referencing schemas without unnecessary repetition.

### Source excerpt

Want to see a some real-world examples of JSON-LD Structured Data "in the wild"? This article has that, plus annotation.

## JSON-LD and Structured Data for Describing Web Content

DevFeed: [JSON-LD and Structured Data for Describing Web Content](<https://devfeed.tech/articles/json-ld-structured-data-and-erotica-31275.md>)

Original publisher: [Read original article](<https://nystudio107.com/blog/json-ld-structured-data-and-erotica>)

Author: andrew@nystudio107.com (Andrew Welch)

Published: 2017-02-11T17:07:00Z

Content type: tutorial

Language: en

Sources: [nystudio107 | Articles on modern web development.](<https://devfeed.tech/sources/nystudio107-articles-on-modern-web-development.md>)

Topics: [json-ld](<https://devfeed.tech/topics/json-ld.md>), [Structured-data](<https://devfeed.tech/topics/structured-data.md>), [Semantic Web](<https://devfeed.tech/topics/semantic-web.md>), [Google](<https://devfeed.tech/topics/google.md>)

Tags: [apple](<https://devfeed.tech/tags/apple.md>), [cares](<https://devfeed.tech/tags/cares.md>), [data](<https://devfeed.tech/tags/data.md>), [deal](<https://devfeed.tech/tags/deal.md>), [google](<https://devfeed.tech/tags/google.md>), [insights](<https://devfeed.tech/tags/insights.md>), [json-ld](<https://devfeed.tech/tags/json-ld.md>), [semantic](<https://devfeed.tech/tags/semantic.md>), [structured](<https://devfeed.tech/tags/structured.md>)

### AI overview

This tutorial explains JSON-LD and structured data as ways to communicate a web page's meaning, context, and relationships to computers. It describes Schema.org as a vocabulary for expressing that information and notes that Google and Apple care about JSON-LD.

### Source excerpt

JSON-LD Structured Data is a big deal for the "Semantic Web." Google cares about it. Apple cares about it. You should, too.