seo-meta

Installation
Summary

Complete SEO meta tags for every page, covering titles, descriptions, Open Graph, Twitter Cards, and JSON-LD structured data.

  • Provides title tag patterns, meta description formulas, and character limits for homepage, service, location, about, and contact pages with credibility modifiers
  • Includes Open Graph configuration (1200x630px image specs), Twitter Card setup with fallback behavior, and canonical URL best practices
  • Offers four JSON-LD schema types: LocalBusiness (with business-specific subtypes like Plumber), Service, FAQ, and BreadcrumbList for rich snippets
  • Contains validation tools, error prevention checklist, and testing workflow covering Google Rich Results, Facebook Debugger, and Twitter Card Validator
SKILL.md

SEO Meta Tags

Status: Production Ready ✅ Last Updated: 2026-01-14 Source: Schema.org, Open Graph Protocol, Twitter Developer Docs


Quick Start

Every page needs:

<head>
  {/* Basic SEO */}
  <title>Service in Location | Brand Name</title>
  <meta name="description" content="Value prop. Differentiator. Call to action." />
  <link rel="canonical" href="https://example.com/page" />
Related skills
Installs
544
GitHub Stars
776
First Seen
Jan 20, 2026