Brandedflow seo-fundamentals

SEO fundamentals, E-E-A-T, Core Web Vitals, and 2025 Google algorithm updates

install
source · Clone the upstream repo
git clone https://github.com/JenCW/brandedflow
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/JenCW/brandedflow "$T" && mkdir -p ~/.claude/skills && cp -r "$T/.cursor/skills/seo-fundamentals" ~/.claude/skills/jencw-brandedflow-seo-fundamentals-c972d7 && rm -rf "$T"
manifest: .cursor/skills/seo-fundamentals/SKILL.md
source content

SEO Fundamentals (2025)

Use this skill when the user asks for SEO guidance, on-page optimization, Core Web Vitals, E-E-A-T, technical SEO, meta tags, structured data, or content format for search. Apply the checklist and targets below to any website or content task.

Core Framework: E-E-A-T

Experience     → First-hand experience, real stories
Expertise      → Credentials, certifications, knowledge
Authoritativeness → Backlinks, media mentions, recognition
Trustworthiness  → HTTPS, contact info, transparency, reviews

2025 Algorithm Updates

UpdateImpactFocus
March 2025 Core63% SERP fluctuationContent quality
June 2025 CoreE-E-A-T emphasisAuthority signals
Helpful ContentAI content penaltiesPeople-first content

Core Web Vitals Targets

MetricTargetMeasurement
LCP< 2.5sLargest Contentful Paint
INP< 200msInteraction to Next Paint
CLS< 0.1Cumulative Layout Shift

Technical SEO Checklist

Site Structure:
☐ XML sitemap submitted
☐ robots.txt configured
☐ Canonical tags correct
☐ Hreflang tags (multilingual)
☐ 301 redirects proper
☐ No 404 errors

Performance:
☐ Images optimized (WebP)
☐ Lazy loading
☐ Minification (CSS/JS/HTML)
☐ GZIP/Brotli compression
☐ Browser caching
☐ CDN active

Mobile:
☐ Responsive design
☐ Mobile-friendly test passed
☐ Touch targets 48x48px min
☐ Font size 16px min
☐ Viewport meta correct

Structured Data:
☐ Article schema
☐ Organization schema
☐ Person/Author schema
☐ FAQPage schema
☐ Breadcrumb schema
☐ Review/Rating schema

AI Content Guidelines

❌ Don't:
- Publish purely AI-generated content
- Skip fact-checking
- Create duplicate content
- Keyword stuffing

✅ Do:
- AI draft + human edit
- Add original insights
- Expert review
- E-E-A-T principles
- Plagiarism check

Content Format for SEO Success

Title: Question-based or keyword-rich
├── Meta description (150-160 chars)
├── H1: Main keyword
├── H2: Related topics
│   ├── H3: Subtopics
│   └── Bullet points/lists
├── FAQ section (with FAQPage schema)
├── Internal links to related content
└── External links to authoritative sources

Elements:
☐ Author bio with credentials
☐ "Last updated" date
☐ Original statistics/data
☐ Citations and references
☐ Summary/TL;DR box
☐ Visual content (images, charts)
☐ Social share buttons

Quick Reference

// Essential meta tags
<meta name="description" content="...">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="canonical" href="https://example.com/page">

// Open Graph for social
<meta property="og:title" content="...">
<meta property="og:description" content="...">
<meta property="og:image" content="...">

// Schema markup example
<script type="application/ld+json">
{
  "@context": "https://schema.org",
  "@type": "Article",
  "headline": "...",
  "author": { "@type": "Person", "name": "..." },
  "datePublished": "2025-12-30",
  "dateModified": "2025-12-30"
}
</script>

SEO Tools (2025)

ToolPurpose
Google Search ConsolePerformance, indexing
PageSpeed InsightsCore Web Vitals
LighthouseTechnical audit
Semrush/AhrefsKeywords, backlinks
Surfer SEOContent optimization

Directive Check (Workspace Rules)

When doing SEO work in this workspace:

  • Directive:
    systems/doe-engine/directives/seo-fundamentals.md
    — read and follow for process.
  • Run directive check; report "DIRECTIVE FOUND: seo-fundamentals.md" or "NO DIRECTIVE FOUND."
  • Align with
    master-website-directive.md
    for website builds (SEO is a non-negotiable there).

Last Updated: 2025-12-30