Added date to seo
This commit is contained in:
parent
864814c9ee
commit
e4910561d4
|
@ -131,8 +131,8 @@ const {
|
|||
"image": [
|
||||
"${frontmatter.image}"
|
||||
],
|
||||
"datePublished": "2015-02-05T08:00:00+08:00",
|
||||
"dateModified": "2015-02-05T09:20:00+08:00",
|
||||
"datePublished": "${frontmatter.date}",
|
||||
"dateModified": "${frontmatter.date}",
|
||||
"author": {
|
||||
"@type": "Person",
|
||||
"name": "Rafael González Vázquez",
|
||||
|
|
Loading…
Reference in New Issue