Skip to content

Commit 0e1b83b

Browse files
SEO: Meta Description added
1 parent 7a65c10 commit 0e1b83b

File tree

1 file changed

+19
-1
lines changed

1 file changed

+19
-1
lines changed

client/index.html

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,24 @@
22
<html lang="en">
33
<head>
44
<meta charset="UTF-8">
5+
6+
<!-- Website Description for SEO -->
7+
<meta name="Description" CONTENT="Cryptle| Wordle Clone with enarx">
8+
<meta name="author" CONTENT="Rust HTTP Server: Harald, Single Player: Richard, Multi Player: Nick, Client: Nick (current) and Vanessa Stewart (original author)">
9+
<meta name="owner" content="https://enarx.dev/">
10+
11+
<meta name="Keywords"
12+
content="opensource, Wasm, Webassembly, enarx, cryptle, wordle">
13+
14+
<meta name="description"
15+
content="opensource, Wasm, Webassembly, enarx, cryptle, wordle">
16+
17+
<meta property="og:title" content="Cryptle| Wordle Clone with enarx">
18+
<meta property="og:description" content="opensource, Wasm, Webassembly, enarx, cryptle, wordle">
19+
20+
21+
22+
523
<meta http-equiv="X-UA-Compatible" content="IE=edge">
624
<meta name="viewport" content="width=device-width, initial-scale=1.0">
725
<link rel="stylesheet" href="styles.css" type="text/css">
@@ -105,4 +123,4 @@ <h3>Winners Ranking</h3>
105123
</div>
106124
</main>
107125
</body>
108-
</html>
126+
</html>

0 commit comments

Comments
 (0)