Update src/app/layout.tsx

This commit is contained in:
2026-02-19 02:17:20 +00:00
parent f703dea216
commit b95950f0c6

View File

@@ -5,33 +5,21 @@ import { ServiceWrapper } from "@/components/ServiceWrapper";
import Tag from "@/tag/Tag"; import Tag from "@/tag/Tag";
const lora = Lora({ const lora = Lora({
variable: "--font-lora", variable: "--font-lora", subsets: ["latin"],
subsets: ["latin"],
}); });
export const metadata: Metadata = { export const metadata: Metadata = {
title: "Precision Pools | Above-Ground Pool Installation in Tonawanda, NY", title: "Precision Pools | Above-Ground Pool Installation in Tonawanda, NY", description: "Professional above-ground pool installation, liner replacement, and maintenance services in Tonawanda and Western NY. 4.6-star rated contractor. Owner-led service. Free quotes.", keywords: "pool installation Tonawanda NY, above ground pool installer, pool liner replacement, swimming pool contractor Western NY", metadataBase: new URL("https://precisionpools.com"),
description: "Professional above-ground pool installation, liner replacement, and maintenance services in Tonawanda and Western NY. 4.6-star rated contractor. Owner-led service. Free quotes.",
keywords: "pool installation Tonawanda NY, above ground pool installer, pool liner replacement, swimming pool contractor Western NY",
metadataBase: new URL("https://precisionpools.com"),
alternates: { alternates: {
canonical: "https://precisionpools.com" canonical: "https://precisionpools.com"
}, },
openGraph: { openGraph: {
title: "Precision Pools - Professional Pool Installation in Tonawanda, NY", title: "Precision Pools - Professional Pool Installation in Tonawanda, NY", description: "Expert above-ground pool installation and maintenance services. Owner-led contractor serving Western New York.", siteName: "Precision Pools", type: "website", images: [{
description: "Expert above-ground pool installation and maintenance services. Owner-led contractor serving Western New York.", url: "https://img.b2bpic.net/free-photo/handsome-man-sitting-near-swimming-pool-with-luggage-bag-posing_23-2148221972.jpg", alt: "Professional pool installation service in Tonawanda"
siteName: "Precision Pools",
type: "website",
images: [{
url: "https://img.b2bpic.net/free-photo/handsome-man-sitting-near-swimming-pool-with-luggage-bag-posing_23-2148221972.jpg",
alt: "Professional pool installation service in Tonawanda"
}] }]
}, },
twitter: { twitter: {
card: "summary_large_image", card: "summary_large_image", title: "Precision Pools - Tonawanda, NY", description: "Professional pool installation and maintenance. 4.6 stars, 42+ reviews.", images: ["https://img.b2bpic.net/free-photo/handsome-man-sitting-near-swimming-pool-with-luggage-bag-posing_23-2148221972.jpg"]
title: "Precision Pools - Tonawanda, NY",
description: "Professional pool installation and maintenance. 4.6 stars, 42+ reviews.",
images: ["https://img.b2bpic.net/free-photo/handsome-man-sitting-near-swimming-pool-with-luggage-bag-posing_23-2148221972.jpg"]
}, },
robots: { robots: {
index: true, index: true,