{
    "site": {
        "name": "Reynborg",
        "base_url": "https://reynborg.com/",
        "language": "en-US"
    },
    "discovery": {
        "manifest": "https://reynborg.com/crawl",
        "robots": "https://reynborg.com/robots.txt",
        "manifest_markdown": "https://reynborg.com/crawl.md",
        "sitemap": "https://reynborg.com/sitemap.xml",
        "llms": "https://reynborg.com/llms.txt"
    },
    "surfaces": {
        "html": {
            "url_template": "https://reynborg.com/{path}",
            "content_type": "text/html"
        },
        "markdown": {
            "url_template": "https://reynborg.com/_md/{path}",
            "content_type": "text/markdown"
        },
        "structured": {
            "url_template": "https://reynborg.com/crawl/structured?url={absolute_url}",
            "content_type": "application/ld+json",
            "contexts": [
                "home",
                "post",
                "term",
                "product"
            ]
        }
    },
    "regionalization": {
        "regions": [
            {
                "code": "INTL",
                "label": "International",
                "currency": "EUR",
                "html_url_template": "https://reynborg.com/{path}",
                "markdown_url_template": "https://reynborg.com/_md/{path}"
            },
            {
                "code": "CH",
                "label": "Switzerland",
                "currency": "CHF",
                "html_url_template": "https://reynborg.com/r/ch/{path}",
                "markdown_url_template": "https://reynborg.com/r/ch/_md/{path}"
            },
            {
                "code": "EU",
                "label": "Europe",
                "currency": "EUR",
                "html_url_template": "https://reynborg.com/r/{country}/{path}",
                "markdown_url_template": "https://reynborg.com/r/{country}/_md/{path}",
                "country_codes": [
                    "at",
                    "be",
                    "bg",
                    "hr",
                    "cy",
                    "cz",
                    "dk",
                    "ee",
                    "fi",
                    "fr",
                    "de",
                    "gr",
                    "hu",
                    "ie",
                    "it",
                    "lv",
                    "lt",
                    "lu",
                    "mt",
                    "nl",
                    "pl",
                    "pt",
                    "ro",
                    "sk",
                    "si",
                    "es",
                    "se"
                ],
                "default_country_code": "de"
            },
            {
                "code": "CA",
                "label": "Canada",
                "currency": "CAD",
                "html_url_template": "https://reynborg.com/r/ca/{path}",
                "markdown_url_template": "https://reynborg.com/r/ca/_md/{path}"
            },
            {
                "code": "AU",
                "label": "Australia",
                "currency": "AUD",
                "html_url_template": "https://reynborg.com/r/au/{path}",
                "markdown_url_template": "https://reynborg.com/r/au/_md/{path}"
            },
            {
                "code": "GB",
                "label": "United Kingdom",
                "currency": "GBP",
                "html_url_template": "https://reynborg.com/r/gb/{path}",
                "markdown_url_template": "https://reynborg.com/r/gb/_md/{path}"
            }
        ]
    },
    "indexes": [],
    "product_feeds": [
        {
            "name": "products.xml",
            "url": "https://reynborg.com/crawl/feeds/products.xml",
            "content_type": "application/xml",
            "format": "xml",
            "profile": "google",
            "canonical": "https://reynborg.com/crawl/feeds/products-google.xml",
            "last_updated_at": "2026-07-17T07:13:20+00:00"
        },
        {
            "name": "products.tsv",
            "url": "https://reynborg.com/crawl/feeds/products.tsv",
            "content_type": "text/tab-separated-values",
            "format": "tsv",
            "profile": "google",
            "canonical": "https://reynborg.com/crawl/feeds/products-google.tsv",
            "last_updated_at": "2026-07-17T07:13:20+00:00"
        },
        {
            "name": "products.csv",
            "url": "https://reynborg.com/crawl/feeds/products.csv",
            "content_type": "text/csv",
            "format": "csv",
            "last_updated_at": "2026-07-17T07:13:20+00:00"
        }
    ],
    "guidance": {
        "preferred_surfaces": {
            "inventory": "https://reynborg.com/sitemap.xml",
            "content": "https://reynborg.com/_md/{path}",
            "structured_data": "https://reynborg.com/crawl/structured?url={absolute_url}",
            "products": "https://reynborg.com/crawl/feeds/products.xml",
            "regional_content": "https://reynborg.com/r/{country}/_md/{path}",
            "regional_html": "https://reynborg.com/r/{country}/{path}"
        }
    }
}
