According to the Kentico Documentation, Kentico automatically adds the following tag when I exclude the page from search:
<meta name="robots" content="noindex,nofollow" />
But I need it to be "noindex,follow"
I've tried removing it in my canonical webpart under the OnPreRender
method but Kentico is somehow adding the robots tag after that event.
I can't override it using googlebots as google will still take the more restrictive tag.
I don't mind editing the kentico code but a search of "noindex,nofollow" or "robots" in the solution doesn't find anything.
Does anyone know how I can remove or edit this tag?
I'm using K12SP Portal Engine for the record.