We have recently refreshed our branding across our offerings and changed the names of our pricing plans. If you have signed up before Aug 9, 2021, please click Previous plans to view your applicable plans.
We assure you that this change will not impact your product experience, and no action is required on your part.

To prevent the portal from being crawled on a Google Search, you can have the following code attached under Portal customizations. This would available only for accounts on the Estate and Forest plans, though. 


To hide the entire portal, please go to Admin --> Channels --> Portals --> Customize portal --> Layouts & Pages --> Portal Layout --> Head and add the below mentioned tag:


<META NAME='ROBOTS' CONTENT='NOINDEX, NOFOLLOW'>


If you are looking to hide only the Solutions tab from being crawled, please paste the following tag- 


{% if current_tab == 'solutions' %}

<meta name='robots' content='noindex, nofollow'>

{% endif %}