Commit 273f4d7
seo: rewrite root / to /en instead of 308 redirect (#210)
* docs(api)!: drop game_state from EV/arb/low-hold reference
Live game state (scores, period, clock) is exclusive to /api/v1/gamestate
and the gamestate stream channel. Remove the game_state row from sample
payloads + schema tables on the EV, arbitrage, and low-hold reference
pages, and add a breaking-change callout pointing readers at gamestate.
BREAKING CHANGE: clients that read game_state off opportunity rows must
fetch /api/v1/gamestate (or subscribe to /api/v1/stream/gamestate) and
join by event_id.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
* seo: rewrite root / to /en instead of 308 redirect
Semrush and other crawlers were getting HTTP 308 when hitting
docs.sharpapi.io/ which blocked indexing of the docs home page.
Change the root / from a permanent redirect to a transparent rewrite
so crawlers see the content at the canonical URL.
---------
Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent 1b73fba commit 273f4d7
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
9 | 8 | | |
10 | 9 | | |
11 | 10 | | |
| |||
33 | 32 | | |
34 | 33 | | |
35 | 34 | | |
| 35 | + | |
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
| |||
0 commit comments