Skip to content

Commit 505d285

Browse files
committed
fix 404 url for sitemap content url
1 parent d200ae8 commit 505d285

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

app/code/Magento/Sitemap/Model/Sitemap.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -362,7 +362,6 @@ protected function _initSitemapItems()
362362
self::OPEN_TAG_KEY => '<?xml version="1.0" encoding="UTF-8"?>' .
363363
PHP_EOL .
364364
'<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"' .
365-
' xmlns:content="http://www.google.com/schemas/sitemap-content/1.0"' .
366365
' xmlns:image="http://www.google.com/schemas/sitemap-image/1.1">' .
367366
PHP_EOL,
368367
self::CLOSE_TAG_KEY => '</urlset>',

0 commit comments

Comments
 (0)