I have a website containing a large DB of products and prices.
I am being constantly cURLed for prices.
I thought of preventing it with a <noscript>
tag but all I can do with this is hide the content, bots would still be able to scrape my content.
Is there a way of running a JS test to see if js is disabled (to detect bots) and redirect these requests, maybe in a blacklist.
Will doing so block google from going through my website?