Commit d7c41411517fedb31429d246d8a65b59d71ffb62

Authored by Alexey Boroda
1 parent a40d5f4b

robots chaged from prod

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 +
... ...