Add creation and update dates to meta tags in detail pages
See original GitHub issueThe <head>
of detail pages should include the following tags:
<meta name="date" content="2018-07-24T16:01:00+0200" />
<meta name="last-modified" content="2018-07-24T16:01:00+0200" />
The date
value should correspond to the add-on’s creation time, and the last-modified
value should correspond to the last updated time.
/cc @rraue
Issue Analytics
- State:
- Created 5 years ago
- Comments:12 (7 by maintainers)
Top Results From Across the Web
A quick and easy guide to meta tags in SEO
A quick and easy guide to meta tags in SEO. Meta tags are invisible tags that provide data about your page to search...
Read more >How to add meta tags to your website - HostPapa
Open the HTML file and locate the <head> section near the top of the file. Depending on how you created the page, there...
Read more >Meta Tags and Attributes that Google Supports | Documentation
Google supports both page-level meta tags and tag attributes. Explore a list of the special tags that Google Search can support.
Read more >How to update the date on Google search results?
The solution is to only have one date visible. Thus, the published date should not be visible and the modified date should be...
Read more >Meta Tags: The Definitive Guide to Meta-Data for SEO (2021)
This is the complete guide to SEO meta tags for 2021. In this guide, you'll learn how to use, and not to use,...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
@willdurand Yes, that’s the easiest way to read this data so we won’t need to pull and match two data sources. As well we will need this data-point once we add schema js+ld to the page.
Alright thanks for confirmation @EnTeQuAk Verified fixed on AMO dev with FF62 - Win10