From 441ad9083b01a912a928c26b9293c112ecf89004 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 04:46:48 +0000 Subject: [PATCH 1/2] Update src/app/layout.tsx --- src/app/layout.tsx | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 2656750..01e72e3 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -23,11 +23,14 @@ const interTight = Inter_Tight({ export const metadata: Metadata = { title: "Luxora Sites | Premium Websites for Local Businesses", description: "Get a stunning, high-converting website designed specifically for local businesses. Luxora Sites builds premium sites that turn visitors into customers.", keywords: "web design, local business websites, luxury web design, small business website, high-converting websites", metadataBase: new URL("https://luxorasites.com"), alternates: { - canonical: "https://luxorasites.com"}, + canonical: "https://luxorasites.com" + }, openGraph: { - title: "Luxora Sites | Premium Websites for Local Businesses", description: "Premium websites for local businesses that convert. Stop losing customers without an online presence.", url: "https://luxorasites.com", siteName: "Luxora Sites", type: "website"}, + title: "Luxora Sites | Premium Websites for Local Businesses", description: "Premium websites for local businesses that convert. Stop losing customers without an online presence.", url: "https://luxorasites.com", siteName: "Luxora Sites", type: "website" + }, twitter: { - card: "summary_large_image", title: "Luxora Sites | Premium Websites for Local Businesses", description: "Premium websites for local businesses that convert. Stop losing customers without an online presence."}, + card: "summary_large_image", title: "Luxora Sites | Premium Websites for Local Businesses", description: "Premium websites for local businesses that convert. Stop losing customers without an online presence." + }, robots: { index: true, follow: true, -- 2.49.1 From 96ebc73818d050e5c9452f68d5e43189b554e9b4 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 04:46:48 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index e5905a0..1b4e2e6 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -251,7 +251,7 @@ export default function LandingPage() {