Compare commits
8 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| ecb7067021 | |||
| 4561046c78 | |||
| 65ca5d2e73 | |||
| 032b9a01f0 | |||
| d803188242 | |||
| 5f4d60c5ee | |||
| 262f03c218 | |||
| 5abcad7c3d |
@@ -6,41 +6,25 @@ import { ServiceWrapper } from "@/components/ServiceWrapper";
|
||||
import Tag from "@/tag/Tag";
|
||||
|
||||
const dmSans = DM_Sans({
|
||||
variable: "--font-dm-sans",
|
||||
subsets: ["latin"],
|
||||
variable: "--font-dm-sans", subsets: ["latin"],
|
||||
});
|
||||
|
||||
const inter = Inter({
|
||||
variable: "--font-inter",
|
||||
subsets: ["latin"],
|
||||
variable: "--font-inter", subsets: ["latin"],
|
||||
});
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: "Custom Furniture Almaty | Kitchens, Wardrobes & Office Furniture",
|
||||
description: "Premium custom furniture manufacturing in Almaty. Handcrafted kitchens, wardrobes, and office solutions. 15+ years of excellence. Free consultation.",
|
||||
keywords: "custom furniture Almaty, custom kitchens Kazakhstan, wardrobes Almaty, office furniture, built-in furniture, furniture manufacturing, Almaty designer furniture",
|
||||
metadataBase: new URL("https://almaty-furniture.kz"),
|
||||
title: "Custom Furniture Almaty | Kitchens, Wardrobes & Office Furniture", description: "Premium custom furniture manufacturing in Almaty. Handcrafted kitchens, wardrobes, and office solutions. 15+ years of excellence. Free consultation.", keywords: "custom furniture Almaty, custom kitchens Kazakhstan, wardrobes Almaty, office furniture, built-in furniture, furniture manufacturing, Almaty designer furniture", metadataBase: new URL("https://almaty-furniture.kz"),
|
||||
alternates: {
|
||||
canonical: "https://almaty-furniture.kz",
|
||||
},
|
||||
canonical: "https://almaty-furniture.kz"},
|
||||
openGraph: {
|
||||
title: "Custom Furniture Almaty | Premium Handcrafted Solutions",
|
||||
description: "Transform your space with custom furniture. Kitchens, wardrobes, office solutions. 500+ satisfied customers in Almaty.",
|
||||
url: "https://almaty-furniture.kz",
|
||||
siteName: "Almaty Furniture",
|
||||
type: "website",
|
||||
images: [
|
||||
title: "Custom Furniture Almaty | Premium Handcrafted Solutions", description: "Transform your space with custom furniture. Kitchens, wardrobes, office solutions. 500+ satisfied customers in Almaty.", url: "https://almaty-furniture.kz", siteName: "Almaty Furniture", type: "website", images: [
|
||||
{
|
||||
url: "https://almaty-furniture.kz/og-image.jpg",
|
||||
alt: "Custom furniture showcase",
|
||||
},
|
||||
url: "https://almaty-furniture.kz/og-image.jpg", alt: "Custom furniture showcase"},
|
||||
],
|
||||
},
|
||||
twitter: {
|
||||
card: "summary_large_image",
|
||||
title: "Custom Furniture Almaty",
|
||||
description: "Premium handcrafted furniture solutions for homes and businesses in Almaty.",
|
||||
images: ["https://almaty-furniture.kz/twitter-image.jpg"],
|
||||
card: "summary_large_image", title: "Custom Furniture Almaty", description: "Premium handcrafted furniture solutions for homes and businesses in Almaty.", images: ["https://almaty-furniture.kz/twitter-image.jpg"],
|
||||
},
|
||||
robots: {
|
||||
index: true,
|
||||
@@ -1432,4 +1416,4 @@ export default function RootLayout({
|
||||
</ServiceWrapper>
|
||||
</html>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user