Skip to content

Commit

Permalink
feat: add google inspect header
Browse files Browse the repository at this point in the history
  • Loading branch information
parlandin committed Nov 30, 2024
1 parent 780cb69 commit 5fe87ef
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/components/SEO/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,10 @@ const SEO: React.FC<SEOProps> = ({
<meta property="og:type" content="website" />
<meta property="og:locale" content="pt_BR" />
<meta property="og:site_name" content={seo.title} />
<meta
name="google-site-verification"
content="L6ny0CH60ZMRaVZZNNSjaRC6u3dytsC7A6T3SvZh5TE"
/>

{children}
</>
Expand Down

0 comments on commit 5fe87ef

Please sign in to comment.