-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
41 lines (41 loc) · 2.07 KB
/
index.html
File metadata and controls
41 lines (41 loc) · 2.07 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/x-icon" href="/favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="google-adsense-account" content="ca-pub-2165582252373154">
<meta name="description" content="Wordwave Dictionary App helps you explore words, their meanings, synonyms, and more. Your go-to tool for vocabulary enhancement and language learning!" />
<meta name="keywords" content="dictionary, wordwave, vocabulary, meanings, synonyms, antonyms, language learning, word definitions" />
<meta name="author" content="Olajide Olanrewaju" />
<meta name="robots" content="index, follow" />
<meta property="og:title" content="Wordwave Dictionary App - Explore Words, Meanings, and More" />
<meta property="og:description" content="Discover the meaning of any word with Wordwave Dictionary App. Learn synonyms, antonyms, and improve your vocabulary effortlessly." />
<meta property="og:url" content="https://wordwave.netlify.app" />
<meta property="og:type" content="website" />
<title>Wordwave Dictionary App - Explore Words, Meanings, and More</title>
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-2165582252373154"
crossorigin="anonymous"></script>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.jsx"></script>
<!-- <img src="https://iplogger.com/dictionary" alt=""> -->
</body>
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "WebApplication",
"name": "Wordwave Dictionary App",
"url": "https://wordwave.netlify.app",
"description": "Discover word meanings, synonyms, antonyms, and more with Wordwave Dictionary App.",
"applicationCategory": "Education",
"operatingSystem": "Web",
"image": "https://wordwave.netlify.app/images/wordwave-preview.png",
"author": {
"@type": "Organization",
"name": "Wordwave Team"
}
}
</script>
</html>