forked from MihirMandviya/voice-axis-scan
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
43 lines (39 loc) · 2.61 KB
/
index.html
File metadata and controls
43 lines (39 loc) · 2.61 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
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Bricspac Voice Analysis - AI-Powered Call Analysis Platform</title>
<meta name="description" content="Bricspac's AI-powered Voice Analysis platform transforms call performance across industries. Trusted by HR agencies, real estate, customer support, banking, and business operations for detailed sentiment, engagement, and objection insights." />
<meta name="author" content="Bricspac" />
<meta name="keywords" content="Bricspac, AI call analysis, voice analysis, sentiment analysis, call performance, HR agencies, real estate, customer support, banking, business operations, lead qualification" />
<meta name="robots" content="index, follow" />
<meta name="language" content="English" />
<meta name="revisit-after" content="7 days" />
<!-- Cache Control -->
<meta http-equiv="Cache-Control" content="no-cache, no-store, must-revalidate" />
<meta http-equiv="Pragma" content="no-cache" />
<meta http-equiv="Expires" content="0" />
<!-- Open Graph / Facebook -->
<meta property="og:type" content="website" />
<meta property="og:url" content="https://voice-analysis.bricspac.com/" />
<meta property="og:title" content="Bricspac Voice Analysis - AI-Powered Call Analysis Platform" />
<meta property="og:description" content="Bricspac's AI-powered Voice Analysis platform transforms call performance across industries. Trusted by HR agencies, real estate, customer support, banking, and business operations." />
<meta property="og:image" content="/Bricspac_Logo-tr.png" />
<meta property="og:image:width" content="1200" />
<meta property="og:image:height" content="630" />
<meta property="og:site_name" content="Bricspac Voice Analysis" />
<!-- Twitter -->
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:url" content="https://voice-analysis.bricspac.com/" />
<meta name="twitter:title" content="Bricspac Voice Analysis - AI-Powered Call Analysis Platform" />
<meta name="twitter:description" content="Bricspac's AI-powered Voice Analysis platform transforms call performance across industries. Trusted by HR agencies, real estate, customer support, banking, and business operations." />
<meta name="twitter:image" content="/Bricspac_Logo-tr.png" />
<meta name="twitter:site" content="@bricspac" />
<meta name="twitter:creator" content="@bricspac" />
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx?v=2"></script>
</body>
</html>