seo

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

Updated May 28, 2026
One-click install
npx skills add https://github.com/qbstabletampa-creator/firmware-foundation-studios --skill seo-qbstabletampa-creator
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: seo
Source: https://github.com/qbstabletampa-creator/firmware-foundation-studios/tree/main/archive/apps/manna-catch/.agents/skills/seo
Command: npx skills add https://github.com/qbstabletampa-creator/firmware-foundation-studios --skill seo-qbstabletampa-creator

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: Configure robots.txt, canonical URLs, XML sitemaps, HTTPS, and clean URL structures to ensure proper crawling and indexing. - On-Page Optimization: Write effective title tags, meta descriptions, heading hierarchies, image alt text, and internal links. - Structured Data: Add JSON-LD schema markup for Organization, Article, Product, FAQ, and Breadcrumb types to enable rich search results. - Use Case: When launching a new product page, use this Skill to generate the title tag, meta description, Product schema markup, canonical link, and verify mobile-friendliness against the SEO audit checklist. ## Quick Start Audit this 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 add structured data to a web page?▼

Add JSON-LD markup inside a script tag with type application/ld+json in the page head. Use schema.org types like Organization, Article, Product, FAQ, or BreadcrumbList, then validate with Google 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 brand name at the end. Meta descriptions should be 150-160 characters, unique per page, include the keyword naturally, and contain a compelling call-to-action.

What should a robots.txt file contain for SEO?▼

A robots.txt file should allow crawling of public content, disallow admin and private areas like /admin/ and /api/, and reference the sitemap URL. Avoid blocking static resources needed for rendering, as this harms how search engines index the page.

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 through headings and internal linking.

Why is my page not being indexed by Google?▼

Common causes include a noindex meta robots tag, robots.txt rules blocking crawlers, missing canonical URLs, or HTTPS issues. Check the critical items in the SEO audit checklist and review crawl errors in Google Search Console.