The issue
A single XML error can stop feed processing entirely. Common causes include unescaped & characters, tag mismatch, hidden encoding bytes (BOM), or missing the xmlns:g namespace when using g: attributes.
- Well-formed XML is required before any Merchant checks.
- Namespace matters:
g:attributes needxmlns:g. - Unescaped characters inside text nodes break parsing.