If your site pages aren’t being pulled into TheSkinnyAI (e.g., advisors/team pages), it’s often due to bot protection (Cloudflare or similar) returning a browser challenge instead of the actual HTML.
Please add a Cloudflare rule to allow our crawler:
If (User-Agent contains "TheSkinnyCrawler") then:
- Bypass Managed Challenge
- Skip Bot Fight Mode
We’ll identify our crawler with a dedicated User-Agent string. This safely bypasses bot checks for our requests only.
/sitemap.xml
and key content paths (e.g., /team
, /advisors
) so discovery succeeds.Bot protection can serve a “Just a moment…” page to non‑browser fetches. In that case, our system stores the challenge page instead of your content, so answers are incomplete.
TheSkinnyCrawler
from bot challenges.