We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d200ae8 commit 505d285Copy full SHA for 505d285
app/code/Magento/Sitemap/Model/Sitemap.php
@@ -362,7 +362,6 @@ protected function _initSitemapItems()
362
self::OPEN_TAG_KEY => '<?xml version="1.0" encoding="UTF-8"?>' .
363
PHP_EOL .
364
'<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"' .
365
- ' xmlns:content="http://www.google.com/schemas/sitemap-content/1.0"' .
366
' xmlns:image="http://www.google.com/schemas/sitemap-image/1.1">' .
367
PHP_EOL,
368
self::CLOSE_TAG_KEY => '</urlset>',
0 commit comments