seo-companion

Deep SEO analysis and execution for on-page SEO, technical SEO, content strategy, local SEO, keyword research, and backlink risk/recommendations. Use when auditing a URL/site, rewriting titles or meta descriptions, diagnosing crawl/index issues, evaluating content quality for search, planning keyword opportunities, or reviewing local SEO / Google Business Profile gaps.

3,891 stars

Best use case

seo-companion is best used when you need a repeatable AI agent workflow instead of a one-off prompt.

Deep SEO analysis and execution for on-page SEO, technical SEO, content strategy, local SEO, keyword research, and backlink risk/recommendations. Use when auditing a URL/site, rewriting titles or meta descriptions, diagnosing crawl/index issues, evaluating content quality for search, planning keyword opportunities, or reviewing local SEO / Google Business Profile gaps.

Teams using seo-companion should expect a more consistent output, faster repeated execution, less prompt rewriting.

When to use this skill

  • You want a reusable workflow that can be run more than once with consistent structure.

When not to use this skill

  • You only need a quick one-off answer and do not need a reusable workflow.
  • You cannot install or maintain the underlying files, dependencies, or repository context.

Installation

Claude Code / Cursor / Codex

$curl -o ~/.claude/skills/seo-companion/SKILL.md --create-dirs "https://raw.githubusercontent.com/openclaw/skills/main/skills/bedouijesser/seo-companion/SKILL.md"

Manual Installation

  1. Download SKILL.md from GitHub
  2. Place it in .claude/skills/seo-companion/SKILL.md inside your project
  3. Restart your AI agent — it will auto-discover the skill

How seo-companion Compares

Feature / Agentseo-companionStandard Approach
Platform SupportNot specifiedLimited / Varies
Context Awareness High Baseline
Installation ComplexityUnknownN/A

Frequently Asked Questions

What does this skill do?

Deep SEO analysis and execution for on-page SEO, technical SEO, content strategy, local SEO, keyword research, and backlink risk/recommendations. Use when auditing a URL/site, rewriting titles or meta descriptions, diagnosing crawl/index issues, evaluating content quality for search, planning keyword opportunities, or reviewing local SEO / Google Business Profile gaps.

Where can I find the source code?

You can find the source code on GitHub using the link provided at the top of the page.

Related Guides

SKILL.md Source

# SEO Companion

Use this skill to deliver rigorous, implementation-focused SEO help without drifting into vague marketing advice.

## Core operating rules

- Separate **facts**, **strong heuristics**, and **situational suggestions**.
- Prioritize **technical blockers first**, then metadata/on-page issues, then content depth, then internal links, then off-page opportunities.
- Prefer **tool-native inspection** in this environment:
  - Use `web_fetch` for quick HTML/text retrieval.
  - Use `browser` when rendered DOM, JS behavior, or screenshots matter.
  - Use the bundled audit script for repeatable extraction.
- Do not recommend black-hat tactics: no PBNs, bought reviews, cloaking, doorway pages, or spam link packages.
- Be explicit about uncertainty. Many SEO thresholds are heuristics, not laws.

## Request triage

Classify the request before answering:

1. **On-page SEO**
   - Titles, meta descriptions, H1/H2/H3 structure, canonicals, alt text, internal links.
   - Read `references/on-page.md`.

2. **Technical SEO**
   - Indexing, robots.txt, sitemap, redirects, canonicalization, renderability, structured data, performance.
   - Read `references/technical.md`.

3. **Content strategy / keyword work**
   - Keyword targeting, clustering, cannibalization, content briefs, content gaps.
   - Read `references/content-strategy.md`.

4. **Local SEO**
   - GBP, NAP consistency, local landing pages, reviews, citations.
   - Read `references/local-seo.md`.

5. **Link building / backlink evaluation**
   - Link quality, outreach ideas, risk flags, sustainable acquisition.
   - Read `references/link-building.md`.

6. **Full audit**
   - Run the bundled script first, then deepen with browser/manual inspection if needed.
   - Read `references/technical.md` and `references/on-page.md`.

## Runtime requirements and fallbacks

Preferred runtime for the bundled script:
- Python 3
- `requests`
- `beautifulsoup4` (`bs4`)

If those Python dependencies are missing:
- do **not** fail silently
- **ask before installing packages** in environments where package installation changes the system/runtime state
- if package installs are not approved or not appropriate, fall back to `web_fetch` for raw HTML/text inspection and `browser` for rendered-page inspection

The script is optional support tooling, not a hard requirement for using this skill.

## Target safety

Do not run the bundled script against private/internal targets unless the user explicitly intends that and the environment is trusted.

Treat these as blocked by default for routine SEO work:
- `localhost`
- loopback addresses
- private RFC1918 IP ranges
- link-local addresses
- obvious cloud metadata endpoints
- internal-only hostnames or intranet targets

For normal public-site SEO auditing, stick to public HTTP/HTTPS URLs.

## Standard workflow for a URL audit

1. Run the bundled script:

```bash
python3 scripts/audit_page.py <URL>
```

2. Review the structured output for:
   - title/meta quality
   - canonical presence
   - robots directives
   - heading counts
   - internal/external links
   - image alt gaps
   - structured data presence
   - robots.txt / sitemap availability

3. If the page is JS-heavy or the HTML output looks incomplete, inspect with `browser`.

4. Produce findings in this order:
   - **Critical blockers**
   - **High-impact improvements**
   - **Medium / nice-to-have fixes**
   - **What to do next**

## Output contracts

### Quick page audit
Use when the user wants a fast diagnosis for one page.

Include:
- summary table
- top 3–7 issues
- exact rewrites if applicable

### Full SEO teardown
Use when the user wants a deeper review.

Include:
- technical section
- on-page section
- content section
- internal linking / structure section
- local SEO section if relevant
- prioritized roadmap

### Metadata rewrite pack
Use when the user asks for titles, descriptions, or heading rewrites.

Include:
- 3–5 title options
- 2–3 meta description options
- suggested H1
- reasoning briefly tied to query intent / CTR / relevance

## Default thresholds

Treat these as **strong heuristics**, not absolute truths:

- Title tag: ideal ~50–60 chars
- Meta description: ideal ~120–156 chars
- H1 count: exactly 1 preferred
- Thin content risk: often under ~500–600 body words for pages intended to rank
- Strong content target: depends on intent and SERP, not a fixed word count

## Reporting style

When reporting, always:
- cite exact numbers where useful
- distinguish page-specific vs site-wide issues
- explain why something matters
- avoid fake certainty
- prefer actionable fixes over generic theory

## Reference map

Read only what you need:
- `references/on-page.md`
- `references/technical.md`
- `references/content-strategy.md`
- `references/local-seo.md`
- `references/link-building.md`
- `references/platform-playbooks.md`
- `references/canada-local.md`

## Bundled script

Use `scripts/audit_page.py` for repeatable extraction. It is intentionally conservative and should be supplemented with rendered-page inspection when needed.

If the script cannot run because Python dependencies are unavailable, continue with a manual audit using `web_fetch` and `browser` rather than treating the skill as unusable.

Related Skills

fictional-companion-forge

3891
from openclaw/skills

Turn a fictional character from games, films, TV, novels, comics, or anime into a deployable OpenClaw companion agent. Use when the user names a character such as Ghost, König, Keegan, Hermione, Tony Stark, Cloud, or any other fictional persona, or asks for things like "turn this character into an AI companion", "let me talk to this character", "restore this character's personality", or "generate an agent based on this fictional role". Produce a character-faithful package centered on `soul.md`, `identity.md`, `memory.md`, and `agents.md`.

companion-lobster

3891
from openclaw/skills

陪伴型小龙虾 - 陪你刷抖音、看电影、听音乐、聊天分享的 AI 伙伴

smart-reminder-companion

3891
from openclaw/skills

智能提醒小管家,支持定时提醒、情绪联动提醒、场景化提醒。

habit-tracker-companion

3891
from openclaw/skills

习惯养成打卡助手,连续激励、数据统计、陪你养成好习惯。

---

3891
from openclaw/skills

name: article-factory-wechat

Content & Documentation

humanizer

3891
from openclaw/skills

Remove signs of AI-generated writing from text. Use when editing or reviewing text to make it sound more natural and human-written. Based on Wikipedia's comprehensive "Signs of AI writing" guide. Detects and fixes patterns including: inflated symbolism, promotional language, superficial -ing analyses, vague attributions, em dash overuse, rule of three, AI vocabulary words, negative parallelisms, and excessive conjunctive phrases.

Content & Documentation

find-skills

3891
from openclaw/skills

Helps users discover and install agent skills when they ask questions like "how do I do X", "find a skill for X", "is there a skill that can...", or express interest in extending capabilities. This skill should be used when the user is looking for functionality that might exist as an installable skill.

General Utilities

tavily-search

3891
from openclaw/skills

Use Tavily API for real-time web search and content extraction. Use when: user needs real-time web search results, research, or current information from the web. Requires Tavily API key.

Data & Research

baidu-search

3891
from openclaw/skills

Search the web using Baidu AI Search Engine (BDSE). Use for live information, documentation, or research topics.

Data & Research

agent-autonomy-kit

3891
from openclaw/skills

Stop waiting for prompts. Keep working.

Workflow & Productivity

Meeting Prep

3891
from openclaw/skills

Never walk into a meeting unprepared again. Your agent researches all attendees before calendar events—pulling LinkedIn profiles, recent company news, mutual connections, and conversation starters. Generates a briefing doc with talking points, icebreakers, and context so you show up informed and confident. Triggered automatically before meetings or on-demand. Configure research depth, advance timing, and output format. Walking into meetings blind is amateur hour—missed connections, generic small talk, zero leverage. Use when setting up meeting intelligence, researching specific attendees, generating pre-meeting briefs, or automating your prep workflow.

Workflow & Productivity

self-improvement

3891
from openclaw/skills

Captures learnings, errors, and corrections to enable continuous improvement. Use when: (1) A command or operation fails unexpectedly, (2) User corrects Claude ('No, that's wrong...', 'Actually...'), (3) User requests a capability that doesn't exist, (4) An external API or tool fails, (5) Claude realizes its knowledge is outdated or incorrect, (6) A better approach is discovered for a recurring task. Also review learnings before major tasks.

Agent Intelligence & Learning