Files
nexus/wiki/sources/marketing-agentic-search-optimizer.md
weishen 804954c367 ingest: marketing-agentic-search-optimizer.md (Agentic Search Optimizer Agent)
- Add wiki/sources/marketing-agentic-search-optimizer.md (Source Page)
- Update wiki/index.md: fix missing source marker → full entry
- Append wiki/log.md entry

Ingest steps 1-9 completed:
1. Read raw/Agent/agency-agents/marketing/marketing-agentic-search-optimizer.md
2. Read wiki/index.md + wiki/overview.md
3. Generate source page (slug: marketing-agentic-search-optimizer)
4. Update index.md
5. overview.md already has [[Marketing Agentic Search Optimizer]] ref (no dup needed)
6. Entity check: no entities ≥2 mentions (Chrome/Edge/Claude/Perplexity each 1×)
7. Concept check: WebMCP concepts described in source page only (W3C draft, conservative)
8. Contradiction check: none found
9. Append log.md
2026-05-02 02:48:41 +08:00

64 lines
4.3 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
---
title: "Agentic Search Optimizer"
type: source
tags: []
date: 2026-05-02
---
## Source File
- [[Agent/agency-agents/marketing/marketing-agentic-search-optimizer.md]]
## Summary用中文描述
- 核心主题AI 浏览器 Agent 的任务完成率优化——让 AI Agent 能在网站上真正完成操作(预订、购买、注册、订阅),而不仅仅是访问页面
- 问题域AI 流量获取的第三波浪潮——传统 SEOwave 1让人类找到页面AI 引用优化wave 2让 AI 引用来源,而 Agentic 搜索优化wave 3让 AI Agent 完成实际任务
- 方法/机制:基于 W3C WebMCP 草案标准2026 年 2 月由 Chrome 和 Edge 联合开发通过声明式HTML 属性和命令式JavaScript `navigator.mcpActions.register()`)两种模式,向 AI Agent 暴露网页可执行的动作
- 结论/价值Visibility 有三个层次大多数组织仍在前两个战场竞争而第三个AI 任务完成)已悄然成为新的流量入口
## Key Claims用中文描述
- AI 驱动的流量获取已进入第三波传统搜索排名wave 1、AI 引用wave 2、AI 任务完成wave 3
- WebMCP 是 W3C 浏览器草案标准,由 Chrome 和 Edge 于 2026 年 2 月联合开发,为网页提供向 AI Agent 声明可用动作的机器可读方式
- 声明式 WebMCP静态 HTML 属性)比命令式 WebMCPJavaScript 动态注册)更稳定、兼容性更广,应优先采用
- 必须用真实浏览器 Agent 测试Claude in Chrome、Perplexity 等),而非模拟测试
- 在实施任何改动前必须建立基线,否则无法证明改进效果
- 目标30 天内高优先级任务流完成率达到 80% 以上
## Key Quotes
> "While everyone else is optimizing to get cited by AI, this agent makes sure AI can actually do the thing on your site" — 核心定位
> "WebMCP is a 2026 draft, not a finished standard. Implementation varies by browser and agent" — 诚实告知规范成熟度
> "Always audit actual task flows. Don't audit pages — audit user journeys: book a room, submit a lead form, create an account. Agents care about tasks, not pages" — 方法论核心
> "Prioritize declarative before imperative. WebMCP declarative is safer, more stable, and more broadly compatible than imperative" — 实施策略
## Key Concepts
- [[WebMCP]]Web Model Context ProtocolW3C 浏览器草案标准,允许网页以机器可读方式向 AI Agent 声明可用动作2026 年 2 月 Chrome + Edge 联合开发)
- [[Declarative WebMCP]]:通过静态 HTML 属性(`data-mcp-action``data-mcp-description``data-mcp-params`)在现有表单和链接上声明动作;优先使用,更稳定
- [[Imperative WebMCP]]:通过 `navigator.mcpActions.register()` 动态注册动作;适用于依赖用户状态、上下文敏感的动态流程
- [[Task Completion Rate]]任务完成率AI Agent 能够成功完成的任务流占总测试任务流的比例;核心衡量指标
- [[Agent Friction Map]]Agent 摩擦点地图,逐步骤记录 Agent 在任务流中的失败点,用于定位可修复的阻断因素
- [[MCP Actions Discovery Endpoint]]`/mcp-actions.json` 发现端点,网页通过 `<link rel="mcp-actions">` 链接,供 Agent 发现可用动作
## Key Entities
- [[Chrome]]WebMCP 联合开发方2026 年支持声明式和命令式 WebMCP
- [[Edge]]WebMCP 联合开发方2026 年支持声明式 WebMCP命令式支持部分
- [[Claude in Chrome]]:参考实现,同时支持声明式和命令式 WebMCP
- [[Perplexity]]:主要通过 DOM 使用声明式 WebMCP暂不支持命令式
## Connections
- [[AI Citation Strategist]] ← complements ← [[Agentic Search Optimizer]]wave 2 与 wave 3 配合)
- [[SEO Specialist]] ← supports ← [[Agentic Search Optimizer]]wave 1 基础设施)
- [[Frontend Developer]] ← implements ← [[Agentic Search Optimizer]]WebMCP 实施)
- [[UX Architect]] ← redesigns ← [[Agentic Search Optimizer]](消除 Agent 敌对模式)
## Contradictions
- 无已知冲突
## Agent-Hostile Patterns
- 自定义 JS 日期选择器(无原生 fallback
- 无状态持久化的多步骤流程
- 首步交互即触发 CAPTCHA
- 任务前强制创建账户Agent 无法自认证)
- 仅用占位符无 `aria-label` 的表单
- 关键流程中要求文件上传