Update src/app/layout.tsx
This commit is contained in:
@@ -5,36 +5,21 @@ import { ServiceWrapper } from "@/components/ServiceWrapper";
|
||||
import Tag from "@/tag/Tag";
|
||||
|
||||
const dmSans = DM_Sans({
|
||||
variable: "--font-dm-sans",
|
||||
subsets: ["latin"],
|
||||
variable: "--font-dm-sans", subsets: ["latin"],
|
||||
});
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: "Verde Lawn & Landscape | Chandler's Trusted Local Landscaping",
|
||||
description: "Professional lawn maintenance, landscape design, and irrigation services in Chandler, Arizona. Locally owned since 2011. Free quotes available.",
|
||||
keywords: "landscaping Chandler, lawn care Chandler AZ, landscape design, irrigation systems, tree trimming, yard maintenance",
|
||||
metadataBase: new URL("https://verdelawn.com"),
|
||||
title: "Verde Lawn & Landscape | Chandler's Trusted Local Landscaping", description: "Professional lawn maintenance, landscape design, and irrigation services in Chandler, Arizona. Locally owned since 2011. Free quotes available.", keywords: "landscaping Chandler, lawn care Chandler AZ, landscape design, irrigation systems, tree trimming, yard maintenance", metadataBase: new URL("https://verdelawn.com"),
|
||||
alternates: {
|
||||
canonical: "https://verdelawn.com",
|
||||
},
|
||||
canonical: "https://verdelawn.com"},
|
||||
openGraph: {
|
||||
title: "Verde Lawn & Landscape | Chandler's Most Trusted Crew",
|
||||
description: "Transform your Chandler yard with professional landscaping services. 12 years of excellence.",
|
||||
url: "https://verdelawn.com",
|
||||
siteName: "Verde Lawn & Landscape",
|
||||
type: "website",
|
||||
images: [
|
||||
title: "Verde Lawn & Landscape | Chandler's Most Trusted Crew", description: "Transform your Chandler yard with professional landscaping services. 12 years of excellence.", url: "https://verdelawn.com", siteName: "Verde Lawn & Landscape", type: "website", images: [
|
||||
{
|
||||
url: "http://img.b2bpic.net/free-photo/beautiful-manicured-green-mown-lawn-ai-generated-image_587448-1395.jpg",
|
||||
alt: "Beautiful landscaped yard by Verde",
|
||||
},
|
||||
url: "http://img.b2bpic.net/free-photo/beautiful-manicured-green-mown-lawn-ai-generated-image_587448-1395.jpg", alt: "Beautiful landscaped yard by Verde"},
|
||||
],
|
||||
},
|
||||
twitter: {
|
||||
card: "summary_large_image",
|
||||
title: "Verde Lawn & Landscape | Chandler's Trusted Crew",
|
||||
description: "Professional landscaping services in Chandler, AZ",
|
||||
images: ["http://img.b2bpic.net/free-photo/beautiful-manicured-green-mown-lawn-ai-generated-image_587448-1395.jpg"],
|
||||
card: "summary_large_image", title: "Verde Lawn & Landscape | Chandler's Trusted Crew", description: "Professional landscaping services in Chandler, AZ", images: ["http://img.b2bpic.net/free-photo/beautiful-manicured-green-mown-lawn-ai-generated-image_587448-1395.jpg"],
|
||||
},
|
||||
robots: {
|
||||
index: true,
|
||||
@@ -1424,4 +1409,4 @@ export default function RootLayout({
|
||||
</ServiceWrapper>
|
||||
</html>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user