diff --git a/en/rss/alerts.rss b/en/rss/alerts.rss
index 2dda508b..8e58192c 100644
--- a/en/rss/alerts.rss
+++ b/en/rss/alerts.rss
@@ -7,14 +7,16 @@
https://bitcoin.org/en/alerts
This RSS feed allows to follow events and alerts surrounding the Bitcoin network and software.
+ Bitcoin network status and alerts
https://bitcoin.org/img/logo_rss.png
https://bitcoin.org/en/alerts
{% filter_for p in site.pages reversed sort_by:date category:alert %}
-
- {{ p.title }}
+ {{ p.title | htmlescape }}
https://bitcoin.org{{ p.url | replace:'.html','' }}
- {{ p.date | date: "%a, %d %b %Y" }}
+ https://bitcoin.org{{ p.url | replace:'.html','' }}
+ {{ p.date | date: "%a, %d %b %Y" }} 00:00:00 GMT
{% endfilter_for %}
diff --git a/en/rss/events.rss b/en/rss/events.rss
index 53daeea8..ada78818 100644
--- a/en/rss/events.rss
+++ b/en/rss/events.rss
@@ -7,14 +7,16 @@
https://bitcoin.org/en/events
This RSS feed allows to follow Bitcoin events and conferences.
+ Bitcoin conferences and events
https://bitcoin.org/img/logo_rss.png
https://bitcoin.org/en/events
{% filter_for p in site.conferences sort_by:date %}
-
- {{ p.title }}, {{ p.city }} - {{ p.country }}
+ {{ p.title | htmlescape }}, {{ p.city | htmlescape }} - {{ p.country | htmlescape }}
{{ p.link }}
- {{ p.date | date: "%a, %d %b %Y" }}
+ {{ p.link }}
+ {{ p.date | date: "%a, %d %b %Y" }} 00:00:00 GMT
{% endfilter_for %}
diff --git a/en/rss/releases.rss b/en/rss/releases.rss
index c5c712e2..11d288ac 100644
--- a/en/rss/releases.rss
+++ b/en/rss/releases.rss
@@ -7,14 +7,16 @@
https://bitcoin.org/en/version-history
This RSS feed allows to follow Bitcoin Core new releases.
+ Bitcoin Core releases
https://bitcoin.org/img/logo_rss.png
https://bitcoin.org/en/version-history
{% filter_for p in site.pages reversed sort_by:date category:release %}
-
- {{ p.title }}
+ {{ p.title | htmlescape }}
https://bitcoin.org{{ p.url | replace:'.html','' }}
- {{ p.date | date: "%a, %d %b %Y" }}
+ https://bitcoin.org{{ p.url | replace:'.html','' }}
+ {{ p.date | date: "%a, %d %b %Y" }} 00:00:00 GMT
{% endfilter_for %}