Update src/app/layout.tsx
This commit is contained in:
@@ -5,36 +5,22 @@ import { ServiceWrapper } from "@/components/ServiceWrapper";
|
|||||||
import Tag from "@/tag/Tag";
|
import Tag from "@/tag/Tag";
|
||||||
|
|
||||||
const inter = Inter({
|
const inter = Inter({
|
||||||
variable: "--font-inter",
|
variable: "--font-inter", subsets: ["latin"],
|
||||||
subsets: ["latin"],
|
|
||||||
});
|
});
|
||||||
|
|
||||||
export const metadata: Metadata = {
|
export const metadata: Metadata = {
|
||||||
title: "Trusted Residential Electrician in London, Ontario | Local Electric",
|
title: "Trusted Residential Electrician in London, Ontario | Local Electric", description: "Fast, honest, and professional residential electrical services in London, Ontario. 4.8★ rated. Emergency repairs, renovations, lighting, EV chargers, and more.", keywords: "electrician London Ontario, residential electrician, EV charger installation, electrical repairs, lighting installation, panel upgrades", robots: {
|
||||||
description: "Fast, honest, and professional residential electrical services in London, Ontario. 4.8★ rated. Emergency repairs, renovations, lighting, EV chargers, and more.",
|
|
||||||
keywords: "electrician London Ontario, residential electrician, EV charger installation, electrical repairs, lighting installation, panel upgrades",
|
|
||||||
robots: {
|
|
||||||
index: true,
|
index: true,
|
||||||
follow: true,
|
follow: true,
|
||||||
},
|
},
|
||||||
openGraph: {
|
openGraph: {
|
||||||
title: "Trusted Residential Electrician in London, Ontario | Local Electric",
|
title: "Trusted Residential Electrician in London, Ontario | Local Electric", description: "Fast, honest, and professional electrical service. 4.8★ rated by 19+ customers. Emergency ready.", type: "website", siteName: "Local Electric", url: "https://localelectric.ca", images: [
|
||||||
description: "Fast, honest, and professional electrical service. 4.8★ rated by 19+ customers. Emergency ready.",
|
|
||||||
type: "website",
|
|
||||||
siteName: "Local Electric",
|
|
||||||
url: "https://localelectric.ca",
|
|
||||||
images: [
|
|
||||||
{
|
{
|
||||||
url: "http://img.b2bpic.net/free-photo/electrician-working-near-board-with-wires-installation-connection-electrics_169016-5875.jpg",
|
url: "http://img.b2bpic.net/free-photo/electrician-working-near-board-with-wires-installation-connection-electrics_169016-5875.jpg", alt: "Professional residential electrician"},
|
||||||
alt: "Professional residential electrician",
|
|
||||||
},
|
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
twitter: {
|
twitter: {
|
||||||
card: "summary_large_image",
|
card: "summary_large_image", title: "Trusted Residential Electrician in London, Ontario", description: "Fast service, honest pricing, professional work. Call Local Electric today.", images: ["http://img.b2bpic.net/free-photo/electrician-working-near-board-with-wires-installation-connection-electrics_169016-5875.jpg"],
|
||||||
title: "Trusted Residential Electrician in London, Ontario",
|
|
||||||
description: "Fast service, honest pricing, professional work. Call Local Electric today.",
|
|
||||||
images: ["http://img.b2bpic.net/free-photo/electrician-working-near-board-with-wires-installation-connection-electrics_169016-5875.jpg"],
|
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user