Skip to content

Commit

Permalink
Не добавлять cannonical модулем seo, его добавит canUrl
Browse files Browse the repository at this point in the history
  • Loading branch information
skeeks-semenov committed Mar 30, 2018
1 parent 62d2986 commit a314e47
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/config/web.php
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,11 @@
'canurl' => [
'class' => 'v3project\helpers\CanUrl',
],

//Не добавлять cannonical модулем seo, его добавит canUrl
'seo' => [
'canonicalPageParams' => false,
]
],

'modules' => [
Expand Down

0 comments on commit a314e47

Please sign in to comment.