Update src/app/layout.tsx
This commit is contained in:
@@ -5,39 +5,24 @@ import { ServiceWrapper } from "@/components/ServiceWrapper";
|
||||
import Tag from "@/tag/Tag";
|
||||
|
||||
const interTight = Inter_Tight({
|
||||
variable: "--font-inter-tight",
|
||||
subsets: ["latin"],
|
||||
variable: "--font-inter-tight", subsets: ["latin"],
|
||||
weight: ["100", "200", "300", "400", "500", "600", "700", "800", "900"],
|
||||
});
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: "Jacques Louw - Kliniese Sielkundige in Mosselbaai",
|
||||
description: "Professionele terapie vir depressie, angs, paarterapie en rou in Mosselbaai. Vertroulike, veilige sielkundige ondersteuning. Bel 082 452 9260.",
|
||||
keywords: "psychologist Mossel Bay, sielkundige Mosselbaai, depression therapy, anxiety treatment, couples therapy, clinical psychologist South Africa",
|
||||
robots: {
|
||||
title: "Jacques Louw - Kliniese Sielkundige in Mosselbaai", description: "Professionele terapie vir depressie, angs, paarterapie en rou in Mosselbaai. Vertroulike, veilige sielkundige ondersteuning. Bel 082 452 9260.", keywords: "psychologist Mossel Bay, sielkundige Mosselbaai, depression therapy, anxiety treatment, couples therapy, clinical psychologist South Africa", robots: {
|
||||
index: true,
|
||||
follow: true,
|
||||
},
|
||||
openGraph: {
|
||||
title: "Jacques Louw - Kliniese Sielkundige",
|
||||
description: "Professionele terapie in Mosselbaai. Depressie, angs, paarterapie, rou.",
|
||||
url: "https://jacqueslouwpsych.co.za",
|
||||
siteName: "Jacques Louw Kliniese Sielkundige",
|
||||
type: "website",
|
||||
images: [
|
||||
title: "Jacques Louw - Kliniese Sielkundige", description: "Professionele terapie in Mosselbaai. Depressie, angs, paarterapie, rou.", url: "https://jacqueslouwpsych.co.za", siteName: "Jacques Louw Kliniese Sielkundige", type: "website", images: [
|
||||
{
|
||||
url: "http://img.b2bpic.net/free-photo/vertical-shot-brown-chairs-with-white-lamp-house-plant-table_181624-32829.jpg",
|
||||
alt: "Rustige terapiekamer",
|
||||
},
|
||||
url: "http://img.b2bpic.net/free-photo/vertical-shot-brown-chairs-with-white-lamp-house-plant-table_181624-32829.jpg", alt: "Rustige terapiekamer"},
|
||||
],
|
||||
},
|
||||
twitter: {
|
||||
card: "summary_large_image",
|
||||
title: "Jacques Louw - Kliniese Sielkundige",
|
||||
description: "Terapie vir depressie, angs en paarverhoudinge in Mosselbaai",
|
||||
images: [
|
||||
"http://img.b2bpic.net/free-photo/vertical-shot-brown-chairs-with-white-lamp-house-plant-table_181624-32829.jpg",
|
||||
],
|
||||
card: "summary_large_image", title: "Jacques Louw - Kliniese Sielkundige", description: "Terapie vir depressie, angs en paarverhoudinge in Mosselbaai", images: [
|
||||
"http://img.b2bpic.net/free-photo/vertical-shot-brown-chairs-with-white-lamp-house-plant-table_181624-32829.jpg"],
|
||||
},
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user