Update src/app/layout.tsx
This commit is contained in:
@@ -5,20 +5,12 @@ import { ServiceWrapper } from "@/components/ServiceWrapper";
|
|||||||
import Tag from "@/tag/Tag";
|
import Tag from "@/tag/Tag";
|
||||||
|
|
||||||
const mulish = Mulish({
|
const mulish = Mulish({
|
||||||
variable: "--font-mulish",
|
variable: "--font-mulish", subsets: ["latin"],
|
||||||
subsets: ["latin"],
|
|
||||||
});
|
});
|
||||||
|
|
||||||
export const metadata: Metadata = {
|
export const metadata: Metadata = {
|
||||||
title: "BRPRO Labège - Maintenance & Dépannage Rapide | Toulouse Est",
|
title: "BRPRO Labège - Maintenance & Dépannage Rapide | Toulouse Est", description: "BRPRO : entreprise locale de maintenance et dépannage à Labège. Interventions rapides 24/7. Plomberie, électricité, climatisation. Devis gratuit.", keywords: "maintenance labège, dépannage toulouse, plomberie urgent, intervention rapide, syndic labège", openGraph: {
|
||||||
description: "BRPRO : entreprise locale de maintenance et dépannage à Labège. Interventions rapides 24/7. Plomberie, électricité, climatisation. Devis gratuit.",
|
title: "BRPRO Labège - Maintenance & Dépannage Rapide", description: "Interventions rapides et fiables. Plomberie, électricité, climatisation. Devis gratuit 24/7.", siteName: "BRPRO", type: "website"},
|
||||||
keywords: "maintenance labège, dépannage toulouse, plomberie urgent, intervention rapide, syndic labège",
|
|
||||||
openGraph: {
|
|
||||||
title: "BRPRO Labège - Maintenance & Dépannage Rapide",
|
|
||||||
description: "Interventions rapides et fiables. Plomberie, électricité, climatisation. Devis gratuit 24/7.",
|
|
||||||
siteName: "BRPRO",
|
|
||||||
type: "website",
|
|
||||||
},
|
|
||||||
robots: {
|
robots: {
|
||||||
index: true,
|
index: true,
|
||||||
follow: true,
|
follow: true,
|
||||||
|
|||||||
Reference in New Issue
Block a user