Skip to content

Instantly share code, notes, and snippets.

@rsiddle
Last active December 2, 2020 18:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rsiddle/e3c891c8651dc45687cb5fc467861401 to your computer and use it in GitHub Desktop.
Save rsiddle/e3c891c8651dc45687cb5fc467861401 to your computer and use it in GitHub Desktop.
<!-- https://example.com/sitemaps.xml -->
<sitemapindex>
<sitemap>
<loc>https://example.com/sitemaps/category-electronics.xml</loc>
</sitemap>
<sitemap>
<loc>https://example.com/sitemaps/category-home-entertainment.xml</loc>
</sitemap>
<sitemap>
<loc>https://example.com/sitemaps/category-furniture.xml</loc>
</sitemap>
<sitemap>
<loc>https://example.com/sitemaps/blog.xml</loc>
</sitemap>
</sitemapindex>
<!-- https://example.com/sitemaps/category-electronics.xml -->
<sitemapindex>
<sitemap>
<loc>https://example.com/sitemaps/category-electronics/1.xml</loc>
</sitemap>
<sitemap>
<loc>https://example.com/sitemaps/category-electronics/2.xml</loc>
</sitemap>
<sitemap>
<loc>https://example.com/sitemaps/category-electronics/3.xml</loc>
</sitemap>
<sitemap>
<loc>https://example.com/sitemaps/category-electronics/4.xml</loc>
</sitemap>
</sitemapindex>
<!-- https://example.com/sitemaps/category-electronics/1.xml -->
<urlset>
<url>
<loc>https://example.com/products/1</loc>
<lastmod>2020-12-02T00:08:28+00:00</lastmod>
<changefreq>monthly</changefreq>
</url>
<url>
<loc>https://example.com/products/2</loc>
<lastmod>2020-12-02T00:08:28+00:00</lastmod>
<changefreq>monthly</changefreq>
</url>
<url>
<loc>https://example.com/products/3</loc>
<lastmod>2020-12-02T00:08:28+00:00</lastmod>
<changefreq>monthly</changefreq>
</url>
</urlset>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment