From b7787e4a603f94538766b12082e319d8f1d56eb8 Mon Sep 17 00:00:00 2001 From: vaseemishak <44701421+vaseemishak@users.noreply.github.com> Date: Wed, 26 Jun 2019 16:53:34 +0300 Subject: [PATCH 1/2] SEO meta tag order best practices The best practices for SEO meta order is the title and then description. --- lib/internal/Magento/Framework/View/Page/Config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/internal/Magento/Framework/View/Page/Config.php b/lib/internal/Magento/Framework/View/Page/Config.php index b29a0feda9d60..73422d197df38 100644 --- a/lib/internal/Magento/Framework/View/Page/Config.php +++ b/lib/internal/Magento/Framework/View/Page/Config.php @@ -124,10 +124,10 @@ class Config 'charset' => null, 'media_type' => null, 'content_type' => null, + 'title' => null, 'description' => null, 'keywords' => null, 'robots' => null, - 'title' => null, ]; /** From 9986a9439c28480f3bb6d9429f9ade01c7a1fa6c Mon Sep 17 00:00:00 2001 From: vaseemishak <44701421+vaseemishak@users.noreply.github.com> Date: Wed, 26 Jun 2019 16:54:21 +0300 Subject: [PATCH 2/2] seo meta tag order best practices The best practices for SEO meta order is the title and then description. --- lib/internal/Magento/Framework/View/Page/Config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/internal/Magento/Framework/View/Page/Config.php b/lib/internal/Magento/Framework/View/Page/Config.php index b29a0feda9d60..73422d197df38 100644 --- a/lib/internal/Magento/Framework/View/Page/Config.php +++ b/lib/internal/Magento/Framework/View/Page/Config.php @@ -124,10 +124,10 @@ class Config 'charset' => null, 'media_type' => null, 'content_type' => null, + 'title' => null, 'description' => null, 'keywords' => null, 'robots' => null, - 'title' => null, ]; /**