# Robots.txt for API Funnel # Allow search engines full access to public pages and assets # =========================================== # DEFAULT RULES - ALLOW EVERYTHING PUBLIC # =========================================== User-agent: * Allow: / Allow: /_next/static/ Allow: /social/ Allow: /favicon.ico Allow: /favicon.png Allow: /favicon.svg Allow: /api-funnel.png Allow: /manifest.json Allow: /browserconfig.xml Allow: /sitemap.xml Allow: /llms.txt # Block internal API routes and admin areas Disallow: /api/ Disallow: /app/ Disallow: /demo # =========================================== # GOOGLE - PRIORITY ACCESS # =========================================== User-agent: Googlebot Allow: / Allow: /_next/static/ Allow: /social/ Disallow: /api/ Disallow: /app/ Disallow: /demo User-agent: Googlebot-Image Allow: / Allow: /social/ Allow: /favicon.ico Allow: /favicon.png Allow: /api-funnel.png # =========================================== # OTHER SEARCH ENGINES # =========================================== User-agent: Bingbot Allow: / Allow: /_next/static/ Disallow: /api/ Disallow: /app/ Disallow: /demo User-agent: Slurp Allow: / Disallow: /api/ Disallow: /app/ Disallow: /demo User-agent: DuckDuckBot Allow: / Disallow: /api/ Disallow: /app/ Disallow: /demo User-agent: YandexBot Allow: / Disallow: /api/ Disallow: /app/ Disallow: /demo User-agent: Baiduspider Allow: / Disallow: /api/ Disallow: /app/ Disallow: /demo # =========================================== # SOCIAL MEDIA CRAWLERS # =========================================== User-agent: facebookexternalhit Allow: / Allow: /social/ Disallow: /api/ Disallow: /app/ Disallow: /demo User-agent: Twitterbot Allow: / Allow: /social/ Disallow: /api/ Disallow: /app/ Disallow: /demo User-agent: LinkedInBot Allow: / Allow: /social/ Disallow: /api/ Disallow: /app/ Disallow: /demo User-agent: WhatsApp Allow: / Allow: /social/ Disallow: /api/ Disallow: /app/ Disallow: /demo User-agent: TelegramBot Allow: / Allow: /social/ Disallow: /api/ Disallow: /app/ Disallow: /demo # =========================================== # BLOCKED BOTS # =========================================== User-agent: AhrefsBot Disallow: / User-agent: SemrushBot Disallow: / User-agent: MJ12bot Disallow: / User-agent: DotBot Disallow: / User-agent: GPTBot Disallow: / User-agent: CCBot Disallow: / # =========================================== # SITEMAP # =========================================== Sitemap: https://www.apifunnel.io/sitemap.xml Host: https://www.apifunnel.io