From 0f85bd9870b7aa9fdf6c9dd8a96a28a821a1ec75 Mon Sep 17 00:00:00 2001 From: Jonathon Wright Date: Tue, 18 Aug 2026 01:15:24 +1000 Subject: [PATCH] add Person and WebSite structured data on the homepage so a search for the name resolves to the right engineer --- src/layouts/Layout.astro | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/src/layouts/Layout.astro b/src/layouts/Layout.astro index 0d9d83f..d022109 100644 --- a/src/layouts/Layout.astro +++ b/src/layouts/Layout.astro @@ -53,6 +53,26 @@ const ogImage = new URL(site.ogImage, site.url).href; + {path === "/" && ( +