Exluding item from product recommendations

Hello, how can I exclude an item from the recommended items on a product detail page? It shows an addon product that should only function for custom product surcharges and shouldn’t be shown anywhere else in the shop. Not sure why but in the search & discovery app the addon product doesnt show up as recommendation, but in the storefront I see it under that exact item.

1 Like

If I remember it properly, there is no recommended way.

seo.hidden metafield hides products from search, sitemap and indexing, but unfortunately it does not work for recommendations last time i checked (still recommend setting it for already mentioned reasons).

Then, if decided to filter recommendations in theme code, can filter them out based on this mf and hope it will become native functionality one day…