This commit is contained in:
Max Richter
2025-09-25 16:41:26 +02:00
parent 3f0d25f935
commit b13d5015f4
75 changed files with 3881 additions and 141 deletions

View File

@@ -1,10 +1,9 @@
{
"@context": "https://schema.org",
"@type": "Article",
"_type": "Article",
"headline": "My First Article",
"author": {
"@type": "Person",
"_type": "Person",
"name": "John Doe"
},
"articleBody": "This is the content of my first article. It's a simple one."
}
}