fix: Add /all-products to sitemap
diff --git a/erpnext/www/all-products/index.py b/erpnext/www/all-products/index.py
index 8e2d268..0394e4b 100644
--- a/erpnext/www/all-products/index.py
+++ b/erpnext/www/all-products/index.py
@@ -2,6 +2,8 @@
 from erpnext.portal.product_configurator.utils import (get_products_for_website, get_product_settings,
 	get_field_filter_data, get_attribute_filter_data)
 
+sitemap = 1
+
 def get_context(context):
 
 	if frappe.form_dict: