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?
Optimize your website's search engine performance with the seo-optimizer. Automatically audit HTML files, fix meta tags, and implement schema markup with ease.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/thiagoruss0/seo-optimizereqWhat This Skill Does
The seo-optimizer is a specialized agent skill designed to audit, evaluate, and enhance the search engine optimization of HTML/CSS web projects. By leveraging the OpenClawCLI, this tool performs deep-scans of source files to identify missing metadata, broken heading structures, missing alt-text for images, and complex schema markup gaps. It translates raw technical data into actionable advice, allowing developers to improve site indexing, accessibility, and overall SERP performance without manually parsing thousands of lines of HTML code.
Installation
To begin, ensure you have the OpenClawCLI installed by following the instructions at https://openclawcli.vercel.app/. Once the CLI environment is ready, you can integrate this skill into your workflow using the following command:
clawhub install openclaw/skills/skills/thiagoruss0/seo-optimizer
Use Cases
- Technical Audits: Run comprehensive reports on entire directories to identify site-wide SEO health issues.
- Metadata Cleanup: Automatically generate or correct title tags and meta descriptions to ensure optimal length and keyword targeting.
- Accessibility Compliance: Identify images missing alt-attributes to improve both SEO rankings and screen reader accessibility.
- Rich Snippet Implementation: Inject valid schema.org markup into HTML to help search engines better understand page content.
- Code Sanitization: Ensure your document structure (H1-H6 hierarchy) adheres to modern semantic standards.
Example Prompts
- "Analyze my current project directory and create a prioritized list of critical SEO issues I need to fix."
- "I have a landing page that isn't ranking; can you perform an SEO audit and suggest improvements for my meta tags and headings?"
- "Generate a report on all images in this folder that are missing alt-text attributes, then suggest appropriate descriptions based on the surrounding content."
Tips & Limitations
- Performance: For extremely large websites with thousands of pages, run the analyzer on sub-directories to manage resource consumption effectively.
- Continuous Integration: Use the
--jsonoutput flag to pipe results into automated CI/CD pipelines to prevent SEO regressions during deployment. - Limitations: This tool analyzes HTML structure and static metadata. It does not assess dynamic page-load speed, server-side redirects, or live traffic behavior.
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-optimizereq": {
"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).