|
3 | 3 | <head> |
4 | 4 | <meta charset="utf-8"> |
5 | 5 | <meta name="viewport" content="width=device-width, initial-scale=1"> |
6 | | - <title>Core-Monitor | Mac App Store Edition</title> |
7 | | - <meta name="description" content="Core-Monitor for the Mac App Store brings read-only system monitoring for modern Macs, optimized for Apple silicon, with CPU activity, memory pressure, storage, battery, network, thermal state, and local weather."> |
| 6 | + <title>Core-Monitor Mac App Store | Apple Silicon System Monitor for macOS</title> |
| 7 | + <meta name="description" content="Find Core-Monitor on the Mac App Store. Core-Monitor is a sandboxed Apple Silicon system monitor for macOS with CPU, memory, storage, battery, network, thermal state, menu bar status, and local weather."> |
8 | 8 | <meta name="application-name" content="Core-Monitor"> |
9 | 9 | <meta name="apple-mobile-web-app-title" content="Core-Monitor"> |
10 | 10 | <meta name="robots" content="index,follow,max-image-preview:large"> |
11 | 11 | <meta name="theme-color" content="#eef2f6"> |
12 | 12 | <link rel="canonical" href="https://offyotto.github.io/Core-Monitor/Mac-App-Store/"> |
| 13 | + <link rel="alternate" href="https://apps.apple.com/us/app/core-monitor/id6762558526?mt=12"> |
13 | 14 | <link rel="icon" href="../favicon.ico?v=4" sizes="any"> |
14 | 15 | <link rel="icon" type="image/png" sizes="512x512" href="../docs/images/site/core-monitor-logo.png?v=4"> |
15 | 16 | <link rel="shortcut icon" href="../docs/images/site/core-monitor-logo.png?v=4"> |
16 | 17 | <link rel="apple-touch-icon" href="../docs/images/site/core-monitor-logo.png?v=4"> |
17 | 18 | <meta property="og:site_name" content="Core-Monitor"> |
18 | 19 | <meta property="og:type" content="website"> |
19 | | - <meta property="og:title" content="Core-Monitor | Mac App Store Edition"> |
20 | | - <meta property="og:description" content="Sandboxed, read-only system monitoring for modern Macs, optimized for Apple silicon, with CPU, memory, battery, storage, network, weather, and a clean menu bar extra."> |
| 20 | + <meta property="og:title" content="Core-Monitor Mac App Store | Apple Silicon System Monitor for macOS"> |
| 21 | + <meta property="og:description" content="Official Core-Monitor Mac App Store landing page with a direct Apple App Store link for the sandboxed Apple Silicon system monitor."> |
21 | 22 | <meta property="og:url" content="https://offyotto.github.io/Core-Monitor/Mac-App-Store/"> |
22 | 23 | <meta property="og:image" content="https://offyotto.github.io/Core-Monitor/docs/images/ui/mac-app-store/app-store-dashboard.png"> |
23 | 24 | <meta property="og:image:alt" content="Core-Monitor Mac App Store edition showing CPU activity, memory, thermal state, weather, and other system cards."> |
24 | 25 | <meta name="twitter:card" content="summary_large_image"> |
25 | | - <meta name="twitter:title" content="Core-Monitor | Mac App Store Edition"> |
26 | | - <meta name="twitter:description" content="Read-only monitoring for the Mac App Store."> |
| 26 | + <meta name="twitter:title" content="Core-Monitor Mac App Store | Apple Silicon System Monitor"> |
| 27 | + <meta name="twitter:description" content="Find Core-Monitor on the Mac App Store for read-only Apple Silicon system monitoring."> |
27 | 28 | <meta name="twitter:image" content="https://offyotto.github.io/Core-Monitor/docs/images/ui/mac-app-store/app-store-dashboard.png"> |
28 | 29 | <link rel="stylesheet" href="styles.css"> |
| 30 | + <script type="application/ld+json"> |
| 31 | + { |
| 32 | + "@context": "https://schema.org", |
| 33 | + "@graph": [ |
| 34 | + { |
| 35 | + "@type": "WebPage", |
| 36 | + "@id": "https://offyotto.github.io/Core-Monitor/Mac-App-Store/#webpage", |
| 37 | + "name": "Core-Monitor Mac App Store Edition", |
| 38 | + "url": "https://offyotto.github.io/Core-Monitor/Mac-App-Store/", |
| 39 | + "description": "Official Core-Monitor Mac App Store landing page with a direct Apple App Store listing link.", |
| 40 | + "about": { |
| 41 | + "@id": "https://offyotto.github.io/Core-Monitor/Mac-App-Store/#app" |
| 42 | + } |
| 43 | + }, |
| 44 | + { |
| 45 | + "@type": "SoftwareApplication", |
| 46 | + "@id": "https://offyotto.github.io/Core-Monitor/Mac-App-Store/#app", |
| 47 | + "name": "Core-Monitor", |
| 48 | + "alternateName": ["Core Monitor", "Core-Monitor Mac App Store", "Core Monitor Mac"], |
| 49 | + "operatingSystem": "macOS 14 or later", |
| 50 | + "applicationCategory": "UtilitiesApplication", |
| 51 | + "softwareRequirements": "Mac with macOS 14 or later", |
| 52 | + "description": "Core-Monitor is a sandboxed Mac App Store system monitor for macOS. It shows CPU activity, memory pressure, storage, battery, network, thermal state, menu bar status, and local weather.", |
| 53 | + "url": "https://offyotto.github.io/Core-Monitor/Mac-App-Store/", |
| 54 | + "downloadUrl": "https://apps.apple.com/us/app/core-monitor/id6762558526?mt=12", |
| 55 | + "installUrl": "https://apps.apple.com/us/app/core-monitor/id6762558526?mt=12", |
| 56 | + "sameAs": [ |
| 57 | + "https://apps.apple.com/us/app/core-monitor/id6762558526?mt=12", |
| 58 | + "https://offyotto.github.io/Core-Monitor/Mac-App-Store/" |
| 59 | + ], |
| 60 | + "isAccessibleForFree": true, |
| 61 | + "featureList": [ |
| 62 | + "CPU activity and per-core load", |
| 63 | + "Memory pressure and storage usage", |
| 64 | + "Battery, network, uptime, and thermal state", |
| 65 | + "Menu bar status for Mac system monitoring", |
| 66 | + "Local weather when location access is enabled" |
| 67 | + ], |
| 68 | + "offers": { |
| 69 | + "@type": "Offer", |
| 70 | + "price": "0", |
| 71 | + "priceCurrency": "USD" |
| 72 | + }, |
| 73 | + "developer": { |
| 74 | + "@type": "Person", |
| 75 | + "name": "Nazish Faizan" |
| 76 | + } |
| 77 | + } |
| 78 | + ] |
| 79 | + } |
| 80 | + </script> |
29 | 81 | </head> |
30 | 82 | <body> |
31 | 83 | <div class="page-shell"> |
|
48 | 100 | <div class="hero-copy"> |
49 | 101 | <p class="eyebrow">Mac App Store Edition</p> |
50 | 102 | <h1>Core-Monitor</h1> |
51 | | - <p class="hero-lead">Sandboxed, read-only system monitoring for modern Macs, optimized for Apple silicon.</p> |
| 103 | + <p class="hero-lead">Search Core-Monitor in the Mac App Store, or open the official Apple listing directly.</p> |
52 | 104 | <div class="hero-actions"> |
53 | | - <a class="button primary" href="https://apps.apple.com/us/app/core-monitor/id6762558526?mt=12" target="_blank" rel="noopener">Download on the App Store</a> |
| 105 | + <a class="button primary" href="https://apps.apple.com/us/app/core-monitor/id6762558526?mt=12" target="_blank" rel="noopener">Open Apple App Store Listing</a> |
54 | 106 | <a class="button secondary" href="#scope">See App Store Scope</a> |
55 | 107 | <a class="button secondary" href="support/">Support</a> |
56 | 108 | <a class="button secondary" href="privacy/">Privacy Policy</a> |
@@ -86,22 +138,22 @@ <h1>Core-Monitor</h1> |
86 | 138 | <p>Local weather appears after location access is approved.</p> |
87 | 139 | </article> |
88 | 140 | <article class="spec"> |
89 | | - <strong>App Store scope</strong> |
90 | | - <p>Sandboxed, read-only, and built without helper tools, hardware write paths, or private APIs.</p> |
| 141 | + <strong>Official Apple listing</strong> |
| 142 | + <p>The Apple App Store page is the canonical install path for this sandboxed Core-Monitor edition.</p> |
91 | 143 | </article> |
92 | 144 | </section> |
93 | 145 |
|
94 | 146 | <section class="content-grid"> |
95 | 147 | <article class="panel intro-panel"> |
96 | 148 | <p class="eyebrow">Included</p> |
97 | | - <h2>Everything you need to check the state of your Mac.</h2> |
98 | | - <p class="panel-copy">Fast reads, clear surfaces, and local data only.</p> |
| 149 | + <h2>Core-Monitor on the Mac App Store.</h2> |
| 150 | + <p class="panel-copy">Use this page to find the official Apple listing when searching for Core-Monitor, Core Monitor, Mac system monitor, or Apple Silicon monitor.</p> |
99 | 151 | </article> |
100 | 152 |
|
101 | 153 | <aside class="panel quote-panel"> |
102 | | - <p class="panel-kicker">Read-only by design.</p> |
| 154 | + <p class="panel-kicker">App Store search target.</p> |
103 | 155 | <p class="quote">Built for the Mac App Store with App Sandbox, WeatherKit, and a narrow review-friendly scope.</p> |
104 | | - <p class="panel-copy">This page describes the Mac App Store edition only, including the exact feature set submitted for review.</p> |
| 156 | + <p class="panel-copy">If you are looking for Core-Monitor in App Store search, use the official Apple listing: <a class="inline-link" href="https://apps.apple.com/us/app/core-monitor/id6762558526?mt=12" target="_blank" rel="noopener">apps.apple.com/us/app/core-monitor/id6762558526</a>.</p> |
105 | 157 | </aside> |
106 | 158 | </section> |
107 | 159 |
|
@@ -133,12 +185,12 @@ <h3>Not in this edition</h3> |
133 | 185 | <section class="closing"> |
134 | 186 | <div> |
135 | 187 | <p class="closing-label">Core-Monitor</p> |
136 | | - <p class="closing-copy">Mac App Store Edition.</p> |
| 188 | + <p class="closing-copy">Official Mac App Store Edition landing page.</p> |
137 | 189 | </div> |
138 | 190 | <div class="closing-actions"> |
139 | 191 | <a class="button secondary" href="support/">Support</a> |
140 | 192 | <a class="button secondary" href="privacy/">Privacy Policy</a> |
141 | | - <a class="button primary" href="https://apps.apple.com/us/app/core-monitor/id6762558526?mt=12" target="_blank" rel="noopener">Download on the App Store</a> |
| 193 | + <a class="button primary" href="https://apps.apple.com/us/app/core-monitor/id6762558526?mt=12" target="_blank" rel="noopener">Open Apple App Store Listing</a> |
142 | 194 | </div> |
143 | 195 | </section> |
144 | 196 | </main> |
|
0 commit comments