-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathindex.html
More file actions
81 lines (70 loc) · 4.17 KB
/
index.html
File metadata and controls
81 lines (70 loc) · 4.17 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Solana Trading Bot | Sniper Bot, MEV Bot, Copy Trading & Arbitrage Solutions</title>
<!-- SEO Meta Tags -->
<meta name="description" content="Advanced Solana trading bots for maximum profits: Sniper bots for instant trades, MEV bots for front-running, copy trading for expert strategies, and arbitrage bots for market inefficiencies. Complete trading bot guide and education." />
<meta name="keywords" content="Solana sniper bot, Solana MEV bot, meme coin, meme sniper, whale copy trade, Solana copy trading, Solana arbitrage bot, crypto trading automation, pump.fun sniper, dexscreener bot, Solana trading tools, crypto bot solutions, trading bot guide, automated trading education" />
<meta name="author" content="cryptokingmax" />
<meta name="robots" content="index, follow, max-image-preview:large, max-snippet:-1, max-video-preview:-1" />
<link rel="canonical" href="https://cryptokingmax.com" />
<link rel="canonical" href="https://github.com/cryptoking-max" />
<!-- Google Search Console Verification -->
<meta name="google-site-verification" content="22_3RnsMqauX7B1NcTFNMjUdnbLbAMq7Td3W89W3Ijk" />
<!-- Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-E7HF24M1RE"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-E7HF24M1RE');
</script>
<!-- Open Graph / Facebook -->
<meta property="og:title" content="Solana Trading Bots | Sniper, MEV, Copy Trading & Arbitrage" />
<meta property="og:description" content="Professional Solana trading automation: Sniper bots for instant trades, MEV bots for front-running opportunities, copy trading for expert strategies, and arbitrage bots for market profits. Complete trading bot education and guide." />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://cryptokingmax.com" />
<meta property="og:image" content="https://cryptokingmax.com/solana-trading-bots.png" />
<meta property="og:site_name" content="cryptokingmax" />
<meta property="og:image:width" content="1200" />
<meta property="og:image:height" content="630" />
<!-- Twitter Meta -->
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:site" content="@crytokingmax" />
<meta name="twitter:creator" content="@crytokingmax" />
<meta name="twitter:title" content="Solana Trading Bots | Advanced Trading Automation Solutions" />
<meta name="twitter:description" content="Maximize your Solana trading with our suite of bots: Sniper bots, MEV bots, copy trading, and arbitrage solutions. Professional-grade automation for serious traders. Complete educational guide included." />
<meta name="twitter:image" content="https://cryptokingmax.com/solana-trading-bots.png" />
<!-- App / Device Meta -->
<meta name="application-name" content="cryptokingmax Solana Bots" />
<meta name="apple-mobile-web-app-title" content="cryptokingmax Solana Bots" />
<meta name="theme-color" content="#0d1117" />
<meta name="msapplication-TileColor" content="#0d1117" />
<meta name="msapplication-config" content="/browserconfig.xml" />
<!-- Structured Data for Google -->
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "SoftwareApplication",
"name": "cryptokingmax Solana Trading Bots",
"applicationCategory": "FinanceApplication",
"operatingSystem": "Web",
"description": "Advanced Solana trading automation including sniper bots, MEV bots, copy trading, and arbitrage solutions with comprehensive educational resources",
"offers": {
"@type": "Offer",
"price": "Contact for pricing",
"priceCurrency": "USD"
},
"educationalUse": "Trading bot education, cryptocurrency automation learning, DeFi trading strategies"
}
</script>
</head>
<body>
<div id="root"></div>
<!-- Important Scripts -->
<script src="https://cdn.gpteng.co/gptengineer.js" type="module"></script>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>