How to hide specific content from search engines

If you’d like to hide certain content elements from Google or any other search engine’s index, you can do it via use of hide-if-bot component.

Hiding content from search engines

All you need to do is to create a new Media record and wrap your content within the set of

<hide-if-bot>Your content goes here</hide-if-bot>

Here’s an example of how you’d hide a telephone number within a media item

<hide-if-bot>
<a href="tel:0800800800">0800 800 800</a>
</hide-if-bot>