Checklist 6.1.2 Date and time If conflicting dates are stored in multiple places on the source page, preference should be given to the time that is visible to the ordinary user who views the page in a browser.
The time is off - you're using wrong time - you should give preference to the time the user sees, 10 Oct 2018, 10:15 ("<time itemprop="datePublished" datetime="2018-10-10T10:15"></time>"), instead of 10:41 which is a random internal time obtained by parsing some JSON. Even the date of modification present in the source is different.
So the priority should be datePublished > dateModified > JSON.
Log in here to create Instant View templates. Please enter your phone number in the international format and we will send a confirmation message to your account via Telegram.
6.1.2 Date and time
If conflicting dates are stored in multiple places on the source page, preference should be given to the time that is visible to the ordinary user who views the page in a browser.
The time is off - you're using wrong time - you should give preference to the time the user sees, 10 Oct 2018, 10:15 ("<time itemprop="datePublished" datetime="2018-10-10T10:15"></time>"), instead of 10:41 which is a random internal time obtained by parsing some JSON. Even the date of modification present in the source is different.
So the priority should be datePublished > dateModified > JSON.