AI Readiness

This page documents the machine-readable infrastructure of consulting.blackai.capital for AI agents and audit tools. All data shown here is derived from the actual site implementation.

01 JSON-LD Schema Markup

Embedded in the <head> of every page as a single @graph with four schema.org types:

@type: Organization

@id: https://consulting.blackai.capital/#organization

  • name: BlackAI Holding AG
  • legalName: BlackAI Holding AG
  • taxID: CHE-202.737.638
  • url: https://consulting.blackai.capital
  • foundingDate: 2025
  • address: c/o MLaw Daniel Villiger, Baarerstrasse 78, 6300 Zug, CH
  • contactPoint: consulting@blackai.capital (en, de)
  • founder: Dr. Walter Kurz, Chairman of the Board
  • numberOfEmployees: 10-20

@type: ProfessionalService

@id: https://consulting.blackai.capital/#service

  • name: BlackAI Consulting
  • serviceType: AI Consulting & Advisory
  • areaServed: CH, DE, AT, EU
  • parentOrganization: BlackAI Holding AG
  • Services offered:
  • 1. AI Valuation — Milestone-based real-options valuation frameworks for AI companies
  • 2. AI Due Diligence — Technical architecture, data defensibility, risk-adjusted assessment
  • 3. Capital Readiness — Equity story, financial model, KPI logic, and data room preparation
  • 4. Enterprise AI Advisory — AI audit, architecture design, EU AI Act compliance
  • 5. Board & Investor Advisory — AI-related value, risk, governance at board level
  • 6. Transaction Support — Target identification, due diligence, valuation, post-acquisition integration

@type: WebSite

@id: https://consulting.blackai.capital/#website

  • name: BlackAI Consulting
  • url: https://consulting.blackai.capital
  • inLanguage: en, de

@type: Person

@id: https://consulting.blackai.capital/#founder

  • name: Prof. Dr. Walter Kurz
  • jobTitle: Founder & Chairman of the Board
  • knowsAbout: AI Architecture, AI Valuation, Enterprise AI, Research
  • url: https://www.linkedin.com/in/drwalterkurz

02 robots.txt

Available at /robots.txt. Generated dynamically by Next.js from src/app/robots.ts.

User-Agent: * (all crawlers)

Allow: /

Disallow: /api/

Disallow: /auth/

User-Agent: GPTBot, ChatGPT-User, ClaudeBot, Claude-Web, PerplexityBot, Applebot, Applebot-Extended, GoogleOther, Bingbot, anthropic-ai, cohere-ai, Bytespider, Meta-ExternalAgent

Allow: /

Allow: /llms.txt

Allow: /llms-full.txt

Allow: /llms/

Disallow: /api/

Disallow: /auth/

Sitemap: https://consulting.blackai.capital/sitemap.xml
Host: https://consulting.blackai.capital

03 Sitemap

Available at /sitemap.xml. Contains all EN and DE pages plus LLM markdown files.

04 llms.txt

Two AI agent content files are available:

  • /llms.txt — Site index with page list, structured file links, and company overview
  • /llms-full.txt — Complete site content in plain text (all pages concatenated)

Per-page markdown files are available under /llms/ for individual content extraction.

05 Noscript Fallbacks

Every page includes a <noscript> block with a content summary plus a shared NoscriptFooter with company description, services, team credentials, navigation links, and contact information.

Pages with noscript fallbacks:

  • / (Homepage)
  • /services
  • /for-investors
  • /for-founders
  • /enterprise-ai
  • /team
  • /research
  • /network
  • /contact
  • /imprint
  • /privacy-policy
  • /de (all German pages)

06 Server-Side Rendering

This is a Next.js server-rendered website. All pages deliver full HTML from the server. No JavaScript is required to read page content. The site does not use client-side routing for content pages.