From 7c26da73b2d8e15b525c1ee27da933b9a55f11e7 Mon Sep 17 00:00:00 2001 From: Liam Date: Mon, 23 Oct 2023 07:04:51 +0100 Subject: [PATCH] update per player embed --- src/app/player/[id]/page.tsx | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/src/app/player/[id]/page.tsx b/src/app/player/[id]/page.tsx index 8945c65..175355a 100644 --- a/src/app/player/[id]/page.tsx +++ b/src/app/player/[id]/page.tsx @@ -17,8 +17,13 @@ export async function generateMetadata({ } return { - title: `${player.name} - Scoresaber Leaderboards`, - description: `View ${player.name}'s scores, top plays, and more., test`, + title: `${player.name}`, + description: ` + View ${player.name}'s scores, top plays, and more. + Rank: #${player.rank} (${player.countryRank} - ${player.country}) + PP: ${player.pp} + Play Count: ${player.scoreStats.totalPlayCount} + `, openGraph: { images: [ {