-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathindex.html
More file actions
80 lines (69 loc) · 3.26 KB
/
Copy pathindex.html
File metadata and controls
80 lines (69 loc) · 3.26 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
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<!-- Google Site Verification -->
<meta name="google-site-verification" content="GvZwXW8JwEqbMmmF-DWJi1HIAT2V1bZ6NFb3Av-19Ak" />
<!-- Favicon & Manifest -->
<link rel="icon" type="image/png" href="/favicons/favicon-96x96.png" sizes="96x96" />
<link rel="icon" type="image/svg+xml" href="/favicons/favicon.svg" />
<link rel="shortcut icon" href="/favicons/favicon.ico" />
<link rel="apple-touch-icon" sizes="180x180" href="/favicons/apple-touch-icon.png" />
<meta name="apple-mobile-web-app-title" content="FinanceFlow" />
<link rel="manifest" href="/favicons/site.webmanifest" />
<!-- SEO Meta Tags -->
<meta name="description" content="FinanceFlow is an AI-powered financial management platform that helps you track, analyze, and optimize your spending with real-time insights." />
<link rel="canonical" href="https://financeflow24.vercel.app/" />
<!-- OpenGraph Metadata -->
<meta property="og:title" content="FinanceFlow - Manage Your Finances with Intelligence" />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://financeflow24.vercel.app/" />
<meta property="og:image" content="https://financeflow24.vercel.app/og-image.png" />
<meta property="og:description" content="Take control of your money with FinanceFlow's smart expense tracker, AI receipt scanner, and WhatsApp integration." />
<meta property="og:site_name" content="FinanceFlow" />
<meta property="og:locale" content="en_US" />
<!-- Twitter Card Metadata -->
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="FinanceFlow - AI Financial Management Platform" />
<meta name="twitter:description" content="AI receipt scanning, WhatsApp expense tracking, and intelligent analytics. Take control of your money with FinanceFlow." />
<meta name="twitter:image" content="https://financeflow24.vercel.app/og-image.png" />
<!-- Preconnect to Fonts -->
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<!-- Structured Data (JSON-LD) -->
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "SoftwareApplication",
"name": "FinanceFlow",
"url": "https://financeflow24.vercel.app/",
"applicationCategory": "FinanceApplication",
"operatingSystem": "All",
"description": "An AI-powered financial management platform that helps individuals and businesses track, analyze, and optimize spending.",
"screenshot": "https://financeflow24.vercel.app/og-image.png",
"offers": {
"@type": "Offer",
"price": "0",
"priceCurrency": "USD"
}
}
</script>
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "WebSite",
"url": "https://financeflow24.vercel.app/",
"name": "FinanceFlow"
}
</script>
<!-- Main CSS -->
<link rel="stylesheet" href="/src/index.css">
<title>FinanceFlow - Manage Your Finances Efficiently</title>
<!--app-head-->
</head>
<body>
<div id="root"><!--app-html--></div>
<script type="module" src="/src/entry-client.jsx"></script>
</body>
</html>