mirror of
https://github.com/Sylius/Sylius.git
synced 2026-07-14 09:02:12 +00:00
Fix sitemap test response
This commit is contained in:
parent
825d11df04
commit
2266f0eab4
1 changed files with 3 additions and 3 deletions
|
|
@ -2,19 +2,19 @@
|
|||
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
|
||||
<url>
|
||||
<loc>http://localhost/products/mug-star-wars</loc>
|
||||
<lastmod>2015-10-10T00:00:00+00:00</lastmod>
|
||||
<lastmod>@string@.isDateTime()</lastmod>
|
||||
<changefreq>always</changefreq>
|
||||
<priority>0.5</priority>
|
||||
</url>
|
||||
<url>
|
||||
<loc>http://localhost/products/mug-lotr</loc>
|
||||
<lastmod>2015-10-04T00:00:00+00:00</lastmod>
|
||||
<lastmod>@string@.isDateTime()</lastmod>
|
||||
<changefreq>always</changefreq>
|
||||
<priority>0.5</priority>
|
||||
</url>
|
||||
<url>
|
||||
<loc>http://localhost/products/mug-breaking-bad</loc>
|
||||
<lastmod>2015-10-05T00:00:00+00:00</lastmod>
|
||||
<lastmod>@string@.isDateTime()</lastmod>
|
||||
<changefreq>always</changefreq>
|
||||
<priority>0.5</priority>
|
||||
</url>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue