Update src/app/layout.tsx
This commit is contained in:
@@ -5,26 +5,14 @@ import { ServiceWrapper } from "@/components/ServiceWrapper";
|
|||||||
import Tag from "@/tag/Tag";
|
import Tag from "@/tag/Tag";
|
||||||
|
|
||||||
const manrope = Manrope({
|
const manrope = Manrope({
|
||||||
variable: "--font-manrope",
|
variable: "--font-manrope", subsets: ["latin"],
|
||||||
subsets: ["latin"],
|
|
||||||
});
|
});
|
||||||
|
|
||||||
export const metadata: Metadata = {
|
export const metadata: Metadata = {
|
||||||
title: "Elite Athletes - Female Sports Agency",
|
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: {
|
||||||
description: "Elite representation for female athletes. Contract negotiation, endorsements, and career management for the best women in college and professional sports.",
|
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"},
|
||||||
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: {
|
twitter: {
|
||||||
card: "summary_large_image",
|
card: "summary_large_image", title: "Elite Athletes - Female Sports Agency", description: "Contract negotiation, endorsements, and career management for elite female athletes."},
|
||||||
title: "Elite Athletes - Female Sports Agency",
|
|
||||||
description: "Contract negotiation, endorsements, and career management for elite female athletes.",
|
|
||||||
},
|
|
||||||
robots: {
|
robots: {
|
||||||
index: true,
|
index: true,
|
||||||
follow: true,
|
follow: true,
|
||||||
|
|||||||
Reference in New Issue
Block a user