Figured it out! If anyone else runs into this issue, here’s what I did:
Found + replaced each tag with the correct WP structure:
For example:
<category domain="tag">Anniversary</category>
to
<category domain="tag"><![CDATA[Anniversary]]></category>
<category domain="tag" nicename="Anniversary"><![CDATA[Anniversary]]></category>
Works now ??