From 33ba7e92b140b6adf82bb5f2d12c118d26ffe436 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 2 Mar 2026 02:26:03 +0000 Subject: [PATCH] Update src/app/layout.tsx --- src/app/layout.tsx | 17 ++++------------- 1 file changed, 4 insertions(+), 13 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 9e2ea98..b8d9114 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -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,