diff --git a/src/app/layout.tsx b/src/app/layout.tsx index fb2c203..79fe222 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -5,37 +5,22 @@ import { ServiceWrapper } from "@/components/ServiceWrapper"; import Tag from "@/tag/Tag"; const lato = Lato({ - variable: "--font-lato", - subsets: ["latin"], + variable: "--font-lato", subsets: ["latin"], weight: ["100", "300", "400", "700", "900"], }); export const metadata: Metadata = { - title: "Professional Document Translation, Printing & Stamps - ServPro", - description: "Complete document translation, printing services, rubber stamps, graphic design, government services and digital marketing solutions. Get quotes today.", - keywords: "document translation, printing services, rubber stamps, graphic design, visa services, online services", - metadataBase: new URL("https://servpro.com"), + title: "Professional Document Translation, Printing & Stamps - ServPro", description: "Complete document translation, printing services, rubber stamps, graphic design, government services and digital marketing solutions. Get quotes today.", keywords: "document translation, printing services, rubber stamps, graphic design, visa services, online services", metadataBase: new URL("https://servpro.com"), alternates: { - canonical: "https://servpro.com", - }, + canonical: "https://servpro.com"}, openGraph: { - title: "ServPro - Document Translation & Printing Services", - description: "Professional services including document translation, printing, design, and government services.", - url: "https://servpro.com", - siteName: "ServPro", - type: "website", - images: [ + title: "ServPro - Document Translation & Printing Services", description: "Professional services including document translation, printing, design, and government services.", url: "https://servpro.com", siteName: "ServPro", type: "website", images: [ { - url: "http://img.b2bpic.net/free-photo/diverse-people-working-office_53876-30720.jpg", - alt: "ServPro Professional Services", - }, + url: "http://img.b2bpic.net/free-photo/diverse-people-working-office_53876-30720.jpg", alt: "ServPro Professional Services"}, ], }, twitter: { - card: "summary_large_image", - title: "ServPro - Document Translation & Printing Services", - description: "Complete professional services for document translation, printing, design and more.", - images: ["http://img.b2bpic.net/free-photo/diverse-people-working-office_53876-30720.jpg"], + card: "summary_large_image", title: "ServPro - Document Translation & Printing Services", description: "Complete professional services for document translation, printing, design and more.", images: ["http://img.b2bpic.net/free-photo/diverse-people-working-office_53876-30720.jpg"], }, robots: { index: true, @@ -1425,4 +1410,4 @@ export default function RootLayout({ ); -} \ No newline at end of file +} diff --git a/src/app/page.tsx b/src/app/page.tsx index a39cc9b..216cc42 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -95,64 +95,40 @@ export default function HomePage() {
); -} \ No newline at end of file +}