Update src/app/layout.tsx
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user