Update src/app/layout.tsx
This commit is contained in:
@@ -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 (
|
||||
<html lang="en" suppressHydrationWarning>
|
||||
<ServiceWrapper>
|
||||
<body
|
||||
className={`${dmSans.variable} ${inter.variable} antialiased`}
|
||||
>
|
||||
<body className={`${dmSans.variable} ${inter.variable} antialiased`}>
|
||||
<Tag />
|
||||
{children}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user