-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
42 lines (34 loc) · 1.76 KB
/
index.html
File metadata and controls
42 lines (34 loc) · 1.76 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
42
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<!-- SEO Meta Tags -->
<title>CheckIfExist - Academic Reference Validation Tool</title>
<meta name="description"
content="Free online tool to verify academic references and citations. Check if your bibliography entries exist using CrossRef, Semantic Scholar, and OpenAlex databases. Get corrected APA citations and BibTeX." />
<meta name="keywords"
content="reference validation, citation checker, bibliography verification, CrossRef, Semantic Scholar, OpenAlex, APA citation, BibTeX, academic references, paper verification" />
<meta name="author" content="zabbonat" />
<!-- Open Graph / Social Media -->
<meta property="og:type" content="website" />
<meta property="og:title" content="CheckIfExist - Academic Reference Validation Tool" />
<meta property="og:description"
content="Free online tool to verify academic references and citations against CrossRef, Semantic Scholar, and OpenAlex." />
<meta property="og:url" content="https://zabbonat.github.io/References-Validation/" />
<!-- Twitter Card -->
<meta name="twitter:card" content="summary" />
<meta name="twitter:title" content="CheckIfExist - Academic Reference Validation" />
<meta name="twitter:description"
content="Verify your academic references online. Check citations against multiple databases." />
<!-- Canonical URL -->
<link rel="canonical" href="https://zabbonat.github.io/References-Validation/" />
<!-- Robots -->
<meta name="robots" content="index, follow" />
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>