# no_body: if true the body element will not be generated
# allow_mobile: allow special CSS and viewport for detected mobile useragents
# use_login_page: display a link to the full login page, rather than an inline login.
- # no_index: Disable search engine from adding page into search index.
+ # robots: index / noindex (default: index)
#%]
[% IF message %]
jquery = []
jquery_css = []
generate_api_token = 0
- no_index = 1
+ robots = 'index'
%]
[%# These are JS URLs that are *always* on the page and come before
id="bugzilla-global" data-bugzilla="[% json_encode(js_BUGZILLA) FILTER html %]">
<title>[% title %]</title>
- [% IF no_index %]
+ [% IF robots == "noindex" %]
<meta name="robots" content="noindex">
[% END %]