Skip to content
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

Open
gmile opened this issue Jul 31, 2016 · 5 comments
Open

Support for article:modified_time #102

gmile opened this issue Jul 31, 2016 · 5 comments

Comments

@gmile
Copy link
Contributor

gmile commented Jul 31, 2016

Is it possible to add support for article:modified_time? This would probably require jekyll itself to support housekeeping of post modification dates?

@pathawks
Copy link
Member

We could, like jekyll-sitemap, rely on jekyll-last-modified-at to provide the information.
How do other sites (Facebook, Twitter, etc) use this info?

@gmile
Copy link
Contributor Author

gmile commented Aug 1, 2016

@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.

@jekyllbot

This comment has been minimized.

@ghost
Copy link

ghost commented Mar 1, 2017

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 time elements embedded in the content to aid content accessibility.

@jekyllbot jekyllbot removed the stale label Mar 1, 2017
@raja-anbazhagan
Copy link

BTW, jekyll-sitemap plugin honors last_modified_at front-matter variable for generating sitemap.xml. I guess this should be a standard enforced at jekyll core itself.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

5 participants