Mobile app version of vmapp.org
Login or Join
Smith883

: Google Webmaster Tools can cache sitemap files? I'm struggling to submit my sitemaps to Google Webmaster Tools. Previously I received report that I have an error in all my sitemaps (the error

@Smith883

Posted in: #GoogleSearchConsole #Sitemap #XmlSitemap

I'm struggling to submit my sitemaps to Google Webmaster Tools. Previously I received report that I have an error in all my sitemaps (the error was at <image:image> tag as I did not specified necessary link in the sitemap header). After the error was fixed I tried to resubmit the sitemaps but Google Webmaster Tools abused for me again and for the same line number (in my case: line 8, containing <priority>0.7</priority>). If I click on the sitemap file name - it is downloading OK (previously it was with 'red' header with list of detected errors).

So I really doubt that Google Webmaster Tools loading correct files. How can I make sure?

The beginning of my sitemaps is the following:

<?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
xmlns:image="http://www.google.com/schemas/sitemap-image/1.1">
<url>
<loc>Valid and tested link</loc>
<lastmod>2014-02-03</lastmod>
<changefreq>monthly</changefreq>
<priority>0.7</priority>
<image:image>
<image:loc>Valid and tested link</image:loc>
<image:title>11-word description</image:title>
</image:image>
</url>

10.02% popularity Vote Up Vote Down


Login to follow query

More posts by @Smith883

2 Comments

Sorted by latest first Latest Oldest Best

 

@Sue5673885

Looks like Google keeps its right to keep error message for a while. The Help Center page says:


Once you've reviewed your Sitemap and made any changes, save it and
then resubmit it. It can take up to a day for Google to process
the resubmitted Sitemap, so the warning status may continue to
display until then.


UPD (6 days after)! I'd like to report the changing to my situation. I didn't made any changes to site and after 6 days Webmaster Tools vanished all error reports and started to indexing my pages.

10% popularity Vote Up Vote Down


 

@Mendez628

No, the sitemap is not cached. consider the file you upload as a config file that a program/system is going to use.

The process of recrawling your site may take some time, and adjusting the results according to the new sitemap may take some time, as mentioned, but the file itself is not cached.

10% popularity Vote Up Vote Down


Back to top | Use Dark Theme