diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 9aff202..bc6e563 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -11,14 +11,18 @@ import { Oswald, Inter } from "next/font/google"; export const metadata: Metadata = { - title: 'Apex Forge Athletics | Pro-Grade Training Equipment', - description: 'Professional power racks, calibrated plates, and smart cardio machines for relentless athletes. Equip your gym with Apex Forge.', + title: 'APEX FORGE | Competition-Grade Equipment', + description: 'Forge your legacy with competition-grade strength equipment engineered for the relentless.', keywords: ["powerlifting gear, power racks, training equipment, apex forge athletics, calibrated plates"], openGraph: { "title": "Apex Forge Athletics", "description": "Professional gym equipment engineered for the relentless.", "siteName": "Apex Forge Athletics" }, + robots: { + "index": true, + "follow": true + }, }; const oswald = Oswald({ variable: "--font-oswald", subsets: ["latin"] });