Custom Page titles and SEO
We use a package called ‘helmet’ to set custom page titles and add meta tags on pages within our app.
Open the page component you wish to add custom page title and import the package
Create a new method and define your page title and a custom body class
Call this method anywhere within your return statement
Last updated