forked from Precise-Goals/Spectrav2
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
52 lines (48 loc) · 2.76 KB
/
Copy pathindex.html
File metadata and controls
52 lines (48 loc) · 2.76 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
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=1024" />
<title>Spectra Wallet</title>
<meta name="description" content="Spectra: Unified Web3 Agentic Wallet & Exchange. Experience gasless transactions, SaaS tiered membership, and autonomous AI agents on Stellar Mainnet, powered by Soroban." />
<meta name="keywords" content="Spectra, Web3, Crypto Wallet, Decentralized Exchange, DEX, AI Agent, Gasless Transactions, Soroban, Stellar, Smart Contracts" />
<meta name="author" content="Precise-Goals" />
<meta name="robots" content="index, follow" />
<link rel="canonical" href="https://falcons-spectra.vercel.app/" />
<!-- JSON-LD Structured Data for Google Rich Snippets -->
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "WebApplication",
"name": "Spectra Wallet",
"url": "https://falcons-spectra.vercel.app/",
"description": "Unified Web3 Agentic Wallet & Exchange with gasless transactions and AI assistance on Stellar Mainnet.",
"applicationCategory": "FinanceApplication",
"operatingSystem": "Web"
}
</script>
<!-- Open Graph / Facebook -->
<meta property="og:type" content="website" />
<meta property="og:url" content="https://falcons-spectra.vercel.app/" />
<meta property="og:title" content="Spectra: Unified Web3 Agentic Wallet" />
<meta property="og:description" content="Experience gasless transactions, SaaS tiered membership, and autonomous AI agents on Stellar Mainnet, powered by Soroban." />
<meta property="og:image" content="https://i.ibb.co/VWfjNZCX/Spectra.jpg" />
<!-- Twitter -->
<meta property="twitter:card" content="summary_large_image" />
<meta property="twitter:url" content="https://falcons-spectra.vercel.app/" />
<meta property="twitter:title" content="Spectra: Unified Web3 Agentic Wallet" />
<meta property="twitter:description" content="Experience gasless transactions, SaaS tiered membership, and autonomous AI agents on Stellar Mainnet, powered by Soroban." />
<meta property="twitter:image" content="https://i.ibb.co/VWfjNZCX/Spectra.jpg" />
<meta name="twitter:creator" content="@spectra_falcons" />
<meta name="twitter:site" content="@spectra_falcons" />
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png" />
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png" />
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png" />
<link rel="manifest" href="/site.webmanifest" />
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.jsx"></script>
</body>
</html>