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