{
  "version": "1.0.0",
  "updated_at": "2026-03-09",
  "site": {
    "name": "Intelligo",
    "url": "https://www.intelligo-italy.com"
  },
  "crawl": {
    "robots": "/robots.txt",
    "sitemap": "/sitemap.xml",
    "llms": "/llms.txt"
  },
  "indexable_routes": [
    "/",
    "/gdpr",
    "/contrattualistica",
    "/consulenza-aziendale",
    "/lead-flow",
    "/blog",
    "/blog/posts/{slug}",
    "/products",
    "/products/{id}",
    "/privacy-policy",
    "/cookie-policy"
  ],
  "private_routes": [
    "/dashboard*",
    "/admin*",
    "/profile",
    "/my-orders",
    "/my-certificates",
    "/cart",
    "/checkout*",
    "/logout",
    "/login",
    "/registrati",
    "/register",
    "/verify-email*",
    "/onboarding",
    "/thank-you"
  ],
  "public_api": {
    "openapi": "/api/public-openapi.yaml",
    "base_urls": [
      "/api",
      "/api/v1"
    ],
    "resources": [
      {
        "name": "products",
        "endpoints": [
          {
            "method": "GET",
            "path": "/products",
            "auth": "none"
          },
          {
            "method": "GET",
            "path": "/products/{id}",
            "auth": "none"
          }
        ]
      },
      {
        "name": "blog",
        "endpoints": [
          {
            "method": "GET",
            "path": "/blog/posts",
            "auth": "none"
          },
          {
            "method": "GET",
            "path": "/blog/posts/{slug}",
            "auth": "none"
          },
          {
            "method": "GET",
            "path": "/blog/categories",
            "auth": "none"
          },
          {
            "method": "GET",
            "path": "/blog/categories/{slug}",
            "auth": "none"
          }
        ]
      }
    ]
  }
}
