Skip to content

Commit 551ff05

Browse files
Mlaz-codeCodexclaude
authored
seo: point footer Status link at canonical URL (fix 310 temp redirects) (#261)
The shared footer Status link pointed to https://status.sharpapi.io/en/, which BetterStack 302-redirects to https://status.sharpapi.io/. Because the footer is on every docs page, Semrush flagged 310 pages as linking through a temporary (302) redirect. Link directly to the canonical https://status.sharpapi.io/ (returns 200) to drop the redirect hop site-wide. Co-authored-by: Codex <codex@sharpapi.local> Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com>
1 parent b79e5e2 commit 551ff05

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/[lang]/layout.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ const footerContent = (
5050
<nav className="sa-footer__links" aria-label="Footer">
5151
<a href="https://sharpapi.io">Home</a>
5252
<a href="https://sharpapi.io/pricing">Pricing</a>
53-
<a href="https://status.sharpapi.io/en/" target="_blank" rel="noopener noreferrer">Status</a>
53+
<a href="https://status.sharpapi.io/" target="_blank" rel="noopener noreferrer">Status</a>
5454
<a href="https://github.com/Sharp-API/SharpAPI-Documentation" target="_blank" rel="noopener noreferrer">GitHub</a>
5555
</nav>
5656
</div>

0 commit comments

Comments
 (0)