Update src/app/layout.tsx
This commit is contained in:
@@ -5,35 +5,21 @@ import { ServiceWrapper } from "@/components/ServiceWrapper";
|
||||
import Tag from "@/tag/Tag";
|
||||
|
||||
const figtree = Figtree({
|
||||
variable: "--font-figtree",
|
||||
subsets: ["latin"],
|
||||
variable: "--font-figtree", subsets: ["latin"],
|
||||
});
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: "Tree Removal & Service in Harvest, AL | North Alabama Tree Service",
|
||||
description: "Expert tree removal, trimming, stump grinding & emergency service in Harvest, AL. 4.9★ rating. Free estimates. Licensed & insured. Call (256) 374-2193.",
|
||||
keywords: "tree removal Harvest AL, tree service North Alabama, stump grinding, emergency tree service, professional arborist",
|
||||
metadataBase: new URL("https://northalabamtreeservice.com"),
|
||||
title: "Tree Removal & Service in Harvest, AL | North Alabama Tree Service", description: "Expert tree removal, trimming, stump grinding & emergency service in Harvest, AL. 4.9★ rating. Free estimates. Licensed & insured. Call (256) 374-2193.", keywords: "tree removal Harvest AL, tree service North Alabama, stump grinding, emergency tree service, professional arborist", metadataBase: new URL("https://northalabamtreeservice.com"),
|
||||
alternates: {
|
||||
canonical: "https://northalabamtreeservice.com",
|
||||
},
|
||||
canonical: "https://northalabamtreeservice.com"},
|
||||
openGraph: {
|
||||
title: "Tree Removal & Service in Harvest, AL | North Alabama Tree Service",
|
||||
description: "Expert tree removal, trimming, stump grinding & emergency service. 4.9★ rating with 138+ reviews. Free estimates.",
|
||||
type: "website",
|
||||
siteName: "North Alabama Tree Service",
|
||||
images: [
|
||||
title: "Tree Removal & Service in Harvest, AL | North Alabama Tree Service", description: "Expert tree removal, trimming, stump grinding & emergency service. 4.9★ rating with 138+ reviews. Free estimates.", type: "website", siteName: "North Alabama Tree Service", images: [
|
||||
{
|
||||
url: "http://img.b2bpic.net/free-photo/closeup-lumberjack-with-chainsaw-forest_181624-59761.jpg",
|
||||
alt: "Professional tree removal service",
|
||||
},
|
||||
url: "http://img.b2bpic.net/free-photo/closeup-lumberjack-with-chainsaw-forest_181624-59761.jpg", alt: "Professional tree removal service"},
|
||||
],
|
||||
},
|
||||
twitter: {
|
||||
card: "summary_large_image",
|
||||
title: "Tree Removal & Service in Harvest, AL",
|
||||
description: "4.9★ rated tree service. Free estimates. Call (256) 374-2193",
|
||||
images: ["http://img.b2bpic.net/free-photo/closeup-lumberjack-with-chainsaw-forest_181624-59761.jpg"],
|
||||
card: "summary_large_image", title: "Tree Removal & Service in Harvest, AL", description: "4.9★ rated tree service. Free estimates. Call (256) 374-2193", images: ["http://img.b2bpic.net/free-photo/closeup-lumberjack-with-chainsaw-forest_181624-59761.jpg"],
|
||||
},
|
||||
robots: {
|
||||
index: true,
|
||||
|
||||
Reference in New Issue
Block a user