CorrectFeed

RSS, Atom, podcast feed, and OPML repair

Your feed is broken. Let's find the problem and fix it.

Validate a public feed URL, paste XML, or upload RSS, Atom, podcast feed, or OPML files. CorrectFeed shows what is wrong and offers repaired output when a safe fix is available.

URL, paste, and upload workflows RSS, Atom, podcast feeds, and OPML One-time fixes and API automation available

Does this sound familiar?

These are the feed and OPML failures CorrectFeed is built to diagnose. If one matches your case, start with the validator.

How it works

01

Paste, upload, or enter a URL

Start from a public feed URL, pasted RSS/Atom/OPML XML, or an uploaded file at /fix.

02

We find the feed problems

CorrectFeed checks XML structure, feed metadata, URLs, redirects, dates, GUIDs, enclosures, namespaces, and OPML outlines.

03

Download a fixed output

When a safe repair is available, download corrected RSS, Atom, XML, or OPML output. Manual guidance is shown when a human decision is needed.

What we fix automatically

Malformed XML, escaping, and encoding
Repair common parser-breaking issues such as invalid characters, bad entities, byte-order marks, and encoding mismatches.
Feed metadata, dates, GUIDs, and duplicate items
Normalize fields that often make readers skip entries, show stale content, or treat new posts as duplicates.
Podcast enclosures and media metadata
Identify malformed enclosure URLs, missing media types, and podcast-specific fields that app directories expect.
Namespaces and RSS/Atom structure
Catch misplaced elements, missing required fields, and namespace issues that strict validators reject.
OPML outlines and feed migration files
Validate subscription lists, preserve outline structure, and flag entries that cause feed reader import failures.

Privacy

Processed in memory

Uploaded feed and OPML files are processed for validation and repair without storing the original upload as a product feature.

Minimal logging

Logs focus on request IDs, operational status, and abuse prevention rather than feed payloads.

Encrypted in transit

Uploads, URL checks, API calls, and downloads use HTTPS.

Building something with feeds?

CorrectFeed also has an API for teams that need feed validation, autofix, and OPML checks in production workflows.

Simple REST API

POST feed XML or OPML and get validation results, changes, and repaired output where available.

Read API docs
curl -X POST "https://api.correctfeed.com/api/autofix-feed" \
  -H "Authorization: Bearer $CORRECTFEED_KEY" \
  -H "Content-Type: application/xml" \
  --data-binary @feed.xml