Update src/app/layout.tsx
This commit is contained in:
@@ -6,41 +6,25 @@ import { ServiceWrapper } from "@/components/ServiceWrapper";
|
||||
import Tag from "@/tag/Tag";
|
||||
|
||||
const mulish = Mulish({
|
||||
variable: "--font-mulish",
|
||||
subsets: ["latin"],
|
||||
variable: "--font-mulish", subsets: ["latin"],
|
||||
});
|
||||
|
||||
const inter = Inter({
|
||||
variable: "--font-inter",
|
||||
subsets: ["latin"],
|
||||
variable: "--font-inter", subsets: ["latin"],
|
||||
});
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: "Digital Marketing Agency Long Island | Local SEO & PPC | Internet Services Group",
|
||||
description: "Get more qualified leads with proven digital marketing strategies. Local SEO, Google Ads, email marketing & more. 10+ years serving Long Island businesses. Call (631) 258-1913.",
|
||||
keywords: "digital marketing Long Island, local SEO, Google Ads, PPC management, email marketing, social media marketing, website optimization, East Quogue, NY",
|
||||
metadataBase: new URL("https://internetservicesgroup.com"),
|
||||
title: "Digital Marketing Agency Long Island | Local SEO & PPC | Internet Services Group", description: "Get more qualified leads with proven digital marketing strategies. Local SEO, Google Ads, email marketing & more. 10+ years serving Long Island businesses. Call (631) 258-1913.", keywords: "digital marketing Long Island, local SEO, Google Ads, PPC management, email marketing, social media marketing, website optimization, East Quogue, NY", metadataBase: new URL("https://internetservicesgroup.com"),
|
||||
alternates: {
|
||||
canonical: "https://internetservicesgroup.com",
|
||||
},
|
||||
canonical: "https://internetservicesgroup.com"},
|
||||
openGraph: {
|
||||
title: "Digital Marketing Agency Long Island | Internet Services Group",
|
||||
description: "Results-driven digital marketing for Long Island businesses. Local SEO, PPC, Email Marketing, and more. 10+ years experience. Free consultation.",
|
||||
url: "https://internetservicesgroup.com",
|
||||
siteName: "Internet Services Group",
|
||||
type: "website",
|
||||
images: [
|
||||
title: "Digital Marketing Agency Long Island | Internet Services Group", description: "Results-driven digital marketing for Long Island businesses. Local SEO, PPC, Email Marketing, and more. 10+ years experience. Free consultation.", url: "https://internetservicesgroup.com", siteName: "Internet Services Group", type: "website", images: [
|
||||
{
|
||||
url: "https://internetservicesgroup.com/og-image.jpg",
|
||||
alt: "Internet Services Group - Digital Marketing Agency",
|
||||
},
|
||||
url: "https://internetservicesgroup.com/og-image.jpg", alt: "Internet Services Group - Digital Marketing Agency"},
|
||||
],
|
||||
},
|
||||
twitter: {
|
||||
card: "summary_large_image",
|
||||
title: "Digital Marketing Agency Long Island | Internet Services Group",
|
||||
description: "Results-driven digital marketing for Long Island businesses. Call (631) 258-1913 for a free consultation.",
|
||||
images: ["https://internetservicesgroup.com/twitter-image.jpg"],
|
||||
card: "summary_large_image", title: "Digital Marketing Agency Long Island | Internet Services Group", description: "Results-driven digital marketing for Long Island businesses. Call (631) 258-1913 for a free consultation.", images: ["https://internetservicesgroup.com/twitter-image.jpg"],
|
||||
},
|
||||
robots: {
|
||||
index: true,
|
||||
|
||||
Reference in New Issue
Block a user