Ques/Help How to allow "Search Forum" nodes to be index by search engine?

R

rdn

Guest
How can I remove this from search forum pages source?
<meta name="robots" content="noindex" />

Editing search_forum_view template is enough?
by removing:
<xf:head option="metaNoindex"><meta name="robots" content="noindex" /></xf:head>

Continue reading...