Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions src/app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down Expand Up @@ -231,6 +236,9 @@ export default function RootLayout({
<FooterLink href="/about">About</FooterLink>
<FooterLink href="/contact">Contact</FooterLink>
<FooterLink href="/rates-and-insurance">Rates & Insurance</FooterLink>
<FooterLink href="https://www.smitpsychology.com/" target="_blank" rel="noopener noreferrer">
Smit Psychology Group
</FooterLink>
</FooterCategory>
<FooterCategory title="Locations">
<FooterLink
Expand Down
Loading