A guide to formatting an RSS 2.0 feed so DEV.to imports your articles, images, and tags with zero formatting errors.
- Wrap full article HTML inside
<content:encoded><![CDATA[...]]></content:encoded>. - Convert all image
src,srcset, and linkhrefattributes to absolute URLs (https://domain.com/...). - Sanitize tags (``): alphanumeric only (
a-z0-9), max 20 chars, max 4 tags per post.