SEO Optimization

This commit is contained in:
Sean Morley
2024-08-06 08:50:15 -04:00
parent b6628fe2b3
commit 143f84e910
14 changed files with 80 additions and 8 deletions

View File

@@ -102,3 +102,8 @@
</div>
</div>
{/if}
<svelte:head>
<title>Profile | AdventureLog</title>
<meta name="description" content="{data.user.first_name}'s profile on AdventureLog." />
</svelte:head>