Update src/app/layout.tsx
This commit is contained in:
@@ -5,26 +5,14 @@ import { ServiceWrapper } from "@/components/ServiceWrapper";
|
||||
import Tag from "@/tag/Tag";
|
||||
|
||||
const manrope = Manrope({
|
||||
variable: "--font-manrope",
|
||||
subsets: ["latin"],
|
||||
variable: "--font-manrope", subsets: ["latin"],
|
||||
});
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: "Elite Athletes - Female Sports Agency",
|
||||
description: "Elite representation for female athletes. Contract negotiation, endorsements, and career management for the best women in college and professional sports.",
|
||||
keywords: "female athletes, sports agency, representation, contract negotiation, endorsements, career management, women sports",
|
||||
openGraph: {
|
||||
title: "Elite Athletes - Female Sports Agency",
|
||||
description: "Elite representation for female athletes. We negotiate contracts, build brands, and accelerate careers.",
|
||||
url: "https://eliteathletes.com",
|
||||
siteName: "Elite Athletes",
|
||||
type: "website",
|
||||
},
|
||||
title: "Elite Athletes - Female Sports Agency", description: "Elite representation for female athletes. Contract negotiation, endorsements, and career management for the best women in college and professional sports.", keywords: "female athletes, sports agency, representation, contract negotiation, endorsements, career management, women sports", openGraph: {
|
||||
title: "Elite Athletes - Female Sports Agency", description: "Elite representation for female athletes. We negotiate contracts, build brands, and accelerate careers.", url: "https://eliteathletes.com", siteName: "Elite Athletes", type: "website"},
|
||||
twitter: {
|
||||
card: "summary_large_image",
|
||||
title: "Elite Athletes - Female Sports Agency",
|
||||
description: "Contract negotiation, endorsements, and career management for elite female athletes.",
|
||||
},
|
||||
card: "summary_large_image", title: "Elite Athletes - Female Sports Agency", description: "Contract negotiation, endorsements, and career management for elite female athletes."},
|
||||
robots: {
|
||||
index: true,
|
||||
follow: true,
|
||||
|
||||
Reference in New Issue
Block a user