Cloudflare offers under the topic “Scrape Shield” and “Server-side Excludes” the possibility to “Automatically hide SPECIFIC content from disreputable visitors.”
With the example:
<!--sse-->Disreputable visitors won't see this<!--/sse-->
By using <!--sse-->...<!--/sse--> Can I hide only 1-2 sentences or can I basically hide the whole content of the website?
Questions:
a) For example, would below code snippet work?
b) Can Google bots, etc still read and index the content?
<!--sse-->
<article> My main website content. </article>
<!--/sse-->