# Allow all crawlers User-agent: * Allow: / # Sitemap location Sitemap: https://masalacorner.ca/sitemap.xml # Disallow admin and api routes Disallow: /admin/* Disallow: /api/* # Allow specific assets Allow: /*.js$ Allow: /*.css$ Allow: /*.png$ Allow: /*.jpg$ Allow: /*.gif$ Allow: /*.svg$ Allow: /*.ico$