@@ -15,9 +15,9 @@ discard block |
||
15 | 15 | */ |
16 | 16 | 'available' => [ |
17 | 17 | // Meta-tags |
18 | - 'title' => ['title' => 'Title'], // recommend max => 60 |
|
19 | - 'description' => ['title' => 'Description'], // recommend max => 300 |
|
20 | - 'keywords' => ['title' => 'Keywords'], // recommend max => 300 |
|
18 | + 'title' => ['title' => 'Title'], // recommend max => 60 |
|
19 | + 'description' => ['title' => 'Description'], // recommend max => 300 |
|
20 | + 'keywords' => ['title' => 'Keywords'], // recommend max => 300 |
|
21 | 21 | |
22 | 22 | // SEO fields |
23 | 23 | // 'h1' => ['title' => 'H1'] // only for migration |
@@ -57,9 +57,9 @@ discard block |
||
57 | 57 | | ----------------------------------------------------------------- |
58 | 58 | */ |
59 | 59 | 'values' => [ |
60 | - 'robots' => ['none', 'all', 'index', 'noindex', 'nofollow', 'follow',], |
|
61 | - 'changefreq' => ['always', 'daily', 'hourly', 'weekly',], |
|
62 | - 'priority' => [0.1, 0.2, 0.3, 0.5, 0.6, 0.7, 0.8, 0.9,], |
|
60 | + 'robots' => ['none', 'all', 'index', 'noindex', 'nofollow', 'follow', ], |
|
61 | + 'changefreq' => ['always', 'daily', 'hourly', 'weekly', ], |
|
62 | + 'priority' => [0.1, 0.2, 0.3, 0.5, 0.6, 0.7, 0.8, 0.9, ], |
|
63 | 63 | ], |
64 | 64 | |
65 | 65 | //'types' => [ |