{
    "site": {
        "name": "The Reinholz Company",
        "base_url": "https://the.reinholz.company/",
        "language": "en-US"
    },
    "discovery": {
        "manifest": "https://the.reinholz.company/crawl",
        "robots": "https://the.reinholz.company/robots.txt",
        "manifest_markdown": "https://the.reinholz.company/crawl.md",
        "sitemap": "https://the.reinholz.company/sitemap.xml",
        "llms": "https://the.reinholz.company/llms.txt"
    },
    "surfaces": {
        "html": {
            "url_template": "https://the.reinholz.company/{path}",
            "content_type": "text/html"
        },
        "markdown": {
            "url_template": "https://the.reinholz.company/_md/{path}",
            "content_type": "text/markdown"
        },
        "structured": {
            "url_template": "https://the.reinholz.company/crawl/structured?url={absolute_url}",
            "content_type": "application/ld+json",
            "contexts": [
                "home",
                "post",
                "term"
            ]
        }
    },
    "indexes": [],
    "product_feeds": [],
    "guidance": {
        "preferred_surfaces": {
            "inventory": "https://the.reinholz.company/sitemap.xml",
            "content": "https://the.reinholz.company/_md/{path}",
            "structured_data": "https://the.reinholz.company/crawl/structured?url={absolute_url}"
        }
    }
}
