From 04b8aaceba4fb2b37a7c468b5d9b8f26e4a08c70 Mon Sep 17 00:00:00 2001 From: Martin Smit Date: Fri, 21 Aug 2026 15:17:42 +0200 Subject: [PATCH] Link Smit Psychology Group from footer Adds a crawlable outbound link to the group practice under the footer's Practice category, plus an `affiliation` entry on the Person JSON-LD node so the entity association is machine-readable for search engines. Co-Authored-By: Claude Opus 5 --- src/app/layout.tsx | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 17bd50b..c0ce1bd 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -138,6 +138,11 @@ export default function RootLayout({ "HPCSA registered counselling psychologist with a Master's degree, specialising in addiction care and dual diagnosis treatment.", url: 'https://michellesmit.com/about', worksFor: { '@id': 'https://michellesmit.com/#business' }, + affiliation: { + '@type': 'Organization', + name: 'Smit Psychology Group', + url: 'https://www.smitpsychology.com/', + }, hasCredential: [ { '@type': 'EducationalOccupationalCredential', @@ -231,6 +236,9 @@ export default function RootLayout({ About Contact Rates & Insurance + + Smit Psychology Group +