wip
This commit is contained in:
+1
-1
@@ -1,5 +1,5 @@
|
||||
---
|
||||
@type: Article
|
||||
_type: Article
|
||||
author.name: John Doe
|
||||
---
|
||||
|
||||
|
||||
+3
-4
@@ -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."
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user