File: content/manuals/ai/docker-agent/integrations/mcp.md
Issue
The keywords field in the frontmatter uses an outdated product name:
keywords:
[
cagent,
mcp,
model context protocol,
claude desktop,
claude code,
integration,
]
The keyword "cagent" is inconsistent with the rest of the document, which consistently uses "Docker Agent" throughout. This is also inconsistent with the other files in the same directory (acp.md, a2a.md, _index.md) which all use "docker agent" in their keywords.
Why this matters
Readers searching for Docker Agent documentation might not find this page if it's indexed under the old product name. The inconsistency also creates confusion about whether this is current documentation or legacy content. Keywords affect search functionality and SEO, making this more than just a cosmetic issue.
Suggested fix
Update the keywords to match the current product name:
keywords:
[
docker agent,
mcp,
model context protocol,
claude desktop,
claude code,
integration,
]
Found by nightly documentation quality scanner
File:
content/manuals/ai/docker-agent/integrations/mcp.mdIssue
The keywords field in the frontmatter uses an outdated product name:
The keyword "cagent" is inconsistent with the rest of the document, which consistently uses "Docker Agent" throughout. This is also inconsistent with the other files in the same directory (acp.md, a2a.md, _index.md) which all use "docker agent" in their keywords.
Why this matters
Readers searching for Docker Agent documentation might not find this page if it's indexed under the old product name. The inconsistency also creates confusion about whether this is current documentation or legacy content. Keywords affect search functionality and SEO, making this more than just a cosmetic issue.
Suggested fix
Update the keywords to match the current product name:
Found by nightly documentation quality scanner