How to hide the portal and solution articles from being crawled on a Google search?

Modified on Sun, 9 Mar at 4:24 PM

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 %}




Was this article helpful?

That’s Great!

Thank you for your feedback

Sorry! We couldn't be helpful

Thank you for your feedback

Let us know how can we improve this article!

Select at least one of the reasons
CAPTCHA verification is required.

Feedback sent

We appreciate your effort and will try to fix the article