-
Notifications
You must be signed in to change notification settings - Fork 156
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
I just want to use the date as the lastmod, I don't want to have time. #255
Comments
Sorry, no, there is no way to pass the date without it converting to a full ISO date. This is done to simplify the code. |
Just product demand, because our search engine baidu is like this :( |
Does baidu not accept or dislike full date + timestamp? I don't know too much about baidu. |
Its document shows only support date. |
Alright, I will look into supporting this. Any links to documentation would appreciated, especially if they have a validator tool. |
I found two official wikis, but only Chinese. |
Thank you. This is helpful. It looks like the mobile tag, which I recently dropped as google dropped it, is still required by baidu. I will try to add back support for that as well. |
I just want to use the date as the lastmod, I don't want to have time,
but here is new Date().toISOString(), Is there any way for me to use only the date as lastmod?
The text was updated successfully, but these errors were encountered: