From da5ac1a7d935a701eda72d23c2c797bf9da060c8 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 4600f3a..1b30fa6 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"] }