Update src/app/layout.tsx

This commit is contained in:
2026-03-03 16:22:09 +00:00
parent 4eeab7db4c
commit d079ffe86a

View File

@@ -6,31 +6,18 @@ import { ServiceWrapper } from "@/components/ServiceWrapper";
import Tag from "@/tag/Tag";
const mulish = Mulish({
variable: "--font-mulish",
subsets: ["latin"],
variable: "--font-mulish", subsets: ["latin"],
});
const inter = Inter({
variable: "--font-inter",
subsets: ["latin"],
variable: "--font-inter", subsets: ["latin"],
});
export const metadata: Metadata = {
title: "Richlands Pressure Washing | Professional Cleaning Services",
description: "Professional pressure washing services in Richlands, VA. Fast service, affordable prices. Free quotes available. Call 276-555-0142 today!",
keywords: "pressure washing, power washing, house cleaning, driveway cleaning, Richlands VA",
openGraph: {
title: "Richlands Pressure Washing",
description: "Professional pressure washing services for homes and businesses in Richlands, VA",
url: "https://richlandspressure.com",
siteName: "Richlands Pressure Washing",
type: "website",
},
title: "Richlands Pressure Washing | Professional Cleaning Services", description: "Professional pressure washing services in Richlands, VA. Fast service, affordable prices. Free quotes available. Call 276-555-0142 today!", keywords: "pressure washing, power washing, house cleaning, driveway cleaning, Richlands VA", openGraph: {
title: "Richlands Pressure Washing", description: "Professional pressure washing services for homes and businesses in Richlands, VA", url: "https://richlandspressure.com", siteName: "Richlands Pressure Washing", type: "website"},
twitter: {
card: "summary_large_image",
title: "Richlands Pressure Washing",
description: "Professional pressure washing services in Richlands, VA",
},
card: "summary_large_image", title: "Richlands Pressure Washing", description: "Professional pressure washing services in Richlands, VA"},
robots: {
index: true,
follow: true,