diff options
Diffstat (limited to 'web/gui/sitemap.xml')
-rw-r--r-- | web/gui/sitemap.xml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/web/gui/sitemap.xml b/web/gui/sitemap.xml new file mode 100644 index 000000000..4438e8b35 --- /dev/null +++ b/web/gui/sitemap.xml @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!-- SPDX-License-Identifier: GPL-3.0-or-later --> +<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"> + <url> + <loc>https://my-netdata.io/</loc> + <lastmod>2017-01-02</lastmod> + <changefreq>always</changefreq> + </url> +</urlset> |