Add headline to SEO description

This commit is contained in:
MartinBraquet
2026-02-25 15:35:18 +01:00
parent abba1260be
commit c848007874

View File

@@ -291,7 +291,7 @@ function UserPageInner(props: ActiveUserPageProps) {
>
<SEO
title={`${user.name}`}
description={`${user.name} is on Compass`}
description={profile?.headline ?? `${user.name} is on Compass`}
url={`/${user.username}`}
image={seoImage}
/>