Update src/app/layout.tsx
This commit is contained in:
@@ -5,30 +5,17 @@ import { ServiceWrapper } from "@/components/ServiceWrapper";
|
||||
import Tag from "@/tag/Tag";
|
||||
|
||||
const dmSans = DM_Sans({
|
||||
variable: "--font-dm-sans",
|
||||
subsets: ["latin"],
|
||||
variable: "--font-dm-sans", subsets: ["latin"],
|
||||
});
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: "SY-Refund - Airline Refund Management System",
|
||||
description: "Streamline airline refund processing with SY-Refund's multi-tier approval workflow, secure document management, and real-time notifications. Purpose-built for Syrian Airlines.",
|
||||
keywords: "airline refund, refund management, approval workflow, passenger refunds, document management",
|
||||
metadataBase: new URL("https://sy-refund.test"),
|
||||
title: "SY-Refund - Airline Refund Management System", description: "Streamline airline refund processing with SY-Refund's multi-tier approval workflow, secure document management, and real-time notifications. Purpose-built for Syrian Airlines.", keywords: "airline refund, refund management, approval workflow, passenger refunds, document management", metadataBase: new URL("https://sy-refund.test"),
|
||||
alternates: {
|
||||
canonical: "https://sy-refund.test",
|
||||
},
|
||||
canonical: "https://sy-refund.test"},
|
||||
openGraph: {
|
||||
title: "SY-Refund - Airline Refund Management System",
|
||||
description: "Streamline airline refund processing with multi-tier approvals and secure document management.",
|
||||
url: "https://sy-refund.test",
|
||||
siteName: "SY-Refund",
|
||||
type: "website",
|
||||
},
|
||||
title: "SY-Refund - Airline Refund Management System", description: "Streamline airline refund processing with multi-tier approvals and secure document management.", url: "https://sy-refund.test", siteName: "SY-Refund", type: "website"},
|
||||
twitter: {
|
||||
card: "summary_large_image",
|
||||
title: "SY-Refund - Airline Refund Management",
|
||||
description: "Multi-tier refund approval system for airlines",
|
||||
},
|
||||
card: "summary_large_image", title: "SY-Refund - Airline Refund Management", description: "Multi-tier refund approval system for airlines"},
|
||||
robots: {
|
||||
index: true,
|
||||
follow: true,
|
||||
|
||||
Reference in New Issue
Block a user