dynamicweb / DynamicWeb

Make feature requests for Dynamicweb in Issues section of this repository
https://doc.dynamicweb.dev/documentation/fundamentals/support/feature-requests.html
GNU General Public License v3.0
1 stars 0 forks source link

Sitemap: language specific sitemap and sitemap without product links #25

Open ivaigor96 opened 2 months ago

ivaigor96 commented 2 months ago

Today there is a single sitemap for all languages, we are missing an option to call e.g. domain/language/sitemap.xml The sitemap also contains product catalog URL's. It would be helpful to have some settings on wheter the sitemap will exclude all product catalog URL's.

nicped commented 2 months ago

This depends on the website and domain settings. There is one sitemap for each domain. But it could be grouped into folders as well.

ivaigor96 commented 2 months ago

We have the same domain on all language layers, when I call sv/sitemap.xml or en/sitemap.xml for instance, I get a 404. It only works when I call domain/sitemap.xml. How to group into folders ? Is it documented ?

nicped commented 2 months ago

You cannot - so the grouping is the feature request!

psx-dw commented 2 weeks ago

It would be nice to have a feature - that creates multiple sitemap files (sitemap index file) when there is more than 50,000 URLs or the size of the file become larger than 50 MB.

According to Google (https://developers.google.com/search/docs/crawling-indexing/sitemaps/build-sitemap) Sitemap size limits: All formats limit a single sitemap to 50MB (uncompressed) or 50,000 URLs. If you have a larger file or more URLs, you must break your sitemap into multiple sitemaps. You can optionally create a sitemap index file and submit that single index file to Google. You can submit multiple sitemaps and sitemap index files to Google. This may be useful if you want to track the search performance of each individual sitemap in Search Console.