Update src/app/layout.tsx
This commit is contained in:
@@ -3,37 +3,23 @@ import { Mulish } from "next/font/google";
|
||||
import "./globals.css";
|
||||
|
||||
const mulish = Mulish({
|
||||
variable: "--font-mulish",
|
||||
subsets: ["latin"],
|
||||
variable: "--font-mulish", subsets: ["latin"],
|
||||
});
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: "Monjas YSK Landscaping | Professional Services in Reno, NV",
|
||||
description: "Expert landscaping, artificial turf, irrigation, and hardscape services in Reno & Carson City. 4.5★ rated. Free estimates. Licensed & insured.",
|
||||
keywords: "landscaping Reno, artificial turf Nevada, irrigation services, hardscape contractor, landscape design, Carson City",
|
||||
robots: {
|
||||
title: "Monjas YSK Landscaping | Professional Services in Reno, NV", description: "Expert landscaping, artificial turf, irrigation, and hardscape services in Reno & Carson City. 4.5★ rated. Free estimates. Licensed & insured.", keywords: "landscaping Reno, artificial turf Nevada, irrigation services, hardscape contractor, landscape design, Carson City", robots: {
|
||||
index: true,
|
||||
follow: true,
|
||||
},
|
||||
openGraph: {
|
||||
title: "Monjas YSK Landscaping | Professional Services in Reno, NV",
|
||||
description: "Expert landscaping, artificial turf, irrigation, and hardscape services in Reno & Carson City. 4.5★ rated.",
|
||||
type: "website",
|
||||
siteName: "Monjas YSK Landscaping",
|
||||
images: [
|
||||
title: "Monjas YSK Landscaping | Professional Services in Reno, NV", description: "Expert landscaping, artificial turf, irrigation, and hardscape services in Reno & Carson City. 4.5★ rated.", type: "website", siteName: "Monjas YSK Landscaping", images: [
|
||||
{
|
||||
url: "http://img.b2bpic.net/free-photo/pensive-middle-aged-gardener-holding-small-thuja-pot-bearded-garden-worker-glasses-wearing-blue-shirt-apron-growing-evergreen-plants-greenhouse-commercial-gardening-summer-concept_74855-12936.jpg",
|
||||
alt: "Professional landscaping services",
|
||||
},
|
||||
url: "http://img.b2bpic.net/free-photo/pensive-middle-aged-gardener-holding-small-thuja-pot-bearded-garden-worker-glasses-wearing-blue-shirt-apron-growing-evergreen-plants-greenhouse-commercial-gardening-summer-concept_74855-12936.jpg", alt: "Professional landscaping services"},
|
||||
],
|
||||
},
|
||||
twitter: {
|
||||
card: "summary_large_image",
|
||||
title: "Monjas YSK Landscaping | Professional Services in Reno, NV",
|
||||
description: "Expert landscaping, artificial turf, irrigation, and hardscape services in Reno & Carson City.",
|
||||
images: [
|
||||
"http://img.b2bpic.net/free-photo/pensive-middle-aged-gardener-holding-small-thuja-pot-bearded-garden-worker-glasses-wearing-blue-shirt-apron-growing-evergreen-plants-greenhouse-commercial-gardening-summer-concept_74855-12936.jpg",
|
||||
],
|
||||
card: "summary_large_image", title: "Monjas YSK Landscaping | Professional Services in Reno, NV", description: "Expert landscaping, artificial turf, irrigation, and hardscape services in Reno & Carson City.", images: [
|
||||
"http://img.b2bpic.net/free-photo/pensive-middle-aged-gardener-holding-small-thuja-pot-bearded-garden-worker-glasses-wearing-blue-shirt-apron-growing-evergreen-plants-greenhouse-commercial-gardening-summer-concept_74855-12936.jpg"],
|
||||
},
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user