# robots.txt for booqito.com and booqito.cz # This file controls how search engines crawl and index your multilingual site. # Applies to all language versions: /, /en/, /cz/, etc. User-agent: * # Block sensitive and private areas in all languages Disallow: /admin/ Disallow: /private/ Disallow: /api/ Disallow: /tmp/ Disallow: /cart/ Disallow: /checkout/ Disallow: /registration Disallow: /cz/admin/ Disallow: /cz/private/ Disallow: /cz/api/ Disallow: /cz/tmp/ Disallow: /cz/cart/ Disallow: /cz/checkout/ Disallow: /cz/registration Disallow: /en/admin/ Disallow: /en/private/ Disallow: /en/api/ Disallow: /en/tmp/ Disallow: /en/cart/ Disallow: /en/checkout/ Disallow: /en/registration # Allow demo page in all languages Allow: / # Allow all other content Allow: / # Sitemaps for both domains Sitemap: https://booqito.com/sitemap.xml Sitemap: https://booqito.cz/sitemap.xml