From 3ba91d7e1999e35d113304fa6d97460778066c79 Mon Sep 17 00:00:00 2001 From: Faris Ansari Date: Wed, 20 Mar 2019 14:11:22 +0530 Subject: [PATCH] fix: Add /all-products to sitemap --- erpnext/www/all-products/index.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/erpnext/www/all-products/index.py b/erpnext/www/all-products/index.py index 8e2d2681a84..0394e4b2cc5 100644 --- a/erpnext/www/all-products/index.py +++ b/erpnext/www/all-products/index.py @@ -2,6 +2,8 @@ import frappe 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: