-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
69 lines (64 loc) · 4.45 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
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Google tag (gtag.js) -->
<script
async
src="https://www.googletagmanager.com/gtag/js?id=G-RE4ETEHHPG"
></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag("js", new Date());
gtag("config", "G-RE4ETEHHPG");
</script>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta
name="description"
content=" SubViz | Explore Reddit Like a Pro | Unlock the World of Subreddits with
an Interactive Map"
/>
<meta
name="keywords"
content="SubViz, Reddit, interactive map, subreddit exploration, related subreddits, discover new communities, hidden gems, content discovery, social media trends, AI-powered exploration tool, SubViz, Reddit exploration, Subreddit map, Interactive Reddit tool, Reddit keyword search, Discover Reddit communities, Related subreddits, Subreddit discovery, Reddit graph, Social media exploration, Content discovery, Hidden gems on Reddit, AI-powered subreddit tool, Subreddit visualization, Reddit trends, AI for Reddit, Reddit content discovery, Subreddit connections, Reddit engagement, Social media map, Reddit topics map, Subreddit insights, Reddit community discovery, Trending Reddit posts, Subreddit recommendations, Reddit research tool, Community engagement, Niche subreddit discovery, Explore Reddit like a pro, Social media insights, Reddit exploration tool,AI, artificial intelligence, Prospectra, technology, innovation, AI solutions, social media analyzer, real-time social media insights, social media buzz tool, ICP analysis tool, social media sentiment analysis, market research automation, lead generation tool, real-time social media monitoring, social media trends analyzer, competitor analysis tool, Twitter analytics tool, Reddit sentiment analysis, LinkedIn insights tool, audience sentiment analysis, product feedback analyzer, political campaign analytics, social media trends 2025, buy decision insights, SMB marketing automation, customer engagement metrics, how to analyze social media buzz in real time, best tools for social media market research, real-time sentiment analysis for Twitter LinkedIn and Reddit, automated social media insights for political campaigns, analyze competitor social media strategies easily, affordable social media analysis tools for startups, simplify product validation with social media insights, social media analyzer for founders and freelancers, discover customer preferences with social media sentiment analysis, real-time social buzz tool for informed decision-making, Prospectra tool, Prospectra social media analyzer, Prospectra market research tool, Prospectra AI insights, Prospectra real-time social media reports, AI-powered social media analytics, data-driven marketing tools, actionable insights for social media, automated market research, social media performance metrics"
/>
<meta name="Aniket Sinha" content="SubViz" />
<meta name="robots" content="index, follow" />
<link rel="canonical" href="https://subviz.prospectraai.com" />
<meta
property="og:title"
content=" SubViz | Explore Reddit Like a Pro | Unlock the World of Subreddits with
an Interactive Map"
/>
<meta
property="og:description"
content="Discover and explore Reddit's hidden gems with an interactive map connecting subreddits by keywords."
/>
<meta property="og:url" content="https://subviz.prospectraai.com" />
<meta property="og:type" content="website" />
<link
rel="icon"
href="./src/assets/headerlogo.png"
sizes="32x32"
type="image/png"
/>
<link rel="apple-touch-icon" href="/src/assets/header-icon.png" />
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link
href="https://fonts.googleapis.com/css2?family=Outfit&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900&display=swap"
rel="stylesheet"
/>
<title>
SubViz | Explore Reddit Like a Pro | Unlock the World of Subreddits with
an Interactive Map
</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.jsx"></script>
</body>
</html>