- Affected version
- 2.2 Beta 1
This is somewhere in between a bug report and a feature suggestion, but as all other templates for
Template
to allow for method
Or maybe even better: https://xenforo.com/community/threads/formal-interface-for-search-engine-index-control.183315/
AbstractNode
childs seem to implement this I feel this could be a bug:Template
page_view
is missing smth. like
HTML:
<xf:if is="!$page.isSearchEngineIndexable()">
<xf:head option="metaNoindex"><meta name="robots" content="noindex" /></xf:head>
</xf:if>
to allow for method
isSearchEngineIndexable
being overridding and having the desired effect (without an additional template modification).Or maybe even better: https://xenforo.com/community/threads/formal-interface-for-search-engine-index-control.183315/