export default function robots() {
  return {
    rules: {
      userAgent: "*",
      allow: "/",
      disallow: [
        "/doc/",
        "/help/",
        "/bill/",
        "/generatelink/",
        "/invite/",
        "/pay/",
        "/purchased/",
        "/tool/",
        "/verification/",
        "/vip/",
        "/withdrawal/",
      ],
    },
    sitemap: "https://tiefen.fun/sitemap.xml",
  };
}