Sitemaps

This page describes how Styla Frontend delivers website page listing that search engines can reference to know what URLs they should crawl.

Styla Frontend automatically creates an .xml file with a listing of all subordinate .xml files. These files, in turn, contain a paginated listing of all URLs within the domain and last update time stamp. They are updated automatically upon changes done with Styla Editor and can be used by search engines to crawl all the URLs.

Your main sitemap will be provided at https://mydomain.com/sitemaps.xml and list links to subordinate sitemaps like this:

<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"> <sitemap> <loc>https://mydomain.com/sitemaps_0.xml</loc> <lastmod>2021-06-28T14:00:49.396Z</lastmod> </sitemap> <sitemap> <loc>https://mydomain.com/sitemaps_1.xml</loc> <lastmod>2021-06-28T14:00:49.396Z</lastmod> </sitemap> <sitemap> <loc>https://mydomain.com/sitemaps_2.xml</loc> <lastmod>2021-06-28T14:00:49.396Z</lastmod> </sitemap> </sitemapindex>

Each of the subordinate sitemap files will list page URLs and last update time stamps like this:

<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"> <url> <loc>https://mydomain.com/my-page-1</loc> <lastmod>2021-06-22T08:40:25.000Z</lastmod> </url> <url> <loc>https://mydomain.com/my-page-2</loc> <lastmod>2021-06-22T08:57:12.000Z</lastmod> </url> <url> <loc>https://mydomain.com/my-page-3</loc> <lastmod>2021-06-22T08:58:49.000Z</lastmod> </url> </urlset>

 

Manual Update

A manual update of the sitemap can be achieved by going to this domain with a front name parameter:

https://vuufaw193l.execute-api.eu-central-1.amazonaws.com/?domain=[front-name]

Note: That domain name might change at times, as it’s an auto-generated Lambda URL. In that case, consult a developer to get an updated URL