Improve metadata

Add JSON LD,
make homepage h-card representative,
Fix bug with byline
fix incorrect OG image aspect ratio in meta
Add og site_name
Add author profile image
This commit is contained in:
Jade Ellis
2024-07-24 15:22:39 +01:00
parent 9518e41291
commit c767b94d46
6 changed files with 97 additions and 10 deletions
+1 -1
View File
@@ -5,7 +5,7 @@
<div class="hero card edge h-card">
<div class="logo">
<a href={SITE_URL} class="u-url"><img class="u-photo" src={url} alt="Logo" /></a>
<a href={SITE_URL} class="u-url u-uid" rel="me"><img class="u-photo" src={url} alt="Logo" /></a>
</div>
<div class="content">
<div>
+1 -1
View File
@@ -3,7 +3,7 @@ import { dev } from '$app/environment';
export const SITE_TITLE = 'JadedBlueEyes';
export const SITE_TITLE = "Jade's Website";
export const SITE_URL = dev ? "http://localhost:5173" : "https://jade.ellis.link"