-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
110 lines (102 loc) · 4.48 KB
/
index.html
File metadata and controls
110 lines (102 loc) · 4.48 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
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<link rel="icon" href="/src/assets/logo.png">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- Primary Meta Tags -->
<meta name="title" content="Pluto - AI-Powered Customer Support with RAG Technology | Reduce Costs 80%">
<meta name="description" content="Transform customer support with Pluto's AI chatbot using RAG technology. Get 95% accurate responses in <0.5s. Reduce support costs by 80%. Start free trial today.">
<meta name="keywords" content="AI customer support, RAG chatbot, automated customer service, AI support platform, customer support automation, AI chatbot, intelligent customer service, RAG technology">
<meta name="robots" content="index, follow">
<meta name="language" content="English">
<meta name="author" content="Pluto">
<title>Pluto - AI-Powered Customer Support with RAG Technology | Reduce Costs 80%</title>
<!-- Canonical URL -->
<link rel="canonical" href="https://pluto.chat/">
<!-- Open Graph / Facebook -->
<meta property="og:type" content="website">
<meta property="og:url" content="https://pluto.chat/">
<meta property="og:title" content="Pluto - AI-Powered Customer Support with RAG Technology">
<meta property="og:description" content="Transform customer support with Pluto's AI chatbot. 95% accuracy, <0.5s responses, 80% cost reduction. Start free trial.">
<meta property="og:image" content="https://pluto.chat/og-image.jpg">
<meta property="og:site_name" content="Pluto">
<meta property="og:locale" content="en_US">
<!-- Twitter -->
<meta property="twitter:card" content="summary_large_image">
<meta property="twitter:url" content="https://pluto.chat/">
<meta property="twitter:title" content="Pluto - AI-Powered Customer Support with RAG Technology">
<meta property="twitter:description" content="Transform customer support with Pluto's AI chatbot. 95% accuracy, <0.5s responses, 80% cost reduction.">
<meta property="twitter:image" content="https://pluto.chat/twitter-image.jpg">
<!-- Structured Data - Organization -->
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "Organization",
"name": "Pluto",
"url": "https://pluto.chat",
"logo": "https://pluto.chat/logo.png",
"description": "AI-powered customer support platform using RAG technology",
"sameAs": [
"https://twitter.com/pluto",
"https://linkedin.com/company/pluto"
],
"contactPoint": {
"@type": "ContactPoint",
"contactType": "Customer Support",
"email": "support@pluto.chat"
}
}
</script>
<!-- Structured Data - SoftwareApplication -->
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "SoftwareApplication",
"name": "Pluto",
"applicationCategory": "BusinessApplication",
"operatingSystem": "Web",
"offers": {
"@type": "AggregateOffer",
"lowPrice": "29",
"highPrice": "299",
"priceCurrency": "USD",
"priceSpecification": [
{
"@type": "UnitPriceSpecification",
"price": "29",
"priceCurrency": "USD",
"name": "Starter Plan"
},
{
"@type": "UnitPriceSpecification",
"price": "99",
"priceCurrency": "USD",
"name": "Professional Plan"
},
{
"@type": "UnitPriceSpecification",
"price": "299",
"priceCurrency": "USD",
"name": "Enterprise Plan"
}
]
},
"aggregateRating": {
"@type": "AggregateRating",
"ratingValue": "4.8",
"ratingCount": "1250"
},
"description": "AI-powered customer support platform using RAG technology for instant, accurate responses",
"featureList": "AI-powered RAG technology, Smart knowledge base, Instant responses, Enterprise security, Advanced analytics, Easy integration"
}
</script>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css">
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/main.js"></script>
<!-- Pluto Chat Widget -->
<script src="https://backend.plutoo.chat/widget/widget-direct.js" data-bot-token="HmiOOSR2XsjfOLEMUxkmK_mTwUe1Yw_ciJnMTuL0Xjc"></script>
</body>
</html>