Update src/app/layout.tsx
This commit is contained in:
@@ -4,41 +4,26 @@ import { Inter } from "next/font/google";
|
|||||||
import "./globals.css";
|
import "./globals.css";
|
||||||
|
|
||||||
const dmSans = DM_Sans({
|
const dmSans = DM_Sans({
|
||||||
variable: "--font-dm-sans",
|
variable: "--font-dm-sans", subsets: ["latin"],
|
||||||
subsets: ["latin"],
|
|
||||||
});
|
});
|
||||||
|
|
||||||
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: "Dialedweb - Premium Software & Web Development",
|
title: "Dialedweb - Premium Software & Web Development", description: "California-based premium software and web development company. Custom solutions for visionary brands. 150+ projects delivered.", keywords: ["software development", "web development", "custom development", "California", "premium digital solutions"],
|
||||||
description: "California-based premium software and web development company. Custom solutions for visionary brands. 150+ projects delivered.",
|
|
||||||
keywords: ["software development", "web development", "custom development", "California", "premium digital solutions"],
|
|
||||||
metadataBase: new URL("https://dialedweb.com"),
|
metadataBase: new URL("https://dialedweb.com"),
|
||||||
alternates: {
|
alternates: {
|
||||||
canonical: "https://dialedweb.com",
|
canonical: "https://dialedweb.com"},
|
||||||
},
|
|
||||||
openGraph: {
|
openGraph: {
|
||||||
title: "Dialedweb - Premium Software & Web Development",
|
title: "Dialedweb - Premium Software & Web Development", description: "Transform your digital presence with bespoke software solutions and cutting-edge web experiences.", siteName: "Dialedweb", type: "website", url: "https://dialedweb.com", images: [
|
||||||
description: "Transform your digital presence with bespoke software solutions and cutting-edge web experiences.",
|
|
||||||
siteName: "Dialedweb",
|
|
||||||
type: "website",
|
|
||||||
url: "https://dialedweb.com",
|
|
||||||
images: [
|
|
||||||
{
|
{
|
||||||
url: "https://dialedweb.com/og-image.png",
|
url: "https://dialedweb.com/og-image.png", alt: "Dialedweb Premium Development"},
|
||||||
alt: "Dialedweb Premium Development",
|
|
||||||
},
|
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
twitter: {
|
twitter: {
|
||||||
card: "summary_large_image",
|
card: "summary_large_image", title: "Dialedweb - Premium Software & Web Development", description: "Transform your digital presence with bespoke software solutions.", images: ["https://dialedweb.com/twitter-image.png"],
|
||||||
title: "Dialedweb - Premium Software & Web Development",
|
|
||||||
description: "Transform your digital presence with bespoke software solutions.",
|
|
||||||
images: ["https://dialedweb.com/twitter-image.png"],
|
|
||||||
},
|
},
|
||||||
robots: {
|
robots: {
|
||||||
index: true,
|
index: true,
|
||||||
|
|||||||
Reference in New Issue
Block a user