RSS Report Links

Create and open shareable report links with report data in the URL hash.

Privacy: report data stays in the URL hash. FeedInspector does not store report payloads on the server.

Size limit: links larger than 25 KB are blocked to keep sharing reliable.

Open report

Report troubleshooting patterns

Use these checks when a shared report link opens but the result quality is unclear.

Link opens but report looks incomplete

What you see
Overview exists, but per-feed detail is missing or sparse.
What it usually means
Input was shared with reduced payload or issue-only rows to stay below size limits.
Next step
Re-run live inspection with the same URLs and export full JSON for complete context.

Report opens with many failures at once

What you see
High failed count across feeds in the same report snapshot.
What it usually means
Either a broad source-side outage or a shared fetch/parsing infrastructure issue.
Next step
Open the same URLs in live tools and compare fetch timing/status against a known-good baseline.

Report templates

Open static sample reports that render directly in the viewer from URL hash payloads.

Templates use synthetic sample data, not real feeds.

singlerss2clean
Single RSS report, clean baseline
A compliant RSS 2.0 sample with stable dates, unique IDs, and expected media fields.

What you will learn

  • Read a healthy summary with zero duplicate GUID and zero missing date counts.
  • Review capability rows where core item fields pass with yes status.
  • Use metrics as a baseline before comparing real feeds.
singlerss2issues
Single RSS report, common issues
A realistic failure case with duplicate GUID values and missing item dates.

What you will learn

  • Spot invalid rows for item.guid and item.date immediately.
  • See how error messages and issue metrics align in one payload.
  • Learn which fixes should be prioritized first.
singleatomclean
Single Atom report, compliant sample
A clean Atom sample with self link, entry IDs, and valid ISO timestamps.

What you will learn

  • Compare Atom behavior against RSS behavior in the same viewer.
  • Inspect technical checks such as content type and HTTPS usage.
  • Use this as a quick Atom reference payload.
bulkrss2clean
Bulk comparison, four RSS feeds
Four RSS feeds with mostly clean signals and small capability differences.

What you will learn

  • Scan heatmap consistency across four similar feeds.
  • Check how optional fields like enclosure and content:encoded vary.
  • Learn when include-all rows are useful for audits.
bulkrss2atom
Bulk comparison, mixed RSS and Atom
A mixed set of RSS and Atom feeds to show format-level differences.

What you will learn

  • Compare content type and extension coverage between formats.
  • See a mild date-quality issue in one feed without full failure.
  • Use this template to validate mixed-parser readiness.
bulkissues
Bulk comparison, issue-heavy sample
A high-friction set with multiple failures and one healthy control feed.

What you will learn

  • Prioritize broken feeds by status, errors, and invalid capability rows.
  • Identify transport and content-type problems in the same table view.
  • Practice triage with a noisy but deterministic scenario.