diff options
Diffstat (limited to 'templates/html_head_inc.tpl')
| -rw-r--r-- | templates/html_head_inc.tpl | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/templates/html_head_inc.tpl b/templates/html_head_inc.tpl index 5e70dae..030fc54 100644 --- a/templates/html_head_inc.tpl +++ b/templates/html_head_inc.tpl @@ -24,6 +24,9 @@ {if $canonicalLink} <link rel="canonical" href="{$canonicalLink}"/> {/if} +{if !$gBitSystem->isLive()} +<meta name="robots" content="noindex,nofollow"> +{/if} {if $gBitSystem->isFeatureActive( 'site_header_extended_nav' )} <link rel="start" title="{$gBitSystem->getConfig('site_title')} {tr}Home{/tr}" href="{$smarty.const.BIT_ROOT_URL}" /> |
