Skip to content

Commit

Permalink
Update seo tags
Browse files Browse the repository at this point in the history
alexkiro committed Mar 13, 2024
1 parent c7691ea commit e88de6e
Showing 1 changed file with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -11,6 +11,38 @@
<meta name="msapplication-TileColor" content="#da532c" />
<meta name="theme-color" content="#048978" />
<title>Letter Clash</title>

<meta name="description" content="Anagram Game Solver. Try to make as many words as you can with just 7 letters." />
<meta
name="twitter:description"
content="Anagram Game Solver. Try to make as many words as you can with just 7 letters."
/>
<meta
property="og:description"
content="Anagram Game Solver. Try to make as many words as you can with just 7 letters."
/>

<meta name="keywords" content="games,words,letters,anagrams" />
<meta property="og:article:tag" content="games" />
<meta property="og:article:tag" content="words" />
<meta property="og:article:tag" content="letters" />
<meta property="og:article:tag" content="anagrams" />

<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="Letter Clash" />
<meta property="twitter:url" content="https://letter-clash.alexkiro.com" />
<meta property="twitter:domain" content="letter-clash.alexkiro.com" />

<meta property="og:type" content="game" />
<meta property="og:title" content="Letter Clash" />
<meta property="og:url" content="https://letter-clash.alexkiro.com" />

<meta name="twitter:image" content="https://letter-clash.alexkiro.com/pwa-512x512.png" />
<meta property="og:image" content="https://letter-clash.alexkiro.com/pwa-512x512.png" />
<meta property="og:image:width" content="512" />
<meta property="og:image:height" content="512" />

<meta property="og:article:author" content="alexkiro" />
</head>
<body>
<div id="app"></div>

0 comments on commit e88de6e

Please sign in to comment.