Structured data in HTML
The same facts again, in the shape a search engine reads.
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "Article",
"headline": "On split keyboards",
"datePublished": "2026-07-14",
"author": {
"@type": "Person",
"name": "Ada Lovelace"
},
"publisher": {
"@type": "Organization",
"name": "typestar"
}
}
</script>
How it works
- JSON-LD goes in a script with type
application/ld+json. - The
@typedecides which properties mean anything. - It describes what is already on the page; it is not a place to hide claims.
The run, in numbers
- Lines
- 16
- Characters to type
- 286
- Tokens
- 51
- Three-star pace
- 75 tpm
At the three-star pace of 75 tokens a minute, this run takes about 41 seconds.
Step 4 of 6 in Metadata, step 20 of 23 in Semantics & metadata.