AI Readiness
This page documents the machine-readable infrastructure of compliance.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://compliance.blackai.capital/#organization
- name: BlackAI Holding AG
- legalName: BlackAI Holding AG
- taxID: CHE-202.737.638
- url: https://compliance.blackai.capital
- foundingDate: 2025
- address: c/o MLaw Daniel Villiger, Baarerstrasse 78, 6300 Zug, CH
- contactPoint: compliance@blackai.capital (de, en)
- founder: Dr. Walter Kurz, Chairman of the Board
@type: ProfessionalService
@id: https://compliance.blackai.capital/#service
- name: BlackAI Compliance
- serviceType: AI Compliance Scanning & Advisory
- areaServed: CH, DE, AT, LI
- parentOrganization: BlackAI Holding AG
- Services offered:
- 1. Compliance-Prüfung für Finanzdienstleister — AI-gestützte Webseitenprüfung gegen regulatorische Anforderungen
- 2. Batch-Scans für Maklerpools und Haftungsdächer — Systematische Compliance-Überwachung aller angeschlossenen Vermittler
- 3. Massenscan-Systeme für Aufsichtsbehörden — Institutionelle Scanning-Infrastruktur für FINMA, BaFin und FMA
@type: WebSite
@id: https://compliance.blackai.capital/#website
- name: BlackAI Compliance
- url: https://compliance.blackai.capital
- inLanguage: de, en
@type: Person
@id: https://compliance.blackai.capital/#founder
- name: Prof. Dr. Walter Kurz
- jobTitle: Founder & Chairman of the Board
- knowsAbout: AI Compliance, Financial Regulation, AI Architecture
- 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/
User-Agent: GPTBot, ChatGPT-User, ClaudeBot, Claude-Web, PerplexityBot, Applebot, Applebot-Extended, Google-Extended, GoogleOther, Bingbot, anthropic-ai, cohere-ai, CCBot, Amazonbot, Bytespider, Meta-ExternalAgent, Meta-ExternalFetcher
Allow: /
Allow: /llms.txt
Allow: /llms-full.txt
Allow: /llms/
Disallow: /api/
Sitemap: https://compliance.blackai.capital/sitemap.xml
Host: https://compliance.blackai.capital
03 Sitemap
Available at /sitemap.xml. Contains only pages with real content — no redirect URLs.
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, service descriptions, and links to machine-readable resources. The global fallback in the root layout includes the company name, three service lines, and links to llms.txt, llms-full.txt, sitemap.xml, and robots.txt.
Pages with noscript fallbacks:
- / (Homepage)
- /leistungen
- /finanzdienstleister
- /maklerpools
- /finanzmarktaufsicht
- /regulierung
- /team
- /kontakt
- /impressum
- /datenschutzerklaerung
- /en/regulations
- /en/privacy-policy
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.