Hello! We use this formula:
=REGEXEXTRACT(IMPORTXML(A1,"/html/head/meta[@property=‘article:modified_time’]/@content"),"^(.+?)T")
on Google Sheets to fetch publish date information from a URL (A1, in the formula). We would like to do something similar...