Update src/app/layout.tsx
This commit is contained in:
@@ -5,15 +5,11 @@ import { ServiceWrapper } from "@/components/ServiceWrapper";
|
||||
import Tag from "@/tag/Tag";
|
||||
|
||||
const lora = Lora({
|
||||
variable: "--font-lora",
|
||||
subsets: ["latin"],
|
||||
variable: "--font-lora", subsets: ["latin"],
|
||||
});
|
||||
|
||||
export const metadata: Metadata = {
|
||||
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"),
|
||||
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"),
|
||||
alternates: {
|
||||
canonical: "https://catamounttreeservice.com"
|
||||
},
|
||||
@@ -22,23 +18,14 @@ export const metadata: Metadata = {
|
||||
follow: true
|
||||
},
|
||||
openGraph: {
|
||||
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: [
|
||||
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: [
|
||||
{
|
||||
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"
|
||||
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"
|
||||
}
|
||||
]
|
||||
},
|
||||
twitter: {
|
||||
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"]
|
||||
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"]
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user