10 lines
239 B
JSON
10 lines
239 B
JSON
{
|
|
"@context": "https://schema.org",
|
|
"@type": "Article",
|
|
"headline": "My First Article",
|
|
"author": {
|
|
"@type": "Person",
|
|
"name": "John Doe"
|
|
},
|
|
"articleBody": "This is the content of my first article. It's a simple one."
|
|
} |