-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
46 lines (42 loc) · 1.89 KB
/
index.html
File metadata and controls
46 lines (42 loc) · 1.89 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>ReserveMap - All your dining benefits. One map.</title>
<meta name="description" content="Find 8,000+ restaurants that maximize your credit card dining benefits. Amex Global Dining, Chase Sapphire Reserve - all on one interactive map." />
<!-- Open Graph / Social -->
<meta property="og:type" content="website" />
<meta property="og:title" content="ReserveMap - All your dining benefits. One map." />
<meta property="og:description" content="The spreadsheet behind the velvet rope. Find restaurants that work with your card benefits." />
<meta property="og:url" content="https://reservemap.vercel.app" />
<!-- Twitter -->
<meta name="twitter:card" content="summary" />
<meta name="twitter:title" content="ReserveMap" />
<meta name="twitter:description" content="All your dining benefits. One map." />
<!-- Theme color for mobile browsers -->
<meta name="theme-color" content="#0f172a" />
<!-- Structured Data for AI & Search Engines -->
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "WebApplication",
"name": "ReserveMap",
"description": "Find restaurants where you can use Chase Sapphire Reserve, Amex Global Dining Access, and other premium credit card dining benefits. Interactive map across 50+ US cities.",
"url": "https://reservemap.vercel.app",
"applicationCategory": "LifestyleApplication",
"operatingSystem": "Web",
"offers": {
"@type": "Offer",
"price": "0",
"priceCurrency": "USD"
}
}
</script>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.jsx"></script>
</body>
</html>