seo

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

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

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, and diagnosing these issues manually is slow and error-prone. ## Core Features & Use Cases - Technical SEO Auditing: Configure robots.txt, XML sitemaps, canonical URLs, HTTPS, and meta robots directives to ensure pages are crawlable and indexable. - On-Page Optimization: Write effective title tags, meta descriptions, heading hierarchies, image alt text, and internal links following Google guidelines. - Structured Data Implementation: Add JSON-LD schema markup for Organization, Article, Product, FAQ, and Breadcrumb types to earn rich results. - Use Case: A developer launching a product page can use this Skill to generate the correct title tag, meta description, canonical link, Product schema markup, and verify the page passes a Lighthouse SEO audit before release. ## Quick Start Audit this page's HTML for SEO issues and generate the missing meta tags, canonical link, and Product structured data markup.

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 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 to a web page?

Add JSON-LD script tags using schema.org types like Organization, Article, Product, FAQPage, or BreadcrumbList. Validate the markup with Google's 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, unique per page, and include a compelling call to action.

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

Blocking bots like OAI-SearchBot, PerplexityBot, or ClaudeBot removes your site from those AI engines' citations but does not affect classic Google rankings. Each AI crawler has a separate user-agent, so decide per-bot rather than blanket-blocking.

Why is my page not appearing in Google search results?

Common causes include a noindex meta robots directive, robots.txt disallow rules blocking crawling, missing canonical URLs causing duplicate content issues, or the sitemap not being submitted to Google Search Console. Check the audit checklist to isolate the issue.