Update src/app/layout.tsx
This commit is contained in:
@@ -5,36 +5,22 @@ import { ServiceWrapper } from "@/components/ServiceWrapper";
|
||||
import Tag from "@/tag/Tag";
|
||||
|
||||
const openSans = Open_Sans({
|
||||
variable: "--font-open-sans",
|
||||
subsets: ["latin"],
|
||||
variable: "--font-open-sans", subsets: ["latin"],
|
||||
});
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: "Automated Penetration Testing | SecureAutomate",
|
||||
description: "Continuous blackbox penetration testing that automatically discovers vulnerabilities in your infrastructure 24/7. Start securing your applications today.",
|
||||
keywords: "penetration testing, vulnerability scanning, security automation, cybersecurity, application security",
|
||||
robots: {
|
||||
title: "Automated Penetration Testing | SecureAutomate", description: "Continuous blackbox penetration testing that automatically discovers vulnerabilities in your infrastructure 24/7. Start securing your applications today.", keywords: "penetration testing, vulnerability scanning, security automation, cybersecurity, application security", robots: {
|
||||
index: true,
|
||||
follow: true,
|
||||
},
|
||||
openGraph: {
|
||||
title: "Automated Penetration Testing Platform",
|
||||
description: "Continuous security validation without manual overhead. Protect your infrastructure from emerging threats.",
|
||||
type: "website",
|
||||
siteName: "SecureAutomate",
|
||||
url: "https://secureautomate.com",
|
||||
images: [
|
||||
title: "Automated Penetration Testing Platform", description: "Continuous security validation without manual overhead. Protect your infrastructure from emerging threats.", type: "website", siteName: "SecureAutomate", url: "https://secureautomate.com", images: [
|
||||
{
|
||||
url: "https://img.b2bpic.net/free-photo/employee-receiving-access-denied-notification-pc-display-data-center_482257-118043.jpg",
|
||||
alt: "SecureAutomate Platform",
|
||||
},
|
||||
url: "https://img.b2bpic.net/free-photo/employee-receiving-access-denied-notification-pc-display-data-center_482257-118043.jpg", alt: "SecureAutomate Platform"},
|
||||
],
|
||||
},
|
||||
twitter: {
|
||||
card: "summary_large_image",
|
||||
title: "Automated Penetration Testing | SecureAutomate",
|
||||
description: "Continuous blackbox security testing for enterprise infrastructure.",
|
||||
images: ["https://img.b2bpic.net/free-photo/employee-receiving-access-denied-notification-pc-display-data-center_482257-118043.jpg"],
|
||||
card: "summary_large_image", title: "Automated Penetration Testing | SecureAutomate", description: "Continuous blackbox security testing for enterprise infrastructure.", images: ["https://img.b2bpic.net/free-photo/employee-receiving-access-denied-notification-pc-display-data-center_482257-118043.jpg"],
|
||||
},
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user