Custom Page titles and SEO
import { Helmet } from 'react-helmet';head() {
return (
<Helmet bodyAttributes={{ class: "myClassName" }}>
<title>My new page title</title>
</Helmet>
);
}render() {
return (
<div className="grid pageHeaderSection">
{this.head()} <<-- We are calling it here
<div className="column column_12_12">
<div className="content_wrap">
<h2>Users</h2>
<p className="desc">
Lorem Ipsum is simply dummy text…Last updated