# Robots.txt for Monay.com # Allow all search engines to crawl the entire site User-agent: * Allow: / Crawl-delay: 0 # Sitemap location Sitemap: https://monay.com/sitemap.xml # Google Bot User-agent: Googlebot Allow: / Crawl-delay: 0 # Bing Bot User-agent: Bingbot Allow: / Crawl-delay: 0 # DuckDuckGo Bot User-agent: DuckDuckBot Allow: / # Baidu Spider User-agent: Baiduspider Allow: / # Yandex Bot User-agent: YandexBot Allow: / # Facebook Crawler User-agent: facebookexternalhit Allow: / # Twitter Bot User-agent: Twitterbot Allow: / # LinkedIn Bot User-agent: LinkedInBot Allow: / # WhatsApp Bot User-agent: WhatsApp Allow: / # Apple Bot User-agent: Applebot Allow: / # Specific paths to prioritize User-agent: * Allow: /products/ Allow: /solutions/ Allow: /pilot-program Allow: /demo Allow: /contact Allow: /about # Block access to private/admin areas if they exist User-agent: * Disallow: /admin/ Disallow: /api/ Disallow: /_next/ Disallow: /private/ # Allow search engines to see everything else User-agent: * Allow: *.css Allow: *.js Allow: *.jpg Allow: *.jpeg Allow: *.gif Allow: *.png Allow: *.svg Allow: *.webp