-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
56 lines (50 loc) · 3.08 KB
/
Copy pathindex.html
File metadata and controls
56 lines (50 loc) · 3.08 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
<!DOCTYPE html>
<html lang="en-IN">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Richie AI - AI-Powered Financial Planning for CFPs in India</title>
<meta name="description" content="Scale your CFP practice with intelligent, compliance-first financial planning software. Richie helps you create detailed plans in minutes, not days. Get 5 free plans for new users." />
<meta name="keywords" content="CFP India, financial planning software, AI financial planner, SEBI compliant, certified financial planner tools, investment advisory software, wealth management platform" />
<meta name="author" content="FREP FINTECH SOLUTIONS PVT LTD" />
<meta name="robots" content="index, follow" />
<meta name="language" content="en-IN" />
<meta name="geo.region" content="IN" />
<meta name="geo.country" content="India" />
<meta name="theme-color" content="#113866" />
<link rel="canonical" href="https://richie-ai.com/" />
<!-- Favicons -->
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
<link rel="apple-touch-icon" href="/favicon.svg" />
<!-- Open Graph / Facebook -->
<meta property="og:type" content="website" />
<meta property="og:title" content="Richie AI - AI-Powered Financial Planning for CFPs" />
<meta property="og:description" content="Scale your CFP practice with intelligent, compliance-first financial planning software" />
<meta property="og:image" content="https://richie-ai.com/richie-ai-logo.svg" />
<meta property="og:url" content="https://richie-ai.com/" />
<meta property="og:site_name" content="Richie AI" />
<meta property="og:locale" content="en_IN" />
<!-- Twitter -->
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:site" content="@richie_ai" />
<meta name="twitter:creator" content="@richie_ai" />
<meta name="twitter:title" content="Richie AI - AI-Powered Financial Planning for CFPs" />
<meta name="twitter:description" content="Scale your CFP practice with intelligent, compliance-first financial planning software" />
<meta name="twitter:image" content="https://richie-ai.com/richie-ai-logo.svg" />
<!-- Additional Meta Tags -->
<meta name="msapplication-TileColor" content="#113866" />
<meta name="mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-status-bar-style" content="default" />
<meta name="format-detection" content="telephone=no" />
<!-- Google Fonts -->
<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=Inter:wght@400;500;600;700&family=Playfair+Display:wght@400;600;700&display=swap" rel="stylesheet">
</head>
<body>
<div id="root"></div>
<!-- IMPORTANT: DO NOT REMOVE THIS SCRIPT TAG OR THIS VERY COMMENT! -->
<script src="https://cdn.gpteng.co/gptengineer.js" type="module"></script>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>