diff --git a/src/routes/index.lisp b/src/routes/index.lisp
index 9a84f35..994f8d6 100644
--- a/src/routes/index.lisp
+++ b/src/routes/index.lisp
@@ -38,6 +38,7 @@
                          :href url 
                          :target "_blank" 
                          :class "flex items-center gap-2 text-lg hover:text-pink-500"
+                         :rel "me"
                          (img :src icon :alt name :class "size-4 mt-1")
                          (span name))))))))