Sitemaps in the Geins platform
The Geins platform offer sitemaps that are generated daily at 04:30 UTC
Sitemaps are available via our management-api in json-format.
It is also possible to fetch sitemaps directly via a http link. Sitemaps are automatically split into multiple files when size limit for a sitemap has been reached. All files are listed in an index file.
Using Geins sitemaps on a website
Sitemaps are available at this URL: https://carsitemapstorprod.blob.core.windows.net/sitemaps/{{GEINS_ACCOUNT_NAME}}/prod/
It is recommended that you forward all request to /sitemap on your storefront to this URL.
Index file and file names
Index available at:
https://carsitemapstorprod.blob.core.windows.net/sitemaps/{{GEINS_ACCOUNT_NAME}}/prod/{{SALES_CHANNEL_NAME}}.xml
The hostnames in the index file match the ones configured on your sales channels.
Example:
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<sitemapindex xmlns:xhtml="http://www.w3.org/1999/xhtml" xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
<sitemap>
<loc>https://www.store.se/sitemap/store.se-sv-SE.xml</loc>
</sitemap>
<sitemap>
<loc>https://www.store.com/sitemap/store.com-en-US.xml</loc>
</sitemap>
</sitemapindex>
Filename format: {{SALES_CHANNEL_NAME}}-{{LOCALE}}