Skip to content

Commit 78f253c

Browse files
committed
perf (SEO): social meta tags
1 parent cde5998 commit 78f253c

File tree

1 file changed

+14
-2
lines changed

1 file changed

+14
-2
lines changed

index.html

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,20 @@
1212
<meta name="author" content="JadsonLucena <jadsonlucena@gmail.com>">
1313

1414
<meta name="viewport" content="width=device-width, initial-scale=1.0">
15+
<meta name="theme-color" content="#FFFFFF" />
16+
<meta name="image" content="./images/favicon.svg">
17+
<meta name="application-name" content="Semantic Commit Generator">
18+
19+
<!-- Schema.org for Google -->
20+
<meta itemprop="name" content="Semantic Commit Generator">
21+
<meta itemprop="description" content="A practical generator for creating standardized semantic commits. This convention adds human and machine readable meanings.">
22+
<meta itemprop="image" content="./images/favicon.svg">
23+
<!-- Open Graph general (Facebook, Pinterest & Google+) -->
24+
<meta name="og:title" content="Semantic Commit Generator">
25+
<meta name="og:description" content="A practical generator for creating standardized semantic commits. This convention adds human and machine readable meanings.">
26+
<meta name="og:image" content="./images/favicon.svg">
27+
<meta name="og:site_name" content="Semantic Commit Generator">
28+
<meta name="og:type" content="website">
1529

1630
<link rel="shortcut icon" type="image/x-icon" sizes="16x16" href="./images/favicon.ico">
1731
<link rel="icon" type="image/png" sizes="32x32" href="./images/favicon-32x32.png">
@@ -20,8 +34,6 @@
2034
<link rel="icon" type="image/png" sizes="144x144" href="./images/favicon-144x144.png">
2135
<link rel="icon" type="image/png" sizes="512x512" href="./images/favicon-512x512.png">
2236
<link rel="apple-touch-icon" href="./images/apple-touch-icon-192x192.webp">
23-
24-
<meta name="theme-color" content="#FFFFFF" />
2537

2638
<link rel="stylesheet" href="./styles/index.css">
2739

0 commit comments

Comments
 (0)