Is there a way to set our entire staging area site to "no index no follow"? We are interested in this because we need to temporarily remove our gate page in order to run a cookiebot scan. Thanks.
Is there a way to set our entire staging area site to "no index no follow"? We are interested in this because we need to temporarily remove our gate page in order to run a cookiebot scan. Thanks.
Yes, two options:
<scriptedContentFragments> <scriptedContentFragment name="Robots (SEO) - No Index, No Follow" version="11.0.0.0" description="Adds robots "no index, no follow" to page(s)" instanceIdentifier="5496d58458ba40b7b94e37f05829ca9f" theme="" isCacheable="true" varyCacheByUser="false" showHeaderByDefault="false" cssClass="" lastModified="2021-02-11 18:07:40Z"> <contentScript language="JavaScript"><![CDATA[core_v2_page.AddMetaTag("robots", "noindex, nofollow"); ]]></contentScript> <headerScript language="Velocity" /> <additionalCssScript language="Velocity" /> </scriptedContentFragment> </scriptedContentFragments>