seo

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

Updated Mar 24, 2026
One-click install
npx skills add https://github.com/samline/forms --skill seo-samline
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: seo
Source: https://github.com/samline/forms/tree/main/example/.agents/skills/seo
Command: npx skills add https://github.com/samline/forms --skill seo-samline

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 time-consuming. ## Core Features & Use Cases - Technical SEO Audits: Configure robots.txt, canonical URLs, XML sitemaps, HTTPS, and URL structure for proper crawling and indexing. - On-Page Optimization: Write effective title tags, meta descriptions, heading hierarchies, image alt text, and internal linking strategies. - Structured Data: Generate JSON-LD markup for Organization, Article, Product, FAQ, and Breadcrumb schemas to enable rich search results. - Use Case: When launching a new product page, use this Skill to add a unique title tag, compelling meta description, Product schema with pricing and ratings, and breadcrumb markup so the page is fully optimized for search visibility. ## Quick Start Audit my landing page for SEO issues and add the missing meta tags and 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 on my website?▼

Start with technical SEO fundamentals: ensure HTTPS is enabled, robots.txt allows crawling, and important pages are not marked noindex. Then add unique title tags, meta descriptions, a single h1 per page, and submit an XML sitemap to Google Search Console.

How to add structured data for rich search results?▼

Add JSON-LD script tags to your page using schema.org types like Organization, Article, Product, FAQ, or BreadcrumbList. Validate the markup with Google Rich Results Test or the Schema.org Validator before deploying.

What is the ideal length for title tags and meta descriptions?▼

Title tags should be 50-60 characters since Google truncates around 60, with the primary keyword near the beginning. Meta descriptions should be 150-160 characters, include the keyword naturally, and contain a compelling call-to-action.

Does this SEO guidance cover backlinks and content writing?▼

No, the Skill focuses on technical SEO and on-page optimization, which together represent roughly 25% of ranking factors. Backlinks, authority building, and content quality are outside its scope, though it covers content structure.

Why is my page not being indexed by Google?▼

Common causes include a noindex meta robots tag, robots.txt disallow rules blocking the page, missing canonical URLs, or crawl errors. Check Google Search Console for indexing status and verify the page is included in your XML sitemap.