diff --git a/prerender/seo/feeds.cjs b/prerender/seo/feeds.cjs index 9f505e4..3ecc436 100644 --- a/prerender/seo/feeds.cjs +++ b/prerender/seo/feeds.cjs @@ -321,7 +321,7 @@ const generateProductsXml = (allProductsData = [], baseUrl, config) => { const productDescription = (product.description || "").toLowerCase(); const excludedTerms = { - title: ['canna', 'hash', 'marijuana'], + title: ['canna', 'hash', 'marijuana', 'marihuana'], description: ['cannabis'] };