Open lazybadger opened 4 years ago
Even if I write needed dates in plugin settings for some page
article: datePublished: '04-11-2019 20:23' dateModified: '05-12-2019 10:06'
in final page in browser I see totally different information
"@type": "Article", … "datePublished": "2019-12-15T06:34:24+05:00", "dateModified": "2019-12-15T06:34:24+05:00",
Yes, 2019-12-15T06:34:24+05:00 is timestamp of page.modify(), but I expect to see manually entered date (if they exist)
2019-12-15T06:34:24+05:00
page.modify()
Even if I write needed dates in plugin settings for some page
in final page in browser I see totally different information
Yes,
2019-12-15T06:34:24+05:00
is timestamp ofpage.modify()
, but I expect to see manually entered date (if they exist)