Hello
I would like to hide certain items in search
I have a collection of tagged wholesale products that only show up if customers are tagged. But you can still search them and find them. Is there coding I can enter that will stop tagged items from showing up?
Here is my site Bath bombs, Gifts, Candles and More – Fizz Soakery
Thank you
Courtney
Hi @fizzsoakery ,
Shopify provides a method to hide products in your store from Google and other search engines. Using this method also hides the product from Shopify’s site search.
Basically, you need to set the seo.hidden metafield for the product to ‘1’ (stored as an integer). You can edit it in the bulk editor:
However, the product still can appear under the search recommendation. Therefore, you’ll need to disable product suggestions from your theme editor.
I hope this answer can help you achieve your business goal.