diff options
| author | Miqdad <ahmadmiqdad27@gmail.com> | 2025-11-13 16:29:09 +0700 |
|---|---|---|
| committer | Miqdad <ahmadmiqdad27@gmail.com> | 2025-11-13 16:29:09 +0700 |
| commit | d925332714b809c4ec60aea9eeb902a2ea2ad7f4 (patch) | |
| tree | b0ab521b8b3fdf95d6e752e24dafda43edacea3f /src | |
| parent | fba96afd46d37e9cac4f480dac7c6a8fba36ae9a (diff) | |
<MIqdad> remove query in product page sitemap
Diffstat (limited to 'src')
| -rw-r--r-- | src/pages/sitemap/products/[page].js | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/pages/sitemap/products/[page].js b/src/pages/sitemap/products/[page].js index 316ad33d..3603d64c 100644 --- a/src/pages/sitemap/products/[page].js +++ b/src/pages/sitemap/products/[page].js @@ -10,9 +10,9 @@ export async function getServerSideProps({ query, res }) { const queries = { limit, page: page.replace('.xml', ''), - '-publish_b': false, - product_rating_f: '[8 TO *]', - price_tier1_v2_f: '[1 TO *]', + // '-publish_b': false, + // product_rating_f: '[8 TO *]', + // price_tier1_v2_f: '[1 TO *]', }; const products = await productSearchApi({ query: _.toQuery(queries) }); const sitemap = create('urlset', { encoding: 'utf-8' }).att( |
