Update src/app/layout.tsx
This commit is contained in:
@@ -5,32 +5,18 @@ import { ServiceWrapper } from "@/components/ServiceWrapper";
|
||||
import Tag from "@/tag/Tag";
|
||||
|
||||
const inter = Inter({
|
||||
variable: "--font-inter",
|
||||
subsets: ["latin"],
|
||||
variable: "--font-inter", subsets: ["latin"],
|
||||
});
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: "LE QUEEN'S BERRY - Pub Irlandais & Brasserie à Châteauroux",
|
||||
description: "Authentique pub irlandais à Châteauroux avec brasserie artisanale, cuisine traditionnelle généreuse et événements sportifs en direct. Réservez votre table maintenant!",
|
||||
keywords: "pub irlandais Châteauroux, brasserie artisanale, restaurant irlandais, événements sportifs, rugby bar, réservation restaurant",
|
||||
openGraph: {
|
||||
title: "LE QUEEN'S BERRY - Pub Irlandais & Brasserie",
|
||||
description: "Découvrez l'hospitalité irlandaise authentique. Bières locales, plats traditionnels et ambiance chaleureuse à Châteauroux.",
|
||||
url: "https://lequeensberry.fr",
|
||||
siteName: "LE QUEEN'S BERRY",
|
||||
type: "website",
|
||||
images: [
|
||||
title: "LE QUEEN'S BERRY - Pub Irlandais & Brasserie à Châteauroux", description: "Authentique pub irlandais à Châteauroux avec brasserie artisanale, cuisine traditionnelle généreuse et événements sportifs en direct. Réservez votre table maintenant!", keywords: "pub irlandais Châteauroux, brasserie artisanale, restaurant irlandais, événements sportifs, rugby bar, réservation restaurant", openGraph: {
|
||||
title: "LE QUEEN'S BERRY - Pub Irlandais & Brasserie", description: "Découvrez l'hospitalité irlandaise authentique. Bières locales, plats traditionnels et ambiance chaleureuse à Châteauroux.", url: "https://lequeensberry.fr", siteName: "LE QUEEN'S BERRY", type: "website", images: [
|
||||
{
|
||||
url: "http://img.b2bpic.net/free-photo/cheerful-friends-having-fun-while-talking-waiter-cafe_637285-12509.jpg",
|
||||
alt: "LE QUEEN'S BERRY - Intérieur du pub",
|
||||
},
|
||||
url: "http://img.b2bpic.net/free-photo/cheerful-friends-having-fun-while-talking-waiter-cafe_637285-12509.jpg", alt: "LE QUEEN'S BERRY - Intérieur du pub"},
|
||||
],
|
||||
},
|
||||
twitter: {
|
||||
card: "summary_large_image",
|
||||
title: "LE QUEEN'S BERRY - Pub Irlandais Chaleureux",
|
||||
description: "Authentique expérience irlandaise à Châteauroux. Réservez votre table dès maintenant!",
|
||||
images: ["http://img.b2bpic.net/free-photo/cheerful-friends-having-fun-while-talking-waiter-cafe_637285-12509.jpg"],
|
||||
card: "summary_large_image", title: "LE QUEEN'S BERRY - Pub Irlandais Chaleureux", description: "Authentique expérience irlandaise à Châteauroux. Réservez votre table dès maintenant!", images: ["http://img.b2bpic.net/free-photo/cheerful-friends-having-fun-while-talking-waiter-cafe_637285-12509.jpg"],
|
||||
},
|
||||
robots: {
|
||||
index: true,
|
||||
|
||||
Reference in New Issue
Block a user