[DOCS] Sitemap contains Kotlin API URLs that return 404 Page Not Found

Resolved 💬 2 comments Opened Jan 25, 2026 by coygeek Closed Feb 12, 2026

Documentation Type

broken links

Documentation Location

https://platform.claude.com/sitemap.xml

Section/Topic

Sitemap XML file - Kotlin API reference URLs

Current Documentation

The sitemap.xml includes 45 Kotlin API documentation URLs such as:

What's Wrong or Missing?

All Kotlin API documentation URLs in the sitemap return 404 Page Not Found. The pages render the standard navigation and footer, but the main content area shows:

Page Not Found The requested page could not be found.

Meanwhile, equivalent Java API documentation URLs work correctly:

This causes issues for:

  1. Search engine crawlers indexing non-existent pages
  2. Documentation mirroring tools that trust the sitemap
  3. Users who may find these dead links via search results

Suggested Improvement

Either:
Option 1 (if Kotlin docs are not planned): Remove all /docs/en/api/kotlin/* URLs from the sitemap.
Option 2 (if Kotlin docs are coming): Create the Kotlin API documentation pages, or mark the sitemap entries with appropriate metadata indicating they're not yet available.

Impact

Medium - Makes feature difficult to understand

Additional Context

View original on GitHub ↗

This issue has 2 comments on GitHub. Read the full discussion on GitHub ↗