seo-optimizer

Analyze HTML and CSS websites for SEO issues and optimization opportunities.

Updated Jun 22, 2026
One-click install
npx skills add https://github.com/PaneriVatsal/FRIDAY --skill seo-optimizer-panerivatsal
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: seo-optimizer
Source: https://github.com/PaneriVatsal/FRIDAY/tree/main/.agents/skills/seo-optimizer
Command: npx skills add https://github.com/PaneriVatsal/FRIDAY --skill seo-optimizer-panerivatsal

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill removes the guesswork from website SEO by identifying technical issues, weak metadata, poor heading structure, missing alt text, and other problems that limit discoverability and click-through performance.

Core Features & Use Cases

  • SEO Audits: Review HTML pages for title tags, meta descriptions, headings, image alt attributes, canonical links, schema markup, and mobile-related SEO basics.
  • Optimization Guidance: Produce prioritized fixes for on-page and technical SEO improvements, including Open Graph tags, Twitter cards, robots.txt, and sitemap setup.
  • Use Case: A marketer can analyze a landing page, fix the highest-impact SEO issues first, and then regenerate the sitemap and robots rules before publishing.

Quick Start

Use the seo-optimizer skill to analyze the provided HTML page or website directory and return the most important SEO fixes in priority order.

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 local HTML files to find missing meta tags?

To run an SEO audit on local HTML files, parse the HTML to detect missing title tags, meta descriptions, canonical links, and heading structure. The analysis identifies optimization opportunities and returns a prioritized list of fixes for on-page SEO improvements.

What is the best way to generate a sitemap and configure robots.txt rules?

The best way to generate a sitemap and configure robots.txt is to analyze your website directory structure and output deterministic files. This provides precise crawling guidance and ensures search engines discover your pages efficiently.

How does schema markup analysis improve search visibility?

Schema markup analysis improves search visibility by validating structured data on your HTML pages. Correct schema helps search engines understand page context, which can enhance rich snippet display and increase click-through performance.

Can I check for missing image alt text and Open Graph tags in bulk?

You can check for missing image alt text and Open Graph tags by parsing local HTML files. The analysis reviews these attributes alongside Twitter cards to ensure your pages meet technical search optimization and social sharing basics.

Does this approach require Python scripts for website SEO analysis?

Yes, this approach requires deterministic Python scripts to perform local HTML parsing and generate repeatable SEO analysis. Running these scripts ensures consistent sitemap output and structured reporting for your website audit.