Example
Landing page metadata
A well-designed landing page with weak metadata is invisible on search and social. Here is what Existence Compiler produces for a landing page that is missing Open Graph, schema.org, and a proper meta description.
The scenario
Input
- ·Product: AI writing assistant for content teams
- ·Current title: "Home | WriteAI"
- ·Meta description: missing
- ·Open Graph: missing
- ·schema.org: missing
- ·Digital Existence Score: 22 / 100
Suggested output
Title tag
<title>WriteAI — AI Writing Assistant for Content Teams</title>
Meta description
<meta name="description" content="WriteAI helps content teams draft, edit, and publish faster with AI. Structured workflows, brand voice controls, and export to any CMS." />
Open Graph
<meta property="og:type" content="website" /> <meta property="og:url" content="https://writeai.app/" /> <meta property="og:title" content="WriteAI — AI Writing for Teams" /> <meta property="og:description" content="Draft, edit, and publish faster with AI." /> <meta property="og:image" content="https://writeai.app/og-image.png" />
schema.org JSON-LD
{
"@context": "https://schema.org",
"@type": "WebApplication",
"name": "WriteAI",
"url": "https://writeai.app",
"description": "AI writing assistant for content teams.",
"applicationCategory": "BusinessApplication",
"operatingSystem": "Web"
}Score after applying suggestions
Implementing the title, description, Open Graph, and schema.org suggestions typically moves the score from 22 to 58–65 / 100. The landing page becomes shareable on social platforms, correctly represented in search results, and readable by AI agents — without redesigning the page.
All copy suggestions should be reviewed and adapted to match the actual product positioning before implementation.