export default function robots() { return { rules: [ { userAgent: 'Googlebot', allow: ['/'], }, { userAgent: 'googlebot-image', allow: ['/'], }, { userAgent: 'googlebot-mobile', allow: ['/'], }, { userAgent: 'MSNBot', allow: ['/'], }, { userAgent: 'Slurp', allow: ['/'], }, { userAgent: '*', disallow: ['/', '/cgi-bin/'], }, ], sitemap: 'https://www.paradisepestcontrol.in/', }; }