Update src/app/layout.tsx
This commit is contained in:
@@ -6,42 +6,26 @@ import { ServiceWrapper } from "@/components/ServiceWrapper";
|
||||
import Tag from "@/tag/Tag";
|
||||
|
||||
const libreBaskerville = Libre_Baskerville({
|
||||
variable: "--font-libre-baskerville",
|
||||
subsets: ["latin"],
|
||||
variable: "--font-libre-baskerville", subsets: ["latin"],
|
||||
weight: ["400", "700"],
|
||||
});
|
||||
|
||||
const inter = Inter({
|
||||
variable: "--font-inter",
|
||||
subsets: ["latin"],
|
||||
variable: "--font-inter", subsets: ["latin"],
|
||||
});
|
||||
|
||||
export const metadata: Metadata = {
|
||||
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"),
|
||||
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"),
|
||||
alternates: {
|
||||
canonical: "https://acutabovetreeservice.com",
|
||||
},
|
||||
canonical: "https://acutabovetreeservice.com"},
|
||||
openGraph: {
|
||||
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: [
|
||||
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: [
|
||||
{
|
||||
url: "https://acutabovetreeservice.com/og-image.jpg",
|
||||
alt: "Professional tree removal service",
|
||||
},
|
||||
url: "https://acutabovetreeservice.com/og-image.jpg", alt: "Professional tree removal service"},
|
||||
],
|
||||
},
|
||||
twitter: {
|
||||
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"],
|
||||
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"],
|
||||
},
|
||||
robots: {
|
||||
index: true,
|
||||
|
||||
Reference in New Issue
Block a user