quercy / metalsmith-mapsite

A metalsmith plugin for generating a sitemap.xml file with sitemap.js

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Enforce canonical (order of urls) output of sitemap entries

opened this issue · comments

When comparing sitemaps (between website revisions) (using diff) it is convenient that sitemap entries have a fixed order.

One way to achieve this is to sort the sitemap URLs:

metalsmith-mapsite-1.0.4.patch.zip

commented

When comparing sitemaps (between website revisions) (using diff) it is convenient that sitemap entries have a fixed order.

This library is merely a wrapper of sitemap.js, you can suggest this change there. If it'll be implemented it'll automatically make it's way here.