RSS
Change the date when you update! The +0000 is should be your time difference from UTC!
<?xml version=“1.0” encoding=“UTF-8” ?>
<rss version=“2.0”>
<channel>
<title>My Fansite</title>
<description>My website where I do fandom stuff</description>
<link>LINK-YOUR-WEBSITE</link>
<lastBuildDate>
Sun, 21 May 2023 21:00 +0000
</lastBuildDate>
<ttl>20000</ttl>
<item>
<title>Site Update</title>
<link>LINK-YOUR-WEBSITE</link>
<description>This one only accepts plain text so no HTML in here!</description>
<pubDate>
Sun, 21 May 2023 16:15 +0000
</pubDate>
</item>
<item>
<title>Site Update</title>
<link>LINK-YOUR-WEBSITE</link>
<description><![CDATA[Put your update between these brackets! You can put html in here!]]></description>
<pubDate>
Sun, 21 May 2023 21:00 +0000
</pubDate>
</item>
</channel>
</rss>