You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sitemaps should be no larger than 50MB (52,428,800 bytes) and can contain a maximum of 50,000 URLs. These limits help to ensure that your web server does not get bogged down serving very large files.
It would be good that sitemaps have a default of maximum 50.000 items (configurable) after which they'll be split up. The first file of a specific provider should have the default name (as now) and the consecutive files should have a follow up number appended. Also the sitemap index should point to the proper files.
sitemap_index.xml refers to sitemap/products.xml which itself is a sitemap index again which points to sitemap/products/1.xml & sitemap/products/2.xml. Not sure though that is allowed, I guess there is a maximum inheritance to index files.
According to https://www.sitemaps.org/faq.html:
It would be good that sitemaps have a default of maximum 50.000 items (configurable) after which they'll be split up. The first file of a specific provider should have the default name (as now) and the consecutive files should have a follow up number appended. Also the sitemap index should point to the proper files.
E.g.:
sitemap/products.xml
&sitemap/products_2.xml
.Alternative:
sitemap_index.xml
refers tositemap/products.xml
which itself is a sitemap index again which points tositemap/products/1.xml
&sitemap/products/2.xml
. Not sure though that is allowed, I guess there is a maximum inheritance to index files.Relates to #78.
The text was updated successfully, but these errors were encountered: