Update src/app/layout.tsx
This commit is contained in:
@@ -6,43 +6,26 @@ 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: "Web Design for Contractors & Trades | BuildPro",
|
||||
description: "Professional websites designed specifically for contractors, plumbers, electricians, and trades professionals. Attract more leads and grow your business with our proven web solutions.",
|
||||
keywords: "web design contractors, trades websites, contractor web design, plumber website, electrician website builder, HVAC website design",
|
||||
metadataBase: new URL("https://buildpro.com"),
|
||||
title: "Web Design for Contractors & Trades | BuildPro", description: "Professional websites designed specifically for contractors, plumbers, electricians, and trades professionals. Attract more leads and grow your business with our proven web solutions.", keywords: "web design contractors, trades websites, contractor web design, plumber website, electrician website builder, HVAC website design", metadataBase: new URL("https://buildpro.com"),
|
||||
alternates: {
|
||||
canonical: "https://buildpro.com",
|
||||
},
|
||||
canonical: "https://buildpro.com"},
|
||||
openGraph: {
|
||||
title: "Professional Web Design for Contractors & Trades",
|
||||
description: "Get a website that generates leads for your contracting business. Responsive design, SEO optimization, and proven results.",
|
||||
url: "https://buildpro.com",
|
||||
siteName: "BuildPro",
|
||||
type: "website",
|
||||
images: [
|
||||
title: "Professional Web Design for Contractors & Trades", description: "Get a website that generates leads for your contracting business. Responsive design, SEO optimization, and proven results.", url: "https://buildpro.com", siteName: "BuildPro", type: "website", images: [
|
||||
{
|
||||
url: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQUTdG9bI9SIob3c5ogoGiecMG/a-professional-construction-site-backgro-1772525365167-9a1989ab.png",
|
||||
alt: "BuildPro - Web Design for Contractors",
|
||||
},
|
||||
url: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQUTdG9bI9SIob3c5ogoGiecMG/a-professional-construction-site-backgro-1772525365167-9a1989ab.png", alt: "BuildPro - Web Design for Contractors"},
|
||||
],
|
||||
},
|
||||
twitter: {
|
||||
card: "summary_large_image",
|
||||
title: "Professional Web Design for Contractors & Trades",
|
||||
description: "Grow your contracting business with a modern, high-converting website designed for lead generation.",
|
||||
images: [
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQUTdG9bI9SIob3c5ogoGiecMG/a-professional-construction-site-backgro-1772525365167-9a1989ab.png",
|
||||
],
|
||||
card: "summary_large_image", title: "Professional Web Design for Contractors & Trades", description: "Grow your contracting business with a modern, high-converting website designed for lead generation.", images: [
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQUTdG9bI9SIob3c5ogoGiecMG/a-professional-construction-site-backgro-1772525365167-9a1989ab.png"],
|
||||
},
|
||||
robots: {
|
||||
index: true,
|
||||
|
||||
Reference in New Issue
Block a user