diff --git a/app/views/users/show.html.erb b/app/views/users/show.html.erb
index 5fcf9533..c5f3a4e8 100644
--- a/app/views/users/show.html.erb
+++ b/app/views/users/show.html.erb
@@ -10,7 +10,7 @@
'@type': 'https://schema.org/Person',
'https://schema.org/name': @user.name,
'https://schema.org/description': "#{@user.name}’s worldbuilding profile on Notebook.ai",
- 'https://schema.org/image': @user.image_url(120)
+ 'https://schema.org/image': URI.join(root_url, @user.image_url(120))
}
%>
<%= content_jsonld.to_json.html_safe %> %>