Passed
Push — master ( 580284...327f90 )
by Vasyl
03:00
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
         //  SEO fields
23 23
         // 'h1' => ['title' => 'H1'] // only for migration
@@ -57,8 +57,8 @@  discard block
 block discarded – undo
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
 ];
Please login to merge, or discard this patch.