mod: JSON-LD

This commit is contained in:
2026-06-17 22:58:11 +03:00
parent 72aa608640
commit e95e70a2c3

View File

@@ -4,16 +4,13 @@
<meta charset="UTF-8"> <meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>BurnAware — Organizational Health Intelligence</title> <title>BurnAware — Organizational Health Intelligence</title>
<meta name="description" <meta name="description" content="BurnAware is an organizational health intelligence platform that provides an early-warning system for chronic overload, team pressure, and conditions that erode long-term performance.">
content="BurnAware is an organizational health intelligence platform that provides an early-warning system for chronic overload, team pressure, and conditions that erode long-term performance."> <meta name="keywords" content="organizational health, burnout prevention, team performance, overload detection, HR tools, leadership development, employee wellness, psychological safety">
<meta name="keywords"
content="organizational health, burnout prevention, team performance, overload detection, HR tools, leadership development, employee wellness, psychological safety">
<link rel="canonical" href="https://burnaware.io"> <link rel="canonical" href="https://burnaware.io">
<!-- Open Graph Meta Tags for Social Media --> <!-- Open Graph Meta Tags for Social Media -->
<meta property="og:title" content="BurnAware — Organizational Health Intelligence"> <meta property="og:title" content="BurnAware — Organizational Health Intelligence">
<meta property="og:description" <meta property="og:description" content="BurnAware gives HR leaders and organizational teams an early-warning system for chronic overload, team pressure, and the conditions that quietly erode long-term performance.">
content="BurnAware gives HR leaders and organizational teams an early-warning system for chronic overload, team pressure, and the conditions that quietly erode long-term performance.">
<meta property="og:url" content="https://burnaware.io"> <meta property="og:url" content="https://burnaware.io">
<meta property="og:type" content="website"> <meta property="og:type" content="website">
<!-- If you have an image, add: <meta property="og:image" content="URL_TO_YOUR_IMAGE"> --> <!-- If you have an image, add: <meta property="og:image" content="URL_TO_YOUR_IMAGE"> -->
@@ -21,8 +18,7 @@
<!-- Twitter Card Meta Tags --> <!-- Twitter Card Meta Tags -->
<meta name="twitter:card" content="summary"> <meta name="twitter:card" content="summary">
<meta name="twitter:title" content="BurnAware — Organizational Health Intelligence"> <meta name="twitter:title" content="BurnAware — Organizational Health Intelligence">
<meta name="twitter:description" <meta name="twitter:description" content="BurnAware gives HR leaders and organizational teams an early-warning system for chronic overload, team pressure, and the conditions that quietly erode long-term performance.">
content="BurnAware gives HR leaders and organizational teams an early-warning system for chronic overload, team pressure, and the conditions that quietly erode long-term performance.">
<!-- If you have an image, add: <meta name="twitter:image" content="URL_TO_YOUR_IMAGE"> --> <!-- If you have an image, add: <meta name="twitter:image" content="URL_TO_YOUR_IMAGE"> -->
<link rel="preconnect" href="https://fonts.googleapis.com"> <link rel="preconnect" href="https://fonts.googleapis.com">
@@ -30,6 +26,22 @@
<link <link
href="https://fonts.googleapis.com/css2?family=Instrument+Serif:ital@0;1&family=DM+Sans:ital,opsz,wght@0,9..40,300;0,9..40,400;0,9..40,500;1,9..40,300&display=swap" href="https://fonts.googleapis.com/css2?family=Instrument+Serif:ital@0;1&family=DM+Sans:ital,opsz,wght@0,9..40,300;0,9..40,400;0,9..40,500;1,9..40,300&display=swap"
rel="stylesheet"> rel="stylesheet">
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "Organization",
"name": "BurnAware",
"url": "https://burnaware.io",
"logo": "https://burnaware.io/logo.png",
"description": "BurnAware is an organizational health intelligence platform that provides an early-warning system for chronic overload, team pressure, and conditions that erode long-term performance.",
"contactPoint": {
"@type": "ContactPoint",
"contactType": "sales",
"url": "https://burnaware.io/#cta"
},
"sameAs": []
}
</script>
<style> <style>
*, *::before, *::after { *, *::before, *::after {
box-sizing: border-box; box-sizing: border-box;
@@ -1005,22 +1017,6 @@
} }
} }
</style> </style>
<!-- script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "Organization",
"name": "BurnAware",
"url": "https://burnaware.io",
"logo": "https://burnaware.io/logo.png",
"description": "BurnAware is an organizational health intelligence platform that provides an early-warning system for chronic overload, team pressure, and conditions that erode long-term performance.",
"contactPoint": {
"@type": "ContactPoint",
"contactType": "sales",
"url": "https://burnaware.io/#cta"
},
"sameAs": []
}
</script -->
</head> </head>
<body> <body>