diff --git a/src/app/layout.tsx b/src/app/layout.tsx index ddaf150..62e65f2 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -16,9 +16,11 @@ const inter = Inter({ export const metadata: Metadata = { title: "MJ Airconditioning | HVAC Services Melbourne | 5-Star Rated", description: "Expert air conditioning & heating services in Eastern & South Eastern Melbourne. 15+ years experience. Same-day repairs. Licensed & ARC certified. Call 0411 966 361 for free quote.", keywords: "air conditioning, heating, HVAC, Melbourne, repairs, installation, split system, ducted heating", openGraph: { - title: "MJ Airconditioning | HVAC Services Melbourne", description: "Trusted HVAC specialists serving Eastern & South Eastern Melbourne with 15+ years experience and 5-star customer ratings.", siteName: "MJ Airconditioning", type: "website"}, + title: "MJ Airconditioning | HVAC Services Melbourne", description: "Trusted HVAC specialists serving Eastern & South Eastern Melbourne with 15+ years experience and 5-star customer ratings.", siteName: "MJ Airconditioning", type: "website" + }, twitter: { - card: "summary_large_image", title: "MJ Airconditioning | HVAC Services Melbourne", description: "Expert air conditioning & heating repairs and installation. Same-day service available."}, + card: "summary_large_image", title: "MJ Airconditioning | HVAC Services Melbourne", description: "Expert air conditioning & heating repairs and installation. Same-day service available." + }, robots: { index: true, follow: true, diff --git a/src/app/page.tsx b/src/app/page.tsx index 10a7aff..e6e1813 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -219,8 +219,8 @@ export default function LandingPage() {