Schema Markup Generator
- Choose the markup type from the dropdown.
- Fill out the form on the left.
- Copy the JSON-LD generated on the right.
- Paste the code inside a
<script type="application/ld+json">block in your HTML<head>. - Test your markup with Google's Rich Results Test or the Schema Markup Validator.
{
"@context": "https://schema.org",
"@type": "Organization"
}