Opened 14 years ago
Closed 14 years ago
#15934 closed Bug (duplicate)
django sitemaps priority tag not correctly formatted
Reported by: | Owned by: | nobody | |
---|---|---|---|
Component: | contrib.sitemaps | Version: | 1.3 |
Severity: | Normal | Keywords: | sitemaps, google webmaster tool, xml, priority |
Cc: | Triage Stage: | Accepted | |
Has patch: | no | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
hi,
I've noticed that the <priority> tag generated by django sitemaps (GenericSitemap in my case) are of 0,X type instead of 0.X. Which actually seems to impeach google webmaster tools to correctly parse the sitemap.xml.
PS: my settings language is fr-fr.
Change History (2)
comment:1 by , 14 years ago
Triage Stage: | Unreviewed → Accepted |
---|
comment:2 by , 14 years ago
Resolution: | → duplicate |
---|---|
Status: | new → closed |
OK, actually the reporter used 1.2 and this was fixed in 1.3. Duplicate of #14164.
Note:
See TracTickets
for help on using tickets.
I was discussing this issue with the reporter on IRC, it's obviously a bug.
Localization should be disabled in the template, maybe just for the location field, maybe globally.