Update src/app/layout.tsx
This commit is contained in:
@@ -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({
|
||||
</ServiceWrapper>
|
||||
</html>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user