1234567891011121314151617 |
- <?xml version="1.0" encoding="UTF-8"?>
- <!--
- /**
- * Copyright © Magento, Inc. All rights reserved.
- * See COPYING.txt for license details.
- */
- -->
- <urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
- xmlns:content="http://www.google.com/schemas/sitemap-content/1.0"
- xmlns:image="http://www.google.com/schemas/sitemap-image/1.1">
- <url>
- <loc>http://store.com/category.html</loc>
- <lastmod>2012-12-21T00:00:00-08:00</lastmod>
- <changefreq>daily</changefreq>
- <priority>1.0</priority>
- </url>
- </urlset>
|