JSON-LD (JavaScript Object Notation for Linked Data) is Google's recommended format for structured data. It is injected via a tag in the or of an HTML page.
| @context | Declares the vocabulary (always https://schema.org) | "@context": "https://schema.org" | | @type | Specifies the entity type | "@type": "Article" | | @id | Unique identifier for an entity (enables cross-referencing) | "@id": "https://example.com/#organization" |
| @graph | Contains multiple entities in a single JSON-LD block | "@graph": [{ ... }, { ... }] |
Expertenleitfaden für strukturierte Daten von Schema.org und JSON-LD-Implementierung. Verwenden Sie diese Option, wenn Sie Schema-Markup erstellen, strukturierte Daten validieren, Rich-Suchergebnisse implementieren (FAQ, HowTo, Produkt, Artikel, LocalBusiness, Breadcrumb, Organisation usw.), Fehler bei der Rich-Snippet-Berechtigung beheben oder die Anforderungen von Google an strukturierte Daten verstehen. Quelle: autom8minds/seo-skills.