You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
1. Add to the sitemap
With that PR, we added the gatsby-plugin-sitemap to the template. However, the standard implementation does not include the date, which both Search.gov and other search engines use to discover content changes.
Our request is that the in the sitemap reflects the date field in each page's frontmatter.
2. Add article:published_time Open Graph tag to SEO component
Here is the start for the suggested changes: amanifarooque@27622f8
The OpenGraph article:published_time field can be used to boost relevancy for newly published or newly updated articles. At the least, we would love to have this added across all blog type posts, but a last_updated field on any webpage would also be useful for the Search.gov ranking algorithm.
Note that the sample changes above do not have it formatted properly in ISO format; I wasn't sure how to update that, so leaning on your expertise there!
The text was updated successfully, but these errors were encountered:
amanifarooque
changed the title
Add <lastmod> to sitemap
Add Date Metadata (via Sitemap and OpenGraph Tags)
Apr 8, 2022
This is a continuation of the work done in #467.
1. Add to the sitemap
With that PR, we added the gatsby-plugin-sitemap to the template. However, the standard implementation does not include the date, which both Search.gov and other search engines use to discover content changes.
The plugin documentation lists an example of how to implement (https://www.gatsbyjs.com/plugins/gatsby-plugin-sitemap/#example) but I haven't figured out how to do so in the context of this template.
Our request is that the in the sitemap reflects the
date
field in each page's frontmatter.2. Add
article:published_time
Open Graph tag to SEO componentHere is the start for the suggested changes: amanifarooque@27622f8
The OpenGraph
article:published_time
field can be used to boost relevancy for newly published or newly updated articles. At the least, we would love to have this added across allblog
type posts, but a last_updated field on any webpage would also be useful for the Search.gov ranking algorithm.Note that the sample changes above do not have it formatted properly in ISO format; I wasn't sure how to update that, so leaning on your expertise there!
The text was updated successfully, but these errors were encountered: