On RSS entry IDs
Jan 25, 2025
In his post, Evan shares the pitfalls of using a post's URL as the entry ID in the RSS feed. He also provides a solution for how to handle this problem.
I think the lesson for me is do not create arbitrary dependencies in your data in the name of automation. There really is no reason why the ID of a post should change just because it’s URL changed. Same goes for the title, or the published date, or anything else. The ID really is it’s own thing, and it should probably not be derived from any other properties. Absolutely everything about an entry in the feed can change — up to a point — while still remaining conceptually the same entry, so the ID should be completely decoupled from everything else. --Evan Sheehan
Related posts
- Much more to come on RSS entry IDs, Jan 26, 2025
- Creating quasi-permanently unique entry IDs for RSS, Jan 27, 2025
- My last word on RSS entry IDs, Jan 30, 2025
- Prepare for a minor flood of RSS entries, Jan 31, 2025
- I wanted to validate the presence of an rssid in my front matter, Feb 1, 2025
- Ok, this is my 'final' final word on RSS entry IDs, Feb 2, 2025