|
|
@ -22,7 +22,7 @@ const Helmet = (props) => ( |
|
|
|
<meta name="keywords" content={ siteConfig.keywords.join(',') } /> |
|
|
|
<meta name="keywords" content={ siteConfig.keywords.join(',') } /> |
|
|
|
|
|
|
|
|
|
|
|
<meta name="viewport" content="width=device-width, user-scalable=yes, initial-scale=1.0, maximum-scale=3.0, minimum-scale=1.0" /> |
|
|
|
<meta name="viewport" content="width=device-width, user-scalable=yes, initial-scale=1.0, maximum-scale=3.0, minimum-scale=1.0" /> |
|
|
|
<link rel="canonical" href={ siteConfig.url } /> |
|
|
|
<link rel="canonical" href={ siteConfig.url.web } /> |
|
|
|
<meta httpEquiv="Content-Language" content="en" /> |
|
|
|
<meta httpEquiv="Content-Language" content="en" /> |
|
|
|
|
|
|
|
|
|
|
|
<meta property="og:title" content={ prepareTitle(props.title) } /> |
|
|
|
<meta property="og:title" content={ prepareTitle(props.title) } /> |
|
|
|