diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 7d8111f..45b6260 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1,69 +1,16 @@ import type { Metadata } from "next"; -import { Halant } from "next/font/google"; -import { Inter } from "next/font/google"; -import "./globals.css"; -import { ServiceWrapper } from "@/components/ServiceWrapper"; -import Tag from "@/tag/Tag"; - -const halant = Halant({ - variable: "--font-halant", - subsets: ["latin"], - weight: ["300", "400", "500", "600", "700"], -}); - -const inter = Inter({ - variable: "--font-inter", - subsets: ["latin"], -}); export const metadata: Metadata = { - title: "Phoenix SEO Services | Soderman SEO Company", - description: "Local SEO expert in Phoenix helping businesses rank higher on Google and generate consistent leads. 4.4★ rated. Free SEO audit.", - keywords: "Phoenix SEO, SEO company Phoenix, local SEO, Google rankings, Phoenix digital marketing", - metadataBase: new URL("https://sodermanseo.com"), - alternates: { - canonical: "https://sodermanseo.com", - }, - openGraph: { - title: "Phoenix SEO That Drives Real Leads", - description: "Helping Phoenix businesses rank higher on Google, get more traffic, and generate consistent leads.", - siteName: "Soderman SEO", - type: "website", - images: [ - { - url: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ac2nCdvHHRqdz2CEhIs8MbJ9st/a-modern-seo-dashboard-interface-showing-1772877777174-472f7496.png", - alt: "Phoenix SEO results and analytics", - }, - ], - }, - twitter: { - card: "summary_large_image", - title: "Phoenix SEO Services | Soderman SEO", - description: "Get qualified leads through proven SEO strategies. Free audit available.", - images: [ - "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ac2nCdvHHRqdz2CEhIs8MbJ9st/a-modern-seo-dashboard-interface-showing-1772877777174-472f7496.png", - ], - }, - robots: { - index: true, - follow: true, - }, -}; + title: "Soderman SEO", description: "Phoenix SEO services that drive real leads"}; export default function RootLayout({ children, -}: Readonly<{ +}: { children: React.ReactNode; -}>) { +}) { return ( - - - - - {children} - + + {children}