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