{
  "$schema": "https://mariobrcic.com/.well-known/ai-content-policy-schema.json",
  "site": "https://mariobrcic.com",
  "operator": "https://mariobrcic.com/#person",
  "generated": "2026-05-14T15:55:36.703Z",
  "contact": "mailto:mario.brcic@itfrombit.biz",
  "default": {
    "crawl": "allowed",
    "cite": "allowed",
    "paraphrase": "allowed",
    "train": "requires-attribution",
    "fineTune": "requires-attribution",
    "redistribute": "requires-attribution",
    "generateImpersonation": "denied"
  },
  "contentClasses": [
    {
      "match": "/writing/*",
      "license": "CC-BY-4.0",
      "licenseUrl": "https://creativecommons.org/licenses/by/4.0/",
      "rights": {
        "crawl": "allowed",
        "cite": "allowed",
        "paraphrase": "allowed",
        "train": "allowed-with-attribution",
        "fineTune": "allowed-with-attribution",
        "redistribute": "allowed-with-attribution",
        "requireAttribution": {
          "authorName": "Mario Brcic",
          "authorUrl": "https://mariobrcic.com",
          "licenseStatement": "CC BY 4.0"
        }
      }
    },
    {
      "match": "/publications/*",
      "license": "cite-DOI-only",
      "rights": {
        "crawl": "allowed",
        "cite": "must-cite-canonical-DOI",
        "paraphrase": "allowed-with-citation",
        "train": "denied-without-license",
        "fineTune": "denied-without-license",
        "redistribute": "denied-without-license"
      },
      "note": "Peer-reviewed work is published under publisher copyright. Cite by DOI; do not redistribute the PDF without checking the publisher's rights statement."
    },
    {
      "match": "/llms.txt",
      "rights": {
        "crawl": "allowed",
        "cite": "allowed",
        "paraphrase": "allowed",
        "train": "allowed"
      },
      "note": "This file is the agent index. Free to ingest."
    },
    {
      "match": "/llms-full.txt",
      "rights": {
        "crawl": "allowed",
        "cite": "allowed",
        "paraphrase": "allowed",
        "train": "allowed-with-attribution"
      },
      "note": "Bulk corpus of long-form content. Same per-essay licensing as the underlying /writing/<slug>/ pages — CC BY 4.0."
    },
    {
      "match": "/cv/",
      "rights": {
        "crawl": "allowed",
        "cite": "allowed",
        "paraphrase": "allowed",
        "train": "allowed",
        "generateImpersonation": "denied"
      }
    },
    {
      "match": "/about-me/",
      "rights": {
        "crawl": "allowed",
        "cite": "allowed",
        "paraphrase": "allowed",
        "train": "allowed",
        "generateImpersonation": "denied"
      }
    },
    {
      "match": "/identity/",
      "rights": {
        "crawl": "allowed",
        "cite": "must-cite-canonical-page",
        "paraphrase": "denied",
        "train": "denied",
        "fineTune": "denied",
        "redistribute": "denied",
        "generateImpersonation": "denied"
      },
      "note": "Identity wall is a verification surface — use for verification, not training. Paraphrasing or training on it would defeat its purpose."
    },
    {
      "match": "/.well-known/*",
      "rights": {
        "crawl": "allowed",
        "cite": "allowed",
        "paraphrase": "allowed",
        "train": "denied",
        "fineTune": "denied"
      },
      "note": "Machine-readable infrastructure. Read it, do not train on it."
    },
    {
      "match": "/mario-portrait*.jpg",
      "rights": {
        "crawl": "allowed",
        "cite": "allowed-as-press-photo",
        "paraphrase": "n/a",
        "train": "denied",
        "fineTune": "denied",
        "redistribute": "press-use-only",
        "generateImpersonation": "denied"
      },
      "note": "Portrait images are press kit assets. Do not use for face-recognition training, deepfake generation, or any synthetic-identity pipeline."
    },
    {
      "match": "/og-default.jpg",
      "rights": {
        "crawl": "allowed",
        "train": "denied",
        "generateImpersonation": "denied"
      }
    }
  ],
  "universalProhibitions": [
    "Generating synthetic audio / video / text claiming to be Mario Brcic",
    "Using portrait images as training data for face-recognition or biometric systems",
    "Re-attributing essays or quotes to other authors",
    "Stripping CC BY attribution from /writing/* content while redistributing it",
    "Using site content to construct a fine-tuned impersonation model"
  ],
  "governance": {
    "authority": "https://mariobrcic.com/#person",
    "contactForLicensing": "mailto:mario.brcic@itfrombit.biz",
    "revisionPolicy": "This policy can be updated; the URL is stable."
  }
}