$npx -y skills add One-Man-Company/Skills-ContextManager --skill seo-fundamentalsSEO fundamentals, E-E-A-T, Core Web Vitals, and Google algorithm principles.
| 1 | # SEO Fundamentals |
| 2 | |
| 3 | > Principles for search engine visibility. |
| 4 | |
| 5 | --- |
| 6 | |
| 7 | ## 1. E-E-A-T Framework |
| 8 | |
| 9 | | Principle | Signals | |
| 10 | |-----------|---------| |
| 11 | | **Experience** | First-hand knowledge, real examples | |
| 12 | | **Expertise** | Credentials, depth of knowledge | |
| 13 | | **Authoritativeness** | Backlinks, mentions, industry recognition | |
| 14 | | **Trustworthiness** | HTTPS, transparency, accurate info | |
| 15 | |
| 16 | --- |
| 17 | |
| 18 | ## 2. Core Web Vitals |
| 19 | |
| 20 | | Metric | Target | Measures | |
| 21 | |--------|--------|----------| |
| 22 | | **LCP** | < 2.5s | Loading performance | |
| 23 | | **INP** | < 200ms | Interactivity | |
| 24 | | **CLS** | < 0.1 | Visual stability | |
| 25 | |
| 26 | --- |
| 27 | |
| 28 | ## 3. Technical SEO Principles |
| 29 | |
| 30 | ### Site Structure |
| 31 | |
| 32 | | Element | Purpose | |
| 33 | |---------|---------| |
| 34 | | XML sitemap | Help crawling | |
| 35 | | robots.txt | Control access | |
| 36 | | Canonical tags | Prevent duplicates | |
| 37 | | HTTPS | Security signal | |
| 38 | |
| 39 | ### Performance |
| 40 | |
| 41 | | Factor | Impact | |
| 42 | |--------|--------| |
| 43 | | Page speed | Core Web Vital | |
| 44 | | Mobile-friendly | Ranking factor | |
| 45 | | Clean URLs | Crawlability | |
| 46 | |
| 47 | --- |
| 48 | |
| 49 | ## 4. Content SEO Principles |
| 50 | |
| 51 | ### Page Elements |
| 52 | |
| 53 | | Element | Best Practice | |
| 54 | |---------|---------------| |
| 55 | | Title tag | 50-60 chars, keyword front | |
| 56 | | Meta description | 150-160 chars, compelling | |
| 57 | | H1 | One per page, main keyword | |
| 58 | | H2-H6 | Logical hierarchy | |
| 59 | | Alt text | Descriptive, not stuffed | |
| 60 | |
| 61 | ### Content Quality |
| 62 | |
| 63 | | Factor | Importance | |
| 64 | |--------|------------| |
| 65 | | Depth | Comprehensive coverage | |
| 66 | | Freshness | Regular updates | |
| 67 | | Uniqueness | Original value | |
| 68 | | Readability | Clear writing | |
| 69 | |
| 70 | --- |
| 71 | |
| 72 | ## 5. Schema Markup Types |
| 73 | |
| 74 | | Type | Use | |
| 75 | |------|-----| |
| 76 | | Article | Blog posts, news | |
| 77 | | Organization | Company info | |
| 78 | | Person | Author profiles | |
| 79 | | FAQPage | Q&A content | |
| 80 | | Product | E-commerce | |
| 81 | | Review | Ratings | |
| 82 | | BreadcrumbList | Navigation | |
| 83 | |
| 84 | --- |
| 85 | |
| 86 | ## 6. AI Content Guidelines |
| 87 | |
| 88 | ### What Google Looks For |
| 89 | |
| 90 | | ✅ Do | ❌ Don't | |
| 91 | |-------|----------| |
| 92 | | AI draft + human edit | Publish raw AI content | |
| 93 | | Add original insights | Copy without value | |
| 94 | | Expert review | Skip fact-checking | |
| 95 | | Follow E-E-A-T | Keyword stuffing | |
| 96 | |
| 97 | --- |
| 98 | |
| 99 | ## 7. Ranking Factors (Prioritized) |
| 100 | |
| 101 | | Priority | Factor | |
| 102 | |----------|--------| |
| 103 | | 1 | Quality, relevant content | |
| 104 | | 2 | Backlinks from authority sites | |
| 105 | | 3 | Page experience (Core Web Vitals) | |
| 106 | | 4 | Mobile optimization | |
| 107 | | 5 | Technical SEO fundamentals | |
| 108 | |
| 109 | --- |
| 110 | |
| 111 | ## 8. Measurement |
| 112 | |
| 113 | | Metric | Tool | |
| 114 | |--------|------| |
| 115 | | Rankings | Search Console, Ahrefs | |
| 116 | | Traffic | Analytics | |
| 117 | | Core Web Vitals | PageSpeed Insights | |
| 118 | | Indexing | Search Console | |
| 119 | | Backlinks | Ahrefs, Semrush | |
| 120 | |
| 121 | --- |
| 122 | |
| 123 | > **Remember:** SEO is a long-term game. Quality content + technical excellence + patience = results. |