Skip to content

Commit 18c06df

Browse files
authored
seo (#15)
* fixes and updates * workflows changes * port fix for testin * code cleanup * seo
1 parent cde55d6 commit 18c06df

File tree

2 files changed

+17
-0
lines changed

2 files changed

+17
-0
lines changed

index.html

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,23 @@
55
<link rel="icon" href="/favicon.ico" />
66
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
77
<title>Password Generator</title>
8+
9+
<!-- Primary Meta Tags -->
10+
<meta name="description" content="Secure password generator tool to create strong, unique passwords" />
11+
12+
<!-- Open Graph / Facebook -->
13+
<meta property="og:type" content="website" />
14+
<meta property="og:url" content="https://passwords.roga.dev/" />
15+
<meta property="og:title" content="Password Generator" />
16+
<meta property="og:description" content="Secure password generator tool to create strong, unique passwords" />
17+
<meta property="og:image" content="https://passwords.roga.dev/images/og-image.jpg" />
18+
19+
<!-- Twitter -->
20+
<meta property="twitter:card" content="summary_large_image" />
21+
<meta property="twitter:url" content="https://passwords.roga.dev/" />
22+
<meta property="twitter:title" content="Password Generator" />
23+
<meta property="twitter:description" content="Secure password generator tool to create strong, unique passwords" />
24+
<meta property="twitter:image" content="https://passwords.roga.dev/images/og-image.jpg" />
825
</head>
926
<body>
1027
<div id="app"></div>

public/images/og-image.jpg

554 KB
Loading

0 commit comments

Comments
 (0)