Shows the publication date of the page you are viewing
This extension allows you to display the publication date of the page you're viewing. It adds the value of one of the following meta tags below the H1 (or page title):
a) <meta property="og:article:published_time" content="2020-03-09">
b) <meta name="date" content="2020-03-09">
c) <meta property="og:updated_time" content="2015-04-07T13:19:06-04:00" />
d) If no value is found in the previously defined fields, it checks for structured data in JSON, for example:
<script type="application/ld+json">
{
"@context": "http://schema.org";,
"@type": "NewsArticle",
"datePublished":"2020-03-20T20:30:54+00:00"
}
</script>
e) itemprop=datePublished
Often, it's crucial to know when the content you're reading was published, but there's no visible date. To save you from having to inspect the source code in search of the date in any of these meta tags, this extension makes it visible with just one click.
Latest reviews
- (2023-09-06) Pham Khoa: great, thanks!
- (2022-01-26) Lino Uruñuela: Fantastic!
- (2021-03-09) Roberto E. S.: MUY UTIL. Estoy harto de los blogs y webs que no ponen la fecha de publicación en sus textos. Esta herramienta me soluciona el problema, sin tener que ver el código fuente. No funcionar siempre, pero es mejor que nada. MUY SATISFECHO. GRACIAS