Pick the type — local business, organization, person, article, product, FAQ, breadcrumbs — fill a form, and copy JSON-LD that validates: empty fields omitted, strings escaped, the @context spelled right. The plumbing of rich results, minus the plumbing mistakes.
Paste anywhere in your page's HTML
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "LocalBusiness"
}
</script>Empty fields are omitted so the JSON stays valid. Verify the deployed page with Google’s Rich Results Test — it is the authority on what actually got parsed.
Set what you want and the result appears as you go. Nothing needs uploading because there is nothing to upload — you are describing what to make, not sending us anything.
Your browser does all the work locally, using your own operating system where randomness is involved. Nothing is requested from a server, so nobody else has a copy of what you made.
One press puts it on your clipboard, ready to paste where you need it. There is no file to download — the result is text, not a document. Nothing is kept — refresh the page and it’s gone, so take what you need before you leave.