From ebbbbfd33df24d208e9a7a9e7aa28660b28d7fa3 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 19:11:42 +0000 Subject: [PATCH] Update src/app/layout.tsx --- src/app/layout.tsx | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index abfb739..eb169e5 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -14,17 +14,17 @@ const inter = Inter({ }); export const metadata: Metadata = { - title: "Authentic Tacos in Lexington | Daily Street Food", description: "Fresh, authentic tacos rolling through Lexington daily. Find our location, explore our menu, and join the community of local food lovers.", keywords: "tacos, Lexington, street food, Mexican food, authentic, food truck, taco truck", metadataBase: new URL("https://lexingtontacos.com"), + title: "Que Taco | Authentic Street Tacos in Lexington, Kentucky", description: "Fresh, authentic street tacos in Lexington, KY. Open Monday-Thursday 11:30 AM-11 PM, Friday-Saturday 11:30 AM-12 AM. Find our location and explore our menu.", keywords: "tacos, Lexington Kentucky, street food, Mexican food, authentic, food truck, taco truck, Que Taco", metadataBase: new URL("https://quetaco.com"), alternates: { - canonical: "https://lexingtontacos.com"}, + canonical: "https://quetaco.com"}, openGraph: { - title: "Authentic Tacos, Rolling Through Lexington Daily", description: "Fresh ingredients, bold flavors, and real street food tradition. Find us today and taste the difference.", url: "https://lexingtontacos.com", siteName: "Taco Truck Lexington", type: "website", images: [ + title: "Que Taco | Authentic Street Tacos in Lexington, Kentucky", description: "Fresh ingredients, bold flavors, and real street food tradition. Open daily with extended Friday & Saturday hours.", url: "https://quetaco.com", siteName: "Que Taco", type: "website", images: [ { url: "http://img.b2bpic.net/free-photo/view-delicious-food-sold-streets-city_23-2151516916.jpg", alt: "Authentic taco truck serving fresh Mexican street food"}, ], }, twitter: { - card: "summary_large_image", title: "Authentic Tacos, Rolling Through Lexington Daily", description: "Fresh ingredients, bold flavors, and real street food tradition.", images: ["http://img.b2bpic.net/free-photo/view-delicious-food-sold-streets-city_23-2151516916.jpg"], + card: "summary_large_image", title: "Que Taco | Authentic Street Tacos in Lexington, Kentucky", description: "Fresh ingredients, bold flavors, and real street food tradition.", images: ["http://img.b2bpic.net/free-photo/view-delicious-food-sold-streets-city_23-2151516916.jpg"], }, robots: { index: true, @@ -40,9 +40,7 @@ export default function RootLayout({ return ( - + {children}