You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Some sitemaps seems to reference other sitemaps via the <url><loc> pattern (see https://www.nokia.com/sitemap_index.xml) and not <sitemap><loc> as Google requires it. Not sure if this is really working during indexing but at least it would be straight forward to support in the crawler (check if url ends with .xml).
The text was updated successfully, but these errors were encountered:
Some sitemaps seems to reference other sitemaps via the
<url><loc>
pattern (see https://www.nokia.com/sitemap_index.xml) and not<sitemap><loc>
as Google requires it. Not sure if this is really working during indexing but at least it would be straight forward to support in the crawler (check if url ends with .xml).The text was updated successfully, but these errors were encountered: