Update src/app/layout.tsx
This commit is contained in:
@@ -3,32 +3,19 @@ import { Ubuntu } from "next/font/google";
|
|||||||
import "./globals.css";
|
import "./globals.css";
|
||||||
|
|
||||||
const ubuntu = Ubuntu({
|
const ubuntu = Ubuntu({
|
||||||
variable: "--font-ubuntu",
|
variable: "--font-ubuntu", subsets: ["latin"],
|
||||||
subsets: ["latin"],
|
|
||||||
weight: ["300", "400", "500", "700"],
|
weight: ["300", "400", "500", "700"],
|
||||||
});
|
});
|
||||||
|
|
||||||
export const metadata: Metadata = {
|
export const metadata: Metadata = {
|
||||||
title: "Premium Metal Roofing & Construction | Martinez",
|
title: "Premium Metal Roofing & Construction | Martinez", description: "Expert standing seam metal roofing, repairs, and construction services. Fast communication, clean job sites, trusted by homeowners across the region.", keywords: "metal roofing, standing seam, roof repair, construction, residential roofing, professional contractor", openGraph: {
|
||||||
description: "Expert standing seam metal roofing, repairs, and construction services. Fast communication, clean job sites, trusted by homeowners across the region.",
|
title: "Premium Metal Roofing & Construction | Martinez", description: "Expert standing seam metal roofing, repairs, and construction services with clear communication and clean finishes.", type: "website", siteName: "Martinez Metal Roofing", images: [
|
||||||
keywords: "metal roofing, standing seam, roof repair, construction, residential roofing, professional contractor",
|
|
||||||
openGraph: {
|
|
||||||
title: "Premium Metal Roofing & Construction | Martinez",
|
|
||||||
description: "Expert standing seam metal roofing, repairs, and construction services with clear communication and clean finishes.",
|
|
||||||
type: "website",
|
|
||||||
siteName: "Martinez Metal Roofing",
|
|
||||||
images: [
|
|
||||||
{
|
{
|
||||||
url: "https://img.b2bpic.net/free-photo/full-shot-man-wearing-protection-helmet_23-2149343634.jpg",
|
url: "https://img.b2bpic.net/free-photo/full-shot-man-wearing-protection-helmet_23-2149343634.jpg", alt: "Premium standing seam metal roofing installation"},
|
||||||
alt: "Premium standing seam metal roofing installation",
|
|
||||||
},
|
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
twitter: {
|
twitter: {
|
||||||
card: "summary_large_image",
|
card: "summary_large_image", title: "Premium Metal Roofing & Construction", description: "Standing seam specialists with responsive communication and premium finishes.", images: ["https://img.b2bpic.net/free-photo/full-shot-man-wearing-protection-helmet_23-2149343634.jpg"],
|
||||||
title: "Premium Metal Roofing & Construction",
|
|
||||||
description: "Standing seam specialists with responsive communication and premium finishes.",
|
|
||||||
images: ["https://img.b2bpic.net/free-photo/full-shot-man-wearing-protection-helmet_23-2149343634.jpg"],
|
|
||||||
},
|
},
|
||||||
robots: {
|
robots: {
|
||||||
index: true,
|
index: true,
|
||||||
|
|||||||
Reference in New Issue
Block a user