web-quality-seo

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

Updated May 26, 2026
One-click install
npx skills add https://github.com/avel123111/triplanio --skill web-quality-seo-avel123111
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: web-quality-seo
Source: https://github.com/avel123111/triplanio/tree/main/.claude/skills/web-quality-seo
Command: npx skills add https://github.com/avel123111/triplanio --skill web-quality-seo-avel123111

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 developers lack a consolidated checklist to fix these issues. ## Core Features & Use Cases - Technical SEO Guidance: Covers robots.txt configuration, canonical URLs, XML sitemaps, URL structure, and HTTPS security headers. - On-Page Optimization: Provides rules for title tags, meta descriptions, heading hierarchy, image alt text, and internal linking. - Structured Data Templates: Includes ready-to-use JSON-LD snippets for Organization, Article, Product, FAQ, and Breadcrumb schemas. - Use Case: When auditing a React app's landing pages, apply this Skill to add unique title tags, validate JSON-LD product schema with the Rich Results Test, and generate a sitemap for Google Search Console submission. ## Quick Start Audit this page for SEO issues and add the missing meta tags, canonical URL, and JSON-LD structured data.

Frequently Asked Questions about web-quality-seo

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

FAQPage Schema
How do I add structured data to a web page for SEO?

Add JSON-LD structured data inside a script tag with type application/ld+json in the page head. Use schema.org types like Organization, Article, Product, FAQPage, or BreadcrumbList, then validate the markup with Google's Rich Results Test or the Schema.org validator.

How to write title tags and meta descriptions for SEO?

Keep title tags between 50-60 characters with the primary keyword near the beginning and the brand name at the end. Write meta descriptions of 150-160 characters that include the keyword naturally, a call to action, and unique content matching each page.

What should a robots.txt file contain for SEO?

A robots.txt file should allow crawling of public pages, disallow admin and API paths, and reference the sitemap URL. Avoid blocking static resources like CSS and JavaScript that search engines need to render pages correctly.

Does blocking AI crawlers in robots.txt affect search visibility?

Blocking AI crawlers like OAI-SearchBot, PerplexityBot, or ClaudeBot removes your site from those engines' citations but does not affect classic Google rankings. Configure each bot's user-agent separately rather than blanket-blocking all of them.

Why is my page not ranking despite having meta tags?

Meta tags alone account for only part of ranking; content quality and backlinks carry the most weight. Check for technical blockers like noindex directives, missing canonical URLs, poor Core Web Vitals, and crawl errors in Google Search Console.

When should I use canonical URLs versus redirects?

Use canonical link tags when duplicate content must remain accessible at multiple URLs, such as paginated or parameterized pages. Use 301 redirects when the old URL should be permanently retired and consolidated into a single destination.