SEO Component base
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user