Revise SEO fundamentals skill content and structure
Updated the SEO fundamentals skill document to enhance descriptions, clarify principles, and improve formatting.
This commit is contained in:
@@ -1,129 +1,176 @@
|
|||||||
|
```yaml
|
||||||
---
|
---
|
||||||
name: seo-fundamentals
|
name: seo-fundamentals
|
||||||
description: SEO fundamentals, E-E-A-T, Core Web Vitals, and Google algorithm principles.
|
description: >
|
||||||
|
Core principles of SEO including E-E-A-T, Core Web Vitals, technical foundations,
|
||||||
|
content quality, and how modern search engines evaluate pages. This skill explains
|
||||||
|
*why* SEO works, not how to execute specific optimizations.
|
||||||
allowed-tools: Read, Glob, Grep
|
allowed-tools: Read, Glob, Grep
|
||||||
|
---
|
||||||
|
```
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
# SEO Fundamentals
|
# SEO Fundamentals
|
||||||
|
|
||||||
> Principles for search engine visibility.
|
> **Foundational principles for sustainable search visibility.**
|
||||||
|
> This skill explains *how search engines evaluate quality*, not tactical shortcuts.
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
## 1. E-E-A-T Framework
|
## 1. E-E-A-T (Quality Evaluation Framework)
|
||||||
|
|
||||||
| Principle | Signals |
|
E-E-A-T is **not a direct ranking factor**.
|
||||||
|-----------|---------|
|
It is a framework used by search engines to **evaluate content quality**, especially for sensitive or high-impact topics.
|
||||||
| **Experience** | First-hand knowledge, real examples |
|
|
||||||
| **Expertise** | Credentials, depth of knowledge |
|
| Dimension | What It Represents | Common Signals |
|
||||||
| **Authoritativeness** | Backlinks, mentions, industry recognition |
|
| --------------------- | ---------------------------------- | --------------------------------------------------- |
|
||||||
| **Trustworthiness** | HTTPS, transparency, accurate info |
|
| **Experience** | First-hand, real-world involvement | Original examples, lived experience, demonstrations |
|
||||||
|
| **Expertise** | Subject-matter competence | Credentials, depth, accuracy |
|
||||||
|
| **Authoritativeness** | Recognition by others | Mentions, citations, links |
|
||||||
|
| **Trustworthiness** | Reliability and safety | HTTPS, transparency, accuracy |
|
||||||
|
|
||||||
|
> Pages competing in the same space are often differentiated by **trust and experience**, not keywords.
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
## 2. Core Web Vitals
|
## 2. Core Web Vitals (Page Experience Signals)
|
||||||
|
|
||||||
| Metric | Target | Measures |
|
Core Web Vitals measure **how users experience a page**, not whether it deserves to rank.
|
||||||
|--------|--------|----------|
|
|
||||||
|
| Metric | Target | What It Reflects |
|
||||||
|
| ------- | ------- | ------------------- |
|
||||||
| **LCP** | < 2.5s | Loading performance |
|
| **LCP** | < 2.5s | Loading performance |
|
||||||
| **INP** | < 200ms | Interactivity |
|
| **INP** | < 200ms | Interactivity |
|
||||||
| **CLS** | < 0.1 | Visual stability |
|
| **CLS** | < 0.1 | Visual stability |
|
||||||
|
|
||||||
|
**Important context:**
|
||||||
|
|
||||||
|
* CWV rarely override poor content
|
||||||
|
* They matter most when content quality is comparable
|
||||||
|
* Failing CWV can *hold back* otherwise good pages
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
## 3. Technical SEO Principles
|
## 3. Technical SEO Principles
|
||||||
|
|
||||||
### Site Structure
|
Technical SEO ensures pages are **accessible, understandable, and stable**.
|
||||||
|
|
||||||
|
### Crawl & Index Control
|
||||||
|
|
||||||
| Element | Purpose |
|
| Element | Purpose |
|
||||||
|---------|---------|
|
| ----------------- | ---------------------- |
|
||||||
| XML sitemap | Help crawling |
|
| XML sitemaps | Help discovery |
|
||||||
| robots.txt | Control access |
|
| robots.txt | Control crawl access |
|
||||||
| Canonical tags | Prevent duplicates |
|
| Canonical tags | Consolidate duplicates |
|
||||||
| HTTPS | Security signal |
|
| HTTP status codes | Communicate page state |
|
||||||
|
| HTTPS | Security and trust |
|
||||||
|
|
||||||
### Performance
|
### Performance & Accessibility
|
||||||
|
|
||||||
| Factor | Impact |
|
| Factor | Why It Matters |
|
||||||
|--------|--------|
|
| ---------------------- | ----------------------------- |
|
||||||
| Page speed | Core Web Vital |
|
| Page speed | User satisfaction |
|
||||||
| Mobile-friendly | Ranking factor |
|
| Mobile-friendly design | Mobile-first indexing |
|
||||||
| Clean URLs | Crawlability |
|
| Clean URLs | Crawl clarity |
|
||||||
|
| Semantic HTML | Accessibility & understanding |
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
## 4. Content SEO Principles
|
## 4. Content SEO Principles
|
||||||
|
|
||||||
### Page Elements
|
### Page-Level Elements
|
||||||
|
|
||||||
| Element | Best Practice |
|
| Element | Principle |
|
||||||
|---------|---------------|
|
| ---------------- | ---------------------------- |
|
||||||
| Title tag | 50-60 chars, keyword front |
|
| Title tag | Clear topic + intent |
|
||||||
| Meta description | 150-160 chars, compelling |
|
| Meta description | Click relevance, not ranking |
|
||||||
| H1 | One per page, main keyword |
|
| H1 | Page’s primary subject |
|
||||||
| H2-H6 | Logical hierarchy |
|
| Headings | Logical structure |
|
||||||
| Alt text | Descriptive, not stuffed |
|
| Alt text | Accessibility and context |
|
||||||
|
|
||||||
### Content Quality
|
### Content Quality Signals
|
||||||
|
|
||||||
| Factor | Importance |
|
| Dimension | What Search Engines Look For |
|
||||||
|--------|------------|
|
| ----------- | ---------------------------- |
|
||||||
| Depth | Comprehensive coverage |
|
| Depth | Fully answers the query |
|
||||||
| Freshness | Regular updates |
|
| Originality | Adds unique value |
|
||||||
| Uniqueness | Original value |
|
| Accuracy | Factually correct |
|
||||||
| Readability | Clear writing |
|
| Clarity | Easy to understand |
|
||||||
|
| Usefulness | Satisfies intent |
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
## 5. Schema Markup Types
|
## 5. Structured Data (Schema)
|
||||||
|
|
||||||
| Type | Use |
|
Structured data helps search engines **understand meaning**, not boost rankings directly.
|
||||||
|------|-----|
|
|
||||||
| Article | Blog posts, news |
|
| Type | Purpose |
|
||||||
| Organization | Company info |
|
| -------------- | ---------------------- |
|
||||||
| Person | Author profiles |
|
| Article | Content classification |
|
||||||
| FAQPage | Q&A content |
|
| Organization | Entity identity |
|
||||||
| Product | E-commerce |
|
| Person | Author information |
|
||||||
| Review | Ratings |
|
| FAQPage | Q&A clarity |
|
||||||
| BreadcrumbList | Navigation |
|
| Product | Commerce details |
|
||||||
|
| Review | Ratings context |
|
||||||
|
| BreadcrumbList | Site structure |
|
||||||
|
|
||||||
|
> Schema enables eligibility for rich results but does not guarantee them.
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
## 6. AI Content Guidelines
|
## 6. AI-Assisted Content Principles
|
||||||
|
|
||||||
### What Google Looks For
|
Search engines evaluate **output quality**, not authorship method.
|
||||||
|
|
||||||
| ✅ Do | ❌ Don't |
|
### Effective Use
|
||||||
|-------|----------|
|
|
||||||
| AI draft + human edit | Publish raw AI content |
|
* AI as a drafting or research assistant
|
||||||
| Add original insights | Copy without value |
|
* Human review for accuracy and clarity
|
||||||
| Expert review | Skip fact-checking |
|
* Original insights and synthesis
|
||||||
| Follow E-E-A-T | Keyword stuffing |
|
* Clear accountability
|
||||||
|
|
||||||
|
### Risky Use
|
||||||
|
|
||||||
|
* Publishing unedited AI output
|
||||||
|
* Factual errors or hallucinations
|
||||||
|
* Thin or duplicated content
|
||||||
|
* Keyword-driven text with no value
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
## 7. Ranking Factors (Prioritized)
|
## 7. Relative Importance of SEO Factors
|
||||||
|
|
||||||
| Priority | Factor |
|
There is **no fixed ranking factor order**.
|
||||||
|----------|--------|
|
However, when competing pages are similar, importance tends to follow this pattern:
|
||||||
| 1 | Quality, relevant content |
|
|
||||||
| 2 | Backlinks from authority sites |
|
| Relative Weight | Factor |
|
||||||
| 3 | Page experience (Core Web Vitals) |
|
| --------------- | --------------------------- |
|
||||||
| 4 | Mobile optimization |
|
| Highest | Content relevance & quality |
|
||||||
| 5 | Technical SEO fundamentals |
|
| High | Authority & trust signals |
|
||||||
|
| Medium | Page experience (CWV, UX) |
|
||||||
|
| Medium | Mobile optimization |
|
||||||
|
| Baseline | Technical accessibility |
|
||||||
|
|
||||||
|
> Technical SEO enables ranking; content quality earns it.
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
## 8. Measurement
|
## 8. Measurement & Evaluation
|
||||||
|
|
||||||
| Metric | Tool |
|
SEO fundamentals should be validated using **multiple signals**, not single metrics.
|
||||||
|--------|------|
|
|
||||||
| Rankings | Search Console, Ahrefs |
|
| Area | What to Observe |
|
||||||
| Traffic | Analytics |
|
| ----------- | -------------------------- |
|
||||||
| Core Web Vitals | PageSpeed Insights |
|
| Visibility | Indexed pages, impressions |
|
||||||
| Indexing | Search Console |
|
| Engagement | Click-through, dwell time |
|
||||||
| Backlinks | Ahrefs, Semrush |
|
| Performance | CWV field data |
|
||||||
|
| Coverage | Indexing status |
|
||||||
|
| Authority | Mentions and links |
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
> **Remember:** SEO is a long-term game. Quality content + technical excellence + patience = results.
|
> **Key Principle:**
|
||||||
|
> Sustainable SEO is built on *useful content*, *technical clarity*, and *trust over time*.
|
||||||
|
> There are no permanent shortcuts.
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user