Update src/app/layout.tsx
This commit is contained in:
@@ -3,29 +3,18 @@ import { Inter } from "next/font/google";
|
|||||||
import "./globals.css";
|
import "./globals.css";
|
||||||
|
|
||||||
const inter = Inter({
|
const inter = Inter({
|
||||||
variable: "--font-inter",
|
variable: "--font-inter", subsets: ["latin"],
|
||||||
subsets: ["latin"],
|
|
||||||
});
|
});
|
||||||
|
|
||||||
export const metadata: Metadata = {
|
export const metadata: Metadata = {
|
||||||
title: "Proof Digital - Full-Service Digital Agency",
|
title: "Proof Digital - Full-Service Digital Agency", description: "Transform your digital vision with Proof Digital. Expert web development, design, and digital strategy solutions for businesses.", keywords: "digital agency, web development, web design, digital strategy, UI/UX design, brand identity", robots: {
|
||||||
description: "Transform your digital vision with Proof Digital. Expert web development, design, and digital strategy solutions for businesses.",
|
|
||||||
keywords: "digital agency, web development, web design, digital strategy, UI/UX design, brand identity",
|
|
||||||
robots: {
|
|
||||||
index: true,
|
index: true,
|
||||||
follow: true,
|
follow: true,
|
||||||
},
|
},
|
||||||
openGraph: {
|
openGraph: {
|
||||||
title: "Proof Digital - Digital Agency",
|
title: "Proof Digital - Digital Agency", description: "Transform your digital vision with Proof Digital. Expert web development, design, and digital strategy solutions.", siteName: "Proof Digital", type: "website"},
|
||||||
description: "Transform your digital vision with Proof Digital. Expert web development, design, and digital strategy solutions.",
|
|
||||||
siteName: "Proof Digital",
|
|
||||||
type: "website",
|
|
||||||
},
|
|
||||||
twitter: {
|
twitter: {
|
||||||
card: "summary_large_image",
|
card: "summary_large_image", title: "Proof Digital - Digital Agency", description: "Transform your digital vision with Proof Digital. Expert web development, design, and digital strategy."},
|
||||||
title: "Proof Digital - Digital Agency",
|
|
||||||
description: "Transform your digital vision with Proof Digital. Expert web development, design, and digital strategy.",
|
|
||||||
},
|
|
||||||
};
|
};
|
||||||
|
|
||||||
export default function RootLayout({
|
export default function RootLayout({
|
||||||
|
|||||||
Reference in New Issue
Block a user