Invalid Date format and other problems
-
Hi @kybernetikservices !
In this thread the user @eikomadori is reporting, that Google is still complaining about the date/time format.
I get the same error in the search console and I think there is a mistake in the
TZD = time zone designator (Z or +hh:mm or -hh:mm)
mentioned in the other thread.The date is showing like this:
2023-02-10T10:46:33+0000
But I think it should be:
2023-02-10T10:46:33+00:00
(Please note the missing “:” in the time zone offset.)
Additionally, I think it makes no sense to add a priority to the same static value of 0.5 or a change frequency to “never”.
Looking at the spec the change frequency should only be set to “never” for archived URLs. This could also a SEO problem, because “never” means that the URL will be crawled much less.
Setting the priority to 0.5 for everything is not necessary, because 0.5 is the default value anyway.
According to the spec:
The priority of this URL relative to other URLs on your site. Valid values range from 0.0 to 1.0. This value does not affect how your pages are compared to pages on other sites—it only lets the search engines know which pages you deem most important for the crawlers.
This means setting everything to any static value makes no sense, too. It should be used to prioritize the content on your site.
Is there a public Github repo available to suggest any PRs?
Thanks in advance!
All the best
Torsten
- The topic ‘Invalid Date format and other problems’ is closed to new replies.