Commit 3f96e105ca5d61209a23cc6dd772a142ad4e06fe
Merge remote-tracking branch 'origin/master'
Showing
1 changed file
with
6 additions
and
0 deletions
Show diff stats
frontend/widgets/Seo.php
| ... | ... | @@ -247,6 +247,12 @@ class Seo extends Widget |
| 247 | 247 | 'content' => 'noindex,follow' |
| 248 | 248 | ]); |
| 249 | 249 | } |
| 250 | + else if (isset($language)) { | |
| 251 | + $this->getView()->registerMetaTag([ | |
| 252 | + 'name' => 'robots', | |
| 253 | + 'content' => 'noindex,nofollow' | |
| 254 | + ]); | |
| 255 | + } | |
| 250 | 256 | else { |
| 251 | 257 | |
| 252 | 258 | $this->getView()->registerMetaTag([ | ... | ... |