feat: better messaging

This commit is contained in:
Nik L
2026-04-02 15:36:34 -04:00
parent 3fd6d63fa3
commit 8ec166590d
6 changed files with 27 additions and 26 deletions

View File

@@ -20,7 +20,7 @@ export const metadata: Metadata = {
metadataBase: new URL('https://greywall.io'),
title: 'Greywall: Sandbox for AI Agents',
description:
'Frictionless, default-deny sandboxing with real-time observability for AI agents on Linux and macOS. One command, nothing to configure. Open source.',
'Frictionless sandboxing with real-time observability for AI agents on Linux and macOS. One command, nothing to configure. Open source.',
icons: {
icon: [
{ url: '/icon.svg', type: 'image/svg+xml' },
@@ -31,7 +31,7 @@ export const metadata: Metadata = {
},
openGraph: {
title: 'Greywall: Sandbox for AI Agents',
description: 'Frictionless, default-deny sandboxing with real-time observability for AI agents. One command, nothing to configure.',
description: 'Frictionless sandboxing with real-time observability for AI agents. One command, nothing to configure.',
url: 'https://greywall.io',
siteName: 'Greywall',
type: 'website',
@@ -40,7 +40,7 @@ export const metadata: Metadata = {
twitter: {
card: 'summary_large_image',
title: 'Greywall: Sandbox for AI Agents',
description: 'Frictionless, default-deny sandboxing with real-time observability for AI agents. One command, nothing to configure.',
description: 'Frictionless sandboxing with real-time observability for AI agents. One command, nothing to configure.',
images: ['/og-image.png'],
},
alternates: {
@@ -71,7 +71,7 @@ const jsonLd = {
'@id': 'https://greywall.io/#software',
name: 'Greywall',
description:
'Frictionless, default-deny sandboxing with real-time observability and dynamic controls for AI agents on Linux and macOS.',
'Frictionless sandboxing with real-time observability and dynamic controls for AI agents on Linux and macOS.',
applicationCategory: 'SecurityApplication',
operatingSystem: 'Linux, macOS',
url: 'https://greywall.io',