File tree Expand file tree Collapse file tree 6 files changed +0
-6
lines changed Expand file tree Collapse file tree 6 files changed +0
-6
lines changed Original file line number Diff line number Diff line change @@ -362,7 +362,6 @@ protected function _initSitemapItems()
362
362
self ::OPEN_TAG_KEY => '<?xml version="1.0" encoding="UTF-8"?> ' .
363
363
PHP_EOL .
364
364
'<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9" ' .
365
- ' xmlns:content="http://www.google.com/schemas/sitemap-content/1.0" ' .
366
365
' xmlns:image="http://www.google.com/schemas/sitemap-image/1.1"> ' .
367
366
PHP_EOL ,
368
367
self ::CLOSE_TAG_KEY => '</urlset> ' ,
Original file line number Diff line number Diff line change 6
6
*/
7
7
-->
8
8
<urlset xmlns =" http://www.sitemaps.org/schemas/sitemap/0.9"
9
- xmlns : content =" http://www.google.com/schemas/sitemap-content/1.0"
10
9
xmlns : image =" http://www.google.com/schemas/sitemap-image/1.1" >
11
10
<url >
12
11
<loc >http://store.com/category.html</loc >
Original file line number Diff line number Diff line change 6
6
*/
7
7
-->
8
8
<urlset xmlns =" http://www.sitemaps.org/schemas/sitemap/0.9"
9
- xmlns : content =" http://www.google.com/schemas/sitemap-content/1.0"
10
9
xmlns : image =" http://www.google.com/schemas/sitemap-image/1.1" >
11
10
<url >
12
11
<loc >http://store.com/category/sub-category.html</loc >
Original file line number Diff line number Diff line change 6
6
*/
7
7
-->
8
8
<urlset xmlns =" http://www.sitemaps.org/schemas/sitemap/0.9"
9
- xmlns : content =" http://www.google.com/schemas/sitemap-content/1.0"
10
9
xmlns : image =" http://www.google.com/schemas/sitemap-image/1.1" >
11
10
<url >
12
11
<loc >http://store.com/product.html</loc >
Original file line number Diff line number Diff line change 6
6
*/
7
7
-->
8
8
<urlset xmlns =" http://www.sitemaps.org/schemas/sitemap/0.9"
9
- xmlns : content =" http://www.google.com/schemas/sitemap-content/1.0"
10
9
xmlns : image =" http://www.google.com/schemas/sitemap-image/1.1" >
11
10
<url >
12
11
<loc >http://store.com/product2.html</loc >
Original file line number Diff line number Diff line change 6
6
*/
7
7
-->
8
8
<urlset xmlns =" http://www.sitemaps.org/schemas/sitemap/0.9"
9
- xmlns : content =" http://www.google.com/schemas/sitemap-content/1.0"
10
9
xmlns : image =" http://www.google.com/schemas/sitemap-image/1.1" >
11
10
<url >
12
11
<loc >http://store.com/category.html</loc >
You can’t perform that action at this time.
0 commit comments