-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
70 lines (56 loc) · 2.96 KB
/
index.html
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
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>aShell - Powerful ADB Commands for Android</title>
<!-- Meta Description -->
<meta name="description" content="Download aShell to run ADB commands directly on your Android device. Streamline your Android management and control your device with ease." />
<!-- Keywords -->
<meta name="keywords" content="aShell, ADB commands, Android app, terminal app, run commands on Android, Android shell, developer tools, Android management" />
<!-- Open Graph for Social Sharing -->
<meta property="og:title" content="aShell - Powerful ADB Commands for Android" />
<meta property="og:description" content="Download aShell to execute ADB commands directly on your Android device. Perfect for developers and power users." />
<meta property="og:image" content="https://github.com/KrishnaSSH/ashellyou-website/raw/main/src/assets/banner.png">
<meta property="og:url" content="https://ashell.vercel.com" />
<meta property="og:type" content="website" />
<!-- Twitter Card -->
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="aShell - Powerful ADB Commands for Android" />
<meta name="twitter:description" content="Run ADB commands directly on your Android device with aShell. Ideal for developers and advanced users." />
<meta name="twitter:image" content="https://raw.githubusercontent.com/DP-Hridayan/aShellYou/7ae22faf02f97b37a9c8ec53d7cd7325b6611372/assets/mockups.svg" />
<meta name="google-site-verification" content="MdsKRdPUs03lMlVcNU_zrju8dP1RlTEzsgW6RYvAAU0" />
<!-- Favicon -->
<link rel="icon" href="/src/assets/logo.ico" type="image/x-icon" />
<!-- Structured Data for SEO -->
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "SoftwareApplication",
"name": "aShell",
"operatingSystem": "ANDROID",
"applicationCategory": "Utilities",
"description": "aShell is an Android app that allows you to run ADB commands directly on your device without the need for a computer.",
"image": "https://raw.githubusercontent.com/DP-Hridayan/aShellYou/7ae22faf02f97b37a9c8ec53d7cd7325b6611372/assets/mockups.svg",
"url": "https://your-app-website.com",
"aggregateRating": {
"@type": "AggregateRating",
"ratingValue": "4.8",
"ratingCount": "254"
},
"offers": {
"@type": "Offer",
"price": "0",
"priceCurrency": "USD"
}
}
</script>
<!-- Additional SEO Enhancements -->
<meta name="robots" content="index, follow" />
<link rel="alternate" hreflang="en" href="https://ashell.vercel.app" />
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>