From 6b4b205d016bfd75258907e4e565daa6908c9d4f Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 16 Apr 2026 14:04:44 +0000 Subject: [PATCH] Update src/app/layout.tsx --- src/app/layout.tsx | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) 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"] });