# Robots.txt for http://decobari.com # Allow all crawlers User-agent: * # Allow crawling of all content Allow: / # Disallow admin and private areas Disallow: /admin/ Disallow: /api/ Disallow: /_next/ Disallow: /user/ Disallow: /checkout/ # Sitemap location Sitemap: http://decobari.com/sitemap.xml # Crawl delay (optional) Crawl-delay: 1