--- description: SEO optimization and social meta tag strategy alwaysApply: false globs: **/*.{html,tsx,jsx,vue,astro} --- # SEO & Meta Tag Strategy ## Core Philosophy SEO combines three pillars: 1. **Content SEO**: Quality, relevance, keywords 2. **Technical SEO**: Structure, performance, crawlability 3. **Social SEO**: Open Graph, Twitter Cards, sharing optimization ## Page Title Optimization **Formula**: `[Primary Keyword] - [Secondary Keyword] | [Brand Name]` **Guidelines**: - Optimal: 50-60 characters - Maximum: 70 characters - Mobile: 55 characters ```html Bitcoin UX Design - Lightning Network Development | PROUX ``` ## Meta Descriptions **Formula**: `[Hook/Benefit] + [Key Details] + [Call-to-Action]` **Guidelines**: - Optimal: 150-160 characters - Mobile: 120 characters - Minimum: 120 characters ```html ``` ## Open Graph Tags **Essential OG Tags**: ```html ``` ### OG Image Specifications - Dimensions: 1200x630px (1.91:1 ratio) - Format: PNG or JPG - File Size: < 5MB (ideally < 300KB) - Safe Zone: Keep text/logos in center 1200x600px ## Twitter Card Tags ```html ``` ## Structured Data (Schema.org) ```html ``` ## Canonical URLs ```html ``` Use canonical URLs to: - Prevent duplicate content issues - Handle URL parameters - Indicate preferred URL version ## Performance for SEO Core Web Vitals affect rankings: - **LCP** (Largest Contentful Paint): < 2.5s - **FID** (First Input Delay): < 100ms - **CLS** (Cumulative Layout Shift): < 0.1 ```html Description ```