seo

Implements technical and on-page SEO optimizations including meta tags, structured data, and sitemaps.

1|Updated Jun 30, 2026
One-click install
npx skills add https://github.com/trutoman/Conjuros --skill seo-trutoman
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: seo
Source: https://github.com/trutoman/Conjuros/tree/main/.agents/skills/seo
Command: npx skills add https://github.com/trutoman/Conjuros --skill seo-trutoman

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Websites often fail to rank in search engines due to missing meta tags, poor crawlability, absent structured data, and weak on-page optimization, and diagnosing these issues manually is slow and error-prone. ## Core Features & Use Cases - Technical SEO: Configure robots.txt, canonical URLs, XML sitemaps, HTTPS, and clean URL structures so search engines can crawl and index pages correctly. - On-Page Optimization: Write effective title tags, meta descriptions, heading hierarchies, image alt text, and internal links following Google guidelines. - Structured Data: Add JSON-LD schema markup for Organization, Article, Product, FAQ, and Breadcrumb types to earn rich results in search listings. - Use Case: When launching a new product page, use this Skill to generate the correct title tag, meta description, canonical link, Product schema markup, and verify mobile-friendliness before publishing. ## 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 fundamentals: ensure HTTPS, a crawlable robots.txt, unique title tags, and a single h1 per page. Then add meta descriptions, canonical URLs, an XML sitemap, and structured data, and validate with Lighthouse and Google Search Console.

How to add structured data JSON-LD to a page?

Add a script tag with type application/ld+json containing Schema.org markup such as Organization, Article, Product, FAQ, or BreadcrumbList. Validate the markup with Google Rich Results Test or the Schema.org validator before deploying.

What makes a good title tag and meta description?

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

Does robots.txt blocking affect search indexing?

Yes, disallowing paths in robots.txt prevents crawling of those pages, which can remove them from search results. Never block static assets needed for rendering, and use noindex meta tags rather than robots.txt to keep pages out of the index.

What are the limitations of technical SEO fixes?

Technical SEO covers roughly 15% of ranking factors and cannot compensate for low-quality content or missing backlinks, which dominate rankings. It ensures pages are crawlable and indexable but must be paired with content quality and authority building.