Update src/app/layout.tsx
This commit is contained in:
@@ -5,38 +5,23 @@ import { ServiceWrapper } from "@/components/ServiceWrapper";
|
||||
import Tag from "@/tag/Tag";
|
||||
|
||||
const publicSans = Public_Sans({
|
||||
variable: "--font-public-sans",
|
||||
subsets: ["latin"],
|
||||
variable: "--font-public-sans", subsets: ["latin"],
|
||||
});
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: "SecurityCore | Enterprise Security Infrastructure Platform",
|
||||
description: "Production-grade security infrastructure for IT teams. Go backend, Rust scanning, dedicated workers, and SLA-backed reliability. Schedule your consultation today.",
|
||||
keywords: "security infrastructure, threat detection, cloud security, SaaS security, DevOps security, infrastructure scanning, IT security solutions",
|
||||
robots: {
|
||||
title: "SecurityCore | Enterprise Security Infrastructure Platform", description: "Production-grade security infrastructure for IT teams. Go backend, Rust scanning, dedicated workers, and SLA-backed reliability. Schedule your consultation today.", keywords: "security infrastructure, threat detection, cloud security, SaaS security, DevOps security, infrastructure scanning, IT security solutions", robots: {
|
||||
index: true,
|
||||
follow: true,
|
||||
},
|
||||
openGraph: {
|
||||
title: "SecurityCore | Enterprise Security Infrastructure",
|
||||
description: "Enterprise-grade security infrastructure designed for reliability, scalability, and peace of mind.",
|
||||
url: "https://securitycore.io",
|
||||
siteName: "SecurityCore",
|
||||
type: "website",
|
||||
images: [
|
||||
title: "SecurityCore | Enterprise Security Infrastructure", description: "Enterprise-grade security infrastructure designed for reliability, scalability, and peace of mind.", url: "https://securitycore.io", siteName: "SecurityCore", type: "website", images: [
|
||||
{
|
||||
url: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AOwCdTckrQymDjOzFqEDlNAY5T/a-modern-security-infrastructure-dashboa-1772476872281-25fe0447.png",
|
||||
alt: "SecurityCore Dashboard",
|
||||
},
|
||||
url: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AOwCdTckrQymDjOzFqEDlNAY5T/a-modern-security-infrastructure-dashboa-1772476872281-25fe0447.png", alt: "SecurityCore Dashboard"},
|
||||
],
|
||||
},
|
||||
twitter: {
|
||||
card: "summary_large_image",
|
||||
title: "SecurityCore | Enterprise Security Infrastructure",
|
||||
description: "Production-grade security infrastructure for IT teams.",
|
||||
images: [
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AOwCdTckrQymDjOzFqEDlNAY5T/a-modern-security-infrastructure-dashboa-1772476872281-25fe0447.png",
|
||||
],
|
||||
card: "summary_large_image", title: "SecurityCore | Enterprise Security Infrastructure", description: "Production-grade security infrastructure for IT teams.", images: [
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AOwCdTckrQymDjOzFqEDlNAY5T/a-modern-security-infrastructure-dashboa-1772476872281-25fe0447.png"],
|
||||
},
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user