Skip to content

Commit 51a4b2c

Browse files
KI7MTclaude
andcommitted
fix: add redirect for deleted clublog page — resolve Google 404
Google Search Console flagged /servers/clublog/ as 404 after clublog-mcp was removed. Add mkdocs-redirects plugin to send that URL to /servers/ so Google drops the stale index entry. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent dd1fd0b commit 51a4b2c

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

mkdocs.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,9 @@ markdown_extensions:
4949

5050
plugins:
5151
- search
52+
- redirects:
53+
redirect_maps:
54+
"servers/clublog.md": "servers/index.md"
5255

5356
extra:
5457
social:

requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
mkdocs>=1.6
22
mkdocs-material>=9.5
3+
mkdocs-redirects>=1.2
34
pymdown-extensions>=10.0

0 commit comments

Comments
 (0)