Skip to content

Commit

Permalink
update meta tags
Browse files Browse the repository at this point in the history
  • Loading branch information
gustavoquinalha committed Jul 16, 2024
1 parent fc9bf45 commit 62de8d1
Showing 1 changed file with 37 additions and 11 deletions.
48 changes: 37 additions & 11 deletions src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,29 +19,55 @@
<!-- HTML Meta Tags -->
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>SeoTopper - SEO Generator</title>
<link rel="canonical" href="https://seotopper.netlify.app/">
<title>SeoTopper - Preview and generate meta tags</title>
<link rel="canonical" href="https://seotopper.netlify.app/" />
<link rel="icon" type="image/x-icon" href="favicon.ico" />
<meta name="robots" content="index, follow">
<meta name="googlebot" content="index, follow">
<meta name="description" content="Optimize your website's online presence with our intuitive and efficient tool. You can generate custom meta tags in seconds, ensuring your content is properly indexed and gains visibility in search engines." />
<meta name="robots" content="index, follow" />
<meta name="googlebot" content="index, follow" />
<meta
name="description"
content="Optimize your website's online presence with our intuitive and efficient tool. You can generate custom meta tags in seconds, ensuring your content is properly indexed and gains visibility in search engines."
/>
<meta name="author" content="https://github.com/gustavoquinalha/" />
<meta name="theme-color" content="#09090b" />

<!-- Google Search Engine -->
<meta itemprop="name" content="SeoTopper" />
<meta
itemprop="description"
content="Optimize your website's online presence with our intuitive and efficient tool. You can generate custom meta tags in seconds, ensuring your content is properly indexed and gains visibility in search engines."
/>
<meta
itemprop="image"
content="https://seotopper.netlify.app/assets/intro.webp"
/>

<!-- Facebook Meta Tags -->
<meta property="og:url" content="https://seotopper.netlify.app/" />
<meta property="og:type" content="website" />
<meta property="og:title" content="SeoTopper - SEO Generator" />
<meta property="og:description" content="Optimize your website's online presence with our intuitive and efficient tool. You can generate custom meta tags in seconds, ensuring your content is properly indexed and gains visibility in search engines." />
<meta property="og:image" content="https://seotopper.netlify.app/assets/intro.webp" />
<meta property="og:title" content="SeoTopper - Preview and generate meta tags" />
<meta
property="og:description"
content="Optimize your website's online presence with our intuitive and efficient tool. You can generate custom meta tags in seconds, ensuring your content is properly indexed and gains visibility in search engines."
/>
<meta
property="og:image"
content="https://seotopper.netlify.app/assets/intro.webp"
/>
<meta property="og:locale" content="pt-Br" />

<!-- Twitter Meta Tags -->
<meta name="twitter:card" content="summary" />
<meta name="twitter:title" content="SeoTopper - SEO Generator" />
<meta name="twitter:title" content="SeoTopper - Preview and generate meta tags" />
<meta name="twitter:site" content="@gustavoquinalha" />
<meta name="twitter:description" content="Optimize your website's online presence with our intuitive and efficient tool. You can generate custom meta tags in seconds, ensuring your content is properly indexed and gains visibility in search engines." />
<meta name="twitter:image" content="https://seotopper.netlify.app/assets/intro.webp" />
<meta
name="twitter:description"
content="Optimize your website's online presence with our intuitive and efficient tool. You can generate custom meta tags in seconds, ensuring your content is properly indexed and gains visibility in search engines."
/>
<meta
name="twitter:image"
content="https://seotopper.netlify.app/assets/intro.webp"
/>
<meta name="twitter:image:alt" content="SeoTopper Logo" />

<!-- Meta Tags Generated via https://seotopper.netlify.app/ -->
Expand Down

0 comments on commit 62de8d1

Please sign in to comment.