Skip to content

Audit and Improve SEO and AI-Readability for kubernetes.dev #685

@TineoC

Description

@TineoC

Problem Statement

An audit of the kubernetes.dev site reveals several opportunities to improve Search Engine Optimization (SEO) and content readability for AI agents (LLMs). Currently, the site has structural issues that dilute keyword relevance and hinder accessibility.

Key Issues Identified

  1. Multiple H1 Tags (Heading Hierarchy)

  2. Missing Alt Text for Images

  3. Inconsistent Meta Descriptions

    • Issue: Many high-priority documentation pages and blog posts lack a description field in their frontmatter.
    • Impact: Search engines fallback to generic summary text, potentially reducing Click-Through Rate (CTR) in search results.

Proposed Solution

  • Fix Heading Levels: Batch update Markdown files to convert # headings to ## (H2) where a title is already provided in frontmatter.
  • Audit Image Alt Text: Systematically add descriptive alt attributes to all <img> tags.
  • Standardize Frontmatter Descriptions: Ensure all key documentation and blog posts have a concise description (< 160 characters).
  • Self-referencing Canonicals: Ensure canonical tags are consistently applied across all pages (Initial work on this has been started locally).

Additional Context

Improving these areas will not only help with traditional SEO but will also significantly improve how AI agents (like Gemini, ChatGPT, or Claude) ingest and summarize project documentation by providing a clearer semantic structure.

/area seo
/kind cleanup

Metadata

Metadata

Assignees

No one assigned

    Labels

    kind/cleanupCategorizes issue or PR as related to cleaning up code, process, or technical debt.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions