Skip to content

Commit 8a6f981

Browse files
committed
minor: add information on why timestamps are required
1 parent df0984e commit 8a6f981

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

net.sf.eclipsecs.doc/src/main/resources/sitemap.xml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
33
xsi:schemaLocation="http://www.sitemaps.org/schemas/sitemap/0.9
44
http://www.sitemaps.org/schemas/sitemap/0.9/sitemap.xsd">
5+
<!--
6+
The sitemap is used by the search indexers (google etc) to discover subpages
7+
and check whether they have changed and need reindexing.
8+
Since the eclipse-cs website are not static webpages but dynamically rendered in the browser
9+
the indexers need a bit of help.
10+
So effectively if you remove timestamps or keep them static,
11+
indexers would think content hasn't changed.
12+
-->
513
<url>
614
<loc>https://checkstyle.org/eclipse-cs/</loc>
715
<lastmod>${timestamp}</lastmod>

0 commit comments

Comments
 (0)