-
-
Notifications
You must be signed in to change notification settings - Fork 590
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
Add Last Modified time to articles for SEO #134
Comments
Additionally, we should add the following open graph meta tags (example) to articles: <meta property="article:published_time" content="2023-03-21T16:42:47+00:00" />
<meta property="article:modified_time" content="2023-03-21T16:42:54+00:00" /> These meta tags will be used by social media platforms to display the date and time that the article was published and modified when it is shared. Thanks for your consideration! |
Thank you for pointing this out and explaining it in detail. |
satnaing
added a commit
that referenced
this issue
Dec 21, 2023
Add modDatetime in blogSchema. Update Datetime component to accept modDatetime. Update sorting logic. Rename datetime to pubDatetime in Datetime component. Closes: #134
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi team,
I'm requesting that we add a Last Modified time feature to articles for search engine optimization (SEO).
This feature would display the date and time that an article was last updated on the page. This is important for SEO because it shows Google and other search engines that your content is fresh and up-to-date.
Here are some of the benefits of adding a Last Modified time feature to articles:
I recommend that we add the Last Modified time feature to the article header, below the article title. This will make it easy for users and search engines to see when the article was last updated.
Thanks for your consideration!
The text was updated successfully, but these errors were encountered: