Update src/app/layout.tsx

This commit is contained in:
2026-03-02 19:24:00 +00:00
parent 95dfca7f2d
commit d5a3ba3753

View File

@@ -6,42 +6,26 @@ import { ServiceWrapper } from "@/components/ServiceWrapper";
import Tag from "@/tag/Tag"; import Tag from "@/tag/Tag";
const libreBaskerville = Libre_Baskerville({ const libreBaskerville = Libre_Baskerville({
variable: "--font-libre-baskerville", variable: "--font-libre-baskerville", subsets: ["latin"],
subsets: ["latin"],
weight: ["400", "700"], weight: ["400", "700"],
}); });
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: "A Cut Above Tree Service | Professional Tree Removal Lake Stevens WA", title: "A Cut Above Tree Service | Professional Tree Removal Lake Stevens WA", description: "Expert tree removal and care in Lake Stevens, WA. Licensed, insured, owner-operated. Fast response, precision work, meticulous cleanup. Call (206) 930-5697 for free estimate.", keywords: "tree removal Lake Stevens, tree service, tree trimming, stump grinding, arborist, professional tree care, emergency tree removal, Snohomish County", metadataBase: new URL("https://acutabovetreeservice.com"),
description: "Expert tree removal and care in Lake Stevens, WA. Licensed, insured, owner-operated. Fast response, precision work, meticulous cleanup. Call (206) 930-5697 for free estimate.",
keywords: "tree removal Lake Stevens, tree service, tree trimming, stump grinding, arborist, professional tree care, emergency tree removal, Snohomish County",
metadataBase: new URL("https://acutabovetreeservice.com"),
alternates: { alternates: {
canonical: "https://acutabovetreeservice.com", canonical: "https://acutabovetreeservice.com"},
},
openGraph: { openGraph: {
title: "A Cut Above Tree Service - Professional Tree Removal", title: "A Cut Above Tree Service - Professional Tree Removal", description: "Safe, expert tree removal and care from a trusted local professional in Lake Stevens, WA. 5-star rated. Free estimates.", url: "https://acutabovetreeservice.com", siteName: "A Cut Above Tree Service", type: "website", images: [
description: "Safe, expert tree removal and care from a trusted local professional in Lake Stevens, WA. 5-star rated. Free estimates.",
url: "https://acutabovetreeservice.com",
siteName: "A Cut Above Tree Service",
type: "website",
images: [
{ {
url: "https://acutabovetreeservice.com/og-image.jpg", url: "https://acutabovetreeservice.com/og-image.jpg", alt: "Professional tree removal service"},
alt: "Professional tree removal service",
},
], ],
}, },
twitter: { twitter: {
card: "summary_large_image", card: "summary_large_image", title: "A Cut Above Tree Service - Lake Stevens", description: "Expert tree removal, trimming, and stump grinding. Licensed, insured, owner-operated.", images: ["https://acutabovetreeservice.com/twitter-image.jpg"],
title: "A Cut Above Tree Service - Lake Stevens",
description: "Expert tree removal, trimming, and stump grinding. Licensed, insured, owner-operated.",
images: ["https://acutabovetreeservice.com/twitter-image.jpg"],
}, },
robots: { robots: {
index: true, index: true,