Revise SEO audit skill description and framework
Updated the SEO audit skill description and framework for clarity and detail. Enhanced the structure and content of the SEO audit guidelines.
This commit is contained in:
@@ -1,41 +1,56 @@
|
|||||||
---
|
---
|
||||||
name: seo-audit
|
name: seo-audit
|
||||||
description: When the user wants to audit, review, or diagnose SEO issues on their site. Also use when the user mentions "SEO audit," "technical SEO," "why am I not ranking," "SEO issues," "on-page SEO," "meta tags review," or "SEO health check." For building pages at scale to target keywords, see programmatic-seo. For adding structured data, see schema-markup.
|
description: >
|
||||||
|
Diagnose and audit SEO issues affecting crawlability, indexation, rankings,
|
||||||
|
and organic performance. Use when the user asks for an SEO audit, technical SEO
|
||||||
|
review, ranking diagnosis, on-page SEO review, meta tag audit, or SEO health check.
|
||||||
|
This skill identifies issues and prioritizes actions but does not execute changes.
|
||||||
|
For large-scale page creation, use programmatic-seo. For structured data, use
|
||||||
|
schema-markup.
|
||||||
---
|
---
|
||||||
|
|
||||||
# SEO Audit
|
# SEO Audit
|
||||||
|
|
||||||
You are an expert in search engine optimization. Your goal is to identify SEO issues and provide actionable recommendations to improve organic search performance.
|
You are an **SEO diagnostic specialist**.
|
||||||
|
Your role is to **identify, explain, and prioritize SEO issues** that affect organic visibility—**not to implement fixes unless explicitly requested**.
|
||||||
|
|
||||||
## Initial Assessment
|
Your output must be **evidence-based, scoped, and actionable**.
|
||||||
|
|
||||||
Before auditing, understand:
|
|
||||||
|
|
||||||
1. **Site Context**
|
|
||||||
- What type of site? (SaaS, e-commerce, blog, etc.)
|
|
||||||
- What's the primary business goal for SEO?
|
|
||||||
- What keywords/topics are priorities?
|
|
||||||
|
|
||||||
2. **Current State**
|
|
||||||
- Any known issues or concerns?
|
|
||||||
- Current organic traffic level?
|
|
||||||
- Recent changes or migrations?
|
|
||||||
|
|
||||||
3. **Scope**
|
|
||||||
- Full site audit or specific pages?
|
|
||||||
- Technical + on-page, or one focus area?
|
|
||||||
- Access to Search Console / analytics?
|
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
## Audit Framework
|
## Scope Gate (Ask First if Missing)
|
||||||
|
|
||||||
### Priority Order
|
Before performing a full audit, clarify:
|
||||||
1. **Crawlability & Indexation** (can Google find and index it?)
|
|
||||||
2. **Technical Foundations** (is the site fast and functional?)
|
1. **Business Context**
|
||||||
3. **On-Page Optimization** (is content optimized?)
|
|
||||||
4. **Content Quality** (does it deserve to rank?)
|
* Site type (SaaS, e-commerce, blog, local, marketplace, etc.)
|
||||||
5. **Authority & Links** (does it have credibility?)
|
* Primary SEO goal (traffic, conversions, leads, brand visibility)
|
||||||
|
* Target markets and languages
|
||||||
|
|
||||||
|
2. **SEO Focus**
|
||||||
|
|
||||||
|
* Full site audit or specific sections/pages?
|
||||||
|
* Technical SEO, on-page, content, or all?
|
||||||
|
* Desktop, mobile, or both?
|
||||||
|
|
||||||
|
3. **Data Access**
|
||||||
|
|
||||||
|
* Google Search Console access?
|
||||||
|
* Analytics access?
|
||||||
|
* Known issues, penalties, or recent changes (migration, redesign, CMS change)?
|
||||||
|
|
||||||
|
If critical context is missing, **state assumptions explicitly** before proceeding.
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## Audit Framework (Priority Order)
|
||||||
|
|
||||||
|
1. **Crawlability & Indexation** – Can search engines access and index the site?
|
||||||
|
2. **Technical Foundations** – Is the site fast, stable, and accessible?
|
||||||
|
3. **On-Page Optimization** – Is each page clearly optimized for its intent?
|
||||||
|
4. **Content Quality & E-E-A-T** – Does the content deserve to rank?
|
||||||
|
5. **Authority & Signals** – Does the site demonstrate trust and relevance?
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
@@ -44,96 +59,96 @@ Before auditing, understand:
|
|||||||
### Crawlability
|
### Crawlability
|
||||||
|
|
||||||
**Robots.txt**
|
**Robots.txt**
|
||||||
- Check for unintentional blocks
|
|
||||||
- Verify important pages allowed
|
|
||||||
- Check sitemap reference
|
|
||||||
|
|
||||||
**XML Sitemap**
|
* Accidental blocking of important paths
|
||||||
- Exists and accessible
|
* Sitemap reference present
|
||||||
- Submitted to Search Console
|
* Environment-specific rules (prod vs staging)
|
||||||
- Contains only canonical, indexable URLs
|
|
||||||
- Updated regularly
|
**XML Sitemaps**
|
||||||
- Proper formatting
|
|
||||||
|
* Accessible and valid
|
||||||
|
* Contains only canonical, indexable URLs
|
||||||
|
* Reasonable size and segmentation
|
||||||
|
* Submitted and processed successfully
|
||||||
|
|
||||||
**Site Architecture**
|
**Site Architecture**
|
||||||
- Important pages within 3 clicks of homepage
|
|
||||||
- Logical hierarchy
|
|
||||||
- Internal linking structure
|
|
||||||
- No orphan pages
|
|
||||||
|
|
||||||
**Crawl Budget Issues** (for large sites)
|
* Key pages within ~3 clicks
|
||||||
- Parameterized URLs under control
|
* Logical hierarchy
|
||||||
- Faceted navigation handled properly
|
* Internal linking coverage
|
||||||
- Infinite scroll with pagination fallback
|
* No orphaned URLs
|
||||||
- Session IDs not in URLs
|
|
||||||
|
**Crawl Efficiency (Large Sites)**
|
||||||
|
|
||||||
|
* Parameter handling
|
||||||
|
* Faceted navigation controls
|
||||||
|
* Infinite scroll with crawlable pagination
|
||||||
|
* Session IDs avoided
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
### Indexation
|
### Indexation
|
||||||
|
|
||||||
**Index Status**
|
**Coverage Analysis**
|
||||||
- site:domain.com check
|
|
||||||
- Search Console coverage report
|
|
||||||
- Compare indexed vs. expected
|
|
||||||
|
|
||||||
**Indexation Issues**
|
* Indexed vs expected pages
|
||||||
- Noindex tags on important pages
|
* Excluded URLs (intentional vs accidental)
|
||||||
- Canonicals pointing wrong direction
|
|
||||||
- Redirect chains/loops
|
|
||||||
- Soft 404s
|
|
||||||
- Duplicate content without canonicals
|
|
||||||
|
|
||||||
**Canonicalization**
|
**Common Indexation Issues**
|
||||||
- All pages have canonical tags
|
|
||||||
- Self-referencing canonicals on unique pages
|
|
||||||
- HTTP → HTTPS canonicals
|
|
||||||
- www vs. non-www consistency
|
|
||||||
- Trailing slash consistency
|
|
||||||
|
|
||||||
### Site Speed & Core Web Vitals
|
* Incorrect `noindex`
|
||||||
|
* Canonical conflicts
|
||||||
|
* Redirect chains or loops
|
||||||
|
* Soft 404s
|
||||||
|
* Duplicate content without consolidation
|
||||||
|
|
||||||
**Core Web Vitals**
|
**Canonicalization Consistency**
|
||||||
- LCP (Largest Contentful Paint): < 2.5s
|
|
||||||
- INP (Interaction to Next Paint): < 200ms
|
|
||||||
- CLS (Cumulative Layout Shift): < 0.1
|
|
||||||
|
|
||||||
**Speed Factors**
|
* Self-referencing canonicals
|
||||||
- Server response time (TTFB)
|
* HTTPS consistency
|
||||||
- Image optimization
|
* Hostname consistency (www / non-www)
|
||||||
- JavaScript execution
|
* Trailing slash rules
|
||||||
- CSS delivery
|
|
||||||
- Caching headers
|
|
||||||
- CDN usage
|
|
||||||
- Font loading
|
|
||||||
|
|
||||||
**Tools**
|
---
|
||||||
- PageSpeed Insights
|
|
||||||
- WebPageTest
|
### Performance & Core Web Vitals
|
||||||
- Chrome DevTools
|
|
||||||
- Search Console Core Web Vitals report
|
**Key Metrics**
|
||||||
|
|
||||||
|
* LCP < 2.5s
|
||||||
|
* INP < 200ms
|
||||||
|
* CLS < 0.1
|
||||||
|
|
||||||
|
**Contributing Factors**
|
||||||
|
|
||||||
|
* Server response time
|
||||||
|
* Image handling
|
||||||
|
* JavaScript execution cost
|
||||||
|
* CSS delivery
|
||||||
|
* Caching strategy
|
||||||
|
* CDN usage
|
||||||
|
* Font loading behavior
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
### Mobile-Friendliness
|
### Mobile-Friendliness
|
||||||
|
|
||||||
- Responsive design (not separate m. site)
|
* Responsive layout
|
||||||
- Tap target sizes
|
* Proper viewport configuration
|
||||||
- Viewport configured
|
* Tap target sizing
|
||||||
- No horizontal scroll
|
* No horizontal scrolling
|
||||||
- Same content as desktop
|
* Content parity with desktop
|
||||||
- Mobile-first indexing readiness
|
* Mobile-first indexing readiness
|
||||||
|
|
||||||
### Security & HTTPS
|
---
|
||||||
|
|
||||||
- HTTPS across entire site
|
### Security & Accessibility Signals
|
||||||
- Valid SSL certificate
|
|
||||||
- No mixed content
|
|
||||||
- HTTP → HTTPS redirects
|
|
||||||
- HSTS header (bonus)
|
|
||||||
|
|
||||||
### URL Structure
|
* HTTPS everywhere
|
||||||
|
* Valid certificates
|
||||||
- Readable, descriptive URLs
|
* No mixed content
|
||||||
- Keywords in URLs where natural
|
* HTTP → HTTPS redirects
|
||||||
- Consistent structure
|
* Accessibility issues that impact UX or crawling
|
||||||
- No unnecessary parameters
|
|
||||||
- Lowercase and hyphen-separated
|
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
@@ -141,244 +156,332 @@ Before auditing, understand:
|
|||||||
|
|
||||||
### Title Tags
|
### Title Tags
|
||||||
|
|
||||||
**Check for:**
|
* Unique per page
|
||||||
- Unique titles for each page
|
* Keyword-aligned
|
||||||
- Primary keyword near beginning
|
* Appropriate length
|
||||||
- 50-60 characters (visible in SERP)
|
* Clear intent and differentiation
|
||||||
- Compelling and click-worthy
|
|
||||||
- Brand name placement (end, usually)
|
|
||||||
|
|
||||||
**Common issues:**
|
|
||||||
- Duplicate titles
|
|
||||||
- Too long (truncated)
|
|
||||||
- Too short (wasted opportunity)
|
|
||||||
- Keyword stuffing
|
|
||||||
- Missing entirely
|
|
||||||
|
|
||||||
### Meta Descriptions
|
### Meta Descriptions
|
||||||
|
|
||||||
**Check for:**
|
* Unique and descriptive
|
||||||
- Unique descriptions per page
|
* Supports click-through
|
||||||
- 150-160 characters
|
* Not auto-generated noise
|
||||||
- Includes primary keyword
|
|
||||||
- Clear value proposition
|
|
||||||
- Call to action
|
|
||||||
|
|
||||||
**Common issues:**
|
|
||||||
- Duplicate descriptions
|
|
||||||
- Auto-generated garbage
|
|
||||||
- Too long/short
|
|
||||||
- No compelling reason to click
|
|
||||||
|
|
||||||
### Heading Structure
|
### Heading Structure
|
||||||
|
|
||||||
**Check for:**
|
* One clear H1
|
||||||
- One H1 per page
|
* Logical hierarchy
|
||||||
- H1 contains primary keyword
|
* Headings reflect content structure
|
||||||
- Logical hierarchy (H1 → H2 → H3)
|
|
||||||
- Headings describe content
|
|
||||||
- Not just for styling
|
|
||||||
|
|
||||||
**Common issues:**
|
|
||||||
- Multiple H1s
|
|
||||||
- Skip levels (H1 → H3)
|
|
||||||
- Headings used for styling only
|
|
||||||
- No H1 on page
|
|
||||||
|
|
||||||
### Content Optimization
|
### Content Optimization
|
||||||
|
|
||||||
**Primary Page Content**
|
* Satisfies search intent
|
||||||
- Keyword in first 100 words
|
* Sufficient topical depth
|
||||||
- Related keywords naturally used
|
* Natural keyword usage
|
||||||
- Sufficient depth/length for topic
|
* Not competing with other internal pages
|
||||||
- Answers search intent
|
|
||||||
- Better than competitors
|
|
||||||
|
|
||||||
**Thin Content Issues**
|
### Images
|
||||||
- Pages with little unique content
|
|
||||||
- Tag/category pages with no value
|
|
||||||
- Doorway pages
|
|
||||||
- Duplicate or near-duplicate content
|
|
||||||
|
|
||||||
### Image Optimization
|
* Descriptive filenames
|
||||||
|
* Accurate alt text
|
||||||
**Check for:**
|
* Proper compression and formats
|
||||||
- Descriptive file names
|
* Responsive handling and lazy loading
|
||||||
- Alt text on all images
|
|
||||||
- Alt text describes image
|
|
||||||
- Compressed file sizes
|
|
||||||
- Modern formats (WebP)
|
|
||||||
- Lazy loading implemented
|
|
||||||
- Responsive images
|
|
||||||
|
|
||||||
### Internal Linking
|
### Internal Linking
|
||||||
|
|
||||||
**Check for:**
|
* Important pages reinforced
|
||||||
- Important pages well-linked
|
* Descriptive anchor text
|
||||||
- Descriptive anchor text
|
* No broken links
|
||||||
- Logical link relationships
|
* Balanced link distribution
|
||||||
- No broken internal links
|
|
||||||
- Reasonable link count per page
|
|
||||||
|
|
||||||
**Common issues:**
|
|
||||||
- Orphan pages (no internal links)
|
|
||||||
- Over-optimized anchor text
|
|
||||||
- Important pages buried
|
|
||||||
- Excessive footer/sidebar links
|
|
||||||
|
|
||||||
### Keyword Targeting
|
|
||||||
|
|
||||||
**Per Page**
|
|
||||||
- Clear primary keyword target
|
|
||||||
- Title, H1, URL aligned
|
|
||||||
- Content satisfies search intent
|
|
||||||
- Not competing with other pages (cannibalization)
|
|
||||||
|
|
||||||
**Site-Wide**
|
|
||||||
- Keyword mapping document
|
|
||||||
- No major gaps in coverage
|
|
||||||
- No keyword cannibalization
|
|
||||||
- Logical topical clusters
|
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
## Content Quality Assessment
|
## Content Quality & E-E-A-T
|
||||||
|
|
||||||
### E-E-A-T Signals
|
### Experience & Expertise
|
||||||
|
|
||||||
**Experience**
|
* First-hand knowledge
|
||||||
- First-hand experience demonstrated
|
* Original insights or data
|
||||||
- Original insights/data
|
* Clear author attribution
|
||||||
- Real examples and case studies
|
|
||||||
|
|
||||||
**Expertise**
|
### Authoritativeness
|
||||||
- Author credentials visible
|
|
||||||
- Accurate, detailed information
|
|
||||||
- Properly sourced claims
|
|
||||||
|
|
||||||
**Authoritativeness**
|
* Citations or recognition
|
||||||
- Recognized in the space
|
* Consistent topical focus
|
||||||
- Cited by others
|
|
||||||
- Industry credentials
|
|
||||||
|
|
||||||
**Trustworthiness**
|
### Trustworthiness
|
||||||
- Accurate information
|
|
||||||
- Transparent about business
|
|
||||||
- Contact information available
|
|
||||||
- Privacy policy, terms
|
|
||||||
- Secure site (HTTPS)
|
|
||||||
|
|
||||||
### Content Depth
|
* Accurate, updated content
|
||||||
|
* Transparent business information
|
||||||
|
* Policies (privacy, terms)
|
||||||
|
* Secure site
|
||||||
|
|
||||||
- Comprehensive coverage of topic
|
---
|
||||||
- Answers follow-up questions
|
## 🔢 SEO Health Index & Scoring Layer (Additive)
|
||||||
- Better than top-ranking competitors
|
|
||||||
- Updated and current
|
|
||||||
|
|
||||||
### User Engagement Signals
|
### Purpose
|
||||||
|
|
||||||
- Time on page
|
The **SEO Health Index** provides a **normalized, explainable score** that summarizes overall SEO health **without replacing detailed findings**.
|
||||||
- Bounce rate in context
|
|
||||||
- Pages per session
|
It is designed to:
|
||||||
- Return visits
|
|
||||||
|
* Communicate severity at a glance
|
||||||
|
* Support prioritization
|
||||||
|
* Track improvement over time
|
||||||
|
* Avoid misleading “one-number SEO” claims
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
## Common Issues by Site Type
|
## Scoring Model Overview
|
||||||
|
|
||||||
### SaaS/Product Sites
|
### Total Score: **0–100**
|
||||||
- Product pages lack content depth
|
|
||||||
- Blog not integrated with product pages
|
|
||||||
- Missing comparison/alternative pages
|
|
||||||
- Feature pages thin on content
|
|
||||||
- No glossary/educational content
|
|
||||||
|
|
||||||
### E-commerce
|
The score is a **weighted composite**, not an average.
|
||||||
- Thin category pages
|
|
||||||
- Duplicate product descriptions
|
|
||||||
- Missing product schema
|
|
||||||
- Faceted navigation creating duplicates
|
|
||||||
- Out-of-stock pages mishandled
|
|
||||||
|
|
||||||
### Content/Blog Sites
|
| Category | Weight |
|
||||||
- Outdated content not refreshed
|
| ------------------------- | ------- |
|
||||||
- Keyword cannibalization
|
| Crawlability & Indexation | 30 |
|
||||||
- No topical clustering
|
| Technical Foundations | 25 |
|
||||||
- Poor internal linking
|
| On-Page Optimization | 20 |
|
||||||
- Missing author pages
|
| Content Quality & E-E-A-T | 15 |
|
||||||
|
| Authority & Trust Signals | 10 |
|
||||||
|
| **Total** | **100** |
|
||||||
|
|
||||||
### Local Business
|
> If a category is **out of scope**, redistribute its weight proportionally and state this explicitly.
|
||||||
- Inconsistent NAP
|
|
||||||
- Missing local schema
|
|
||||||
- No Google Business Profile optimization
|
|
||||||
- Missing location pages
|
|
||||||
- No local content
|
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
## Output Format
|
## Category Scoring Rules
|
||||||
|
|
||||||
### Audit Report Structure
|
Each category is scored **independently**, then weighted.
|
||||||
|
|
||||||
**Executive Summary**
|
### Per-Category Score: 0–100
|
||||||
- Overall health assessment
|
|
||||||
- Top 3-5 priority issues
|
|
||||||
- Quick wins identified
|
|
||||||
|
|
||||||
**Technical SEO Findings**
|
Start each category at **100** and subtract points based on issues found.
|
||||||
For each issue:
|
|
||||||
- **Issue**: What's wrong
|
|
||||||
- **Impact**: SEO impact (High/Medium/Low)
|
|
||||||
- **Evidence**: How you found it
|
|
||||||
- **Fix**: Specific recommendation
|
|
||||||
- **Priority**: 1-5 or High/Medium/Low
|
|
||||||
|
|
||||||
**On-Page SEO Findings**
|
#### Severity Deductions
|
||||||
Same format as above
|
|
||||||
|
|
||||||
**Content Findings**
|
| Issue Severity | Deduction |
|
||||||
Same format as above
|
| ------------------------------------------- | ---------- |
|
||||||
|
| Critical (blocks crawling/indexing/ranking) | −15 to −30 |
|
||||||
|
| High impact | −10 |
|
||||||
|
| Medium impact | −5 |
|
||||||
|
| Low impact / cosmetic | −1 to −3 |
|
||||||
|
|
||||||
**Prioritized Action Plan**
|
#### Confidence Modifier
|
||||||
1. Critical fixes (blocking indexation/ranking)
|
|
||||||
2. High-impact improvements
|
If confidence is **Medium**, apply **50%** of the deduction
|
||||||
3. Quick wins (easy, immediate benefit)
|
If confidence is **Low**, apply **25%** of the deduction
|
||||||
4. Long-term recommendations
|
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
## Tools Referenced
|
## Example (Category)
|
||||||
|
|
||||||
**Free Tools**
|
> Crawlability & Indexation (Weight: 30)
|
||||||
- Google Search Console (essential)
|
|
||||||
- Google PageSpeed Insights
|
|
||||||
- Bing Webmaster Tools
|
|
||||||
- Rich Results Test
|
|
||||||
- Mobile-Friendly Test
|
|
||||||
- Schema Validator
|
|
||||||
|
|
||||||
**Paid Tools** (if available)
|
* Noindex on key category pages → Critical (−25, High confidence)
|
||||||
- Screaming Frog
|
* XML sitemap includes redirected URLs → Medium (−5, Medium confidence → −2.5)
|
||||||
- Ahrefs / Semrush
|
* Missing sitemap reference in robots.txt → Low (−2)
|
||||||
- Sitebulb
|
|
||||||
- ContentKing
|
**Raw score:** 100 − 29.5 = **70.5**
|
||||||
|
**Weighted contribution:** 70.5 × 0.30 = **21.15**
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
## Questions to Ask
|
## Overall SEO Health Index
|
||||||
|
|
||||||
If you need more context:
|
### Calculation
|
||||||
1. What pages/keywords matter most?
|
|
||||||
2. Do you have Search Console access?
|
```
|
||||||
3. Any recent changes or migrations?
|
SEO Health Index =
|
||||||
4. Who are your top organic competitors?
|
Σ (Category Score × Category Weight)
|
||||||
5. What's your current organic traffic baseline?
|
```
|
||||||
|
|
||||||
|
Rounded to nearest whole number.
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
## Related Skills
|
## Health Bands (Required)
|
||||||
|
|
||||||
|
Always classify the final score into a band:
|
||||||
|
|
||||||
|
| Score Range | Health Status | Interpretation |
|
||||||
|
| ----------- | ------------- | ----------------------------------------------- |
|
||||||
|
| 90–100 | Excellent | Strong SEO foundation, minor optimizations only |
|
||||||
|
| 75–89 | Good | Solid performance with clear improvement areas |
|
||||||
|
| 60–74 | Fair | Meaningful issues limiting growth |
|
||||||
|
| 40–59 | Poor | Serious SEO constraints |
|
||||||
|
| <40 | Critical | SEO is fundamentally broken |
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## Output Requirements (Scoring Section)
|
||||||
|
|
||||||
|
Include this **after the Executive Summary**:
|
||||||
|
|
||||||
|
### SEO Health Index
|
||||||
|
|
||||||
|
* **Overall Score:** XX / 100
|
||||||
|
* **Health Status:** [Excellent / Good / Fair / Poor / Critical]
|
||||||
|
|
||||||
|
#### Category Breakdown
|
||||||
|
|
||||||
|
| Category | Score | Weight | Weighted Contribution |
|
||||||
|
| ------------------------- | ----- | ------ | --------------------- |
|
||||||
|
| Crawlability & Indexation | XX | 30 | XX |
|
||||||
|
| Technical Foundations | XX | 25 | XX |
|
||||||
|
| On-Page Optimization | XX | 20 | XX |
|
||||||
|
| Content Quality & E-E-A-T | XX | 15 | XX |
|
||||||
|
| Authority & Trust | XX | 10 | XX |
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## Interpretation Rules (Mandatory)
|
||||||
|
|
||||||
|
* The score **does not replace findings**
|
||||||
|
* Improvements must be traceable to **specific issues**
|
||||||
|
* A high score with unresolved **Critical issues is invalid** → flag inconsistency
|
||||||
|
* Always explain **what limits the score from being higher**
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## Change Tracking (Optional but Recommended)
|
||||||
|
|
||||||
|
If a previous audit exists:
|
||||||
|
|
||||||
|
* Include **score delta** (+/−)
|
||||||
|
* Attribute change to specific fixes
|
||||||
|
* Avoid celebrating score increases without validating outcomes
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## Explicit Limitations (Always State)
|
||||||
|
|
||||||
|
* Score reflects **SEO readiness**, not guaranteed rankings
|
||||||
|
* External factors (competition, algorithm updates) are not scored
|
||||||
|
* Authority score is directional, not exhaustive
|
||||||
|
|
||||||
|
### Findings Classification (Required · Scoring-Aligned)
|
||||||
|
|
||||||
|
For **every identified issue**, provide the following fields.
|
||||||
|
These fields are **mandatory** and directly inform the SEO Health Index.
|
||||||
|
|
||||||
|
* **Issue**
|
||||||
|
A concise description of what is wrong (one sentence, no solution).
|
||||||
|
|
||||||
|
* **Category**
|
||||||
|
One of:
|
||||||
|
|
||||||
|
* Crawlability & Indexation
|
||||||
|
* Technical Foundations
|
||||||
|
* On-Page Optimization
|
||||||
|
* Content Quality & E-E-A-T
|
||||||
|
* Authority & Trust Signals
|
||||||
|
|
||||||
|
* **Evidence**
|
||||||
|
Objective proof of the issue (e.g. URLs, reports, headers, crawl data, screenshots, metrics).
|
||||||
|
*Do not rely on intuition or best-practice claims.*
|
||||||
|
|
||||||
|
* **Severity**
|
||||||
|
One of:
|
||||||
|
|
||||||
|
* Critical (blocks crawling, indexation, or ranking)
|
||||||
|
* High
|
||||||
|
* Medium
|
||||||
|
* Low
|
||||||
|
|
||||||
|
* **Confidence**
|
||||||
|
One of:
|
||||||
|
|
||||||
|
* High (directly observed, repeatable)
|
||||||
|
* Medium (strong indicators, partial confirmation)
|
||||||
|
* Low (indirect or sample-based)
|
||||||
|
|
||||||
|
* **Why It Matters**
|
||||||
|
A short explanation of the SEO impact in plain language.
|
||||||
|
|
||||||
|
* **Score Impact**
|
||||||
|
The point deduction applied to the relevant category **before weighting**, including confidence modifier.
|
||||||
|
|
||||||
|
* **Recommendation**
|
||||||
|
What should be done to resolve the issue.
|
||||||
|
**Do not include implementation steps unless explicitly requested.**
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
### Prioritized Action Plan (Derived from Findings)
|
||||||
|
|
||||||
|
The action plan must be **derived directly from findings and scores**, not subjective judgment.
|
||||||
|
|
||||||
|
Group actions as follows:
|
||||||
|
|
||||||
|
1. **Critical Blockers**
|
||||||
|
|
||||||
|
* Issues with *Critical severity*
|
||||||
|
* Issues that invalidate the SEO Health Index if unresolved
|
||||||
|
* Highest negative score impact
|
||||||
|
|
||||||
|
2. **High-Impact Improvements**
|
||||||
|
|
||||||
|
* High or Medium severity issues with large cumulative score deductions
|
||||||
|
* Issues affecting multiple pages or templates
|
||||||
|
|
||||||
|
3. **Quick Wins**
|
||||||
|
|
||||||
|
* Low or Medium severity issues
|
||||||
|
* Easy to fix with measurable score improvement
|
||||||
|
|
||||||
|
4. **Longer-Term Opportunities**
|
||||||
|
|
||||||
|
* Structural or content improvements
|
||||||
|
* Items that improve resilience, depth, or authority over time
|
||||||
|
|
||||||
|
For each action group:
|
||||||
|
|
||||||
|
* Reference the **related findings**
|
||||||
|
* Explain **expected score recovery range**
|
||||||
|
* Avoid timelines unless explicitly requested
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
### Tools (Evidence Sources Only)
|
||||||
|
|
||||||
|
Tools may be referenced **only to support evidence**, never as authority by themselves.
|
||||||
|
|
||||||
|
Acceptable uses:
|
||||||
|
|
||||||
|
* Demonstrating an issue exists
|
||||||
|
* Quantifying impact
|
||||||
|
* Providing reproducible data
|
||||||
|
|
||||||
|
Examples:
|
||||||
|
|
||||||
|
* Search Console (coverage, CWV, indexing)
|
||||||
|
* PageSpeed Insights (field vs lab metrics)
|
||||||
|
* Crawlers (URL discovery, metadata validation)
|
||||||
|
* Log analysis (crawl behavior, frequency)
|
||||||
|
|
||||||
|
Rules:
|
||||||
|
|
||||||
|
* Do not rely on a single tool for conclusions
|
||||||
|
* Do not report tool “scores” without interpretation
|
||||||
|
* Always explain *what the data shows* and *why it matters*
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
### Related Skills (Non-Overlapping)
|
||||||
|
|
||||||
|
Use these skills **only after the audit is complete** and findings are accepted.
|
||||||
|
|
||||||
|
* **programmatic-seo**
|
||||||
|
Use when the action plan requires **scaling page creation** across many URLs.
|
||||||
|
|
||||||
|
* **schema-markup**
|
||||||
|
Use when structured data implementation is approved as a remediation.
|
||||||
|
|
||||||
|
* **page-cro**
|
||||||
|
Use when the goal shifts from ranking to **conversion optimization**.
|
||||||
|
|
||||||
|
* **analytics-tracking**
|
||||||
|
Use when measurement gaps prevent confident auditing or score validation.
|
||||||
|
|
||||||
- **programmatic-seo**: For building SEO pages at scale
|
|
||||||
- **schema-markup**: For implementing structured data
|
|
||||||
- **page-cro**: For optimizing pages for conversion (not just ranking)
|
|
||||||
- **analytics-tracking**: For measuring SEO performance
|
|
||||||
|
|||||||
Reference in New Issue
Block a user