seo

Optimize web pages for search engine visibility using technical, on-page, and structured data techniques.

Updated Aug 8, 2026
One-click install
npx skills add https://github.com/wolfstar-project/code-zero --skill seo-wolfstar-project
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: seo
Source: https://github.com/wolfstar-project/code-zero/tree/main/.agents/skills/seo
Command: npx skills add https://github.com/wolfstar-project/code-zero --skill seo-wolfstar-project

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Websites often fail to rank in search results due to missing meta tags, poor crawlability, absent structured data, and weak on-page optimization. This Skill provides concrete, standards-based guidance to diagnose and fix these SEO issues. ## Core Features & Use Cases - Technical SEO: Configure robots.txt, XML sitemaps, canonical URLs, HTTPS, and clean URL structures so search engines can crawl and index your site correctly. - On-Page Optimization: Write effective title tags, meta descriptions, heading hierarchies, image alt text, and internal links that improve ranking and click-through rates. - Structured Data: Implement JSON-LD schemas for Organization, Article, Product, FAQ, and Breadcrumbs to earn rich results in search listings. - Use Case: A developer launching a product page uses this Skill to add a unique title tag, a compelling meta description, Product schema with pricing and ratings, and a canonical URL, then validates everything with Google's Rich Results Test. ## Quick Start Audit this page for SEO issues and add the missing meta tags, canonical URL, and Product structured data.

Frequently Asked Questions about seo

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

FAQPage Schema
How do I improve SEO for my website?▼

Start with technical SEO: ensure HTTPS, a crawlable robots.txt, an XML sitemap, and canonical URLs. Then optimize on-page elements like unique title tags (50-60 characters), meta descriptions (150-160 characters), a single h1 per page, and descriptive image alt text.

How to add structured data to a web page?▼

Add JSON-LD script tags using schema.org types such as Organization, Article, Product, FAQPage, or BreadcrumbList. Include required properties like name, url, and image, then validate the markup with Google's Rich Results Test or the Schema.org Validator.

What makes a good title tag and meta description?▼

Title tags should be 50-60 characters, unique per page, with the primary keyword near the beginning and the brand name at the end. Meta descriptions should be 150-160 characters, include the keyword naturally, and contain a compelling call to action.

Does robots.txt affect search engine indexing?▼

Yes, robots.txt controls which pages crawlers can access, and a Disallow rule removes content from that bot's crawl. Never block resources needed for rendering, and use meta robots noindex tags for pages that should not appear in search results.

Should I create an llms.txt file for AI search engines?▼

llms.txt is an unproven convention with roughly 0.015% adoption and no major AI vendor confirming they read it. Treat it as a low-cost speculative addition at most, and prioritize schema.org structured data and self-contained first-paragraph answers instead.