Add twitter meta tags
This commit is contained in:
@@ -28,8 +28,16 @@ const SEO = ({ ...props }) => (
|
|||||||
: 'Saburly - App Development & Mobile Design agency that makes you stand out'} />
|
: 'Saburly - App Development & Mobile Design agency that makes you stand out'} />
|
||||||
<meta itemprop="description" content={props.siteDescription ? props.siteDescription : 'We are in the business of solving real-world problems with digital solutions. Our mission is to make you stand out with the help of modern technologies'} />
|
<meta itemprop="description" content={props.siteDescription ? props.siteDescription : 'We are in the business of solving real-world problems with digital solutions. Our mission is to make you stand out with the help of modern technologies'} />
|
||||||
<meta itemprop="image" content={props.siteImage ? props.siteImage : ImgIntro} />
|
<meta itemprop="image" content={props.siteImage ? props.siteImage : ImgIntro} />
|
||||||
|
|
||||||
|
<meta name="twitter:card" content="summary" />
|
||||||
|
<meta name="twitter:title" content={props.siteTitle
|
||||||
|
? props.siteTitle
|
||||||
|
: 'Saburly - App Development & Mobile Design agency that makes you stand out'} />
|
||||||
|
<meta name="twitter:description" content={props.siteDescription ? props.siteDescription : 'We are in the business of solving real-world problems with digital solutions. Our mission is to make you stand out with the help of modern technologies'} />
|
||||||
|
<meta name="twitter:site" content="@saburly" />
|
||||||
|
<meta name="twitter:creator" content="@saburly" />
|
||||||
|
<meta name="twitter:image:src" content={props.siteImage ? props.siteImage : ImgIntro} />
|
||||||
</Helmet>
|
</Helmet>
|
||||||
)
|
)
|
||||||
|
|
||||||
export default SEO
|
export default SEO
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user