-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
64 lines (64 loc) · 3.38 KB
/
index.html
File metadata and controls
64 lines (64 loc) · 3.38 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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<title>Compare Instagram Followers and Following | See Who Follows You Back</title>
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
<link rel="manifest" href="/site.webmanifest">
<link rel="mask-icon" href="/safari-pinned-tab.svg" color="#9360F7">
<meta name="apple-mobile-web-app-title" content="Compare IG">
<meta name="application-name" content="Compare IG">
<meta name="theme-color" content="#9360F7">
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="description" content="Easily compare your Instagram followers to your following. Upload your lists to see who doesn’t follow you back, who you don’t follow back, and more. No login required.">
<meta property="og:title" content="Compare Instagram Followers and Following | See Who Follows You Back">
<meta property="og:description" content="Easily compare your Instagram followers to your following. Upload your lists to see who doesn’t follow you back, who you don’t follow back, and more. No login required.">
<meta property="og:image" content="https://compareig.com/og-image.png">
<meta property="og:url" content="https://compareig.com">
<meta property="og:type" content="website">
<meta name="twitter:card" content="summary">
<meta name="twitter:creator" content="@samhenrigold">
<meta name="twitter:title" content="Compare Instagram Followers and Following | See Who Follows You Back">
<meta name="twitter:description" content="Easily compare your Instagram followers to your following. Upload your lists to see who doesn’t follow you back, who you don’t follow back, and more. No login required.">
<meta property="fediverse:creator" content="samhenrigold@hachyderm.io" />
<script defer data-domain="compareig.com" src="https://plausible.io/js/script.js"></script>
<script defer data-domain="compareig.com" src="/js/script.tagged-events.js"></script>
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "FAQPage",
"mainEntity": [{
"@type": "Question",
"name": "How do I compare my Instagram followers to my following list?",
"acceptedAnswer": {
"@type": "Answer",
"text": "Simply export your followers and following lists from Instagram, upload them into CompareIG, and within seconds you'll see who doesn't follow you back."
}
},
{
"@type": "Question",
"name": "Is this tool safe to use?",
"acceptedAnswer": {
"@type": "Answer",
"text": "Yes. CompareIG never asks for your Instagram password. You only upload downloaded data from your account settings."
}
}]
}
</script>
<script type="application/ld+json">
{
"@context" : "https://schema.org",
"@type" : "WebSite",
"name" : "Compare IG",
"alternateName": ["CompareIG", "Compare Instagram Followers"],
"url" : "https://compareig.com/"
}
</script>
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/main.ts"></script>
</body>
</html>