GEO PR3: expanded JSON-LD schema + llms.txt depth#3
Merged
Conversation
Add three new JSON-LD blocks to index.html (zero UI impact): - Person x3: full bios for each partner (Aleksandra, Karolina, Zuzanna) with alumniOf, award, knowsAbout, sameAs - ItemList (portfolio): Replenit, Howie, Polyvia with funder relationship, descriptions, customer names, round amounts - FAQPage: 9 Q&A pairs covering stage, check size, sectors, geography, how to pitch, investment thesis, due diligence process Expand public/llms.txt: added FAQ section, founder eligibility criteria, what Vastpoint offers beyond capital, due diligence process, and Replenit portfolio announcement coverage link. All changes are in <head> or public/ -- no UI, no React component changes. Build verified: dist/index.html 36320 bytes (prerendered). Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What this changes
Zero UI impact. All changes are in
<head>(JSON-LD) orpublic/llms.txt.New JSON-LD blocks added to
index.htmlPerson x3 — full structured bios for each partner:
ItemList (portfolio) — Replenit, Howie, Polyvia each with:
funderrelationship pointing to Vastpoint VenturesknowsAbouttagsFAQPage — 9 Q&A pairs covering:
public/llms.txtexpandedAdded: founder eligibility criteria, what Vastpoint offers beyond capital, FAQ section (how to pitch, timeline, lead vs co-invest, DD process), Replenit portfolio press link.
Why
LLM crawlers (GPTBot, ClaudeBot, PerplexityBot) parse JSON-LD in
<head>without executing JavaScript. These structured blocks let models correctly answer questions like "who are the partners at Vastpoint", "what has Vastpoint invested in", "what stage does Vastpoint invest at".Verification
Build passes:
dist/index.htmlis 36320 bytes (prerendered). JSON-LD types present: Organization x12, Question x9, Answer x9, Person x6, ListItem x3, FAQPage x1, ItemList x1, WebSite x1.🤖 Generated with Claude Code