diff --git a/src/app/[lang]/layout.tsx b/src/app/[lang]/layout.tsx
index 3c486de..955be58 100644
--- a/src/app/[lang]/layout.tsx
+++ b/src/app/[lang]/layout.tsx
@@ -72,31 +72,32 @@ export default async function LangLayout({
}}
/>
+ type="application/ld+json"
+ dangerouslySetInnerHTML={{
+ __html: JSON.stringify({
+ "@context": "https://schema.org",
+ "@type": "Organization",
+ "name": "Clarvia ASBL",
+ "url": "https://clarvia.org",
+ "logo": "https://clarvia.org/clarvia-logo.png",
+ "description": "Clarvia helps bereaved families navigate administrative processes across Europe.",
+ "foundingDate": "2025",
+ "foundingLocation": {
+ "@type": "Place",
+ "name": "Luxembourg"
+ },
+ "nonprofitStatus": "NonprofitASBL",
+ "areaServed": {
+ "@type": "Place",
+ "name": "Luxembourg"
+ },
+ "sameAs": [
+ "https://github.com/clarvia-org",
+ "https://clarvia.eu"
+ ]
+ })
+ }}
+ />
{LANGUAGES.map((l) => (