Looks like this is not the solution:
field.xpath.lastModified=//META[@property="article:published_time"]/@content
Looks like timestamp is the field which stores the date shown on the search result site. But when I do
field.xpath.timestamp=//META[@property="article:published_time"]/@content
then the field contains an array with two dates, the one from the page and the crawling date, showing crawing date on the search results. Also this is not helping:
field.overwrite.timestamp=true
Please help!
This topic has to do with that: