Test Setup Failed
Push — master ( 44bd45...5d0585 )
by Vasyl
02:49
created
config/meta-tags.php 1 patch
Spacing   +6 added lines, -6 removed lines patch added patch discarded remove patch
@@ -15,9 +15,9 @@  discard block
 block discarded – undo
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
 block discarded – undo
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
     /* -----------------------------------------------------------------
Please login to merge, or discard this patch.