SEO Component base

This commit is contained in:
Moris Zen
2018-09-12 13:38:02 +02:00
parent ddb9f1aef8
commit d447dc0c9b
3 changed files with 20 additions and 8 deletions

View File

@@ -18,14 +18,6 @@ import favicon32 from '../images/favicon32.png'
const Layout = ({ children, data }) => (
<div className="font-sans mx-auto">
<Helmet
title="Saburly - Digital Agency that makes you stand out"
meta={[
{ name: 'description', content: 'We code & design great software' },
{
name: 'keywords',
content: 'software, design, coding, programming, code, consulting',
},
]}
link={[{ rel: 'shortcut icon', type: 'image/png', href: `${favicon32}` }]}
/>
<MessengerCustomerChat