# nitramix.com robots.txt User-agent: * Allow: / # Blocking access to API endpoints Disallow: /api/ # Blocking access to the admin panel Disallow: /admin/ Disallow: /dashboard/ # Blocking access to legal pages (noindex) Disallow: /privacy-policy/ Disallow: /terms-of-service/ Disallow: /cookie-policy/ # Blocking access to payment success pages Disallow: /projects/video-gallery-for-woocommerce/success/ # Allowing CSS, JavaScript, and media for proper page rendering Allow: /_next/static/ # Blocking access to email signature images Disallow: /images/email-signature/ Disallow: /images/social_icons_for_emails/ Disallow: /images/invoices-template/ # Allowing access to important files and icons Allow: /sitemap.xml Allow: /favicon.ico Allow: /icon-192x192.png Allow: /icon-512x512.png Allow: /apple-touch-icon.png Allow: /favicon.svg # Allowing access only to actively used logos Allow: /logo-nitramix/SVG/nitramix-original-h.svg Allow: /logo-nitramix/SVG/nitramix-original-v.svg Allow: /logo-nitramix/SVG/nitramix-gradient-white-h.svg Allow: /logo-nitramix/PNG/nitramix-icon-gradient.png # Request for crawl rate limiting to avoid overloading the server # Crawl-delay: 10 # Links to sitemaps Sitemap: https://nitramix.com/sitemap.xml Sitemap: https://nitramix.com/image-sitemap.xml Sitemap: https://nitramix.com/video-sitemap.xml