Documentation
README
复盘 SEO 与 AI 可见性
用可比较周期和页面原始目标复盘已发布页面。考虑上线日期、季节性、抓取与收录延迟,把证据与解释分开。
收集传统搜索证据
node collectors/bing-webmaster/bing-webmaster.mjs page-stats \
--site "$SITE_URL" --out <page-stats-file>
node collectors/bing-webmaster/bing-webmaster.mjs page-query-stats \
--site "$SITE_URL" --page "$PAGE_URL" --out <query-stats-file>
node collectors/bing-webmaster/bing-webmaster.mjs url-info \
--site "$SITE_URL" --url "$PAGE_URL"
读取:
- 抓取与索引状态;
- 展现、查询、点击和点击率;
- 平均展现位置与点击位置;
- 页面或摘要更新前后的变化;
- 产品动作、激活、收入或当前产品真正关心的结果;
- 相关 Memory 中的基线和历史行动。
收集 Bing AI Performance
Bing Webmaster Tools 的 AI Performance 主要通过网页界面提供。使用已登录浏览器读取:
This is the opening of the README. Read the full README on GitHub.