Global Araç
Schema Markup Generator
JSON-LD
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "Article",
"headline": "How to Use UTM Parameters",
"author": {
"@type": "Person",
"name": "Jay"
},
"datePublished": "2026-04-22",
"image": "https://freetoolarena.com/og.png",
"mainEntityOfPage": "https://freetoolarena.com/guides/utm"
}
</script>Generate valid JSON-LD for the schema types most sites actually need: Article, Product, LocalBusiness, BreadcrumbList, Organization, Person, Event. Pick a type, fill the fields, and copy a JSON-LD block you can paste straight into your <head>.
For FAQ schema specifically use FAQ schema generator. Learn what it is and when to use it in our guide on what is schema markup. Pair with meta tag generator.
Nasıl Kullanılır
- Pick a schema type — Article, Product, etc.
- Fill the required fields; optional ones are labeled.
- Validate in the live preview — missing required fields are flagged.
- Copy the JSON-LD and paste inside <script type="application/ld+json"> in <head>.