diff --git a/html.c b/html.c
index 4ac4799..48db522 100644
--- a/html.c
+++ b/html.c
@@ -861,6 +861,7 @@ static xs_html *html_user_body(snac *user, int read_only)
else {
value = xs_html_tag("a",
xs_html_attr("href", v),
+ xs_html_attr("rel", "me"),
xs_html_text(v));
}
}