Update src/app/layout.tsx

This commit is contained in:
2026-02-17 16:27:37 +00:00
parent 34ea86157a
commit 4dbd19712d

View File

@@ -5,15 +5,11 @@ import { ServiceWrapper } from "@/components/ServiceWrapper";
import Tag from "@/tag/Tag"; import Tag from "@/tag/Tag";
const lora = Lora({ const lora = Lora({
variable: "--font-lora", variable: "--font-lora", subsets: ["latin"],
subsets: ["latin"],
}); });
export const metadata: Metadata = { export const metadata: Metadata = {
title: "Catamount Tree Service - Tree Removal Williamstown VT | 24/7 Emergency", title: "Catamount Tree Service - Tree Removal Williamstown VT | 24/7 Emergency", description: "Expert tree removal & trimming in Williamstown, VT. 4.9★ rated. Free estimates, 24/7 emergency service, fair pricing. Local tree service you can trust.", keywords: "tree removal Williamstown VT, tree service Vermont, emergency tree removal, tree trimming, local arborist, storm cleanup", metadataBase: new URL("https://catamounttreeservice.com"),
description: "Expert tree removal & trimming in Williamstown, VT. 4.9★ rated. Free estimates, 24/7 emergency service, fair pricing. Local tree service you can trust.",
keywords: "tree removal Williamstown VT, tree service Vermont, emergency tree removal, tree trimming, local arborist, storm cleanup",
metadataBase: new URL("https://catamounttreeservice.com"),
alternates: { alternates: {
canonical: "https://catamounttreeservice.com" canonical: "https://catamounttreeservice.com"
}, },
@@ -22,23 +18,14 @@ export const metadata: Metadata = {
follow: true follow: true
}, },
openGraph: { openGraph: {
title: "Safe Tree Removal | Catamount Tree Service", title: "Safe Tree Removal | Catamount Tree Service", description: "Professional tree removal & emergency service in Williamstown, VT. 4.9-star rated. Free estimates. Call (802) 473-2606.", url: "https://catamounttreeservice.com", siteName: "Catamount Tree Service", type: "website", images: [
description: "Professional tree removal & emergency service in Williamstown, VT. 4.9-star rated. Free estimates. Call (802) 473-2606.",
url: "https://catamounttreeservice.com",
siteName: "Catamount Tree Service",
type: "website",
images: [
{ {
url: "https://img.b2bpic.net/free-photo/outdoor-shot-logger-having-rest-open-air-after-cutting-trees_176532-14596.jpg", url: "https://img.b2bpic.net/free-photo/outdoor-shot-logger-having-rest-open-air-after-cutting-trees_176532-14596.jpg", alt: "Professional tree removal service"
alt: "Professional tree removal service"
} }
] ]
}, },
twitter: { twitter: {
card: "summary_large_image", card: "summary_large_image", title: "Catamount Tree Service - Expert Tree Removal VT", description: "4.9★ rated tree removal, trimming & emergency service in Williamstown, VT. Free estimates. 24/7 available.", images: ["https://img.b2bpic.net/free-photo/outdoor-shot-logger-having-rest-open-air-after-cutting-trees_176532-14596.jpg"]
title: "Catamount Tree Service - Expert Tree Removal VT",
description: "4.9★ rated tree removal, trimming & emergency service in Williamstown, VT. Free estimates. 24/7 available.",
images: ["https://img.b2bpic.net/free-photo/outdoor-shot-logger-having-rest-open-air-after-cutting-trees_176532-14596.jpg"]
} }
}; };