Closed Con-Shoc closed 6 years ago
Issue (Current Functionality) A large number of pages have duplicate Page Titles (72.78%) across the staging site.
Titles should be unique per page as to ensure that each page is describing the pages unique purpose.
The title being duplicated is "AutoZone.com | AutoZone | %s".
Solution Using React Helmet we can specify a unique Title for every page.
Page Titles should be pulled from the existing site and applied to the staging for MVP. This can be done with a match-back based on URL.
Issue (Current Functionality) A large number of pages have duplicate Page Titles (72.78%) across the staging site.
Titles should be unique per page as to ensure that each page is describing the pages unique purpose.
The title being duplicated is "AutoZone.com | AutoZone | %s".
Solution Using React Helmet we can specify a unique Title for every page.
Page Titles should be pulled from the existing site and applied to the staging for MVP. This can be done with a match-back based on URL.