Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
@truesparrow/adminfe / client / sitemap.xml
Size: Mime:
<?xml version="1.0" encoding="utf-8"?>
<urlset
    xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
    xsi:schemaLocation="http://www.sitemaps.org/schemas/sitemap/0.9 http://www.sitemaps.org/schemas/sitemap/0.9/sitemap.xsd">

  <url>
    <loc>{{{ EXTERNAL_ORIGIN }}}/</loc>
    <lastmod>{{ LAST_MOD }}</lastmod>
    <changefreq>always</changefreq>
    <priority>1.0</priority>
  </url>

  <url>
    <loc>{{{ EXTERNAL_ORIGIN }}}/company/about</loc>
    <lastmod>{{ LAST_MOD }}</lastmod>
    <changefreq>always</changefreq>
    <priority>1.0</priority>
  </url>

  <url>
    <loc>{{{ EXTERNAL_ORIGIN }}}/company/tos</loc>
    <lastmod>{{ LAST_MOD }}</lastmod>
    <changefreq>always</changefreq>
    <priority>1.0</priority>
  </url>

  <url>
    <loc>{{{ EXTERNAL_ORIGIN }}}/company/privacy</loc>
    <lastmod>{{ LAST_MOD }}</lastmod>
    <changefreq>always</changefreq>
    <priority>1.0</priority>
  </url>

  <url>
    <loc>{{{ EXTERNAL_ORIGIN }}}/company/cookies</loc>
    <lastmod>{{ LAST_MOD }}</lastmod>
    <changefreq>always</changefreq>
    <priority>1.0</priority>
  </url>

  <url>
    <loc>{{{ EXTERNAL_ORIGIN }}}/company/contact</loc>
    <lastmod>{{ LAST_MOD }}</lastmod>
    <changefreq>always</changefreq>
    <priority>1.0</priority>
  </url>
</urlset>