{
    "site": {
        "name": "Reynborg.de",
        "base_url": "https://v3.reynborg.de/",
        "language": "de"
    },
    "discovery": {
        "manifest": "https://v3.reynborg.de/crawl",
        "robots": "https://v3.reynborg.de/robots.txt",
        "manifest_markdown": "https://v3.reynborg.de/crawl.md",
        "sitemap": "https://v3.reynborg.de/sitemap.xml",
        "llms": "https://v3.reynborg.de/llms.txt"
    },
    "surfaces": {
        "html": {
            "url_template": "https://v3.reynborg.de/{path}",
            "content_type": "text/html"
        },
        "markdown": {
            "url_template": "https://v3.reynborg.de/_md/{path}",
            "content_type": "text/markdown"
        },
        "structured": {
            "url_template": "https://v3.reynborg.de/crawl/structured?url={absolute_url}",
            "content_type": "application/ld+json",
            "contexts": [
                "home",
                "post",
                "term",
                "product"
            ]
        }
    },
    "indexes": [],
    "product_feeds": [
        {
            "name": "products.xml",
            "url": "https://v3.reynborg.de/crawl/feeds/products.xml",
            "content_type": "application/xml",
            "format": "xml",
            "profile": "google",
            "canonical": "https://v3.reynborg.de/crawl/feeds/products-google.xml",
            "last_updated_at": "2026-08-10T09:49:17+00:00"
        },
        {
            "name": "products.tsv",
            "url": "https://v3.reynborg.de/crawl/feeds/products.tsv",
            "content_type": "text/tab-separated-values",
            "format": "tsv",
            "profile": "google",
            "canonical": "https://v3.reynborg.de/crawl/feeds/products-google.tsv",
            "last_updated_at": "2026-08-10T09:49:17+00:00"
        },
        {
            "name": "products.csv",
            "url": "https://v3.reynborg.de/crawl/feeds/products.csv",
            "content_type": "text/csv",
            "format": "csv",
            "last_updated_at": "2026-08-10T09:49:17+00:00"
        }
    ],
    "guidance": {
        "preferred_surfaces": {
            "inventory": "https://v3.reynborg.de/sitemap.xml",
            "content": "https://v3.reynborg.de/_md/{path}",
            "structured_data": "https://v3.reynborg.de/crawl/structured?url={absolute_url}",
            "products": "https://v3.reynborg.de/crawl/feeds/products.xml"
        }
    }
}
