diff --git a/README.md b/README.md
index 487a6e8..07a6300 100644
--- a/README.md
+++ b/README.md
@@ -51,7 +51,9 @@ assets/css/main.css ← the entire visual system
assets/js/main.js ← reveal-on-scroll, header state, copy-to-clipboard
scripts/refresh-releases.py ← refreshes data/releases.json from the GitHub API
static/img/ ← marks + dashboard screenshot + og-card
-static/favicon.svg ← P2Pool Starter Stack layered mark
+static/favicon.svg ← P2Pool Starter Stack layered mark (modern browsers)
+static/favicon.ico ← raster fallback (Safari/legacy tabs) — 16/32/48
+static/apple-touch-icon.png ← iOS / Safari home-screen icon (180×180)
static/robots.txt ← crawl rules (search + AI assistants explicitly welcome)
```
diff --git a/layouts/partials/head.html b/layouts/partials/head.html
index e2c62d3..cb49c54 100644
--- a/layouts/partials/head.html
+++ b/layouts/partials/head.html
@@ -9,7 +9,9 @@
+
+
diff --git a/static/apple-touch-icon.png b/static/apple-touch-icon.png
new file mode 100644
index 0000000..a0ac386
Binary files /dev/null and b/static/apple-touch-icon.png differ
diff --git a/static/favicon.ico b/static/favicon.ico
new file mode 100644
index 0000000..da3854a
Binary files /dev/null and b/static/favicon.ico differ