seo-optimizer

Analyze HTML/CSS websites for SEO issues and generate sitemaps.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/TrendpilotAI/invesco-demo --skill seo-optimizer-trendpilotai
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: seo-optimizer
Source: https://github.com/TrendpilotAI/invesco-demo/tree/main/skills/seo-optimizer
Command: npx skills add https://github.com/TrendpilotAI/invesco-demo --skill seo-optimizer-trendpilotai

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires python3, and includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This Skill addresses the challenge of improving a website's visibility and ranking on search engines by identifying and rectifying SEO issues.

Core Features & Use Cases

  • SEO Audits: Analyzes HTML/CSS websites for critical SEO flaws.
  • Issue Resolution: Provides guidance and code examples to fix SEO problems.
  • Report Generation: Creates detailed SEO analysis reports.
  • Sitemap & Robots.txt: Assists in generating and updating essential SEO files.
  • Use Case: A user wants to improve their website's Google ranking. They can use this Skill to audit their site, get a prioritized list of fixes, and implement them, including generating a sitemap.

Quick Start

Use the seo-optimizer skill to analyze the website located in the './public' directory.

Frequently Asked Questions about seo-optimizer

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I run an SEO audit on my HTML website?

You can audit your HTML/CSS website by analyzing the files in your local './public' directory. The audit identifies critical SEO flaws and generates a detailed report with a prioritized list of issues to fix for better search engine ranking.

Does this SEO optimizer require Python to generate sitemaps?

Yes, this SEO optimizer requires Python 3 installed in your environment. The Python scripts are specifically utilized for analyzing website structure and generating essential sitemap files required for search engine crawling.

What's the best way to add schema markup to my website?

The best way to add schema markup is by analyzing your HTML structure and implementing best practices. This skill provides guidance and code examples to correctly integrate schema markup, helping search engines understand your content and improve visibility.

Can I use this to fix meta tag issues on my HTML site?

Yes, you can fix meta tag issues on your HTML site. The analysis identifies missing or poorly formatted meta tags and provides actionable guidance and code examples to resolve these search engine optimization problems.

How does sitemap generation work for static HTML sites?

Sitemap generation for static HTML sites works by running Python scripts that crawl your local directory structure. It creates a properly formatted sitemap file to ensure search engines can efficiently discover and index all your website pages.