paulmassen / grav-plugin-seo

Manage your site’s meta tags for display in search engine results or social media networks. Create and manage json-ld microdata. Includes an easy-to-use live preview feature.
MIT License
84 stars 21 forks source link

Wrong dates generated in @Article JSON/LD #80

Open lazybadger opened 4 years ago

lazybadger commented 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)