The Google Sitemap app creates an XML sitemap file that lists URLs for each page. Sitemaps are used to tell search engines which pages they should index. This improves search engine optimization (SEO) by ensuring that all site pages are found and indexed. This module was previously deprecated in Magnolia 5.7 but has been moved to Forge for those who still want to use the module in 6.0 as a community effort.
Forge Documentation: https://wiki.magnolia-cms.com/display/WIKI/Google+Sitemap+module
<dependency>
<groupId>info.magnolia.google</groupId>
<artifactId>magnolia-module-google-sitemap</artifactId>
<version>${googleSitemapVersion}</version>
</dependency>