Update src/app/layout.tsx
This commit is contained in:
@@ -7,47 +7,30 @@ import { ServiceWrapper } from "@/components/ServiceWrapper";
|
||||
import Tag from "@/tag/Tag";
|
||||
|
||||
const inter = Inter({
|
||||
variable: "--font-inter",
|
||||
subsets: ["latin"],
|
||||
variable: "--font-inter", subsets: ["latin"],
|
||||
});
|
||||
|
||||
const openSans = Open_Sans({
|
||||
variable: "--font-open-sans",
|
||||
subsets: ["latin"],
|
||||
variable: "--font-open-sans", subsets: ["latin"],
|
||||
});
|
||||
|
||||
const halant = Halant({
|
||||
variable: "--font-halant",
|
||||
subsets: ["latin"],
|
||||
variable: "--font-halant", subsets: ["latin"],
|
||||
weight: ["300", "400", "500", "600", "700"],
|
||||
});
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: "Flores Odivelas - Entregas de Flores Frescas",
|
||||
description: "Compre flores frescas em Odivelas com entrega rápida e segura. Buquês premium, arranjos personalizados e serviços para eventos.",
|
||||
keywords: "flores, odivelas, buquês, arranjos florais, entrega flores, florist, rosas",
|
||||
metadataBase: new URL("https://florosodivelas.pt"),
|
||||
title: "Flores Odivelas - Entregas de Flores Frescas", description: "Compre flores frescas em Odivelas com entrega rápida e segura. Buquês premium, arranjos personalizados e serviços para eventos.", keywords: "flores, odivelas, buquês, arranjos florais, entrega flores, florist, rosas", metadataBase: new URL("https://florosodivelas.pt"),
|
||||
alternates: {
|
||||
canonical: "https://florosodivelas.pt",
|
||||
},
|
||||
canonical: "https://florosodivelas.pt"},
|
||||
openGraph: {
|
||||
title: "Flores Odivelas - Entregas de Flores Frescas",
|
||||
description: "Descubra nossa coleção exclusiva de buquês e arranjos florais com entrega rápida em Odivelas.",
|
||||
url: "https://florosodivelas.pt",
|
||||
siteName: "Flores Odivelas",
|
||||
type: "website",
|
||||
images: [
|
||||
title: "Flores Odivelas - Entregas de Flores Frescas", description: "Descubra nossa coleção exclusiva de buquês e arranjos florais com entrega rápida em Odivelas.", url: "https://florosodivelas.pt", siteName: "Flores Odivelas", type: "website", images: [
|
||||
{
|
||||
url: "http://img.b2bpic.net/free-photo/girlfriend-standing-living-room-filled-with-romantic-gifts_482257-77346.jpg",
|
||||
alt: "Buquês de Flores Frescas",
|
||||
},
|
||||
url: "http://img.b2bpic.net/free-photo/girlfriend-standing-living-room-filled-with-romantic-gifts_482257-77346.jpg", alt: "Buquês de Flores Frescas"},
|
||||
],
|
||||
},
|
||||
twitter: {
|
||||
card: "summary_large_image",
|
||||
title: "Flores Odivelas",
|
||||
description: "Flores frescas entregues com amor em Odivelas",
|
||||
images: ["http://img.b2bpic.net/free-photo/girlfriend-standing-living-room-filled-with-romantic-gifts_482257-77346.jpg"],
|
||||
card: "summary_large_image", title: "Flores Odivelas", description: "Flores frescas entregues com amor em Odivelas", images: ["http://img.b2bpic.net/free-photo/girlfriend-standing-living-room-filled-with-romantic-gifts_482257-77346.jpg"],
|
||||
},
|
||||
robots: {
|
||||
index: true,
|
||||
@@ -1439,4 +1422,4 @@ export default function RootLayout({
|
||||
</ServiceWrapper>
|
||||
</html>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user