Update src/app/layout.tsx
This commit is contained in:
@@ -5,36 +5,21 @@ import { ServiceWrapper } from "@/components/ServiceWrapper";
|
|||||||
import Tag from "@/tag/Tag";
|
import Tag from "@/tag/Tag";
|
||||||
|
|
||||||
const manrope = Manrope({
|
const manrope = Manrope({
|
||||||
variable: "--font-manrope",
|
variable: "--font-manrope", subsets: ["latin"],
|
||||||
subsets: ["latin"],
|
|
||||||
});
|
});
|
||||||
|
|
||||||
export const metadata: Metadata = {
|
export const metadata: Metadata = {
|
||||||
title: "Digital Agency | Web Design, CMS, Custom Development & SEO",
|
title: "Digital Agency | Web Design, CMS, Custom Development & SEO", description: "Professional digital agency specializing in web design, CMS solutions, custom development, and SEO optimization. Transform your business with expert digital solutions.", keywords: "web design, CMS solutions, custom development, SEO optimization, digital agency, website design, web development", metadataBase: new URL("https://www.digitalagencypro.com"),
|
||||||
description: "Professional digital agency specializing in web design, CMS solutions, custom development, and SEO optimization. Transform your business with expert digital solutions.",
|
|
||||||
keywords: "web design, CMS solutions, custom development, SEO optimization, digital agency, website design, web development",
|
|
||||||
metadataBase: new URL("https://www.digitalagencypro.com"),
|
|
||||||
alternates: {
|
alternates: {
|
||||||
canonical: "https://www.digitalagencypro.com",
|
canonical: "https://www.digitalagencypro.com"},
|
||||||
},
|
|
||||||
openGraph: {
|
openGraph: {
|
||||||
title: "Digital Agency Pro | Digital Solutions That Transform Business",
|
title: "Digital Agency Pro | Digital Solutions That Transform Business", description: "Professional digital agency specializing in web design, CMS solutions, custom development, and SEO optimization.", url: "https://www.digitalagencypro.com", siteName: "Digital Agency Pro", type: "website", images: [
|
||||||
description: "Professional digital agency specializing in web design, CMS solutions, custom development, and SEO optimization.",
|
|
||||||
url: "https://www.digitalagencypro.com",
|
|
||||||
siteName: "Digital Agency Pro",
|
|
||||||
type: "website",
|
|
||||||
images: [
|
|
||||||
{
|
{
|
||||||
url: "https://www.digitalagencypro.com/og-image.jpg",
|
url: "https://www.digitalagencypro.com/og-image.jpg", alt: "Digital Agency Pro - Web Design & Development"},
|
||||||
alt: "Digital Agency Pro - Web Design & Development",
|
|
||||||
},
|
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
twitter: {
|
twitter: {
|
||||||
card: "summary_large_image",
|
card: "summary_large_image", title: "Digital Agency Pro | Transform Your Digital Presence", description: "Expert web design, CMS solutions, custom development & SEO optimization services.", images: ["https://www.digitalagencypro.com/twitter-image.jpg"],
|
||||||
title: "Digital Agency Pro | Transform Your Digital Presence",
|
|
||||||
description: "Expert web design, CMS solutions, custom development & SEO optimization services.",
|
|
||||||
images: ["https://www.digitalagencypro.com/twitter-image.jpg"],
|
|
||||||
},
|
},
|
||||||
robots: {
|
robots: {
|
||||||
index: true,
|
index: true,
|
||||||
|
|||||||
Reference in New Issue
Block a user