Conversation
Add a static /faq route answering where TriTimes gets its data (the Competitor.com results API that powers IRONMAN's official results pages), whether it's affiliated with IRONMAN, and how to report issues. Q&A content and schema.org FAQPage JSON-LD live in a tested lib module; the page renders them and a footer link makes it discoverable site-wide. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01ErTFrsFRR8HEUpgL3YphHs
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
Warning Review limit reached
Next review available in: 46 minutes Enable usage-based reviews in Billing to review now. Otherwise, wait until the next included review is available. How can I continue?After more reviews become available, a review can be triggered using the To avoid repeated limits, reduce automatic review volume by pausing incremental auto-reviews earlier, using label-based review opt-in, excluding WIP or generated PR titles, or requesting reviews manually when the PR is ready. If your team needs uninterrupted high-volume reviews, an organization admin can enable usage-based reviews. How do review limits work?CodeRabbit enforces per-developer PR review limits for each organization. Most developers receive the normal plan review availability. For paid Pro and Pro+ PR reviews, CodeRabbit uses adaptive limits for sustained high-volume activity. When a developer's recent PR review activity reaches the 95th percentile or higher among CodeRabbit users, additional reviews become available more gradually as earlier reviews age out of the rolling window. Please refer docs for additional details. Review details⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (4)
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Adds a
/faqpage so visitors (and search/AI crawlers) can see where TriTimes gets its data — a question that came up on Reddit.What
/faqroute with 3 Q&As: data source, IRONMAN affiliation, reporting issues.labs-v2.competitor.com) that powers IRONMAN's official results pages — not HTML-scraping, and not a documented public API.FAQPageJSON-LD live in a testedlib/faq.tsmodule (matches existing structured-data SEO pattern).Testing
faq.test.ts(TDD); full suite 161/161 pass; eslint clean./faqreturns 200 with the content and JSON-LD rendered.No tracked issue exists; motivation is answering the recurring "do you scrape or use an API?" question.
🤖 Generated with Claude Code