When a user navigates to a different page on the site, we'd like to dynamically update the page titles so that it can be reflected in analytics. While we're adding page titles, we may as well also add a page description to home page for SEO purposes.
Pages to Update
Tech Notes
- a simple package we could implement to do this is react-helmet
- Some of these translations already exist within our translations. In many circumstances, it may be better to use those that already exist rather than create a new entry.
When a user navigates to a different page on the site, we'd like to dynamically update the page titles so that it can be reflected in analytics. While we're adding page titles, we may as well also add a page description to home page for SEO purposes.
Pages to Update
Tech Notes