feat: seo optimization p3

This commit is contained in:
Nik L
2026-03-19 17:10:44 -04:00
parent bc21fa97ad
commit 477e7dfb4f
4 changed files with 80 additions and 3 deletions

View File

@@ -35,11 +35,13 @@ export const metadata: Metadata = {
url: 'https://greywall.io',
siteName: 'Greywall',
type: 'website',
images: [{ url: '/og-image.png', width: 1200, height: 630 }],
},
twitter: {
card: 'summary',
card: 'summary_large_image',
title: 'Greywall: Sandbox for AI Agents',
description: 'Container-free, default-deny sandboxing with real-time observability for AI agents. Five kernel-enforced security layers in one command.',
images: ['/og-image.png'],
},
alternates: {
canonical: 'https://greywall.io',