Replies: 0
When attempting to validate my RSS feed (for use with Mailchimp, IFTTT etc.) using https://validator.w3.org/feed/ the following error is returned:
This feed does not validate.
line 8, column 98: XML parsing error: <unknown>:8:98: duplicate attribute
Inserted into the feed is the code:
xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" >
Wherein lies the duplicate attributes. I have tried re-saving blog posts that contain locations to remedy the issue to no avail.