Update src/app/layout.tsx
This commit is contained in:
@@ -5,36 +5,22 @@ import { ServiceWrapper } from "@/components/ServiceWrapper";
|
||||
import Tag from "@/tag/Tag";
|
||||
|
||||
const roboto = Roboto({
|
||||
variable: "--font-roboto",
|
||||
subsets: ["latin"],
|
||||
variable: "--font-roboto", subsets: ["latin"],
|
||||
weight: ["100", "300", "400", "500", "700", "900"],
|
||||
});
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: "PreFOMO - AI Attention Ignition Intelligence for Solana",
|
||||
description: "Institutional-grade attention pattern analysis for Solana tokens. Detect early narrative acceleration before mainstream recognition using PreFOMO's proprietary AI model.",
|
||||
keywords: "Solana, token analysis, attention patterns, AI model, market intelligence, narrative analysis",
|
||||
metadataBase: new URL("https://prefomo.io"),
|
||||
title: "PreFOMO - AI Attention Ignition Intelligence for Solana", description: "Institutional-grade attention pattern analysis for Solana tokens. Detect early narrative acceleration before mainstream recognition using PreFOMO's proprietary AI model.", keywords: "Solana, token analysis, attention patterns, AI model, market intelligence, narrative analysis", metadataBase: new URL("https://prefomo.io"),
|
||||
alternates: {
|
||||
canonical: "https://prefomo.io",
|
||||
},
|
||||
canonical: "https://prefomo.io"},
|
||||
openGraph: {
|
||||
title: "PreFOMO - Detect Attention Before It Becomes Obvious",
|
||||
description: "AI-powered early attention detection for Solana ecosystems. Research tool for serious analysts.",
|
||||
type: "website",
|
||||
siteName: "PreFOMO",
|
||||
images: [
|
||||
title: "PreFOMO - Detect Attention Before It Becomes Obvious", description: "AI-powered early attention detection for Solana ecosystems. Research tool for serious analysts.", type: "website", siteName: "PreFOMO", images: [
|
||||
{
|
||||
url: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARmNDwTs0D2VRosYltPN2NQeeu/abstract-dark-digital-space-with-animate-1772563778711-7583cd68.png",
|
||||
alt: "PreFOMO - AI Attention Analysis",
|
||||
},
|
||||
url: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARmNDwTs0D2VRosYltPN2NQeeu/abstract-dark-digital-space-with-animate-1772563778711-7583cd68.png", alt: "PreFOMO - AI Attention Analysis"},
|
||||
],
|
||||
},
|
||||
twitter: {
|
||||
card: "summary_large_image",
|
||||
title: "PreFOMO - Attention Intelligence",
|
||||
description: "Institutional AI analysis for Solana token attention patterns",
|
||||
images: ["https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARmNDwTs0D2VRosYltPN2NQeeu/abstract-dark-digital-space-with-animate-1772563778711-7583cd68.png"],
|
||||
card: "summary_large_image", title: "PreFOMO - Attention Intelligence", description: "Institutional AI analysis for Solana token attention patterns", images: ["https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARmNDwTs0D2VRosYltPN2NQeeu/abstract-dark-digital-space-with-animate-1772563778711-7583cd68.png"],
|
||||
},
|
||||
robots: {
|
||||
index: true,
|
||||
@@ -1424,4 +1410,4 @@ export default function RootLayout({
|
||||
</ServiceWrapper>
|
||||
</html>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user