Update src/app/layout.tsx
This commit is contained in:
@@ -5,28 +5,19 @@ 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: "Stemple Electric LLC - Electrician in Wyoming",
|
title: "Stemple Electric LLC - Electrician in Wyoming", description: "Professional electrical services for homes and businesses in Wyoming. Panel upgrades, lighting, EV chargers, repairs, and more. Licensed, insured, free estimates.", keywords: "electrician Wyoming, electrical repair, panel upgrade, lighting installation, EV charger, Cheyenne, Casper, Laramie, electrical contractor", metadataBase: new URL("https://stempleelectric.com"),
|
||||||
description: "Professional electrical services for homes and businesses in Wyoming. Panel upgrades, lighting, EV chargers, repairs, and more. Licensed, insured, free estimates.",
|
|
||||||
keywords: "electrician Wyoming, electrical repair, panel upgrade, lighting installation, EV charger, Cheyenne, Casper, Laramie, electrical contractor",
|
|
||||||
metadataBase: new URL("https://stempleelectric.com"),
|
|
||||||
alternates: {
|
alternates: {
|
||||||
canonical: "/"
|
canonical: "/"
|
||||||
},
|
},
|
||||||
openGraph: {
|
openGraph: {
|
||||||
title: "Stemple Electric LLC - Your Trusted Wyoming Electrician",
|
title: "Stemple Electric LLC - Your Trusted Wyoming Electrician", description: "Bright, reliable electrical work for residential and light commercial projects. Fast response, clear pricing, professional service.", siteName: "Stemple Electric LLC", type: "website"
|
||||||
description: "Bright, reliable electrical work for residential and light commercial projects. Fast response, clear pricing, professional service.",
|
|
||||||
siteName: "Stemple Electric LLC",
|
|
||||||
type: "website"
|
|
||||||
},
|
},
|
||||||
twitter: {
|
twitter: {
|
||||||
card: "summary_large_image",
|
card: "summary_large_image", title: "Stemple Electric LLC - Electrician Services", description: "Professional electrical work done right. Licensed & insured. Fast scheduling. Free estimates."
|
||||||
title: "Stemple Electric LLC - Electrician Services",
|
|
||||||
description: "Professional electrical work done right. Licensed & insured. Fast scheduling. Free estimates."
|
|
||||||
},
|
},
|
||||||
robots: {
|
robots: {
|
||||||
index: true,
|
index: true,
|
||||||
|
|||||||
Reference in New Issue
Block a user