diff --git a/feeds.ts b/feeds.ts
index 1613968..36031f4 100644
--- a/feeds.ts
+++ b/feeds.ts
@@ -20,6 +20,7 @@ export async function profileAtomFeed(
${articleId}
${article.title}
+
${isoDate(article.updatedAt)}
${isoDate(article.publishedAt)}
${article.summary}
@@ -34,6 +35,7 @@ export async function profileAtomFeed(
${profile.name} on Nostr (Articles)
+
${feedId}
${isoDate(lastUpdate)}
${profile.avatarImageUrl}