|
5 | 5 | <meta name="viewport" content="width=device-width, initial-scale=1.0"> |
6 | 6 | <title>macOS Cleaner – Source-Available Cleanup for Apple Silicon</title> |
7 | 7 | <meta name="description" content="Source-available macOS cleanup app. Clean caches, uninstall apps with forensic leftover scan, analyze disk space, and get local Apple Intelligence explanations — all offline."> |
| 8 | + <meta name="keywords" content="macOS cleaner, clean mac, apple silicon cleaner, storage cleanup, uninstall mac apps, xcode cache cleaner, local ai, free space mac, open source mac cleaner, privacy-focused mac cleaner"> |
| 9 | + <meta name="robots" content="index, follow"> |
| 10 | + <link rel="canonical" href="https://alextkdev.github.io/MacOSCleaner/"> |
8 | 11 |
|
9 | 12 | <meta property="og:type" content="website"> |
10 | 13 | <meta property="og:title" content="macOS Cleaner"> |
|
18 | 21 | <meta name="twitter:image" content="https://alextkdev.github.io/MacOSCleaner/logo.jpeg"> |
19 | 22 |
|
20 | 23 | <link rel="icon" type="image/jpeg" href="logo.jpeg"> |
| 24 | + |
| 25 | + <script type="application/ld+json"> |
| 26 | + { |
| 27 | + "@context": "https://schema.org", |
| 28 | + "@type": "SoftwareApplication", |
| 29 | + "name": "macOS Cleaner", |
| 30 | + "operatingSystem": "macOS 26.0 or later", |
| 31 | + "applicationCategory": "UtilityApplication", |
| 32 | + "offers": { |
| 33 | + "@type": "Offer", |
| 34 | + "price": "0", |
| 35 | + "priceCurrency": "USD" |
| 36 | + }, |
| 37 | + "description": "Source-available macOS cleanup app for Apple Silicon. Clean caches, uninstall apps with forensic leftover scan, analyze disk space, and get local Apple Intelligence explanations fully offline with no telemetry.", |
| 38 | + "softwareVersion": "2.0.0", |
| 39 | + "downloadUrl": "https://github.com/AlexTkDev/MacOSCleaner/releases/latest", |
| 40 | + "featureList": [ |
| 41 | + "Apple Intelligence local explanations", |
| 42 | + "Smart Cleanup for 54 categories", |
| 43 | + "App Uninstaller with forensic leftover scan", |
| 44 | + "Disk Space Analyzer", |
| 45 | + "Startup Services Manager", |
| 46 | + "Process Manager", |
| 47 | + "No telemetry" |
| 48 | + ], |
| 49 | + "author": { |
| 50 | + "@type": "Person", |
| 51 | + "name": "AlexTkDev" |
| 52 | + } |
| 53 | + } |
| 54 | + </script> |
| 55 | + |
21 | 56 | <script> |
22 | 57 | (function () { |
23 | 58 | var stored = localStorage.getItem('theme'); |
|
0 commit comments