@@ -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 | // OG-tags |
23 | 23 | // 'og_site_name' => ['title' => 'OG-site_name', 'type' => 'og'], |
@@ -61,9 +61,9 @@ discard block |
||
61 | 61 | | ----------------------------------------------------------------- |
62 | 62 | */ |
63 | 63 | 'values' => [ |
64 | - 'robots' => ['none', 'all', 'index', 'noindex', 'nofollow', 'follow',], |
|
65 | - 'changefreq' => ['always', 'daily', 'hourly', 'weekly',], |
|
66 | - 'priority' => [0.1, 0.2, 0.3, 0.5, 0.6, 0.7, 0.8, 0.9,], |
|
64 | + 'robots' => ['none', 'all', 'index', 'noindex', 'nofollow', 'follow', ], |
|
65 | + 'changefreq' => ['always', 'daily', 'hourly', 'weekly', ], |
|
66 | + 'priority' => [0.1, 0.2, 0.3, 0.5, 0.6, 0.7, 0.8, 0.9, ], |
|
67 | 67 | ], |
68 | 68 | |
69 | 69 | /* ----------------------------------------------------------------- |