diff --git a/config/filters.js b/config/filters.js
index 6f12361f..2f76daf1 100644
--- a/config/filters.js
+++ b/config/filters.js
@@ -44,8 +44,8 @@ module.exports = {
   },
   tagLookup: (url, tagMap) => {
     if (!url) return
-    if (url.includes('https://goodreads.com')) return '#Books #Reading'
-    if (url.includes('https://trakt.tv')) return '#Movies #Trakt'
+    if (url.includes('goodreads.com')) return '#Books #NowReading #Goodreads'
+    if (url.includes('trakt.tv')) return '#Movies #Trakt'
     return tagMap[url] || ''
   },
   webmentionsByUrl: (webmentions, url) => {
diff --git a/src/uses.md b/src/uses.md
index e42a24d7..d8575029 100644
--- a/src/uses.md
+++ b/src/uses.md
@@ -80,7 +80,7 @@ Software and services that I use for work and my own enjoyment.
 - <a onclick="clicky.goal('Referral: Feedpress')" href="https://feedpress.com/?affid=34370">Feedpress</a>
 - [SavvyCal](https://savvycal.com)
 - [IVPN](https://www.ivpn.net)
-- [Kagi](https://kagi.com): search that's actually helpful and ad-free.
+- [Kagi](https://kagi.com): search that's actually helpful and ad-free. It's lenses feature and the ability to up/downvote and block results from different sites are indispensable.
 - [Feedbin](https://feedbin.com)
 - [forwardemail.net](https://forwardemail.net)
 - [Trakt](https://trakt.tv)