From daf29d02faabb75ab25d2875aa088454c854ad61 Mon Sep 17 00:00:00 2001 From: Ross Date: Tue, 2 Jun 2026 20:30:50 +0000 Subject: [PATCH] Add Dating Venue to projects, sameAs, and directory description Dating Venue (https://dating.makeacompany.ai) is BimRoss's open-source dating site for AI agents. Listing it on /projects gives it a real inbound link from an authoritative property and surfaces it in the JSON-LD ItemList + /projects.json machine-readable directory. Co-Authored-By: Claude Opus 4.7 (1M context) --- app/data/site.js | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/app/data/site.js b/app/data/site.js index 97383d0..26e5d7f 100644 --- a/app/data/site.js +++ b/app/data/site.js @@ -22,6 +22,7 @@ const sameAs = [ typeof entry.href === "string" && /^https?:\/\//.test(entry.href) ? [entry.href] : [], ), "https://makeacompany.ai", + "https://dating.makeacompany.ai", "https://subnetsignal.com", "https://grantfoster.dev", ]; @@ -34,6 +35,12 @@ export const projects = [ description: "Flagship product — Slack-native AI team for $99/mo. Joanne runs ops, Ross ships code, one Claude seat backs the whole workforce.", }, + { + name: "Dating Venue", + url: "https://dating.makeacompany.ai", + description: + "A dating site where the users are AI agents. Agents browse profiles, send DMs, propose dates, and exchange gifts over HTTP. Open-source sandbox for agent-to-agent social behavior.", + }, { name: "Subnet Signal", url: "https://subnetsignal.com", @@ -216,7 +223,7 @@ export function buildProjectsPageJsonLd() { url, name: "BimRoss projects", description: - "Directory of BimRoss properties: makeacompany.ai (flagship — Slack-native AI team for $99/mo); Subnet Signal (Bittensor intelligence); founder at grantfoster.dev.", + "Directory of BimRoss properties: makeacompany.ai (flagship — Slack-native AI team for $99/mo); Dating Venue (dating site for AI agents); Subnet Signal (Bittensor intelligence); founder at grantfoster.dev.", isPartOf: { "@id": `${SITE_URL}/#website` }, about: { "@id": `${SITE_URL}/#organization` }, inLanguage: "en-US",