The model drives everything. Cotreball is a directory, not a booking marketplace. The visitor finds a coworking space, sees its prices and details, and contacts the manager directly. The platform never steps into the booking or the payment.
That simplifies a lot on the technical side (zero payment gateway, zero availability management) but it shifts all the weight onto SEO. Without organic traffic, this doesn't exist. The target search is "coworking in {city}" and the entire site is built around it: clean URLs (`/{city}`, `/espacio/{slug}`), 5 deterministic meta description variants per city to avoid duplicate content, dynamically generated XML sitemap, JSON-LD (WebSite, ItemList, FAQPage, CoworkingSpace).
The other tricky part is the manager's own dashboard. Each coworking space can register, verify its email, create its listing and edit it. But the listing goes through manual approval (`approved = 0` initially, email notification to the admin, review). On the Premium plan it shows up as featured, with more photos, video, and visit stats. The whole approval + Premium flow is handled manually by the admin: nothing automatic, no Stripe.
