Hi there!
I had previously set up SE indexing, but later realized that I don't really want my forum indexed in search engines.
I've been trying to add noindex & nofollow metatags on the Forum administration — Promotion screen but I'm getting odd results:
Entering robots in the Name field and noindex in the Contents field does not show any updated tags in the Admin, and no tags are visible when viewing the source code.
Entering "robots" - "noindex" or "robots" - "nofollow" (with double-quotes) does update the Admin with robots - "noindex" or robots - "nofollow", but the tags appear like this in source code (double-quotes are rendered as HTML numeric):
<meta name="robots" content=""noindex"" /> <meta name="robots" content=""nofollow"" />
Not sure if that's gonna "take". 
Added after 4 minutes 20 seconds:
Update - Just tried something else that got the metatags to appear correctly in source. One must enter the tags in the Admin fields with double-quotes around the Name entry, but without double-quotes around the Content entry:
"robots" - noindex
That correctly renders the tags in source like so:
<meta name="robots" content="noindex" /> <meta name="robots" content="nofollow" />

Last edited by Buzzer (2017-02-25 20:47:17)


