Skip to content

Commit 9986a94

Browse files
authored
seo meta tag order best practices
The best practices for SEO meta order is the title and then description.
1 parent d7ac52b commit 9986a94

File tree

1 file changed

+1
-1
lines changed
  • lib/internal/Magento/Framework/View/Page

1 file changed

+1
-1
lines changed

lib/internal/Magento/Framework/View/Page/Config.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,10 +124,10 @@ class Config
124124
'charset' => null,
125125
'media_type' => null,
126126
'content_type' => null,
127+
'title' => null,
127128
'description' => null,
128129
'keywords' => null,
129130
'robots' => null,
130-
'title' => null,
131131
];
132132

133133
/**

0 commit comments

Comments
 (0)