Skip to content

Commit 596d000

Browse files
author
Oleksandr Tk
committed
feat: improve SEO with site metadata, robots.txt, and sitemap.xml configuration
1 parent 1aab280 commit 596d000

3 files changed

Lines changed: 48 additions & 0 deletions

File tree

docs/index.html

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@
55
<meta name="viewport" content="width=device-width, initial-scale=1.0">
66
<title>macOS Cleaner – Source-Available Cleanup for Apple Silicon</title>
77
<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/">
811

912
<meta property="og:type" content="website">
1013
<meta property="og:title" content="macOS Cleaner">
@@ -18,6 +21,38 @@
1821
<meta name="twitter:image" content="https://alextkdev.github.io/MacOSCleaner/logo.jpeg">
1922

2023
<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+
2156
<script>
2257
(function () {
2358
var stored = localStorage.getItem('theme');

docs/robots.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
User-agent: *
2+
Allow: /
3+
4+
Sitemap: https://alextkdev.github.io/MacOSCleaner/sitemap.xml

docs/sitemap.xml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
3+
<url>
4+
<loc>https://alextkdev.github.io/MacOSCleaner/</loc>
5+
<lastmod>2026-07-18</lastmod>
6+
<changefreq>weekly</changefreq>
7+
<priority>1.0</priority>
8+
</url>
9+
</urlset>

0 commit comments

Comments
 (0)