Update src/app/layout.tsx
This commit is contained in:
@@ -6,43 +6,26 @@ 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"],
|
||||
});
|
||||
|
||||
const inter = Inter({
|
||||
variable: "--font-inter",
|
||||
subsets: ["latin"],
|
||||
variable: "--font-inter", subsets: ["latin"],
|
||||
});
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: "HealthValue AI | AI-Powered Healthcare Risk Analysis & Value Conversion",
|
||||
description: "Enterprise AI platform for healthcare risk stratification and value assignment. Transform clinical decisions with predictive analytics and intelligent patient health insights.",
|
||||
keywords: "healthcare AI, risk analysis, value conversion, patient stratification, health tech, predictive analytics, medical AI",
|
||||
metadataBase: new URL("https://healthvalueai.com"),
|
||||
title: "HealthValue AI | AI-Powered Healthcare Risk Analysis & Value Conversion", description: "Enterprise AI platform for healthcare risk stratification and value assignment. Transform clinical decisions with predictive analytics and intelligent patient health insights.", keywords: "healthcare AI, risk analysis, value conversion, patient stratification, health tech, predictive analytics, medical AI", metadataBase: new URL("https://healthvalueai.com"),
|
||||
alternates: {
|
||||
canonical: "https://healthvalueai.com",
|
||||
},
|
||||
canonical: "https://healthvalueai.com"},
|
||||
openGraph: {
|
||||
title: "HealthValue AI | Transform Healthcare with AI-Powered Risk Analysis",
|
||||
description: "Enterprise AI platform enabling healthcare organizations to analyze patient risk and assign precise value metrics for better outcomes.",
|
||||
url: "https://healthvalueai.com",
|
||||
siteName: "HealthValue AI",
|
||||
type: "website",
|
||||
images: [
|
||||
title: "HealthValue AI | Transform Healthcare with AI-Powered Risk Analysis", description: "Enterprise AI platform enabling healthcare organizations to analyze patient risk and assign precise value metrics for better outcomes.", url: "https://healthvalueai.com", siteName: "HealthValue AI", type: "website", images: [
|
||||
{
|
||||
url: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AToojl5DcIOHuq3Yyhuc0cwH7q/a-modern-clean-healthcare-analytics-dash-1772626178834-595d2a9a.png",
|
||||
alt: "HealthValue AI Analytics Dashboard",
|
||||
},
|
||||
url: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AToojl5DcIOHuq3Yyhuc0cwH7q/a-modern-clean-healthcare-analytics-dash-1772626178834-595d2a9a.png", alt: "HealthValue AI Analytics Dashboard"},
|
||||
],
|
||||
},
|
||||
twitter: {
|
||||
card: "summary_large_image",
|
||||
title: "HealthValue AI | AI-Powered Healthcare Risk Analysis",
|
||||
description: "Transform healthcare decisions with AI-driven risk stratification and value assignment.",
|
||||
images: [
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AToojl5DcIOHuq3Yyhuc0cwH7q/a-modern-clean-healthcare-analytics-dash-1772626178834-595d2a9a.png",
|
||||
],
|
||||
card: "summary_large_image", title: "HealthValue AI | AI-Powered Healthcare Risk Analysis", description: "Transform healthcare decisions with AI-driven risk stratification and value assignment.", images: [
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AToojl5DcIOHuq3Yyhuc0cwH7q/a-modern-clean-healthcare-analytics-dash-1772626178834-595d2a9a.png"],
|
||||
},
|
||||
robots: {
|
||||
index: true,
|
||||
@@ -1434,4 +1417,4 @@ export default function RootLayout({
|
||||
</ServiceWrapper>
|
||||
</html>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user