Commit 07082ed189655dbfffd5ab8c7cc0b29bfbee1fd9
1 parent
170bb70d
-Sitemap generation updated
Showing
1 changed file
with
2 additions
and
2 deletions
Show diff stats
console/controllers/SiteMapController.php
... | ... | @@ -189,7 +189,7 @@ |
189 | 189 | true |
190 | 190 | ); |
191 | 191 | |
192 | - $this->createRow($url, 0.7, $content); | |
192 | + $this->createRow($url, 0.5, $content); | |
193 | 193 | } |
194 | 194 | $this->stdout('Add categories' . "\n", Console::FG_BLUE); |
195 | 195 | |
... | ... | @@ -270,7 +270,7 @@ |
270 | 270 | |
271 | 271 | foreach ($this->getSeoLinks() as $link) { |
272 | 272 | $url = Yii::$app->urlManager->baseUrl . $link->url; |
273 | - $this->createRow($url, 0.7, $content); | |
273 | + $this->createRow($url, 0.8, $content); | |
274 | 274 | |
275 | 275 | } |
276 | 276 | ... | ... |