Update src/app/layout.tsx
This commit is contained in:
@@ -5,28 +5,19 @@ import { ServiceWrapper } from "@/components/ServiceWrapper";
|
||||
import Tag from "@/tag/Tag";
|
||||
|
||||
const inter = Inter({
|
||||
variable: "--font-inter",
|
||||
subsets: ["latin"],
|
||||
variable: "--font-inter", subsets: ["latin"],
|
||||
});
|
||||
|
||||
export const metadata: Metadata = {
|
||||
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"),
|
||||
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"),
|
||||
alternates: {
|
||||
canonical: "/"
|
||||
},
|
||||
openGraph: {
|
||||
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"
|
||||
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"
|
||||
},
|
||||
twitter: {
|
||||
card: "summary_large_image",
|
||||
title: "Stemple Electric LLC - Electrician Services",
|
||||
description: "Professional electrical work done right. Licensed & insured. Fast scheduling. Free estimates."
|
||||
card: "summary_large_image", title: "Stemple Electric LLC - Electrician Services", description: "Professional electrical work done right. Licensed & insured. Fast scheduling. Free estimates."
|
||||
},
|
||||
robots: {
|
||||
index: true,
|
||||
|
||||
Reference in New Issue
Block a user