sitemap-index.xml 766 B

12345678910111213141516171819202122232425
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!--
  3. /**
  4. * Copyright © Magento, Inc. All rights reserved.
  5. * See COPYING.txt for license details.
  6. */
  7. -->
  8. <sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  9. <sitemap>
  10. <loc>http://store.com/sitemap-1-1.xml</loc>
  11. <lastmod>2012-12-21T00:00:00-08:00</lastmod>
  12. </sitemap>
  13. <sitemap>
  14. <loc>http://store.com/sitemap-1-2.xml</loc>
  15. <lastmod>2012-12-21T00:00:00-08:00</lastmod>
  16. </sitemap>
  17. <sitemap>
  18. <loc>http://store.com/sitemap-1-3.xml</loc>
  19. <lastmod>2012-12-21T00:00:00-08:00</lastmod>
  20. </sitemap>
  21. <sitemap>
  22. <loc>http://store.com/sitemap-1-4.xml</loc>
  23. <lastmod>2012-12-21T00:00:00-08:00</lastmod>
  24. </sitemap>
  25. </sitemapindex>