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 nunitoSans = Nunito_Sans({
|
||||
variable: "--font-nunito-sans",
|
||||
subsets: ["latin"],
|
||||
variable: "--font-nunito-sans", subsets: ["latin"],
|
||||
});
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: "Luxury Landscapes | Premium Estate Design & Maintenance",
|
||||
description: "Award-winning luxury landscape design and maintenance for high-net-worth homeowners. 25+ years of expertise in premium estate landscapes.",
|
||||
keywords: "luxury landscape design, estate landscaping, premium landscaping services, high-end garden design, luxury hardscape",
|
||||
metadataBase: new URL("https://luxurylandscapes.com"),
|
||||
title: "Luxury Landscapes | Premium Estate Design & Maintenance", description: "Award-winning luxury landscape design and maintenance for high-net-worth homeowners. 25+ years of expertise in premium estate landscapes.", keywords: "luxury landscape design, estate landscaping, premium landscaping services, high-end garden design, luxury hardscape", metadataBase: new URL("https://luxurylandscapes.com"),
|
||||
alternates: {
|
||||
canonical: "https://luxurylandscapes.com",
|
||||
},
|
||||
canonical: "https://luxurylandscapes.com"},
|
||||
openGraph: {
|
||||
title: "Luxury Landscapes | Premium Estate Design & Maintenance",
|
||||
description: "Award-winning luxury landscape design and maintenance trusted by regional estates for 25+ years.",
|
||||
siteName: "Luxury Landscapes",
|
||||
type: "website",
|
||||
images: [
|
||||
title: "Luxury Landscapes | Premium Estate Design & Maintenance", description: "Award-winning luxury landscape design and maintenance trusted by regional estates for 25+ years.", siteName: "Luxury Landscapes", type: "website", images: [
|
||||
{
|
||||
url: "http://img.b2bpic.net/free-photo/big-stone-made-chinese-chess-inside-park_1112-1150.jpg",
|
||||
alt: "Luxury landscape design and maintenance services",
|
||||
},
|
||||
url: "http://img.b2bpic.net/free-photo/big-stone-made-chinese-chess-inside-park_1112-1150.jpg", alt: "Luxury landscape design and maintenance services"},
|
||||
],
|
||||
},
|
||||
twitter: {
|
||||
card: "summary_large_image",
|
||||
title: "Luxury Landscapes | Premium Estate Design & Maintenance",
|
||||
description: "Award-winning luxury landscape design and maintenance for discerning homeowners.",
|
||||
images: ["http://img.b2bpic.net/free-photo/big-stone-made-chinese-chess-inside-park_1112-1150.jpg"],
|
||||
card: "summary_large_image", title: "Luxury Landscapes | Premium Estate Design & Maintenance", description: "Award-winning luxury landscape design and maintenance for discerning homeowners.", images: ["http://img.b2bpic.net/free-photo/big-stone-made-chinese-chess-inside-park_1112-1150.jpg"],
|
||||
},
|
||||
robots: {
|
||||
index: true,
|
||||
@@ -1423,4 +1409,4 @@ export default function RootLayout({
|
||||
</ServiceWrapper>
|
||||
</html>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user