RSS and Atom Glossary

Learn core RSS and Atom concepts, common feed issues, and how FeedInspector checks them.

Use this glossary to understand feed fields quickly, debug failures, and improve how your feeds perform in readers, pipelines, and search systems.

RSS and Atom Glossary

RSS vs Atom

Understand how RSS 2.0 and Atom differ and how to support both safely.

XML validity

Why clean XML is required before any feed field can be trusted.

Publication dates

pubDate, updated, and lastBuildDate fields support ordering and freshness checks.

Namespaces

Namespaces define extension vocabularies like content, media, and itunes.

FAQ

What is the difference between RSS and Atom?

Both are XML feed formats. Atom has a stricter base schema and uses id and updated fields by default.

Why does my feed fail validation?

Common causes are broken XML, invalid dates, duplicate GUIDs, and non XML content type headers.

What is a GUID and why must it be unique?

A GUID or Atom id is the stable item identifier. Reusing one value can cause duplicate or missing items in readers.

What is content:encoded?

content:encoded is an extension field for full HTML article content in RSS items.