|
|
|
|
@@ -11,28 +11,20 @@ import { Inter_Tight } from "next/font/google";
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
export const metadata: Metadata = {
|
|
|
|
|
title: 'Máma Mele Kafe | Award-Winning Espresso Bar',
|
|
|
|
|
description: 'Experience award-winning coffee and a cozy atmosphere at Máma Mele Kafe, your premier local espresso bar. Discover our artisan blends and community events.',
|
|
|
|
|
keywords: ["Máma Mele Kafe, coffee, espresso bar, local coffee shop, Prague coffee, specialty coffee, award-winning coffee, artisan coffee, cafe"],
|
|
|
|
|
title: 'Urban Brew Collective | Crafting Exceptional Coffee',
|
|
|
|
|
description: 'Urban Brew Collective is your destination for expertly crafted coffee, sustainably sourced beans, and a vibrant community atmosphere. Experience the difference.',
|
|
|
|
|
keywords: ["Urban Brew Collective, coffee, espresso bar, specialty coffee, sustainable coffee, artisan coffee, community cafe, best coffee"],
|
|
|
|
|
openGraph: {
|
|
|
|
|
"title": "Máma Mele Kafe | Award-Winning Espresso Bar",
|
|
|
|
|
"description": "Experience award-winning coffee and a cozy atmosphere at Máma Mele Kafe, your premier local espresso bar. Discover our artisan blends and community events.",
|
|
|
|
|
"url": "https://www.mamamelekafe.cz",
|
|
|
|
|
"siteName": "Máma Mele Kafe",
|
|
|
|
|
"images": [
|
|
|
|
|
"title": "Urban Brew Collective | Crafting Exceptional Coffee", "description": "Urban Brew Collective is your destination for expertly crafted coffee, sustainably sourced beans, and a vibrant community atmosphere. Experience the difference.", "url": "https://www.urbanbrewcollective.com", "siteName": "Urban Brew Collective", "images": [
|
|
|
|
|
{
|
|
|
|
|
"url": "http://img.b2bpic.net/free-photo/coffee-cup-table_23-2148164788.jpg",
|
|
|
|
|
"alt": "Máma Mele Kafe hero image with coffee"
|
|
|
|
|
"url": "http://img.b2bpic.net/free-photo/fresh-cup-coffee-dark-background_140725-5026.jpg", "alt": "Urban Brew Collective coffee cup on dark background"
|
|
|
|
|
}
|
|
|
|
|
],
|
|
|
|
|
"type": "website"
|
|
|
|
|
},
|
|
|
|
|
twitter: {
|
|
|
|
|
"card": "summary_large_image",
|
|
|
|
|
"title": "Máma Mele Kafe | Award-Winning Espresso Bar",
|
|
|
|
|
"description": "Experience award-winning coffee and a cozy atmosphere at Máma Mele Kafe, your premier local espresso bar. Discover our artisan blends and community events.",
|
|
|
|
|
"images": [
|
|
|
|
|
"http://img.b2bpic.net/free-photo/coffee-cup-table_23-2148164788.jpg"
|
|
|
|
|
"card": "summary_large_image", "title": "Urban Brew Collective | Crafting Exceptional Coffee", "description": "Urban Brew Collective is your destination for expertly crafted coffee, sustainably sourced beans, and a vibrant community atmosphere. Experience the difference.", "images": [
|
|
|
|
|
"http://img.b2bpic.net/free-photo/fresh-cup-coffee-dark-background_140725-5026.jpg"
|
|
|
|
|
]
|
|
|
|
|
},
|
|
|
|
|
robots: {
|
|
|
|
|
@@ -42,8 +34,7 @@ export const metadata: Metadata = {
|
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
const interTight = Inter_Tight({
|
|
|
|
|
variable: "--font-inter-tight",
|
|
|
|
|
subsets: ["latin"],
|
|
|
|
|
variable: "--font-inter-tight", subsets: ["latin"],
|
|
|
|
|
weight: ["100", "200", "300", "400", "500", "600", "700", "800", "900"],
|
|
|
|
|
});
|
|
|
|
|
|
|
|
|
|
@@ -67,4 +58,4 @@ export default function RootLayout({
|
|
|
|
|
</ServiceWrapper>
|
|
|
|
|
</html>
|
|
|
|
|
);
|
|
|
|
|
}
|
|
|
|
|
}
|