From 7d9a6174c9e34659db0ee348c889f1b53862f2fd Mon Sep 17 00:00:00 2001
From: electron-rare <108685187+electron-rare@users.noreply.github.com>
Date: Thu, 9 Jul 2026 09:48:09 +0200
Subject: [PATCH] feat(site): add Mastodon rel=me verification link
Add rel=me links to https://mastodon.saillant.cc/@clement in both
page variants (preview + index): head link tag, visible header
social anchor, and JSON-LD sameAs entry. Enables green verified
badge on the Mastodon profile Site field.
---
src/pages/index.astro | 4 +++-
src/pages/preview.astro | 4 +++-
2 files changed, 6 insertions(+), 2 deletions(-)
diff --git a/src/pages/index.astro b/src/pages/index.astro
index 3e0c126..7ba2357 100644
--- a/src/pages/index.astro
+++ b/src/pages/index.astro
@@ -18,6 +18,7 @@ import { BmuViewer } from '@/components/BmuViewer';
+
@@ -33,7 +34,7 @@ import { BmuViewer } from '@/components/BmuViewer';
"founder": { "@type": "Person", "name": "Clément Saillant" },
"areaServed": "France",
"serviceType": ["Conception électronique", "Formation PCB et embarqué", "Consulting technique", "Automatisme industriel"],
- "sameAs": ["https://fr.linkedin.com/in/electron-rare", "https://github.com/electron-rare/"]
+ "sameAs": ["https://fr.linkedin.com/in/electron-rare", "https://github.com/electron-rare/", "https://mastodon.saillant.cc/@clement"]
}