📋 Schema.org JSON-LD Generator

Generate JSON-LD structured data markup for Google — Article, Product, FAQ, BreadcrumbList, and more. Validate and copy ready-to-paste schema. Free online schema generator.

How to Use

1

Choose schema type

Select a schema type from the dropdown: Article, Product, LocalBusiness, FAQ, and more.

2

Fill in the fields

Enter values for each property. Required fields are marked. Nested keys use dot notation.

3

Copy JSON-LD

Click Generate and then Copy to get the complete <script type="application/ld+json"> block.

Frequently Asked Questions

What is Schema.org structured data? +
Schema.org is a shared vocabulary for structured data markup. Adding JSON-LD structured data to your pages helps search engines understand your content and display rich results (star ratings, FAQs, breadcrumbs) in search results.
What is JSON-LD? +
JSON-LD (JSON for Linked Data) is the recommended format for structured data. It is a <script type="application/ld+json"> block placed in your HTML <head>. Unlike microdata, it does not require changing your HTML structure.
Which schema types get rich snippets in Google? +
Schemas most likely to generate rich snippets include: FAQ (expandable Q&A), Review/AggregateRating (star ratings), Product (price, availability), Recipe (cooking time, calories), Event (date, location), and HowTo (step-by-step instructions).
How do I test my structured data? +
Use Google's Rich Results Test (search.google.com/test/rich-results) or Schema Markup Validator (validator.schema.org). Paste your JSON-LD or URL to check for errors and see which rich results you qualify for.
Where do I place the JSON-LD in my HTML? +
Place the <script type="application/ld+json"> block inside the <head> section of your HTML page. You can have multiple JSON-LD blocks on one page — one per schema type.


Tam Rehber: Schema İşaretleme Oluşturucu

Schema işaretleme, arama motorlarının içeriğinizin anlamını — yalnızca kelimelerini değil — anlamasına yardımcı olmak için HTML'nize eklenen kodlardır. Google içeriğin bir tarif, ürün veya SSS olduğunu anladığında, bunu arama sonuçlarında zengin sonuç olarak gösterebilir: yıldız derecelendirmeleri, fiyat, içindekiler ve daha fazlası.

JSON-LD Neden Kazanır?

JSON-LD, Google'ın önerilen yaklaşımıdır ve 2026'da açık kazanandır. <script type="application/ld+json"> etiketine enjekte edilir, görünür HTML'den tamamen ayrıdır ve JavaScript tarafından dinamik olarak eklenebilir.

<script type="application/ld+json">
{
  "@context": "https://schema.org",
  "@type": "Product",
  "name": "Örnek Ürün",
  "offers": {
    "@type": "Offer",
    "price": "299.00",
    "priceCurrency": "TRY",
    "availability": "https://schema.org/InStock"
  }
}
</script>

En Etkili Schema Türleri

Doğrulama

  1. Google Zengin Sonuçlar Testi'ni search.google.com/test/rich-results adresinde açın.
  2. URL'nizi veya ham JSON-LD kodunu yapıştırın.
  3. Tespit edilen öğeleri ve hataları gözden geçirin.

Sık Yapılan Hatalar

🧰 50+ Tools