Update src/app/layout.tsx
This commit is contained in:
@@ -22,16 +22,18 @@ const manrope = Manrope({
|
||||
export const metadata: Metadata = {
|
||||
title: "Mow Problem | Professional Lawn Care Pocatello", description: "Reliable lawn care & landscaping services in Pocatello. Professional mowing, landscaping, weed control & snow removal. Get your free quote today!", keywords: "lawn care Pocatello, landscaping services, lawn mowing, yard maintenance, weed control, snow removal", metadataBase: new URL("https://mowproblem.com"),
|
||||
alternates: {
|
||||
canonical: "https://mowproblem.com"},
|
||||
canonical: "https://mowproblem.com"
|
||||
},
|
||||
openGraph: {
|
||||
title: "Mow Problem | Trusted Lawn Care & Landscaping", description: "Professional, reliable lawn care and landscaping services you can depend on. Serving Pocatello with excellence.", siteName: "Mow Problem", type: "website", images: [
|
||||
{
|
||||
url: "http://img.b2bpic.net/free-photo/close-up-person-using-trimming-tool-bush_23-2148256658.jpg", alt: "Professional lawn care service"},
|
||||
],
|
||||
url: "http://img.b2bpic.net/free-photo/close-up-person-using-trimming-tool-bush_23-2148256658.jpg", alt: "Professional lawn care service"
|
||||
}
|
||||
]
|
||||
},
|
||||
twitter: {
|
||||
card: "summary_large_image", title: "Mow Problem | Professional Lawn Care", description: "Reliable lawn care you can trust. Free quote today!", images: ["http://img.b2bpic.net/free-photo/close-up-person-using-trimming-tool-bush_23-2148256658.jpg"],
|
||||
},
|
||||
card: "summary_large_image", title: "Mow Problem | Professional Lawn Care", description: "Reliable lawn care you can trust. Free quote today!", images: ["http://img.b2bpic.net/free-photo/close-up-person-using-trimming-tool-bush_23-2148256658.jpg"]
|
||||
}
|
||||
};
|
||||
|
||||
export default function RootLayout({
|
||||
@@ -1418,4 +1420,4 @@ export default function RootLayout({
|
||||
</ServiceWrapper>
|
||||
</html>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user