typestar

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

  1. JSON-LD goes in a script with type application/ld+json.
  2. The @type decides which properties mean anything.
  3. 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.

Type this snippet

Step 4 of 6 in Metadata, step 20 of 23 in Semantics & metadata.

← Previous Next →