A guide to formatting an RSS 2.0 feed so DEV.to imports your articles, images, and tags with zero formatting errors.

1. Quick Checklist: What to Do

[ ] Wrap full article HTML inside <content:encoded><![CDATA[...]]></content:encoded>.

[ ] Convert all image src, srcset, and link href attributes to absolute URLs (https://domain.com/...).

[ ] Sanitize tags (<category>): alphanumeric only (a-z0-9), max 20 chars, max 4 tags per post.