diff --git a/package-lock.json b/package-lock.json
index 558842d5..245b3663 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,12 +1,12 @@
 {
   "name": "coryd.dev",
-  "version": "22.2.1",
+  "version": "22.2.2",
   "lockfileVersion": 3,
   "requires": true,
   "packages": {
     "": {
       "name": "coryd.dev",
-      "version": "22.2.1",
+      "version": "22.2.2",
       "license": "MIT",
       "dependencies": {
         "@cdransf/api-text": "^1.5.0",
diff --git a/package.json b/package.json
index a146a2f5..c6343ee9 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "coryd.dev",
-  "version": "22.2.1",
+  "version": "22.2.2",
   "description": "The source for my personal site. Built using 11ty (and other tools).",
   "type": "module",
   "scripts": {
diff --git a/src/pages/static/search.html b/src/pages/static/search.html
index 80e056ad..ba628a5b 100644
--- a/src/pages/static/search.html
+++ b/src/pages/static/search.html
@@ -54,8 +54,14 @@ permalink: /search.html
     }
   })()
 </script>
+<h2 class="page-header">Search</h2>
+<p>You can find <a href="/posts">posts</a>, <a href="/links">links</a>, <a href="/music/#artists">artists</a>, genres, <a href="/watching#movies">movies</a> and <a href="/books">books</a> via the field below (though it only surfaces movies and books I've written something about).</p>
+<noscript>
+  <p><strong class="highlight-text">If you're seeing this it means that you've (quite likely) disabled JavaScript (that's a totally valid choice!).</strong> You can search for anything on my site using the form below, but your query will be routed through <a href="https://duckduckgo.com">DuckDuckGo</a>.</p>
+  <p><strong class="highlight-text">Type something in and hit enter.</strong></p>
+</noscript>
 <form class="search__form" action="https://duckduckgo.com" method="get">
   <input class="search__form--input" placeholder="Search" type="search" name="q" autocomplete="off" autofocus>
-  <input class="search__form--fallback" type="hidden" placeholder="Search" name="sites" value="coryd.dev">
+  <input class="search__form--fallback" type="hidden" placeholder="Type away..." name="sites" value="coryd.dev">
 </form>
 <ul class="search__results hidden"></ul>
\ No newline at end of file