seo-content-marketing-skill-suite
Compare original and translation side by side
🇺🇸
Original
English🇨🇳
Translation
ChineseSEO & Content Marketing Skills Suite
SEO与内容营销技能套件
Skill by ara.so — Marketing Skills collection.
r04-alirezarezvani-claude-code-skill-factory-seo is a specialized command suite for SEO professionals and content marketers. It provides 10 domain-specific slash commands and 5 multi-step workflows for keyword research, content audits, SERP analysis, technical SEO diagnostics, and content strategy automation.
Derived from alirezarezvani/claude-code-skill-factory, this suite extends the skill scaffolding framework with structured output UI, progress tracking, and prioritized action plans.
由ara.so开发的Skill — 营销技能合集。
r04-alirezarezvani-claude-code-skill-factory-seo是专为SEO从业者和内容营销人员打造的专业命令套件。它提供10个领域专属斜杠命令和5个多步骤工作流,覆盖关键词研究、内容审核、SERP分析、技术SEO诊断和内容策略自动化。
该套件源自alirezarezvani/claude-code-skill-factory,在技能脚手架框架基础上扩展了结构化输出UI、进度跟踪和优先级行动计划功能。
Installation
安装
Method 1: Clone to Skills Directory
方法1:克隆到技能目录
bash
undefinedbash
undefinedCreate skills directory if it doesn't exist
若技能目录不存在则创建
mkdir -p ~/.claude/skills
mkdir -p ~/.claude/skills
Clone the repository
克隆仓库
git clone https://github.com/JaguarPillage/r04-alirezarezvani-claude-code-skill-factory-seo.git
~/.claude/skills/seo-content-marketing
~/.claude/skills/seo-content-marketing
git clone https://github.com/JaguarPillage/r04-alirezarezvani-claude-code-skill-factory-seo.git
~/.claude/skills/seo-content-marketing
~/.claude/skills/seo-content-marketing
Register in Claude Code
在Claude Code中注册
In your Claude Code session:
在Claude Code会话中执行:
/read ~/.claude/skills/seo-content-marketing/SKILL.md
undefined/read ~/.claude/skills/seo-content-marketing/SKILL.md
undefinedMethod 2: Manual Copy
方法2:手动复制
bash
undefinedbash
undefinedCopy the skill directory into your project
将技能目录复制到你的项目中
cp -r /path/to/r04-alirezarezvani-claude-code-skill-factory-seo ./skills/
cp -r /path/to/r04-alirezarezvani-claude-code-skill-factory-seo ./skills/
Load the skill
加载技能
/read ./skills/r04-alirezarezvani-claude-code-skill-factory-seo/SKILL.md
---/read ./skills/r04-alirezarezvani-claude-code-skill-factory-seo/SKILL.md
---Core Commands
核心命令
1. Keyword Research
1. 关键词研究
Trigger:
/keyword-research <target>Performs deep keyword clustering, opportunity scoring, and SERP intent mapping.
Options:
- — analysis depth (default: deep)
--depth <shallow|deep|comprehensive> - — minimum monthly search volume
--min-volume <number> - — maximum keyword difficulty (0-100)
--max-difficulty <number> - — filter by search intent
--intent <informational|commercial|transactional> - — output format (default: md)
--output <json|md|csv>
Example:
bash
/keyword-research "project management software" --depth comprehensive --min-volume 500 --output mdExpected Output Structure:
markdown
undefined触发命令:
/keyword-research <目标主题>执行深度关键词聚类、机会评分和SERP意图映射。
选项:
- — 分析深度(默认:deep)
--depth <shallow|deep|comprehensive> - — 最低月搜索量
--min-volume <数字> - — 最高关键词难度(0-100)
--max-difficulty <数字> - — 按搜索意图筛选
--intent <informational|commercial|transactional> - — 输出格式(默认:md)
--output <json|md|csv>
示例:
bash
/keyword-research "project management software" --depth comprehensive --min-volume 500 --output md预期输出结构:
markdown
undefinedKeyword Research: project management software
关键词研究: project management software
Summary
摘要
- Total keywords found: 247
- High-opportunity (low comp, high vol): 34
- Content gaps identified: 12
- Recommended clusters: 8
- 找到的关键词总数: 247
- 高机会关键词(低竞争、高流量): 34
- 识别出的内容缺口: 12
- 推荐的关键词集群: 8
Top Opportunities
顶级机会
| Keyword | Volume | Difficulty | Intent | Opportunity Score |
|---|---|---|---|---|
| project management tools for small teams | 2,400 | 28 | Commercial | 94/100 |
| free project management software | 8,100 | 67 | Informational | 76/100 |
| project tracking templates | 1,900 | 22 | Informational | 91/100 |
| 关键词 | 搜索量 | 难度 | 意图 | 机会评分 |
|---|---|---|---|---|
| project management tools for small teams | 2,400 | 28 | Commercial | 94/100 |
| free project management software | 8,100 | 67 | Informational | 76/100 |
| project tracking templates | 1,900 | 22 | Informational | 91/100 |
Keyword Clusters
关键词集群
Cluster 1: Getting Started (Informational)
集群1:入门指南(Informational)
- project management basics (3,600 vol, 24 diff)
- what is project management software (1,300 vol, 18 diff)
- project management for beginners (880 vol, 21 diff)
Content Recommendation: Ultimate guide format, 2,500+ words
undefined- project management basics (3,600 搜索量, 24 难度)
- what is project management software (1,300 搜索量, 18 难度)
- project management for beginners (880 搜索量, 21 难度)
内容建议: 终极指南格式,字数2500+字
undefined2. Content Audit
2. 内容审核
Trigger:
/content-audit [domain]Full-site content quality scoring, duplicate detection, and cannibalization analysis.
Options:
- — audit scope
--scope <full|partial|urls> - — specific URLs to audit
--urls <file.txt> - — comma-separated metrics
--metrics <quality,duplication,performance> - — minimum quality score (0-100)
--threshold <number>
Example:
bash
/content-audit example.com --scope full --metrics quality,duplication,performanceExpected Output:
markdown
undefined触发命令:
/content-audit [域名]全站内容质量评分、重复内容检测和关键词 cannibalization(自我竞争)分析。
选项:
- — 审核范围
--scope <full|partial|urls> - — 待审核的特定URL列表文件
--urls <file.txt> - — 逗号分隔的检测指标
--metrics <quality,duplication,performance> - — 最低质量分数(0-100)
--threshold <数字>
示例:
bash
/content-audit example.com --scope full --metrics quality,duplication,performance预期输出:
markdown
undefinedContent Audit: example.com
内容审核: example.com
Crawl Summary
爬取摘要
- Total pages crawled: 1,204
- Pages analyzed: 1,180
- Issues found: 247
- Audit duration: 12m 34s
- 爬取页面总数: 1,204
- 分析页面数: 1,180
- 发现问题数: 247
- 审核时长: 12分34秒
Quality Distribution
质量分布
🔴 Critical (0-40): 23 pages
🟠 Poor (41-60): 89 pages
🟡 Fair (61-75): 234 pages
🟢 Good (76-100): 834 pages
🔴 严重问题(0-40分): 23个页面
🟠 较差(41-60分): 89个页面
🟡 一般(61-75分): 234个页面
🟢 良好(76-100分): 834个页面
Top Issues
主要问题
| Issue | Pages Affected | Severity | Impact |
|---|---|---|---|
| Thin content (<300 words) | 127 | 🔴 High | Low rankings, high bounce |
| Duplicate title tags | 45 | 🟠 Medium | Indexation confusion |
| Keyword cannibalization | 34 | 🔴 High | Split ranking authority |
| Missing meta descriptions | 302 | 🟡 Low | Lower CTR |
| 问题 | 受影响页面数 | 严重程度 | 影响 |
|---|---|---|---|
| 内容过薄(<300字) | 127 | 🔴 高 | 排名下降、跳出率升高 |
| 重复标题标签 | 45 | 🟠 中 | 索引混淆 |
| 关键词自我竞争 | 34 | 🔴 高 | 排名权重分散 |
| 缺少元描述 | 302 | 🟡 低 | 点击率降低 |
Action Plan
行动计划
Quick Wins (1-2 weeks)
快速优化(1-2周)
- Add meta descriptions to 302 pages
- Consolidate 12 duplicate product pages
- Expand 34 thin content pages to 800+ words
- 为302个页面添加元描述
- 合并12个重复产品页面
- 将34个内容过薄的页面扩展至800+字
Medium-term (1-2 months)
中期优化(1-2个月)
- Resolve 34 cannibalization clusters
- Update 89 poor-quality pages
- Implement canonical tags on 67 near-duplicate pages
undefined- 解决34组关键词自我竞争问题
- 更新89个低质量页面
- 为67个近似重复页面添加规范标签
undefined3. Technical SEO Audit
3. 技术SEO审核
Trigger:
/technical-seo [domain]Crawl budget analysis, Core Web Vitals, schema markup validation, and indexability checks.
Options:
- — specific checks to run
--checks <all|speed|schema|crawl|indexability> - — device type for speed tests
--device <desktop|mobile|both> - — report detail level
--output-format <detailed|summary>
Example:
bash
/technical-seo example.com --checks all --device both --output-format detailedExpected Output:
markdown
undefined触发命令:
/technical-seo [域名]爬取预算分析、Core Web Vitals检测、Schema标记验证和可索引性检查。
选项:
- — 要执行的特定检测项
--checks <all|speed|schema|crawl|indexability> - — 速度测试的设备类型
--device <desktop|mobile|both> - — 报告详细程度
--output-format <detailed|summary>
示例:
bash
/technical-seo example.com --checks all --device both --output-format detailed预期输出:
markdown
undefinedTechnical SEO Audit: example.com
技术SEO审核: example.com
Core Web Vitals (Mobile)
Core Web Vitals(移动端)
| Metric | Value | Status | Threshold |
|---|---|---|---|
| LCP (Largest Contentful Paint) | 2.1s | 🟢 Good | <2.5s |
| FID (First Input Delay) | 87ms | 🟡 Needs Improvement | <100ms |
| CLS (Cumulative Layout Shift) | 0.18 | 🟠 Poor | <0.1 |
| 指标 | 数值 | 状态 | 阈值 |
|---|---|---|---|
| LCP (Largest Contentful Paint) | 2.1s | 🟢 良好 | <2.5s |
| FID (First Input Delay) | 87ms | 🟡 需要改进 | <100ms |
| CLS (Cumulative Layout Shift) | 0.18 | 🟠 较差 | <0.1 |
Indexability Issues
可索引性问题
🔴 Critical
- 23 pages blocked by robots.txt but linked internally
- 12 pages with noindex but in sitemap.xml
- 5 orphan pages (no internal links)
🟠 Medium
- 67 redirect chains (3+ hops)
- 34 pages with slow server response (>600ms)
🔴 严重问题
- 23个页面被robots.txt拦截但存在内部链接
- 12个页面标记noindex但出现在sitemap.xml中
- 5个孤立页面(无内部链接)
🟠 中等问题
- 67条重定向链(3次以上跳转)
- 34个页面服务器响应缓慢(>600ms)
Schema Markup
Schema标记
✓ Valid schema on 892 pages
✗ Missing schema on 312 pages
⚠ Schema errors on 18 pages
Recommended schema types:
- Product schema for 156 product pages
- FAQ schema for 78 support pages
- BreadcrumbList for all pages
✓ 892个页面Schema标记有效
✗ 312个页面缺少Schema标记
⚠ 18个页面Schema标记存在错误
推荐的Schema类型:
- 156个产品页面添加Product schema
- 78个支持页面添加FAQ schema
- 所有页面添加BreadcrumbList schema
Action Checklist
行动清单
- Fix CLS issues (replace dynamic ads with fixed dimensions)
- Remove noindex from 12 sitemap URLs
- Add redirects for 23 blocked pages or remove internal links
- Implement breadcrumb schema site-wide
- Break 67 redirect chains into single 301s
undefined- 修复CLS问题(将动态广告替换为固定尺寸)
- 从12个站点地图URL中移除noindex标记
- 为23个被拦截页面添加重定向或移除内部链接
- 全站实现面包屑Schema标记
- 将67条重定向链拆分为单次301重定向
undefined4. Competitor Gap Analysis
4. 竞品差距分析
Trigger:
/competitor-gap <your-domain> <competitor-domains...>Backlink gap, topic gap, and featured snippet opportunity analysis.
Options:
- — gap analysis type
--analysis <backlinks|content|snippets|all> - — minimum domain rating for backlink sources
--min-dr <number> - — max results per category
--limit <number>
Example:
bash
/competitor-gap example.com competitor1.com competitor2.com --analysis all --min-dr 30Expected Output:
markdown
undefined触发命令:
/competitor-gap <你的域名> <竞品域名...>反向链接差距、主题差距和特色摘要机会分析。
选项:
- — 差距分析类型
--analysis <backlinks|content|snippets|all> - — 反向链接源的最低Domain Rating
--min-dr <数字> - — 每个分类的最大结果数
--limit <数字>
示例:
bash
/competitor-gap example.com competitor1.com competitor2.com --analysis all --min-dr 30预期输出:
markdown
undefinedCompetitor Gap Analysis
竞品差距分析
Backlink Gap
反向链接差距
Competitors rank with these links (you don't have):
| Referring Domain | DR | Competitors Linking | Suggested Page |
|---|---|---|---|
| industry-news.com | 72 | competitor1, competitor2 | /blog/industry-trends |
| software-review-site.com | 68 | competitor1 | /product-comparison |
| expert-blog.com | 54 | competitor2 | /case-studies |
Action: 34 link prospects identified → for outreach templates
/link-prospecting竞品拥有但你没有的链接:
| 引用域名 | DR | 引用的竞品 | 建议页面 |
|---|---|---|---|
| industry-news.com | 72 | competitor1, competitor2 | /blog/industry-trends |
| software-review-site.com | 68 | competitor1 | /product-comparison |
| expert-blog.com | 54 | competitor2 | /case-studies |
行动: 识别出34个外链潜在资源 → 使用获取 outreach 模板
/link-prospectingContent Gap
内容差距
Topics competitors rank for (you don't):
| Topic Cluster | Competitor Pages | Est. Traffic | Difficulty |
|---|---|---|---|
| Project management methodologies | 12 | 8,400/mo | 42 |
| Remote team collaboration | 8 | 5,200/mo | 38 |
| Agile vs Waterfall comparison | 5 | 3,100/mo | 51 |
竞品排名但你未覆盖的主题:
| 主题集群 | 竞品页面数 | 预估流量 | 难度 |
|---|---|---|---|
| Project management methodologies | 12 | 8,400/月 | 42 |
| Remote team collaboration | 8 | 5,200/月 | 38 |
| Agile vs Waterfall comparison | 5 | 3,100/月 | 51 |
Featured Snippet Opportunities
特色摘要机会
You rank #2-5 for these queries with featured snippets:
| Query | Your Position | Snippet Type | Current Holder |
|---|---|---|---|
| what is agile project management | #3 | Paragraph | competitor1.com |
| project management templates | #2 | List | competitor2.com |
| kanban vs scrum | #4 | Table | competitor1.com |
Optimization: Target paragraph snippets with 40-60 word definitions in H2 sections
undefined你在以下查询中排名第2-5位,且存在特色摘要:
| 查询词 | 你的排名 | 摘要类型 | 当前持有者 |
|---|---|---|---|
| what is agile project management | #3 | 段落 | competitor1.com |
| project management templates | #2 | 列表 | competitor2.com |
| kanban vs scrum | #4 | 表格 | competitor1.com |
优化建议: 在H2部分添加40-60词的定义,目标获取段落型特色摘要
undefined5. SEO Content Brief Generator
5. SEO内容 brief 生成器
Trigger:
/content-brief <target-keyword>AI-generated SEO content brief with outline, NLP terms, word count targets, and competitor analysis.
Options:
- — comma-separated competitor URLs to analyze
--competitors <urls> - — search intent
--intent <informational|commercial|transactional> - — content type
--format <blog-post|landing-page|product-page>
Example:
bash
/content-brief "how to choose project management software" \
--competitors "competitor1.com/guide,competitor2.com/article" \
--intent informational \
--format blog-postExpected Output:
markdown
undefined触发命令:
/content-brief <目标关键词>AI生成的SEO内容brief,包含大纲、NLP术语、字数目标和竞品分析。
选项:
- — 逗号分隔的竞品URL,用于分析
--competitors <urls> - — 搜索意图
--intent <informational|commercial|transactional> - — 内容类型
--format <blog-post|landing-page|product-page>
示例:
bash
/content-brief "how to choose project management software" \
--competitors "competitor1.com/guide,competitor2.com/article" \
--intent informational \
--format blog-post预期输出:
markdown
undefinedContent Brief: "how to choose project management software"
Content Brief: "how to choose project management software"
Target Metrics
目标指标
- Primary Keyword: how to choose project management software
- Search Volume: 2,400/mo
- Keyword Difficulty: 34
- Search Intent: Informational (buying-guide)
- Target Word Count: 2,200-2,800 words
- Target Reading Level: Grade 8-10
- 核心关键词: how to choose project management software
- 搜索量: 2,400/月
- 关键词难度: 34
- 搜索意图: Informational(购买指南)
- 目标字数: 2200-2800字
- 目标阅读难度: 8-10年级水平
SERP Analysis
SERP分析
Current Top 3:
- competitor1.com/guide (2,847 words, DR 68, 12 backlinks)
- competitor2.com/article (1,923 words, DR 54, 8 backlinks)
- industry-blog.com/post (3,104 words, DR 71, 34 backlinks)
Common Elements:
- Comparison tables (feature matrix)
- Pros/cons lists for each software type
- Pricing breakdowns
- Use-case scenarios
- FAQ section (8-12 questions)
当前排名前3的页面:
- competitor1.com/guide(2847字,DR 68,12条反向链接)
- competitor2.com/article(1923字,DR 54,8条反向链接)
- industry-blog.com/post(3104字,DR 71,34条反向链接)
共同元素:
- 对比表格(功能矩阵)
- 各软件类型的优缺点列表
- 价格细分
- 使用场景
- FAQ部分(8-12个问题)
Recommended Outline
推荐大纲
H1: How to Choose Project Management Software: Complete 2026 Guide
H1: How to Choose Project Management Software: Complete 2026 Guide
H2: What is Project Management Software?
H2: 什么是项目管理软件?
- Brief definition (40-60 words for snippet optimization)
- Types of PM software (bullet list)
- 简短定义(40-60词,用于摘要优化)
- PM软件类型(项目符号列表)
H2: 7 Key Factors When Choosing PM Software
H2: 选择PM软件的7个关键因素
- H3: Team Size & Scalability
- H3: Budget & Pricing Models
- H3: Feature Requirements (task tracking, time tracking, reporting)
- H3: Integration Capabilities
- H3: Ease of Use & Learning Curve
- H3: Mobile Access & Remote Work Features
- H3: Security & Compliance
- H3: 团队规模与可扩展性
- H3: 预算与定价模式
- H3: 功能需求(任务跟踪、时间跟踪、报表)
- H3: 集成能力
- H3: 易用性与学习曲线
- H3: 移动访问与远程工作功能
- H3: 安全性与合规性
H2: Popular Project Management Software Compared
H2: 热门项目管理软件对比
- [Comparison table with 5-7 tools]
- [包含5-7个工具的对比表格]
H2: How to Evaluate PM Software (Step-by-Step)
H2: 如何评估PM软件(分步指南)
- Assess your team's needs
- Set a budget range
- Create a feature checklist
- Test free trials
- Check integration compatibility
- Read user reviews
- Make your decision
- 评估团队需求
- 设置预算范围
- 创建功能清单
- 试用免费版本
- 检查集成兼容性
- 阅读用户评价
- 做出决策
H2: Common Mistakes to Avoid
H2: 常见误区
- Bullet list of 5-7 mistakes
- 5-7个误区的项目符号列表
H2: FAQ
H2: FAQ
- 10 questions based on "People Also Ask" SERP feature
- 基于SERP的"People Also Ask"功能的10个问题
H2: Conclusion & Next Steps
H2: 结论与下一步
- Summary + CTA
- 总结 + 行动号召
NLP Terms to Include
需包含的NLP术语
Entity Coverage:
- Asana, Trello, Monday.com, Jira, ClickUp (competitor tools)
- Gantt chart, Kanban board, sprint planning (features)
- Small business, enterprise, remote team (audience segments)
Semantic Keywords (use 60%+ of these):
- project management tool selection
- software comparison
- team collaboration platform
- task management features
- pricing plans
- free trial
- integration options
- user interface
- reporting capabilities
实体覆盖:
- Asana, Trello, Monday.com, Jira, ClickUp(竞品工具)
- Gantt chart, Kanban board, sprint planning(功能)
- Small business, enterprise, remote team(受众群体)
语义关键词(使用60%以上):
- project management tool selection
- software comparison
- team collaboration platform
- task management features
- pricing plans
- free trial
- integration options
- user interface
- reporting capabilities
Content Requirements
内容要求
- Include at least one comparison table
- Add 2-3 custom screenshots or diagrams
- Write 40-60 word definition for snippet optimization
- Create FAQ section with schema markup
- Internal link to product comparison page
- External link to 2-3 authoritative sources (e.g., PMI.org)
- Add jump links for long sections
- Mobile-friendly formatting (short paragraphs, subheadings every 200-300 words)
- 至少包含一个对比表格
- 添加2-3个自定义截图或图表
- 撰写40-60词的定义用于摘要优化
- 创建带Schema标记的FAQ部分
- 内部链接到产品对比页面
- 外部链接到2-3个权威来源(如PMI.org)
- 为长段落添加跳转链接
- 移动端友好格式(短段落,每200-300字添加子标题)
Meta Tags
元标签
Title (58 chars): How to Choose Project Management Software [2026 Guide]
Meta Description (155 chars): Complete guide to choosing the right project management software for your team. Compare features, pricing, integrations & more. Updated 2026.
标题(58字符): How to Choose Project Management Software [2026 Guide]
元描述(155字符): Complete guide to choosing the right project management software for your team. Compare features, pricing, integrations & more. Updated 2026.
Next Steps
下一步
- Use to draft this brief
/ai-content-pipeline - Run to track ranking progress after publish
/serp-monitor - Set up campaign to build backlinks
/link-prospecting
undefined- 使用根据此brief撰写内容
/ai-content-pipeline - 发布后使用跟踪排名变化
/serp-monitor - 启动活动构建反向链接
/link-prospecting
undefined6. SERP Monitor
6. SERP监控
Trigger:
/serp-monitor <keywords-file|keyword>Daily rank tracking with volatility alerts and CTR optimization recommendations.
Options:
- — your domain to track
--domain <domain> - — monitoring frequency
--frequency <daily|weekly> - — device type
--device <desktop|mobile|both> - — geographic location
--location <country-code>
Example:
bash
/serp-monitor keywords.txt --domain example.com --frequency daily --device bothExpected Input (keywords.txt):
project management software
best project management tools
free project management app
agile project management
kanban board softwareExpected Output:
markdown
undefined触发命令:
/serp-monitor <关键词文件|关键词>每日排名跟踪,包含波动提醒和点击率优化建议。
选项:
- — 要跟踪的你的域名
--domain <域名> - — 监控频率
--frequency <daily|weekly> - — 设备类型
--device <desktop|mobile|both> - — 地理位置
--location <国家代码>
示例:
bash
/serp-monitor keywords.txt --domain example.com --frequency daily --device both预期输入(keywords.txt):
project management software
best project management tools
free project management app
agile project management
kanban board software预期输出:
markdown
undefinedSERP Monitor Report: example.com
SERP监控报告: example.com
Ranking Summary (Last 7 Days)
排名摘要(过去7天)
| Keyword | Current | Previous | Change | Volatility | CTR |
|---|---|---|---|---|---|
| project management software | #4 | #5 | ↑1 🟢 | Low | 8.2% |
| best project management tools | #8 | #7 | ↓1 🔴 | Medium | 3.1% |
| free project management app | #12 | #15 | ↑3 🟢 | High | 1.4% |
| agile project management | #6 | #6 | — | Low | 5.7% |
| kanban board software | #3 | #2 | ↓1 🔴 | Medium | 11.3% |
| 关键词 | 当前排名 | 之前排名 | 变化 | 波动程度 | 点击率 |
|---|---|---|---|---|---|
| project management software | #4 | #5 | ↑1 🟢 | 低 | 8.2% |
| best project management tools | #8 | #7 | ↓1 🔴 | 中 | 3.1% |
| free project management app | #12 | #15 | ↑3 🟢 | 高 | 1.4% |
| agile project management | #6 | #6 | — | 低 | 5.7% |
| kanban board software | #3 | #2 | ↓1 🔴 | 中 | 11.3% |
Alerts
提醒
🔴 High Volatility Detected
- "free project management app" moved from #15 to #9 to #12 (3-day period)
- Likely cause: SERP feature changes (People Also Ask box added)
🟠 CTR Opportunity
- "best project management tools" at #8 has 3.1% CTR (expected: 5-6%)
- Action: Rewrite title tag to include year and power words
🔴 检测到高波动
- "free project management app" 在3天内从#15升至#9再降至#12
- 可能原因: SERP功能变化(添加了People Also Ask框)
🟠 点击率优化机会
- "best project management tools" 排名#8,点击率3.1%(预期:5-6%)
- 行动: 重写标题标签,加入年份和强力词汇
CTR Optimization Suggestions
点击率优化建议
Keyword: best project management tools (#8, 3.1% CTR)
Current title:
Best Project Management Tools | Example.comSuggested titles:
11 Best Project Management Tools in 2026 (Expert Tested)Best Project Management Software: Top 11 Tools Compared [2026]The 11 Best Project Management Tools for Teams (2026 Guide)
Expected CTR improvement: +2-3 percentage points
关键词: best project management tools (#8, 3.1% CTR)
当前标题:
Best Project Management Tools | Example.com建议标题:
11 Best Project Management Tools in 2026 (Expert Tested)Best Project Management Software: Top 11 Tools Compared [2026]The 11 Best Project Management Tools for Teams (2026 Guide)
预期点击率提升: +2-3个百分点
Next Steps
下一步
- Update title tag for "best project management tools"
- Monitor "free project management app" for SERP feature optimization
- Set up featured snippet tracking for "agile project management"
undefined- 更新"best project management tools"的标题标签
- 监控"free project management app"的SERP功能优化
- 为"agile project management"设置特色摘要跟踪
undefined7. Link Prospecting
7. 外链挖掘
Trigger:
/link-prospecting <topic|url>Quality backlink prospect discovery with DA/DR filters and outreach templates.
Options:
- — minimum Domain Rating
--min-dr <number> - — maximum Domain Rating (avoid tier-1 sites you can't get)
--max-dr <number> - — prospecting method
--type <guest-post|resource-page|broken-link|unlinked-mention> - — max prospects to return
--limit <number>
Example:
bash
/link-prospecting "project management" --min-dr 30 --max-dr 70 --type guest-post --limit 50Expected Output:
markdown
undefined触发命令:
/link-prospecting <主题|URL>高质量反向链接潜在资源发现,支持DA/DR筛选和 outreach 模板。
选项:
- — 最低Domain Rating
--min-dr <数字> - — 最高Domain Rating(避开难以获取的顶级站点)
--max-dr <数字> - — 挖掘方式
--type <guest-post|resource-page|broken-link|unlinked-mention> - — 返回的最大潜在资源数
--limit <数字>
示例:
bash
/link-prospecting "project management" --min-dr 30 --max-dr 70 --type guest-post --limit 50预期输出:
markdown
undefinedLink Prospecting: project management
外链挖掘: project management
Prospect Summary
潜在资源摘要
- Total prospects found: 127
- Filtered by DR 30-70: 48
- Guest post opportunities: 34
- Resource page opportunities: 14
- 找到的潜在资源总数: 127
- 按DR 30-70筛选: 48
- 客座文章机会: 34
- 资源页面机会: 14
Top Prospects (Guest Posts)
顶级潜在资源(客座文章)
| Domain | DR | Traffic | Contact | Notes |
|---|---|---|---|---|
| pm-insights.com | 54 | 45K/mo | editor@pm-insights.com | Accepts guest posts, bio link allowed |
| business-tools-blog.com | 48 | 28K/mo | Form | Weekly guest post slot, 1,500+ words |
| startup-resources.io | 61 | 67K/mo | submissions@startup-resources.io | High editorial standards, 2-3 week review |
| 域名 | DR | 流量 | 联系方式 | 备注 |
|---|---|---|---|---|
| pm-insights.com | 54 | 45K/月 | editor@pm-insights.com | 接受客座文章,允许添加作者简介链接 |
| business-tools-blog.com | 48 | 28K/月 | 表单 | 每周有客座文章名额,要求1500+字 |
| startup-resources.io | 61 | 67K/月 | submissions@startup-resources.io | 编辑标准高,审核周期2-3周 |
Outreach Template (Guest Post)
客座文章Outreach模板
Subject: Guest Post Idea: [Your Topic] for [Their Site]
Hi [Name],
I'm [Your Name] from [Your Company], and I've been following [Their Site] for [specific reason — e.g., your recent article on agile methodologies].
I'd love to contribute a guest post on [specific topic] — I noticed you haven't covered [angle] yet, and I think your audience would find it valuable.
Proposed outline:
- [H2 heading 1]
- [H2 heading 2]
- [H2 heading 3]
I've written for [Site 1], [Site 2], and [Site 3] (links: [URLs]).
Would this be a good fit for [Their Site]?
Best,
[Your Name]
主题: Guest Post Idea: [你的主题] for [他们的站点]
Hi [姓名],
我是[你的公司]的[你的姓名],一直关注[他们的站点](比如:你最近关于敏捷方法论的文章)。
我想投稿一篇关于**[特定主题]**的客座文章——我注意到你还没有覆盖[独特角度],相信你的受众会觉得很有价值。
建议大纲:
- [H2标题1]
- [H2标题2]
- [H2标题3]
我曾为[站点1]、[站点2]、[站点3]撰稿(链接: [URLs])。
这个主题适合[他们的站点]吗?
祝好,
[你的姓名]
Resource Page Opportunities
资源页面机会
| Page URL | DR | Anchor Context | Suggested Pitch |
|---|---|---|---|
| industry-tools.com/resources | 58 | "Project management tools and guides" | Pitch your ultimate guide as a comprehensive resource |
| startup-toolkit.io/pm-resources | 52 | Lists 20+ PM tools | Suggest adding your tool with brief description |
| 页面URL | DR | 锚文本上下文 | 建议话术 |
|---|---|---|---|
| industry-tools.com/resources | 58 | "Project management tools and guides" | 推荐将你的终极指南作为综合资源添加 |
| startup-toolkit.io/pm-resources | 52 | 列出20+个PM工具 | 建议添加你的工具并附上简短描述 |
Next Steps
下一步
- Export prospect list:
/export prospects.csv - Set up email sequences in your outreach tool
- Track responses in
/link-prospecting --track - Follow up after 5-7 days if no response
undefined- 导出潜在资源列表:
/export prospects.csv - 在你的 outreach 工具中设置邮件序列
- 使用跟踪回复
/link-prospecting --track - 若5-7天无回复则跟进
undefined8. Page Speed SEO Analysis
8. 页面速度SEO分析
Trigger:
/page-speed-seo <url>Render-blocking resource detection, LCP/CLS/FID diagnosis mapped to ranking impact.
Options:
- — device type
--device <desktop|mobile|both> - — network throttling
--throttling <none|3g|4g> - — report detail level
--report <summary|detailed>
Example:
bash
/page-speed-seo https://example.com/product-page --device mobile --throttling 4g --report detailedExpected Output:
markdown
undefined触发命令:
/page-speed-seo <URL>渲染阻塞资源检测、LCP/CLS/FID诊断,并映射到排名影响。
选项:
- — 设备类型
--device <desktop|mobile|both> - — 网络节流模拟
--throttling <none|3g|4g> - — 报告详细程度
--report <summary|detailed>
示例:
bash
/page-speed-seo https://example.com/product-page --device mobile --throttling 4g --report detailed预期输出:
markdown
undefinedPage Speed SEO: example.com/product-page (Mobile, 4G)
页面速度SEO: example.com/product-page (移动端, 4G)
Performance Score: 68/100 🟠
性能得分: 68/100 🟠
Core Web Vitals
Core Web Vitals
| Metric | Value | Status | Impact on Rankings |
|---|---|---|---|
| LCP | 3.8s | 🔴 Poor | High — LCP >2.5s negatively impacts mobile rankings |
| FID | 120ms | 🟡 Needs Improvement | Medium — May affect engagement metrics |
| CLS | 0.24 | 🔴 Poor | High — CLS >0.1 causes user frustration, increases bounce rate |
| 指标 | 数值 | 状态 | 对排名的影响 |
|---|---|---|---|
| LCP | 3.8s | 🔴 较差 | 高 — LCP>2.5s会对移动端排名产生负面影响 |
| FID | 120ms | 🟡 需要改进 | 中 — 可能影响参与度指标 |
| CLS | 0.24 | 🔴 较差 | 高 — CLS>0.1会导致用户不满,提高跳出率 |
Issues Ranked by SEO Impact
按SEO影响排序的问题
🔴 Critical (Fix Immediately)
🔴 严重问题(立即修复)
1. Render-Blocking Resources (LCP Impact: -1.2s)
- (247 KB) — blocks rendering
/css/main.css - (89 KB) — blocks main thread
/js/analytics.js - Fix: Inline critical CSS, defer non-critical CSS, async analytics script
2. Cumulative Layout Shift from Ads (CLS: 0.18)
- Dynamic ad slots cause layout shifts
- Fix: Reserve fixed dimensions for ad slots (300x250, 728x90)
3. Large Images Not Optimized (LCP Impact: -0.8s)
- (1.2 MB) — uncompressed
hero-image.jpg - Fix: Compress to WebP, use for responsive images
srcset
1. 渲染阻塞资源(LCP影响: -1.2s)
- (247 KB) — 阻塞渲染
/css/main.css - (89 KB) — 阻塞主线程
/js/analytics.js - 修复方案: 内联关键CSS,延迟加载非关键CSS,异步加载分析脚本
2. 广告导致的累积布局偏移(CLS: 0.18)
- 动态广告位导致布局偏移
- 修复方案: 为广告位预留固定尺寸(300x250, 728x90)
3. 未优化的大图片(LCP影响: -0.8s)
- (1.2 MB) — 未压缩
hero-image.jpg - 修复方案: 压缩为WebP格式,使用实现响应式图片
srcset
🟠 Medium Priority
🟠 中等优先级
4. JavaScript Execution Time (FID Impact: +40ms)
- Main thread blocked for 680ms during load
- Fix: Code-split large bundles, defer non-essential JS
5. Server Response Time (Impact: -0.3s)
- TTFB: 580ms (target: <200ms)
- Fix: Enable caching, use CDN, optimize database queries
4. JavaScript执行时间(FID影响: +40ms)
- 加载期间主线程阻塞680ms
- 修复方案: 代码分割大 bundle,延迟加载非必要JS
5. 服务器响应时间(影响: -0.3s)
- TTFB: 580ms(目标: <200ms)
- 修复方案: 启用缓存,使用CDN,优化数据库查询
🟡 Low Priority
🟡 低优先级
6. Unused CSS (Savings: 67 KB)
- 34% of CSS unused on this page
- Fix: Remove unused Bootstrap components, critical CSS extraction
6. 未使用的CSS(可节省: 67 KB)
- 该页面34%的CSS未被使用
- 修复方案: 移除未使用的Bootstrap组件,提取关键CSS
Implementation Guide
实施指南
Quick Wins (1-2 days)
快速优化(1-2天)
html
<!-- BEFORE -->
<link rel="stylesheet" href="/css/main.css">
<script src="/js/analytics.js"></script>
<!-- AFTER -->
<style>
/* Critical CSS inlined here (above-the-fold styles) */
.hero { ... }
.nav { ... }
</style>
<link rel="preload" href="/css/main.css" as="style" onload="this.onload=null;this.rel='stylesheet'">
<noscript><link rel="stylesheet" href="/css/main.css"></noscript>
<script async src="/js/analytics.js"></script>html
<!-- Fix layout shift from ads -->
<div class="ad-slot" style="min-height: 250px; width: 300px;">
<!-- Ad code here -->
</div>html
<!-- 优化前 -->
<link rel="stylesheet" href="/css/main.css">
<script src="/js/analytics.js"></script>
<!-- 优化后 -->
<style>
/* 内联关键CSS(首屏样式) */
.hero { ... }
.nav { ... }
</style>
<link rel="preload" href="/css/main.css" as="style" onload="this.onload=null;this.rel='stylesheet'">
<noscript><link rel="stylesheet" href="/css/main.css"></noscript>
<script async src="/js/analytics.js"></script>html
<!-- 修复广告布局偏移 -->
<div class="ad-slot" style="min-height: 250px; width: 300px;">
<!-- 广告代码 -->
</div>Image Optimization
图片优化
bash
undefinedbash
undefinedConvert to WebP
转换为WebP格式
cwebp hero-image.jpg -q 80 -o hero-image.webp
cwebp hero-image.jpg -q 80 -o hero-image.webp
Generate responsive sizes
生成响应式尺寸
convert hero-image.jpg -resize 800x hero-image-800w.jpg
convert hero-image.jpg -resize 1200x hero-image-1200w.jpg
convert hero-image.jpg -resize 1600x hero-image-1600w.jpg
```html
<picture>
<source srcset="hero-image-800w.webp 800w,
hero-image-1200w.webp 1200w,
hero-image-1600w.webp 1600w"
type="image/webp">
<img src="hero-image.jpg"
srcset="hero-image-800w.jpg 800w,
hero-image-1200w.jpg 1200w,
hero-image-1600w.jpg 1600w"
sizes="(max-width: 800px) 100vw, 800px"
alt="Project management dashboard"
loading="lazy">
</picture>convert hero-image.jpg -resize 800x hero-image-800w.jpg
convert hero-image.jpg -resize 1200x hero-image-1200w.jpg
convert hero-image.jpg -resize 1600x hero-image-1600w.jpg
```html
<picture>
<source srcset="hero-image-800w.webp 800w,
hero-image-1200w.webp 1200w,
hero-image-1600w.webp 1600w"
type="image/webp">
<img src="hero-image.jpg"
srcset="hero-image-800w.jpg 800w,
hero-image-1200w.jpg 1200w,
hero-image-1600w.jpg 1600w"
sizes="(max-width: 800px) 100vw, 800px"
alt="Project management dashboard"
loading="lazy">
</picture>Server-Side Fixes
服务器端修复
nginx
undefinednginx
undefinedNginx caching config
Nginx缓存配置
location ~* .(jpg|jpeg|png|webp|css|js)$ {
expires 1y;
add_header Cache-Control "public, immutable";
}
location ~* .(jpg|jpeg|png|webp|css|js)$ {
expires 1y;
add_header Cache-Control "public, immutable";
}
Enable compression
启用压缩
gzip on;
gzip_types text/css application/javascript image/svg+xml;
undefinedgzip on;
gzip_types text/css application/javascript image/svg+xml;
undefinedEstimated Impact
预估影响
After implementing fixes:
- LCP: 3.8s → 2.1s (↓1.7s) 🟢
- FID: 120ms → 75ms (↓45ms) 🟢
- CLS: 0.24 → 0.08 (↓0.16) 🟢
- Performance Score: 68 → 92
- Ranking Impact: Potential +2-5 positions for mobile queries
修复后:
- LCP: 3.8s → 2.1s(↓1.7s) 🟢
- FID: 120ms → 75ms(↓45ms) 🟢
- CLS: 0.24 → 0.08(↓0.16) 🟢
- 性能得分: 68 → 92
- 排名影响: 移动端查询排名可能提升2-5位
Next Steps
下一步
- Implement critical CSS inlining
- Fix ad layout shift
- Optimize images to WebP
- Re-test after changes:
/page-speed-seo <url> --device mobile - Monitor Core Web Vitals in Search Console
undefined- 实施关键CSS内联
- 修复广告布局偏移
- 将图片优化为WebP格式
- 修复后重新测试:
/page-speed-seo <url> --device mobile - 在Search Console中监控Core Web Vitals
undefined9. Local SEO Audit
9. 本地SEO审核
Trigger:
/local-seo <business-name> <location>NAP consistency check, Google Business Profile optimization, and local citation audit.
Options:
- — Google Business Profile URL
--gmb-profile <url> - — comma-separated competitor names
--competitors <names> - — local search radius
--radius <miles>
Example:
bash
/local-seo "Acme Plumbing" "Austin, TX" --gmb-profile https://g.page/acme-plumbing-austin --competitors "Best Plumbing,Quick Fix Plumbing"Expected Output:
markdown
undefined触发命令:
/local-seo <企业名称> <地点>NAP一致性检查、Google Business Profile优化和本地引用审核。
选项:
- — Google Business Profile URL
--gmb-profile <URL> - — 逗号分隔的竞品名称
--competitors <名称> - — 本地搜索半径
--radius <英里>
示例:
bash
/local-seo "Acme Plumbing" "Austin, TX" --gmb-profile https://g.page/acme-plumbing-austin --competitors "Best Plumbing,Quick Fix Plumbing"预期输出:
markdown
undefinedLocal SEO Audit: Acme Plumbing (Austin, TX)
本地SEO审核: Acme Plumbing (Austin, TX)
Google Business Profile Score: 74/100 🟡
Google Business Profile得分: 74/100 🟡
Profile Completeness
资料完整性
| Element | Status | Impact |
|---|---|---|
| Business name | ✓ Correct | — |
| Address | ✓ Verified | — |
| Phone | ✓ Consistent | — |
| Website | ✓ Linked | — |
| Hours | ✗ Missing holiday hours | Medium |
| Categories | ⚠ Only 1 of 10 used | High |
| Description | ⚠ 87 chars (recommend 750) | Medium |
| Photos | ⚠ 12 photos (recommend 50+) | High |
| Posts | ✗ No posts in 30 days | Medium |
| Q&A | ⚠ 3 unanswered questions | Low |
| Reviews | ✓ 47 reviews (4.6 stars) | — |
| 元素 | 状态 | 影响 |
|---|---|---|
| 企业名称 | ✓ 正确 | — |
| 地址 | ✓ 已验证 | — |
| 电话 | ✓ 一致 | — |
| 网站 | ✓ 已链接 | — |
| 营业时间 | ✗ 缺少节假日营业时间 | 中 |
| 分类 | ⚠ 仅使用了10个分类中的1个 | 高 |
| 描述 | ⚠ 87字符(建议750字符) | 中 |
| 照片 | ⚠ 12张(建议50+张) | 高 |
| 帖子 | ✗ 30天内无帖子 | 中 |
| 问答 | ⚠ 3个未回答问题 | 低 |
| 评价 | ✓ 47条评价(4.6星) | — |
Recommendations
建议
1. Add More Categories
- Primary: Plumber ✓
- Suggested additions: Emergency plumbing, Water heater repair, Drain cleaning, Leak detection
2. Expand Description (87 → 750 chars)
Current:
Acme Plumbing provides plumbing services in Austin, TX.
Suggested:
Acme Plumbing is Austin's trusted emergency plumber, serving Travis County since 2005. We specialize in water heater repair, drain cleaning, leak detection, and sewer line replacement. Our licensed, insured plumbers are available 24/7 for emergency plumbing services. We proudly serve Austin, Round Rock, Cedar Park, and Pflugerville with same-day service. Family-owned, locally operated. Call (512) 555-1234 for fast, reliable plumbing repairs.
3. Upload More Photos
- Team photos: 3 (add 5-7 more)
- Before/after: 0 (add 10-15)
- Service photos: 6 (good)
- Vehicle/branding: 3 (add 2-3 more)
1. 添加更多分类
- 主分类: Plumber ✓
- 建议添加: Emergency plumbing, Water heater repair, Drain cleaning, Leak detection
2. 扩展描述(87 → 750字符)
当前:
Acme Plumbing provides plumbing services in Austin, TX.
建议:
Acme Plumbing是奥斯汀值得信赖的紧急管道服务商,自2005年起为特拉维斯县提供服务。我们专注于热水器维修、排水管道清理、漏水检测和下水道更换。我们的持证、投保管道工全天候提供紧急管道服务。我们自豪地为奥斯汀、朗德罗克、锡达帕克和普弗勒格尔维尔提供当日服务。家族经营,本地运营。拨打(512) 555-1234获取快速可靠的管道维修服务。
3. 上传更多照片
- 团队照片: 3张(建议添加5-7张)
- 前后对比照片: 0张(建议添加10-15张)
- 服务照片: 6张(良好)
- 车辆/品牌照片: 3张(建议添加2-3张)
NAP Consistency Audit
NAP一致性审核
Your NAP:
- Name: Acme Plumbing
- Address: 123 Main St, Austin, TX 78701
- Phone: (512) 555-1234
你的NAP:
- 名称: Acme Plumbing
- 地址: 123 Main St, Austin, TX 78701
- 电话: (512) 555-1234
Citations Found: 34
找到的引用: 34个
| Source | NAP Match | Status |
|---|---|---|
| Yelp | ✓ Exact match | 🟢 Good |
| BBB | ⚠ Phone: (512) 555-1235 | 🟠 Fix |
| YellowPages | ✓ Exact match | 🟢 Good |
| HomeAdvisor | ⚠ Address: 123 Main Street | 🟡 Minor |
| Angi | ✗ Old address: 456 Oak Ave | 🔴 Critical |
Inconsistencies found: 7 citations with incorrect NAP
| 来源 | NAP匹配度 | 状态 |
|---|---|---|
| Yelp | ✓ 完全匹配 | 🟢 良好 |
| BBB | ⚠ 电话: (512) 555-1235 | 🟠 需要修复 |
| YellowPages | ✓ 完全匹配 | 🟢 良好 |
| HomeAdvisor | ⚠ 地址: 123 Main Street | 🟡 轻微问题 |
| Angi | ✗ 旧地址: 456 Oak Ave | 🔴 严重问题 |
发现的不一致: 7个引用存在NAP错误
Missing Citations (High-Priority)
缺失的高优先级引用
- Nextdoor
- Thumbtack
- Porch
- Local.com
- Manta
- Nextdoor
- Thumbtack
- Porch
- Local.com
- Manta
Competitor Comparison (3-Mile Radius)
竞品对比(3英里半径)
| Business | GMB Reviews | Avg Rating | Photos | Posts/Month |
|---|---|---|---|---|
| Acme Plumbing | 47 | 4.6 ⭐ | 12 | 0 |
| Best Plumbing | 89 | 4.8 ⭐ | 64 | 4 |
| Quick Fix Plumbing | 123 | 4.4 ⭐ | 38 | 2 |
Gap Analysis:
- You need 42 more reviews to match Quick Fix
- Upload 26 more photos to match Quick Fix
- Post 2-4 times/month to match competitors
| 企业 | GMB评价数 | 平均评分 | 照片数 | 每月帖子数 |
|---|---|---|---|---|
| Acme Plumbing | 47 | 4.6 ⭐ | 12 | 0 |
| Best Plumbing | 89 | 4.8 ⭐ | 64 | 4 |
| Quick Fix Plumbing | 123 | 4.4 ⭐ | 38 | 2 |
差距分析:
- 需要再获得42条评价才能追上Quick Fix
- 需要再上传26张照片才能追上Quick Fix
- 每月发布2-4篇帖子以匹配竞品
Review Strategy
评价策略
Current review velocity: 2.1 reviews/month
Suggested actions:
- Send review request emails to recent customers (template below)
- Add QR code to invoices linking to GMB review page
- Train technicians to ask for reviews after service
- Respond to all reviews (currently 18 unanswered)
Review Request Email Template:
Subject: How was our plumbing service?
Hi [Customer Name],
Thanks for choosing Acme Plumbing for your recent [service type] in [city].
We'd love to hear about your experience! Your feedback helps us improve and helps other Austin homeowners find reliable plumbing services.
[Leave a Google Review →]
If there's anything we can do to improve, please reply to this email.
Thanks again!
[Your Name]
Acme Plumbing
(512) 555-1234当前评价获取速度: 2.1条/月
建议行动:
- 向近期客户发送评价请求邮件(模板如下)
- 在发票上添加指向GMB评价页面的二维码
- 培训技术人员在服务后请求评价
- 回复所有评价(目前有18条未回复)
评价请求邮件模板:
主题: 我们的管道服务体验如何?
Hi [客户姓名],
感谢您选择Acme Plumbing为您在[城市]提供的近期[服务类型]。
我们很想了解您的体验!您的反馈有助于我们改进,也能帮助奥斯汀其他房主找到可靠的管道服务。
[留下Google评价 →]
如果有任何我们可以改进的地方,请回复此邮件。
再次感谢!
[你的姓名]
Acme Plumbing
(512) 555-1234Local Content Opportunities
本地内容机会
Keyword gaps (competitors rank, you don't):
- "emergency plumber austin" — 1,200 local searches/mo
- "water heater repair austin" — 680 local searches/mo
- "austin plumber near me" — 2,100 local searches/mo
Suggested content:
- Service area pages for each suburb (Round Rock, Cedar Park, etc.)
- FAQ page targeting "plumber austin" + question keywords
- Blog posts: "Common Plumbing Problems in Austin Homes" (local angle)
关键词差距(竞品排名,你未覆盖):
- "emergency plumber austin" — 1200次本地搜索/月
- "water heater repair austin" — 680次本地搜索/月
- "austin plumber near me" — 2100次本地搜索/月
建议内容:
- 为每个郊区创建服务区域页面(朗德罗克、锡达帕克等)
- 创建FAQ页面,针对"plumber austin"+问题类关键词
- 博客文章: "Austin Homes中常见的管道问题"(本地视角)
Action Plan
行动计划
This Week
本周
- Fix NAP inconsistencies on BBB and Angi
- Add 9 more categories to GMB
- Expand GMB description to 750 characters
- Answer 3 unanswered Q&A questions
- [
- 修复BBB和Angi上的NAP不一致问题
- 为GMB添加9个更多分类
- 将GMB描述扩展至750字符
- 回答3个未解决的问答问题
- [