Customizing Sitemap: Adding Timestamps or System.LongDate

This forum is for all Flare issues related to the HTML5, WebHelp, WebHelp Plus, and Adobe Air Targets
Post Reply
chetangrazitti
Jr. Propeller Head
Posts: 2
Joined: Tue Jul 16, 2019 9:20 pm

Customizing Sitemap: Adding Timestamps or System.LongDate

Post by chetangrazitti »

Good day, nice people!

Generating a sitemap in MadCap Flare is straightforward. But is there a way to edit the sitemap so that it includes time stamps as well? Right now, I'm using <MadCap:variable name="System.LongDate"> in <body>. But to keep things easier for search engines, I want to capture this information in the sitemap as well, something akin to what MadCap's own website does:

Code: Select all

<url>
<loc>
https://assets.madcapsoftware.com/articles/20070701ClientSideNewsArticle.pdf
</loc>
<lastmod>2016-12-08</lastmod>
<changefreq>weekly</changefreq>
<priority>0.8</priority>
</url>
<url>
Is there any way to do that? From what I have seen online and in this forum, the answer is negative, but I am writing to be sure that I didn't miss something.
Post Reply