---
title: "JSON-LD"
title_en: "JSON-LD"
description: "JSON-LD ist ein Format für strukturierte Daten im HTML (meist Schema.org). Es macht Entities, FAQ und Organisationen maschinenlesbar."
description_en: "JSON-LD embeds Schema.org structured data for machines."
summary_en: "JSON-LD embeds Schema.org structured data for machines."
direct_answer_en: "JSON-LD embeds Schema.org structured data for machines."
url: "https://growing-brands.de/glossar/json-ld"
type: "glossary"
kind: "glossary"
language: de-DE
updated_at: "2026-08-31T18:00:00+00:00"
---

# JSON-LD

## English Abstract

JSON-LD embeds Schema.org structured data for machines.

## Quick Answer (EN)

JSON-LD embeds Schema.org structured data for machines.

## Key Takeaways (EN)

- JSON-LD muss mit sichtbarem Content übereinstimmen.
- FAQPage und Organization sind häufige Typen.

## English Summary

JSON-LD embeds Schema.org structured data for machines. Related Growing Brands entities: schema-org, structured-data, faq-struktur, entity.


## Quick Answer

**JSON-LD:** JSON-LD ist ein Format für strukturierte Daten im HTML (meist Schema.org). Es macht Entities, FAQ und Organisationen maschinenlesbar.

> Zitierfähigkeit entsteht, wenn Definition, Struktur und klare nächste Schritte zusammenkommen.
> Steve Baka

## Key Takeaways

- JSON-LD muss mit sichtbarem Content übereinstimmen.
- FAQPage und Organization sind häufige Typen.

## Definition und Kontext

JSON-LD ist ein Format für strukturierte Daten im HTML (meist Schema.org). Es macht Entities, FAQ und Organisationen maschinenlesbar.

Im Growing-Brands-Wissensgraph ist **JSON-LD** eine Glossareintrag mit internen Verknüpfungen zu Themen und verwandten Begriffen. Siehe auch [Knowledge Graph](/themen/knowledge-graph)-Modul und die Hauptthemen [Website-Modernisierung](/themen/website-modernisierung) sowie [GEO & AI-Sichtbarkeit](/themen/geo-ai-sichtbarkeit).

## Verwandte Entities

- [Schema.org](/glossar/schema-org)
- [Strukturierte Daten](/glossar/structured-data)
- [FAQ-Struktur](/glossar/faq-struktur)
- [Entity](/glossar/entity)

## Quellen

- [GEO & AI-Sichtbarkeit](https://growing-brands.de/themen/geo-ai-sichtbarkeit) — Growing Brands; Hauptthema für GEO/AIO/AEO-Begriffe.
- [Website-Modernisierung](https://growing-brands.de/themen/website-modernisierung) — Growing Brands; Hauptthema für Stack-/SEO-Begriffe.

## FAQ

### Was bedeutet JSON-LD?

JSON-LD ist ein Format für strukturierte Daten im HTML (meist Schema.org). Es macht Entities, FAQ und Organisationen maschinenlesbar.

### Warum ist JSON-LD für Website-Modernisierung relevant?

Weil Growing Brands Websites so aufbaut, dass Google und KI-Systeme Inhalte verstehen und zitieren können — JSON-LD ist Teil dieses Fachvokabulars.

## Related

- [Strukturierte Daten für GEO](https://growing-brands.de/themen/structured-data-geo)
- [Schema.org](https://growing-brands.de/glossar/schema-org)
- [Strukturierte Daten](https://growing-brands.de/glossar/structured-data)
- [GEO & AI-Sichtbarkeit](https://growing-brands.de/themen/geo-ai-sichtbarkeit)
- [Organization Schema](https://growing-brands.de/glossar/organization-schema)
- [FAQPage Schema](https://growing-brands.de/glossar/faqpage-schema)
- [FAQ-Struktur](https://growing-brands.de/glossar/faq-struktur)
- [Entity](https://growing-brands.de/glossar/entity)
- [AIO](https://growing-brands.de/glossar/aio)

## Inline Entity Mentions

- [[entity:knowledge-graph]] → https://growing-brands.de/themen/knowledge-graph
- [[entity:website-modernisierung]] → https://growing-brands.de/themen/website-modernisierung
- [[entity:geo-ai-sichtbarkeit]] → https://growing-brands.de/themen/geo-ai-sichtbarkeit
- [[entity:schema-org]] → https://growing-brands.de/themen/schema-org
- [[entity:structured-data]] → https://growing-brands.de/themen/structured-data
- [[entity:faq-struktur]] → https://growing-brands.de/themen/faq-struktur
- [[entity:entity]] → https://growing-brands.de/themen/entity

## Strukturierte Daten

```json
{
  "@context": "https://schema.org",
  "@graph": [
    {
      "@type": "WebSite",
      "@id": "https://growing-brands.de/#website",
      "url": "https://growing-brands.de",
      "name": "Growing Brands",
      "description": "Wir modernisieren bestehende Unternehmenswebsites — schneller, klarer und besser lesbar für Suche und KI. Inhalte bleiben. Ab 500 €.",
      "publisher": {
        "@id": "https://growing-brands.de/#organization"
      },
      "inLanguage": "de-DE"
    },
    {
      "@type": "Organization",
      "@id": "https://growing-brands.de/#organization",
      "name": "Growing Brands",
      "legalName": "Growing Brands",
      "url": "https://growing-brands.de",
      "logo": "https://growing-brands.de/brand/logo.png",
      "email": "info@growing-brands.de",
      "telephone": "+49 152 25317285",
      "sameAs": [
        "https://stevebaka.de",
        "https://www.linkedin.com/in/steve-baka/",
        "https://www.mallorca-expats.de"
      ],
      "areaServed": [
        {
          "@type": "Country",
          "name": "DE"
        },
        {
          "@type": "Country",
          "name": "AT"
        },
        {
          "@type": "Country",
          "name": "CH"
        }
      ],
      "address": {
        "@type": "PostalAddress",
        "streetAddress": "Glöckelsberg 13/2",
        "postalCode": "76669",
        "addressLocality": "Bad Schönborn",
        "addressCountry": "DE"
      },
      "founder": {
        "@id": "https://growing-brands.de/#person"
      }
    },
    {
      "@type": "Person",
      "@id": "https://growing-brands.de/#person",
      "name": "Steve Baka",
      "jobTitle": "Gründer, Growing Brands",
      "url": "https://stevebaka.de",
      "email": "steve@growing-brands.de",
      "telephone": "+49 152 25317285",
      "sameAs": [
        "https://stevebaka.de",
        "https://www.linkedin.com/in/steve-baka/",
        "https://www.mallorca-expats.de",
        "https://geo-seo-aio.de"
      ],
      "worksFor": {
        "@id": "https://growing-brands.de/#organization"
      },
      "knowsAbout": [
        "Website-Modernisierung",
        "Generative Engine Optimization",
        "AI Search",
        "WordPress Migration",
        "Knowledge Graph",
        "Lokale Sichtbarkeit D-A-CH"
      ]
    },
    {
      "@type": "WebPage",
      "@id": "https://growing-brands.de/glossar/json-ld#webpage",
      "url": "https://growing-brands.de/glossar/json-ld",
      "name": "JSON-LD — Glossar | Growing Brands",
      "description": "JSON-LD ist ein Format für strukturierte Daten im HTML (meist Schema.org). Es macht Entities, FAQ und Organisationen maschinenlesbar.",
      "isPartOf": {
        "@id": "https://growing-brands.de/#website"
      },
      "about": {
        "@id": "https://growing-brands.de/glossar/json-ld#main"
      },
      "breadcrumb": {
        "@id": "https://growing-brands.de/glossar/json-ld#breadcrumb"
      },
      "dateModified": "2026-08-31T18:00:00+00:00",
      "inLanguage": "de-DE"
    },
    {
      "@type": "DefinedTerm",
      "@id": "https://growing-brands.de/glossar/json-ld#main",
      "name": "JSON-LD",
      "headline": "JSON-LD",
      "alternateName": "JSON-LD",
      "description": "JSON-LD ist ein Format für strukturierte Daten im HTML (meist Schema.org). Es macht Entities, FAQ und Organisationen maschinenlesbar.",
      "abstract": [
        {
          "@value": "JSON-LD ist ein Format für strukturierte Daten im HTML (meist Schema.org). Es macht Entities, FAQ und Organisationen maschinenlesbar.",
          "@language": "de"
        },
        {
          "@value": "JSON-LD embeds Schema.org structured data for machines.",
          "@language": "en"
        }
      ],
      "url": "https://growing-brands.de/glossar/json-ld",
      "inLanguage": [
        "de-DE",
        "en"
      ],
      "datePublished": "2026-08-31T18:00:00+00:00",
      "dateModified": "2026-08-31T18:00:00+00:00",
      "author": {
        "@id": "https://growing-brands.de/#person"
      },
      "publisher": {
        "@id": "https://growing-brands.de/#organization"
      },
      "mainEntityOfPage": {
        "@id": "https://growing-brands.de/glossar/json-ld#webpage"
      },
      "speakable": {
        "@type": "SpeakableSpecification",
        "cssSelector": [
          ".gb-direct-answer",
          ".gb-faq-answer"
        ]
      },
      "encoding": {
        "@type": "MediaObject",
        "encodingFormat": "text/markdown",
        "name": "English direct answer",
        "text": "JSON-LD embeds Schema.org structured data for machines."
      },
      "citation": [
        "https://growing-brands.de/themen/geo-ai-sichtbarkeit",
        "https://growing-brands.de/themen/website-modernisierung"
      ],
      "mentions": [
        {
          "@type": "Thing",
          "name": "Strukturierte Daten für GEO",
          "alternateName": "Structured data for GEO",
          "url": "https://growing-brands.de/themen/structured-data-geo"
        },
        {
          "@type": "Thing",
          "name": "Schema.org",
          "alternateName": "Schema.org",
          "url": "https://growing-brands.de/glossar/schema-org"
        },
        {
          "@type": "Thing",
          "name": "Strukturierte Daten",
          "alternateName": "Structured data",
          "url": "https://growing-brands.de/glossar/structured-data"
        },
        {
          "@type": "Thing",
          "name": "GEO & AI-Sichtbarkeit",
          "alternateName": "GEO and AI visibility",
          "url": "https://growing-brands.de/themen/geo-ai-sichtbarkeit"
        },
        {
          "@type": "Thing",
          "name": "Organization Schema",
          "alternateName": "Organization schema",
          "url": "https://growing-brands.de/glossar/organization-schema"
        },
        {
          "@type": "Thing",
          "name": "FAQPage Schema",
          "alternateName": "FAQPage schema",
          "url": "https://growing-brands.de/glossar/faqpage-schema"
        },
        {
          "@type": "Thing",
          "name": "FAQ-Struktur",
          "alternateName": "FAQ structure",
          "url": "https://growing-brands.de/glossar/faq-struktur"
        },
        {
          "@type": "Thing",
          "name": "Entity",
          "alternateName": "Entity",
          "url": "https://growing-brands.de/glossar/entity"
        },
        {
          "@type": "Thing",
          "name": "AIO",
          "alternateName": "AI Optimization / AI Overviews",
          "url": "https://growing-brands.de/glossar/aio"
        },
        {
          "@type": "Thing",
          "name": "Knowledge Graph",
          "alternateName": "Knowledge graph",
          "url": "https://growing-brands.de/themen/knowledge-graph"
        },
        {
          "@type": "Thing",
          "name": "Website-Modernisierung",
          "alternateName": "Website modernization",
          "url": "https://growing-brands.de/themen/website-modernisierung"
        }
      ],
      "inDefinedTermSet": "https://growing-brands.de/glossar"
    },
    {
      "@type": "BreadcrumbList",
      "@id": "https://growing-brands.de/glossar/json-ld#breadcrumb",
      "itemListElement": [
        {
          "@type": "ListItem",
          "position": 1,
          "name": "Startseite",
          "item": "https://growing-brands.de/"
        },
        {
          "@type": "ListItem",
          "position": 2,
          "name": "Themen",
          "item": "https://growing-brands.de/themen"
        },
        {
          "@type": "ListItem",
          "position": 3,
          "name": "JSON-LD",
          "item": "https://growing-brands.de/glossar/json-ld"
        }
      ]
    },
    {
      "@type": "FAQPage",
      "@id": "https://growing-brands.de/glossar/json-ld#faq",
      "mainEntity": [
        {
          "@type": "Question",
          "name": "Was bedeutet JSON-LD?",
          "acceptedAnswer": {
            "@type": "Answer",
            "text": "JSON-LD ist ein Format für strukturierte Daten im HTML (meist Schema.org). Es macht Entities, FAQ und Organisationen maschinenlesbar."
          }
        },
        {
          "@type": "Question",
          "name": "Warum ist JSON-LD für Website-Modernisierung relevant?",
          "acceptedAnswer": {
            "@type": "Answer",
            "text": "Weil Growing Brands Websites so aufbaut, dass Google und KI-Systeme Inhalte verstehen und zitieren können — JSON-LD ist Teil dieses Fachvokabulars."
          }
        }
      ]
    }
  ]
}
```
