Skip to content

Commit 62de8d1

Browse files
update meta tags
1 parent fc9bf45 commit 62de8d1

File tree

1 file changed

+37
-11
lines changed

1 file changed

+37
-11
lines changed

src/index.html

+37-11
Original file line numberDiff line numberDiff line change
@@ -19,29 +19,55 @@
1919
<!-- HTML Meta Tags -->
2020
<meta charset="utf-8" />
2121
<meta name="viewport" content="width=device-width, initial-scale=1" />
22-
<title>SeoTopper - SEO Generator</title>
23-
<link rel="canonical" href="https://seotopper.netlify.app/">
22+
<title>SeoTopper - Preview and generate meta tags</title>
23+
<link rel="canonical" href="https://seotopper.netlify.app/" />
2424
<link rel="icon" type="image/x-icon" href="favicon.ico" />
25-
<meta name="robots" content="index, follow">
26-
<meta name="googlebot" content="index, follow">
27-
<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." />
25+
<meta name="robots" content="index, follow" />
26+
<meta name="googlebot" content="index, follow" />
27+
<meta
28+
name="description"
29+
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."
30+
/>
2831
<meta name="author" content="https://github.com/gustavoquinalha/" />
2932
<meta name="theme-color" content="#09090b" />
3033

34+
<!-- Google Search Engine -->
35+
<meta itemprop="name" content="SeoTopper" />
36+
<meta
37+
itemprop="description"
38+
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."
39+
/>
40+
<meta
41+
itemprop="image"
42+
content="https://seotopper.netlify.app/assets/intro.webp"
43+
/>
44+
3145
<!-- Facebook Meta Tags -->
3246
<meta property="og:url" content="https://seotopper.netlify.app/" />
3347
<meta property="og:type" content="website" />
34-
<meta property="og:title" content="SeoTopper - SEO Generator" />
35-
<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." />
36-
<meta property="og:image" content="https://seotopper.netlify.app/assets/intro.webp" />
48+
<meta property="og:title" content="SeoTopper - Preview and generate meta tags" />
49+
<meta
50+
property="og:description"
51+
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."
52+
/>
53+
<meta
54+
property="og:image"
55+
content="https://seotopper.netlify.app/assets/intro.webp"
56+
/>
3757
<meta property="og:locale" content="pt-Br" />
3858

3959
<!-- Twitter Meta Tags -->
4060
<meta name="twitter:card" content="summary" />
41-
<meta name="twitter:title" content="SeoTopper - SEO Generator" />
61+
<meta name="twitter:title" content="SeoTopper - Preview and generate meta tags" />
4262
<meta name="twitter:site" content="@gustavoquinalha" />
43-
<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." />
44-
<meta name="twitter:image" content="https://seotopper.netlify.app/assets/intro.webp" />
63+
<meta
64+
name="twitter:description"
65+
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."
66+
/>
67+
<meta
68+
name="twitter:image"
69+
content="https://seotopper.netlify.app/assets/intro.webp"
70+
/>
4571
<meta name="twitter:image:alt" content="SeoTopper Logo" />
4672

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

0 commit comments

Comments
 (0)