-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
129 lines (115 loc) · 7.24 KB
/
index.html
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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>MetaScope - Analyze and Optimize Meta Tags</title>
<meta name="description" content="MetaScope is an intuitive tool for analyzing website meta tags, including SEO, social media, and verification tags. It highlights missing or mismatched tags and presents results in a user-friendly format.">
<meta name="keywords" content="MetaScope, meta tags analyzer, SEO tags, social media tags, website optimization, SEO tools, tag checker">
<meta name="author" content="MetaScope Team">
<meta property="og:title" content="MetaScope - Analyze and Optimize Meta Tags">
<meta property="og:description" content="MetaScope helps analyze website meta tags for SEO, social media, and verification, making it easy to optimize your site for search engines and sharing.">
<meta property="og:type" content="website">
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:title" content="MetaScope - Analyze and Optimize Meta Tags">
<meta name="twitter:description" content="MetaScope helps analyze website meta tags for SEO, social media, and verification, making it easy to optimize your site for search engines and sharing.">
<meta name="google-site-verification" content="example-google-site-verification-code">
<meta name="robots" content="index, follow">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<link rel="icon" type="image/png" href="./meta.svg">
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.0.2/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-EVSTQN3/azprG1Anm3QDgpJLIm9Nao0Yz1ztcQTwFspd3yD65VohhpuuCOmLASjC" crossorigin="anonymous">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css">
<style>
p,
span,
a,
strong,
em,
b,
pre {
display: block;
}
</style>
</head>
<body>
<div class="container-fluid">
<p class="text-center mt-3">
<i class="bi bi-meta text-primary" style="font-size: 50px;"></i> </br>
<strong>MetaScope</strong> is an intuitive tool for analyzing website meta tags, including SEO, social
media, and verification tags. It highlights missing or mismatched tags and presents results in a clean,
user-friendly format, making it easy to optimize your site for search engines and social sharing.
</p>
<div class="d-flex flex-column justify-content-center align-items-center w-80">
<input type="text" required style="width:55% !important; border-radius: 19px;" type="text"
class="form-control form-control-lg fs-5 w-100 w-md-80 text-center"
placeholder="Enter your url eg: https://example.com" id="url-input">
<small id="loadingStatus" style="height: 25px; font-size: 12px;"></small>
<div class="col-12 d-flex justify-content-center">
<button id="checkBtn" style="border-radius: 10px; display: inline;" class="btn btn-success mb-3 btn-lg">Start analyzing the
website</button>
<div hidden >
<div data-name="popover-content">
<div class="input-group">
<input type="url" id="proxyServerInput" class="form-control form-control-sm" value="https://api.allorigins.win/get?url=" placeholder="Enter proxy server url" name="proxyName">
<div class="input-group-btn">
<button id="saveProxyServer" style="margin-left: 5px;" class="btn btn-primary" type="submit">
<i class="bi bi-check2-circle"></i>
</button>
</div>
</div>
<div style="display: block;"><small ><a href="">Why you need to change ?</a></small></div>
</div>
</div>
<a id="setProxy" tabindex="0" style="height: 47px; margin-left: 5px; border-radius: 5px;" class="btn btn-lg btn-secondary" role="button" data-bs-toggle="popover" title="Change proxy server" ><i class="bi bi-gear-wide-connected"></i></a>
</div>
</div>
<div class="col-12 justify-content-center align-items-center">
<div class="col-12" id="result"></div>
<p class="text-center text-danger" id="status"></p>
</div>
<div class="row">
<div class="col-8">
<div class="text-center mb-2 col-12" id="loading"></div>
<div class="col-12" id="tag-list"> </div>
</div>
<div class="col-4">
<div class="alert alert-primary d-flex flex-column align-items-center text-center" role="alert">
<i class="bi bi-journal-album mb-2" style="font-size: 2rem;"></i>
<div>
<strong>Tip 1:</strong> Use descriptive and keyword-rich titles to improve your page's visibility.
</div>
</div>
<div class="alert alert-secondary d-flex flex-column align-items-center text-center" role="alert">
<div>
<strong>Tip 2:</strong> Write compelling meta descriptions to encourage click-throughs.
</div>
</div>
<div class="alert alert-warning d-flex flex-column align-items-center text-center" role="alert">
<div>
<strong>Tip 3:</strong> Always use alt text for your images to help with accessibility and SEO.
</div>
</div>
<div class="alert alert-danger d-flex flex-column align-items-center text-center" role="alert">
<div>
<strong>Tip 4:</strong> Optimize your website for faster loading times to reduce bounce rates.
</div>
</div>
<div class="alert alert-info d-flex flex-column align-items-center text-center" role="alert">
<i class="bi bi-link-45deg mb-2" style="font-size: 2rem;"></i>
<div>
<strong>Tip 5:</strong> Use internal and external links to improve site navigation and authority.
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<script type='text/javascript' src='https://cdnjs.cloudflare.com/ajax/libs/jquery/3.2.1/jquery.min.js'></script>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.0.2/dist/js/bootstrap.bundle.min.js" integrity="sha384-MrcW6ZMFYlzcLA8Nl+NtUVF0sA7MsXsP1UyJoMp4YLEuNSfAP+JcXn/tWtIaxVXM" crossorigin="anonymous"></script>
<script src="./checker.js"></script>
</body>
</html>