☰ 분류

SEO 기본 점검 프롬프트

E-E-A-T, Core Web Vitals, 기술 SEO, AI 콘텐츠 지침을 기준으로 SEO 작업 체크리스트와 참고 구조를 제공합니다.

분류마케팅·커머스 › 블로그
태그검토분석마케터체크리스트표
프롬프트 (영어 본문 · 답은 한국어로 옵니다)
---
name: seo-fundamentals
description: SEO fundamentals, E-E-A-T, Core Web Vitals, and 2025 Google algorithm updates
version: 1.0
priority: high
tags: [seo, marketing, google, e-e-a-t, core-web-vitals]
---

# SEO Fundamentals (2025)

## 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

| Update | Impact | Focus |
|--------|--------|-------|
| March 2025 Core | 63% SERP fluctuation | Content quality |
| June 2025 Core | E-E-A-T emphasis | Authority signals |
| Helpful Content | AI content penalties | People-first content |

## Core Web Vitals Targets

| Metric | Target | Measurement |
|--------|--------|-------------|
| **LCP** | < 2.5s | Largest Contentful Paint |
| **INP** | < 200ms | Interaction to Next Paint |
| **CLS** | < 0.1 | Cumulative 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

```javascript
// 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)

| Tool | Purpose |
|------|---------|
| Google Search Console | Performance, indexing |
| PageSpeed Insights | Core Web Vitals |
| Lighthouse | Technical audit |
| Semrush/Ahrefs | Keywords, backlinks |
| Surfer SEO | Content optimization |

---

**Last Updated:** 2025-12-30

어떤 프롬프트인가

SEO 점검 기준을 한곳에 모은 참조형 프롬프트다. 2025 업데이트와 지표 목표 수치가 포함되어 있으나, 본문 자체가 실행 지시라기보다 가이드에 가깝다.

같은 분류의 프롬프트

마일스톤 공지 작성 프롬프트
비교글 구조 짜는 프롬프트
블로그 글 CTA 배치하는 프롬프트
경험을 블로그 글로 풀어내는 프롬프트
블로그 글 FAQ 섹션 만드는 프롬프트