Update src/app/layout.tsx
This commit is contained in:
@@ -7,35 +7,24 @@ import { ServiceWrapper } from "@/components/ServiceWrapper";
|
||||
import Tag from "@/tag/Tag";
|
||||
|
||||
const nunito = Nunito({
|
||||
variable: "--font-nunito",
|
||||
subsets: ["latin"],
|
||||
variable: "--font-nunito", subsets: ["latin"],
|
||||
});
|
||||
|
||||
const halant = Halant({
|
||||
variable: "--font-halant",
|
||||
subsets: ["latin"],
|
||||
variable: "--font-halant", subsets: ["latin"],
|
||||
weight: ["300", "400", "500", "600", "700"],
|
||||
});
|
||||
|
||||
const inter = Inter({
|
||||
variable: "--font-inter",
|
||||
subsets: ["latin"],
|
||||
variable: "--font-inter", subsets: ["latin"],
|
||||
});
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: "ClassTeam - AI-Powered Team Hierarchy Management",
|
||||
description: "Professional team management system with 10-tier hierarchy, AI-powered staff evaluation, and transparent advancement criteria. Perfect for class organizations.",
|
||||
keywords: "team management, hierarchy, leadership, AI evaluation, staff testing",
|
||||
metadataBase: new URL("https://classteam.example.com"),
|
||||
title: "ClassTeam - AI-Powered Team Hierarchy Management", description: "Professional team management system with 10-tier hierarchy, AI-powered staff evaluation, and transparent advancement criteria. Perfect for class organizations.", keywords: "team management, hierarchy, leadership, AI evaluation, staff testing", metadataBase: new URL("https://classteam.example.com"),
|
||||
alternates: {
|
||||
canonical: "https://classteam.example.com",
|
||||
},
|
||||
canonical: "https://classteam.example.com"},
|
||||
openGraph: {
|
||||
title: "ClassTeam - Hierarchical Team Management",
|
||||
description: "Build and manage your class team with AI-powered evaluation and transparent role advancement.",
|
||||
siteName: "ClassTeam",
|
||||
type: "website",
|
||||
},
|
||||
title: "ClassTeam - Hierarchical Team Management", description: "Build and manage your class team with AI-powered evaluation and transparent role advancement.", siteName: "ClassTeam", type: "website"},
|
||||
};
|
||||
|
||||
export default function RootLayout({
|
||||
|
||||
Reference in New Issue
Block a user