Update src/app/layout.tsx
This commit is contained in:
@@ -5,36 +5,21 @@ import { ServiceWrapper } from "@/components/ServiceWrapper";
|
||||
import Tag from "@/tag/Tag";
|
||||
|
||||
const mulish = Mulish({
|
||||
variable: "--font-mulish",
|
||||
subsets: ["latin"],
|
||||
variable: "--font-mulish", subsets: ["latin"],
|
||||
});
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: "Yucca Coffee Shop - Specialty Coffee & Brunch in Sousse",
|
||||
description: "Discover Yucca Coffee in Sahloul, Sousse. Specialty coffee, pancakes, crêpes & brunch. Cozy upstairs seating, friendly service. Open until midnight.",
|
||||
keywords: "coffee shop Sousse, café Sahloul, specialty coffee Tunisia, brunch Sousse, pancakes café, best coffee Sousse",
|
||||
metadataBase: new URL("https://yuccacoffee.tn"),
|
||||
title: "Yucca Coffee Shop - Specialty Coffee & Brunch in Sousse", description: "Discover Yucca Coffee in Sahloul, Sousse. Specialty coffee, pancakes, crêpes & brunch. Cozy upstairs seating, friendly service. Open until midnight.", keywords: "coffee shop Sousse, café Sahloul, specialty coffee Tunisia, brunch Sousse, pancakes café, best coffee Sousse", metadataBase: new URL("https://yuccacoffee.tn"),
|
||||
alternates: {
|
||||
canonical: "https://yuccacoffee.tn",
|
||||
},
|
||||
canonical: "https://yuccacoffee.tn"},
|
||||
openGraph: {
|
||||
title: "Yucca Coffee Shop - Your Cozy Escape in Sousse",
|
||||
description: "Specialty coffee, brunch favorites, and chill vibes. Perfect for friends, students, and remote workers.",
|
||||
url: "https://yuccacoffee.tn",
|
||||
siteName: "Yucca Coffee",
|
||||
type: "website",
|
||||
images: [
|
||||
title: "Yucca Coffee Shop - Your Cozy Escape in Sousse", description: "Specialty coffee, brunch favorites, and chill vibes. Perfect for friends, students, and remote workers.", url: "https://yuccacoffee.tn", siteName: "Yucca Coffee", type: "website", images: [
|
||||
{
|
||||
url: "http://img.b2bpic.net/free-photo/empty-wood-chair-restaurant_1339-5949.jpg",
|
||||
alt: "Yucca Coffee Shop Interior",
|
||||
},
|
||||
url: "http://img.b2bpic.net/free-photo/empty-wood-chair-restaurant_1339-5949.jpg", alt: "Yucca Coffee Shop Interior"},
|
||||
],
|
||||
},
|
||||
twitter: {
|
||||
card: "summary_large_image",
|
||||
title: "Yucca Coffee Shop - Sousse",
|
||||
description: "Specialty coffee & brunch. Cozy, welcoming, open until midnight.",
|
||||
images: ["http://img.b2bpic.net/free-photo/empty-wood-chair-restaurant_1339-5949.jpg"],
|
||||
card: "summary_large_image", title: "Yucca Coffee Shop - Sousse", description: "Specialty coffee & brunch. Cozy, welcoming, open until midnight.", images: ["http://img.b2bpic.net/free-photo/empty-wood-chair-restaurant_1339-5949.jpg"],
|
||||
},
|
||||
robots: {
|
||||
index: true,
|
||||
|
||||
Reference in New Issue
Block a user