fix(landing): complete Organization schema with legalName, foundingDate, and address#5644
Conversation
…te, and address Adds the three fields intentionally omitted from #5638 pending real values: - legalName: 'Sim, Inc' - matches the entity named throughout the Terms of Service (apps/sim/app/(landing)/terms) - foundingDate: '2025' - address: real registered office (80 Langton St, San Francisco, CA 94103)
|
@cursor review |
|
The latest updates on your projects. Learn more about Vercel for GitHub. |
PR SummaryLow Risk Overview Adds These are additive schema.org fields only; landing layout and page-specific JSON-LD Reviewed by Cursor Bugbot for commit a01ba3a. Configure here. |
Greptile SummaryThis PR adds more Organization metadata to the landing JSON-LD graph. The main changes are:
Confidence Score: 5/5This looks safe to merge.
Important Files Changed
Reviews (1): Last reviewed commit: "fix(landing): complete Organization sche..." | Re-trigger Greptile |
Greptile SummaryThis PR adds organization details to the landing-page JSON-LD graph. The main changes are:
Confidence Score: 5/5This looks safe to merge.
Important Files Changed
Reviews (2): Last reviewed commit: "fix(landing): complete Organization sche..." | Re-trigger Greptile |
There was a problem hiding this comment.
✅ Bugbot reviewed your changes and found no new issues!
Comment @cursor review or bugbot run to trigger another review on this PR
Reviewed by Cursor Bugbot for commit a01ba3a. Configure here.
Summary
legalName,foundingDate, andaddressfrom the Organization JSON-LD pending real valueslegalName: "Sim, Inc"— matches the entity named throughout the Terms of ServicefoundingDate: "2025"address(real registered office: 80 Langton St, San Francisco, CA 94103) as aPostalAddressResearched schema.org Organization property value before adding:
addressandlegalNameare genuine trust/entity signals for Google's Knowledge Panel and AI answer engines (ChatGPT, Perplexity, Google AI Overviews) that parse schema for verified facts;foundingDateis lower-impact but standard practice and harmless to include. All three are purely additive JSON-LD fields — no risk of regression to existing rich results.Type of Change
Testing
bunx tsc --noEmitcleanbun run lintclean/pricing— confirmedlegalName,foundingDate,addressall render correctly in the Organization JSON-LDChecklist