sitemap-single.xml 2.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  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. <urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
  9. xmlns:content="http://www.google.com/schemas/sitemap-content/1.0"
  10. xmlns:image="http://www.google.com/schemas/sitemap-image/1.1">
  11. <url>
  12. <loc>http://store.com/category.html</loc>
  13. <lastmod>2012-12-21T00:00:00-08:00</lastmod>
  14. <changefreq>daily</changefreq>
  15. <priority>1.0</priority>
  16. </url>
  17. <url>
  18. <loc>http://store.com/category/sub-category.html</loc>
  19. <lastmod>2012-12-21T00:00:00-08:00</lastmod>
  20. <changefreq>daily</changefreq>
  21. <priority>1.0</priority>
  22. </url>
  23. <url>
  24. <loc>http://store.com/product.html</loc>
  25. <lastmod>0000-01-01T00:00:00-08:00</lastmod>
  26. <changefreq>monthly</changefreq>
  27. <priority>0.5</priority>
  28. </url>
  29. <url>
  30. <loc>http://store.com/product2.html</loc>
  31. <lastmod>2012-12-21T00:00:00-08:00</lastmod>
  32. <changefreq>monthly</changefreq>
  33. <priority>0.5</priority>
  34. <image:image>
  35. <image:loc>http://store.com/pub/media/catalog/product/cache/c9e0b0ef589f3508e5ba515cde53c5ff/i/m/image1.png</image:loc>
  36. <image:title>Product &amp; &gt; title &lt; &quot;</image:title>
  37. <image:caption>caption &amp; &gt; title &lt; &quot;</image:caption>
  38. </image:image>
  39. <image:image>
  40. <image:loc>http://store.com/pub/media/catalog/product/cache/c9e0b0ef589f3508e5ba515cde53c5ff/i/m/image_no_caption.png</image:loc>
  41. <image:title>Product &amp; &gt; title &lt; &quot;</image:title>
  42. </image:image>
  43. <PageMap xmlns="http://www.google.com/schemas/sitemap-pagemap/1.0">
  44. <DataObject type="thumbnail">
  45. <Attribute name="name" value="Product &amp; &gt; title &lt; &quot;"/>
  46. <Attribute name="src" value="http://store.com/pub/media/catalog/product/cache/c9e0b0ef589f3508e5ba515cde53c5ff/t/h/thumbnail.jpg"/>
  47. </DataObject>
  48. </PageMap>
  49. </url>
  50. </urlset>