Carbon Silicon Ventures prioritizes discoverability by Answer Engines (like Perplexity, ChatGPT, and Google Gemini) as well as traditional Search Engines.
The primary mechanism for AEO is the embedded JSON-LD in index.html.
{
"@context": "https://schema.org",
"@graph": [
{
"@type": "Organization",
"name": "Carbon Silicon Ventures",
"description": "Investing in founders turning biology into an engineering discipline."
},
{
"@type": "CollectionPage",
"about": {
"@type": "ItemList",
"itemListElement": [...]
}
}
]
}
ItemList of the portfolio companies, we ensure that LLMs can extract our actual investments accurately, preventing hallucinations or outdated information._data/portfolio.json.<ol>, <li>, <footer>, etc. for screen readers and search crawlers.