{
    "site": {
        "name": "Reynborg.de",
        "base_url": "https://reynborg.de/",
        "language": "de"
    },
    "discovery": {
        "manifest": "https://reynborg.de/crawl",
        "robots": "https://reynborg.de/robots.txt",
        "manifest_markdown": "https://reynborg.de/crawl.md",
        "sitemap": "https://reynborg.de/sitemap.xml",
        "llms": "https://reynborg.de/llms.txt"
    },
    "surfaces": {
        "html": {
            "url_template": "https://reynborg.de/{path}",
            "content_type": "text/html"
        },
        "markdown": {
            "url_template": "https://reynborg.de/_md/{path}",
            "content_type": "text/markdown"
        },
        "structured": {
            "url_template": "https://reynborg.de/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.de/{path}",
                "markdown_url_template": "https://reynborg.de/_md/{path}"
            },
            {
                "code": "US",
                "label": "United States",
                "currency": "USD",
                "html_url_template": "https://reynborg.de/r/us/{path}",
                "markdown_url_template": "https://reynborg.de/r/us/_md/{path}"
            },
            {
                "code": "DE",
                "label": "Deutschland",
                "currency": "EUR",
                "html_url_template": "https://reynborg.de/r/de/{path}",
                "markdown_url_template": "https://reynborg.de/r/de/_md/{path}"
            },
            {
                "code": "EU",
                "label": "Europa",
                "currency": "EUR",
                "html_url_template": "https://reynborg.de/r/{country}/{path}",
                "markdown_url_template": "https://reynborg.de/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.de/r/ca/{path}",
                "markdown_url_template": "https://reynborg.de/r/ca/_md/{path}"
            },
            {
                "code": "AU",
                "label": "Australia",
                "currency": "AUD",
                "html_url_template": "https://reynborg.de/r/au/{path}",
                "markdown_url_template": "https://reynborg.de/r/au/_md/{path}"
            },
            {
                "code": "GB",
                "label": "United Kingdom",
                "currency": "GBP",
                "html_url_template": "https://reynborg.de/r/gb/{path}",
                "markdown_url_template": "https://reynborg.de/r/gb/_md/{path}"
            }
        ]
    },
    "indexes": [
        {
            "name": "faqs",
            "url": "https://reynborg.de/crawl/indexes/faqs.ndjson",
            "content_type": "application/x-ndjson",
            "last_updated_at": "2026-08-28T10:02:16+00:00"
        }
    ],
    "product_feeds": [
        {
            "name": "products.xml",
            "url": "https://reynborg.de/crawl/feeds/products.xml",
            "content_type": "application/xml",
            "format": "xml",
            "profile": "google",
            "canonical": "https://reynborg.de/crawl/feeds/products-google.xml",
            "last_updated_at": "2026-08-28T10:02:18+00:00"
        },
        {
            "name": "products.tsv",
            "url": "https://reynborg.de/crawl/feeds/products.tsv",
            "content_type": "text/tab-separated-values",
            "format": "tsv",
            "profile": "google",
            "canonical": "https://reynborg.de/crawl/feeds/products-google.tsv",
            "last_updated_at": "2026-08-28T10:02:18+00:00"
        },
        {
            "name": "products.csv",
            "url": "https://reynborg.de/crawl/feeds/products.csv",
            "content_type": "text/csv",
            "format": "csv",
            "last_updated_at": "2026-08-28T10:02:18+00:00"
        },
        {
            "name": "products-google-de-eur.xml",
            "url": "https://reynborg.de/crawl/feeds/products-google-de-eur.xml",
            "content_type": "application/xml",
            "format": "xml",
            "profile": "google",
            "language": "de",
            "currency": "EUR",
            "context_country": "DE",
            "feed_label": "REYNBORG_DE_EUR",
            "last_updated_at": "2026-08-28T10:02:37+00:00"
        },
        {
            "name": "products-google-de-chf.xml",
            "url": "https://reynborg.de/crawl/feeds/products-google-de-chf.xml",
            "content_type": "application/xml",
            "format": "xml",
            "profile": "google",
            "language": "de",
            "currency": "CHF",
            "context_country": "CH",
            "feed_label": "REYNBORG_DE_CHF",
            "last_updated_at": "2026-08-28T10:02:37+00:00"
        }
    ],
    "guidance": {
        "preferred_surfaces": {
            "inventory": "https://reynborg.de/sitemap.xml",
            "content": "https://reynborg.de/_md/{path}",
            "structured_data": "https://reynborg.de/crawl/structured?url={absolute_url}",
            "faqs": "https://reynborg.de/crawl/indexes/faqs.ndjson",
            "products": "https://reynborg.de/crawl/feeds/products.xml",
            "regional_content": "https://reynborg.de/r/{country}/_md/{path}",
            "regional_html": "https://reynborg.de/r/{country}/{path}"
        }
    }
}
