-
Notifications
You must be signed in to change notification settings - Fork 295
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support for article:modified_time #102
Comments
We could, like jekyll-sitemap, rely on jekyll-last-modified-at to provide the information. |
@pathawks to be honest I don't know. Since this meta tag in http://ogp.me, I think it must be used by Facebook somehow. Although I understand having it listed in ogp probably doesn't mean is within the scope of jekyll-seo-tag. I asked on stackoverflow and ogp mailing list for evidence of real world usage by Facebook, but got no answer so far. The reason I opened this issue is because I'm writing a program that scrapes blog posts over the internet. Quite a few of wordpress / joomla blogs have this meta tag, while all jekyll blogs do not. |
This comment has been minimized.
This comment has been minimized.
One of the major benefits of Last-Modified-At (LMA) is the ability to sort content based on last modified, allowing your users to see your freshest content first (example of what I mean for Hugo). LMA also allows users to easily add meta data to show last modified date, helping readers know when a post was last touched. In addition, use of LMA can be used to produce machine-readable |
BTW, jekyll-sitemap plugin honors |
Is it possible to add support for article:modified_time? This would probably require jekyll itself to support housekeeping of post modification dates?
The text was updated successfully, but these errors were encountered: