Mobile app version of vmapp.org
Login or Join
Alves908

: Do i need to update my `sitemap.xml` after each update of content ? I have a static HTML website that i update manually, most of the time these updates are text amendments, additions, edits,

@Alves908

Posted in: #Sitemap #XmlSitemap

I have a static HTML website that i update manually, most of the time these updates are text amendments, additions, edits, rather than adding new pages.

Do i need to update my sitemap.xml after each update of content ?

I was looking at the xml and noticed the second line, last mode indicates a modification date. In a CMS like wordpress i guess the sitemap is automatically updated, but should i regenerate the sitemap each time i make an edit as described above ?

<url>
<loc>http://example.com/</loc>
<lastmod>2016-10-12T21:39:04+00:00</lastmod>
</url>

10.01% popularity Vote Up Vote Down


Login to follow query

More posts by @Alves908

1 Comments

Sorted by latest first Latest Oldest Best

 

@LarsenBagley505

It is good practice to update the sitemap when new content is added to the site, or existing content is updated, or deleted. This however does not assure it will be taken into consideration. While Google and in fact most web crawlers use the sitemap file for helping direct the crawling efforts it doesn't control crawling. If you update the page content most crawlers will detect this when they re-crawl the page, however simply updating the sitemap with the new lastMod date and time won't compel them to rather it will be taken as a signal to indicate that the content may have been updated and the crawler may crawl it sooner, or may wait until the next scheduled crawl.

10% popularity Vote Up Vote Down


Back to top | Use Dark Theme