Design und Assets
Artikel-Schema-Generator
Erzeuge Article JSON-LD Schema.
Eingabe
Artikel-Schema-Generator
article Schemajson-ldseoblog
Ausgabe
Generated article Schema
{
"@context": "https://schema.org",
"@type": "Article",
"headline": "How to Build Utility Tools That Rank",
"author": {
"@type": "Person",
"name": "Tool Planet Team"
},
"datePublished": "2026-04-14",
"image": [
"https://example.com/article-cover.jpg"
],
"mainEntityOfPage": "https://example.com/blog/utility-tools-rank"
}
