Update src/app/layout.tsx
This commit is contained in:
@@ -5,33 +5,21 @@ import { ServiceWrapper } from "@/components/ServiceWrapper";
|
|||||||
import Tag from "@/tag/Tag";
|
import Tag from "@/tag/Tag";
|
||||||
|
|
||||||
const sourceSans3 = Source_Sans_3({
|
const sourceSans3 = Source_Sans_3({
|
||||||
variable: "--font-source-sans-3",
|
variable: "--font-source-sans-3", subsets: ["latin"],
|
||||||
subsets: ["latin"],
|
|
||||||
});
|
});
|
||||||
|
|
||||||
export const metadata: Metadata = {
|
export const metadata: Metadata = {
|
||||||
title: "Jasmin Flowers Studio | Bespoke Floral Design",
|
title: "Jasmin Flowers Studio | Bespoke Floral Design", description: "Premium floral design studio creating bespoke arrangements for weddings, events, and special occasions with timeless elegance.", keywords: "florist, flower arrangements, wedding flowers, event design, floral studio", metadataBase: new URL("https://jasminflowers.com"),
|
||||||
description: "Premium floral design studio creating bespoke arrangements for weddings, events, and special occasions with timeless elegance.",
|
|
||||||
keywords: "florist, flower arrangements, wedding flowers, event design, floral studio",
|
|
||||||
metadataBase: new URL("https://jasminflowers.com"),
|
|
||||||
alternates: {
|
alternates: {
|
||||||
canonical: "https://jasminflowers.com"
|
canonical: "https://jasminflowers.com"
|
||||||
},
|
},
|
||||||
openGraph: {
|
openGraph: {
|
||||||
title: "Jasmin Flowers Studio | Bespoke Floral Design",
|
title: "Jasmin Flowers Studio | Bespoke Floral Design", description: "Premium floral design studio creating bespoke arrangements for weddings, events, and special occasions.", siteName: "Jasmin", type: "website", images: [{
|
||||||
description: "Premium floral design studio creating bespoke arrangements for weddings, events, and special occasions.",
|
url: "https://img.b2bpic.net/free-photo/vase-flower_74190-1525.jpg", alt: "Jasmin Flowers Studio"
|
||||||
siteName: "Jasmin",
|
|
||||||
type: "website",
|
|
||||||
images: [{
|
|
||||||
url: "https://img.b2bpic.net/free-photo/vase-flower_74190-1525.jpg",
|
|
||||||
alt: "Jasmin Flowers Studio"
|
|
||||||
}]
|
}]
|
||||||
},
|
},
|
||||||
twitter: {
|
twitter: {
|
||||||
card: "summary_large_image",
|
card: "summary_large_image", title: "Jasmin Flowers Studio", description: "Bespoke floral arrangements for weddings and events", images: ["https://img.b2bpic.net/free-photo/vase-flower_74190-1525.jpg"]
|
||||||
title: "Jasmin Flowers Studio",
|
|
||||||
description: "Bespoke floral arrangements for weddings and events",
|
|
||||||
images: ["https://img.b2bpic.net/free-photo/vase-flower_74190-1525.jpg"]
|
|
||||||
},
|
},
|
||||||
robots: {
|
robots: {
|
||||||
index: true,
|
index: true,
|
||||||
|
|||||||
Reference in New Issue
Block a user