Update src/app/layout.tsx
This commit is contained in:
@@ -5,33 +5,22 @@ import { ServiceWrapper } from "@/components/ServiceWrapper";
|
||||
import Tag from "@/tag/Tag";
|
||||
|
||||
const sourceSans3 = Source_Sans_3({
|
||||
variable: "--font-source-sans-3",
|
||||
subsets: ["latin"],
|
||||
variable: "--font-source-sans-3", subsets: ["latin"],
|
||||
});
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: "Kiorok Flowers Studio | Premium Floral Arrangements",
|
||||
description: "Handcrafted floral arrangements for weddings, events, and corporate celebrations. Same-day delivery available. Discover Kiorok's premium collections today.",
|
||||
keywords: ["florist", "flowers", "floral arrangements", "bouquets", "wedding flowers", "event flowers", "flower delivery"],
|
||||
title: "Kiorok Flowers Studio | Premium Floral Arrangements", description: "Handcrafted floral arrangements for weddings, events, and corporate celebrations. Same-day delivery available. Discover Kiorok's premium collections today.", keywords: ["florist", "flowers", "floral arrangements", "bouquets", "wedding flowers", "event flowers", "flower delivery"],
|
||||
robots: {
|
||||
index: true,
|
||||
follow: true,
|
||||
},
|
||||
openGraph: {
|
||||
title: "Kiorok Flowers Studio - Premium Floral Design",
|
||||
description: "Celebrate every moment with stunning handcrafted floral arrangements from Kiorok",
|
||||
siteName: "Kiorok Flowers Studio",
|
||||
type: "website",
|
||||
images: [{
|
||||
url: "https://img.b2bpic.net/free-photo/mixed-flower-bouquet-wooden-table_114579-2256.jpg",
|
||||
alt: "Kiorok premium floral arrangement"
|
||||
title: "Kiorok Flowers Studio - Premium Floral Design", description: "Celebrate every moment with stunning handcrafted floral arrangements from Kiorok", siteName: "Kiorok Flowers Studio", type: "website", images: [{
|
||||
url: "https://img.b2bpic.net/free-photo/mixed-flower-bouquet-wooden-table_114579-2256.jpg", alt: "Kiorok premium floral arrangement"
|
||||
}]
|
||||
},
|
||||
twitter: {
|
||||
card: "summary_large_image",
|
||||
title: "Kiorok Flowers Studio",
|
||||
description: "Premium handcrafted floral arrangements for your special moments",
|
||||
images: ["https://img.b2bpic.net/free-photo/mixed-flower-bouquet-wooden-table_114579-2256.jpg"]
|
||||
card: "summary_large_image", title: "Kiorok Flowers Studio", description: "Premium handcrafted floral arrangements for your special moments", images: ["https://img.b2bpic.net/free-photo/mixed-flower-bouquet-wooden-table_114579-2256.jpg"]
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user