Hey @Ali_parr,
Thanks for Bringing this Question to Shopify community.
In order to hide the specific pages for the specific markets then it’s definitely possible.
All we need to do is custom code in the theme.liquid by targeting their ISO code.
Please follow these steps to do this. Go to Shopify Admin >> Online Store >> Themes >> Edit Code >> theme.liquid
In the theme.liquid file search for the starting of the body tag.
In the above of the body tag paste the following code.
You can customize the selector based on your need.
You can even add the script for the specific market.
If you need more assistance then please share the detail along with the 4 digits collab code in the p/m.
Thanks
Shopify is not supported for hiding this collection or blog type by market in the same way as products. The easiest workaround is to use a geolocation/market targeting app to limit visibility. Otherwise, custom liquid states may be introduced to hide content by market, without this having an impact on SEO. Hope this helps you.