Commit fd81443e0983d30f14f2e9144b33f49d2c4fa083

Authored by Eugeny Galkovskiy
2 parents 6c47dd22 d7c41411

Merge remote-tracking branch 'origin/master'

frontend/config/main.php
... ... @@ -71,7 +71,7 @@
71 71 'site/comments',
72 72 ],
73 73 'rules' => [
74   - '\/robots.txt' => 'site/robots',
  74 + '\/robots\.txt' => 'site/robots',
75 75 ],
76 76 ],
77 77 ],
... ...
frontend/web/robots.txt
1   -User-agent: *
2   -Disallow:
3 1 \ No newline at end of file
  2 +User-agent: Google
  3 +Disallow: /en/
  4 +Disallow: /ua/
  5 +
... ...
robots.txt 0 → 100755
  1 +User-agent: Google
  2 +Disallow: /en/
  3 +Disallow: /ua/
  4 +
... ...