index.html

Download
html 468 lines 19.6 KB
  1<!DOCTYPE html>
  2<html lang="ko">
  3<head>
  4    <!-- κΈ°λ³Έ 메타 νƒœκ·Έ -->
  5    <meta charset="UTF-8">
  6    <meta name="viewport" content="width=device-width, initial-scale=1.0">
  7
  8    <!-- SEO 핡심 메타 νƒœκ·Έ -->
  9    <title>SEO μ΅œμ ν™” 예제 | 검색 μ—”μ§„ μ΅œμ ν™” κ°€μ΄λ“œ - WebDev Study</title>
 10    <meta name="description" content="μ›Ή 개발자λ₯Ό μœ„ν•œ SEO(검색 μ—”μ§„ μ΅œμ ν™”) μ™„λ²½ κ°€μ΄λ“œ. 메타 νƒœκ·Έ, ꡬ쑰화 데이터(JSON-LD), Open Graph, μ‹œλ§¨ν‹± HTML μ˜ˆμ œμ™€ ν•¨κ»˜ Core Web Vitals μ΅œμ ν™” 방법을 λ°°μ›Œλ³΄μ„Έμš”.">
 11    <meta name="keywords" content="SEO, 검색 μ—”μ§„ μ΅œμ ν™”, 메타 νƒœκ·Έ, JSON-LD, ꡬ쑰화 데이터, Open Graph, Core Web Vitals, μ›Ή 개발">
 12    <meta name="author" content="WebDev Study">
 13    <meta name="robots" content="index, follow">
 14
 15    <!-- Open Graph (Facebook, LinkedIn λ“±) -->
 16    <meta property="og:type" content="article">
 17    <meta property="og:title" content="SEO μ΅œμ ν™” 예제 | 검색 μ—”μ§„ μ΅œμ ν™” κ°€μ΄λ“œ">
 18    <meta property="og:description" content="μ›Ή 개발자λ₯Ό μœ„ν•œ SEO μ™„λ²½ κ°€μ΄λ“œ. 메타 νƒœκ·Έ, ꡬ쑰화 데이터, Core Web Vitals μ΅œμ ν™” 방법.">
 19    <meta property="og:image" content="https://example.com/images/seo-guide-thumbnail.jpg">
 20    <meta property="og:image:width" content="1200">
 21    <meta property="og:image:height" content="630">
 22    <meta property="og:url" content="https://example.com/seo-guide">
 23    <meta property="og:site_name" content="WebDev Study">
 24    <meta property="og:locale" content="ko_KR">
 25    <meta property="article:published_time" content="2024-01-15T09:00:00+09:00">
 26    <meta property="article:modified_time" content="2024-01-20T14:30:00+09:00">
 27    <meta property="article:author" content="https://example.com/about">
 28    <meta property="article:section" content="Web Development">
 29    <meta property="article:tag" content="SEO">
 30    <meta property="article:tag" content="Web Development">
 31
 32    <!-- Twitter Card -->
 33    <meta name="twitter:card" content="summary_large_image">
 34    <meta name="twitter:site" content="@webdevstudy">
 35    <meta name="twitter:creator" content="@webdevstudy">
 36    <meta name="twitter:title" content="SEO μ΅œμ ν™” 예제 | 검색 μ—”μ§„ μ΅œμ ν™” κ°€μ΄λ“œ">
 37    <meta name="twitter:description" content="μ›Ή 개발자λ₯Ό μœ„ν•œ SEO μ™„λ²½ κ°€μ΄λ“œ. 메타 νƒœκ·ΈλΆ€ν„° Core Web VitalsκΉŒμ§€.">
 38    <meta name="twitter:image" content="https://example.com/images/seo-guide-twitter.jpg">
 39    <meta name="twitter:image:alt" content="SEO μ΅œμ ν™” κ°€μ΄λ“œ 썸넀일 이미지">
 40
 41    <!-- ν‘œμ€€ URL (Canonical) -->
 42    <link rel="canonical" href="https://example.com/seo-guide">
 43
 44    <!-- λŒ€μ²΄ μ–Έμ–΄ 버전 (λ‹€κ΅­μ–΄ μ‚¬μ΄νŠΈμš©) -->
 45    <link rel="alternate" hreflang="en" href="https://example.com/en/seo-guide">
 46    <link rel="alternate" hreflang="ja" href="https://example.com/ja/seo-guide">
 47    <link rel="alternate" hreflang="ko" href="https://example.com/ko/seo-guide">
 48    <link rel="alternate" hreflang="x-default" href="https://example.com/seo-guide">
 49
 50    <!-- νŒŒλΉ„μ½˜ -->
 51    <link rel="icon" type="image/x-icon" href="/favicon.ico">
 52    <link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
 53    <link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
 54    <link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
 55
 56    <!-- ν”„λ¦¬λ‘œλ“œ (Core Web Vitals μ΅œμ ν™”) -->
 57    <link rel="preload" href="/fonts/main-font.woff2" as="font" type="font/woff2" crossorigin>
 58    <link rel="preconnect" href="https://fonts.googleapis.com">
 59    <link rel="dns-prefetch" href="https://www.google-analytics.com">
 60
 61    <!-- ꡬ쑰화 데이터 (JSON-LD) -->
 62    <script type="application/ld+json">
 63    {
 64        "@context": "https://schema.org",
 65        "@type": "Article",
 66        "headline": "SEO μ΅œμ ν™” 예제 | 검색 μ—”μ§„ μ΅œμ ν™” κ°€μ΄λ“œ",
 67        "description": "μ›Ή 개발자λ₯Ό μœ„ν•œ SEO μ™„λ²½ κ°€μ΄λ“œ",
 68        "image": [
 69            "https://example.com/images/seo-guide-1x1.jpg",
 70            "https://example.com/images/seo-guide-4x3.jpg",
 71            "https://example.com/images/seo-guide-16x9.jpg"
 72        ],
 73        "author": {
 74            "@type": "Person",
 75            "name": "홍길동",
 76            "url": "https://example.com/about/hong"
 77        },
 78        "publisher": {
 79            "@type": "Organization",
 80            "name": "WebDev Study",
 81            "logo": {
 82                "@type": "ImageObject",
 83                "url": "https://example.com/logo.png"
 84            }
 85        },
 86        "datePublished": "2024-01-15T09:00:00+09:00",
 87        "dateModified": "2024-01-20T14:30:00+09:00",
 88        "mainEntityOfPage": {
 89            "@type": "WebPage",
 90            "@id": "https://example.com/seo-guide"
 91        }
 92    }
 93    </script>
 94
 95    <!-- μ›Ήμ‚¬μ΄νŠΈ ꡬ쑰화 데이터 -->
 96    <script type="application/ld+json">
 97    {
 98        "@context": "https://schema.org",
 99        "@type": "WebSite",
100        "name": "WebDev Study",
101        "url": "https://example.com",
102        "potentialAction": {
103            "@type": "SearchAction",
104            "target": {
105                "@type": "EntryPoint",
106                "urlTemplate": "https://example.com/search?q={search_term_string}"
107            },
108            "query-input": "required name=search_term_string"
109        }
110    }
111    </script>
112
113    <!-- 쑰직 ꡬ쑰화 데이터 -->
114    <script type="application/ld+json">
115    {
116        "@context": "https://schema.org",
117        "@type": "Organization",
118        "name": "WebDev Study",
119        "url": "https://example.com",
120        "logo": "https://example.com/logo.png",
121        "sameAs": [
122            "https://twitter.com/webdevstudy",
123            "https://www.facebook.com/webdevstudy",
124            "https://www.linkedin.com/company/webdevstudy",
125            "https://github.com/webdevstudy"
126        ],
127        "contactPoint": {
128            "@type": "ContactPoint",
129            "telephone": "+82-2-1234-5678",
130            "contactType": "customer service",
131            "availableLanguage": ["Korean", "English"]
132        }
133    }
134    </script>
135
136    <!-- λΉ΅λΆ€μŠ€λŸ¬κΈ°(Breadcrumb) ꡬ쑰화 데이터 -->
137    <script type="application/ld+json">
138    {
139        "@context": "https://schema.org",
140        "@type": "BreadcrumbList",
141        "itemListElement": [
142            {
143                "@type": "ListItem",
144                "position": 1,
145                "name": "ν™ˆ",
146                "item": "https://example.com"
147            },
148            {
149                "@type": "ListItem",
150                "position": 2,
151                "name": "μ›Ή 개발",
152                "item": "https://example.com/web-development"
153            },
154            {
155                "@type": "ListItem",
156                "position": 3,
157                "name": "SEO κ°€μ΄λ“œ",
158                "item": "https://example.com/seo-guide"
159            }
160        ]
161    }
162    </script>
163
164    <!-- FAQ ꡬ쑰화 데이터 -->
165    <script type="application/ld+json">
166    {
167        "@context": "https://schema.org",
168        "@type": "FAQPage",
169        "mainEntity": [
170            {
171                "@type": "Question",
172                "name": "SEOλž€ λ¬΄μ—‡μΈκ°€μš”?",
173                "acceptedAnswer": {
174                    "@type": "Answer",
175                    "text": "SEO(Search Engine Optimization)λŠ” 검색 μ—”μ§„ μ΅œμ ν™”μ˜ μ•½μžλ‘œ, μ›Ήμ‚¬μ΄νŠΈκ°€ 검색 κ²°κ³Όμ—μ„œ 더 높은 μˆœμœ„λ₯Ό μ°¨μ§€ν•˜λ„λ‘ μ΅œμ ν™”ν•˜λŠ” κ³Όμ •μž…λ‹ˆλ‹€."
176                }
177            },
178            {
179                "@type": "Question",
180                "name": "메타 νƒœκ·Έκ°€ μ™œ μ€‘μš”ν•œκ°€μš”?",
181                "acceptedAnswer": {
182                    "@type": "Answer",
183                    "text": "메타 νƒœκ·ΈλŠ” 검색 엔진에 νŽ˜μ΄μ§€μ˜ λ‚΄μš©μ„ μ•Œλ €μ£Όκ³ , 검색 결과에 ν‘œμ‹œλ  제λͺ©κ³Ό μ„€λͺ…을 μ œκ³΅ν•©λ‹ˆλ‹€. μ μ ˆν•œ 메타 νƒœκ·ΈλŠ” 클릭λ₯ (CTR)을 높일 수 μžˆμŠ΅λ‹ˆλ‹€."
184                }
185            }
186        ]
187    }
188    </script>
189
190    <style>
191        * { margin: 0; padding: 0; box-sizing: border-box; }
192        body {
193            font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
194            line-height: 1.6;
195            color: #333;
196            max-width: 900px;
197            margin: 0 auto;
198            padding: 20px;
199        }
200        header { margin-bottom: 30px; }
201        h1 { font-size: 2rem; color: #1a73e8; margin-bottom: 10px; }
202        h2 { font-size: 1.5rem; color: #202124; margin: 30px 0 15px; border-bottom: 2px solid #1a73e8; padding-bottom: 5px; }
203        h3 { font-size: 1.2rem; margin: 20px 0 10px; color: #5f6368; }
204        p { margin-bottom: 15px; }
205        .breadcrumb { font-size: 0.9rem; color: #5f6368; margin-bottom: 20px; }
206        .breadcrumb a { color: #1a73e8; text-decoration: none; }
207        .breadcrumb a:hover { text-decoration: underline; }
208        .meta-info { font-size: 0.9rem; color: #5f6368; margin-bottom: 20px; }
209        pre { background: #f8f9fa; padding: 15px; border-radius: 8px; overflow-x: auto; font-size: 0.85rem; }
210        code { font-family: 'Fira Code', monospace; }
211        .tip { background: #e8f5e9; border-left: 4px solid #4caf50; padding: 15px; margin: 20px 0; border-radius: 0 8px 8px 0; }
212        .warning { background: #fff3e0; border-left: 4px solid #ff9800; padding: 15px; margin: 20px 0; border-radius: 0 8px 8px 0; }
213        table { width: 100%; border-collapse: collapse; margin: 20px 0; }
214        th, td { border: 1px solid #ddd; padding: 12px; text-align: left; }
215        th { background: #1a73e8; color: white; }
216        tr:nth-child(even) { background: #f8f9fa; }
217        .checklist { list-style: none; }
218        .checklist li { padding: 8px 0; padding-left: 30px; position: relative; }
219        .checklist li::before { content: "βœ…"; position: absolute; left: 0; }
220        footer { margin-top: 50px; padding-top: 20px; border-top: 1px solid #ddd; text-align: center; color: #5f6368; }
221        @media (max-width: 600px) {
222            h1 { font-size: 1.5rem; }
223            pre { font-size: 0.75rem; }
224        }
225    </style>
226</head>
227<body>
228    <!-- λΉ΅λΆ€μŠ€λŸ¬κΈ° λ„€λΉ„κ²Œμ΄μ…˜ -->
229    <nav aria-label="λΉ΅λΆ€μŠ€λŸ¬κΈ°" class="breadcrumb">
230        <a href="/">ν™ˆ</a> &gt;
231        <a href="/web-development">μ›Ή 개발</a> &gt;
232        <span aria-current="page">SEO κ°€μ΄λ“œ</span>
233    </nav>
234
235    <header>
236        <h1>SEO μ΅œμ ν™” 예제</h1>
237        <p class="meta-info">
238            <time datetime="2024-01-15">2024λ…„ 1μ›” 15일</time> μž‘μ„± |
239            <time datetime="2024-01-20">2024λ…„ 1μ›” 20일</time> μˆ˜μ • |
240            μž‘μ„±μž: 홍길동
241        </p>
242    </header>
243
244    <main>
245        <article>
246            <section>
247                <h2>1. 메타 νƒœκ·Έ κΈ°λ³Έ</h2>
248                <p>검색 엔진은 메타 νƒœκ·Έλ₯Ό 톡해 νŽ˜μ΄μ§€μ˜ λ‚΄μš©μ„ νŒŒμ•…ν•©λ‹ˆλ‹€. κ°€μž₯ μ€‘μš”ν•œ 메타 νƒœκ·Έλ“€μž…λ‹ˆλ‹€:</p>
249
250                <h3>ν•„μˆ˜ 메타 νƒœκ·Έ</h3>
251                <pre><code>&lt;!-- νŽ˜μ΄μ§€ 제λͺ© (50-60자 ꢌμž₯) --&gt;
252&lt;title&gt;νŽ˜μ΄μ§€ 제λͺ© | μ‚¬μ΄νŠΈ 이름&lt;/title&gt;
253
254&lt;!-- νŽ˜μ΄μ§€ μ„€λͺ… (150-160자 ꢌμž₯) --&gt;
255&lt;meta name="description" content="νŽ˜μ΄μ§€μ— λŒ€ν•œ κ°„κ²°ν•˜κ³  λ§€λ ₯적인 μ„€λͺ…..."&gt;
256
257&lt;!-- 뷰포트 (λͺ¨λ°”일 μ΅œμ ν™”) --&gt;
258&lt;meta name="viewport" content="width=device-width, initial-scale=1.0"&gt;
259
260&lt;!-- ν‘œμ€€ URL --&gt;
261&lt;link rel="canonical" href="https://example.com/page"&gt;</code></pre>
262
263                <div class="tip">
264                    <strong>πŸ’‘ 팁:</strong> title νƒœκ·ΈλŠ” 검색 κ²°κ³Όμ—μ„œ κ°€μž₯ λˆˆμ— λ„λŠ” μš”μ†Œμž…λ‹ˆλ‹€.
265                    핡심 ν‚€μ›Œλ“œλ₯Ό μ•žμͺ½μ— λ°°μΉ˜ν•˜κ³ , λΈŒλžœλ“œλͺ…은 뒀에 λΆ™μ΄μ„Έμš”.
266                </div>
267            </section>
268
269            <section>
270                <h2>2. Open Graph & Twitter Card</h2>
271                <p>μ†Œμ…œ λ―Έλ””μ–΄μ—μ„œ 곡유될 λ•Œ ν‘œμ‹œλ˜λŠ” 정보λ₯Ό μ œμ–΄ν•©λ‹ˆλ‹€.</p>
272
273                <h3>Open Graph (Facebook, LinkedIn)</h3>
274                <pre><code>&lt;meta property="og:type" content="article"&gt;
275&lt;meta property="og:title" content="νŽ˜μ΄μ§€ 제λͺ©"&gt;
276&lt;meta property="og:description" content="νŽ˜μ΄μ§€ μ„€λͺ…"&gt;
277&lt;meta property="og:image" content="https://example.com/image.jpg"&gt;
278&lt;meta property="og:url" content="https://example.com/page"&gt;</code></pre>
279
280                <h3>Twitter Card</h3>
281                <pre><code>&lt;meta name="twitter:card" content="summary_large_image"&gt;
282&lt;meta name="twitter:title" content="νŽ˜μ΄μ§€ 제λͺ©"&gt;
283&lt;meta name="twitter:description" content="νŽ˜μ΄μ§€ μ„€λͺ…"&gt;
284&lt;meta name="twitter:image" content="https://example.com/image.jpg"&gt;</code></pre>
285
286                <div class="warning">
287                    <strong>⚠️ 주의:</strong> og:imageλŠ” μ΅œμ†Œ 1200x630 ν”½μ…€ 크기λ₯Ό ꢌμž₯ν•©λ‹ˆλ‹€.
288                    λ„ˆλ¬΄ μž‘μ€ μ΄λ―Έμ§€λŠ” μ†Œμ…œ λ―Έλ””μ–΄μ—μ„œ μž˜λ¦¬κ±°λ‚˜ ν‘œμ‹œλ˜μ§€ μ•Šμ„ 수 μžˆμŠ΅λ‹ˆλ‹€.
289                </div>
290            </section>
291
292            <section>
293                <h2>3. ꡬ쑰화 데이터 (JSON-LD)</h2>
294                <p>ꡬ쑰화 데이터λ₯Ό μ‚¬μš©ν•˜λ©΄ 검색 결과에 리치 μŠ€λ‹ˆνŽ«μ΄ ν‘œμ‹œλ  수 μžˆμŠ΅λ‹ˆλ‹€.</p>
295
296                <h3>Article μŠ€ν‚€λ§ˆ</h3>
297                <pre><code>&lt;script type="application/ld+json"&gt;
298{
299    "@context": "https://schema.org",
300    "@type": "Article",
301    "headline": "기사 제λͺ©",
302    "author": {
303        "@type": "Person",
304        "name": "μž‘μ„±μž 이름"
305    },
306    "datePublished": "2024-01-15T09:00:00+09:00",
307    "image": "https://example.com/image.jpg"
308}
309&lt;/script&gt;</code></pre>
310
311                <h3>μ£Όμš” μŠ€ν‚€λ§ˆ νƒ€μž…</h3>
312                <table>
313                    <thead>
314                        <tr>
315                            <th>νƒ€μž…</th>
316                            <th>μš©λ„</th>
317                            <th>리치 μŠ€λ‹ˆνŽ«</th>
318                        </tr>
319                    </thead>
320                    <tbody>
321                        <tr>
322                            <td>Article</td>
323                            <td>λ‰΄μŠ€, λΈ”λ‘œκ·Έ κΈ€</td>
324                            <td>제λͺ©, 이미지, λ‚ μ§œ</td>
325                        </tr>
326                        <tr>
327                            <td>Product</td>
328                            <td>μƒν’ˆ νŽ˜μ΄μ§€</td>
329                            <td>가격, 평점, 재고</td>
330                        </tr>
331                        <tr>
332                            <td>Recipe</td>
333                            <td>μš”λ¦¬ λ ˆμ‹œν”Ό</td>
334                            <td>μ‘°λ¦¬μ‹œκ°„, 칼둜리, 이미지</td>
335                        </tr>
336                        <tr>
337                            <td>FAQPage</td>
338                            <td>자주 λ¬»λŠ” 질문</td>
339                            <td>질문/λ‹΅λ³€ λͺ©λ‘</td>
340                        </tr>
341                        <tr>
342                            <td>HowTo</td>
343                            <td>방법 μ•ˆλ‚΄</td>
344                            <td>단계별 μ„€λͺ…</td>
345                        </tr>
346                        <tr>
347                            <td>LocalBusiness</td>
348                            <td>μ§€μ—­ 업체</td>
349                            <td>μ£Όμ†Œ, μ˜μ—…μ‹œκ°„, μ „ν™”</td>
350                        </tr>
351                    </tbody>
352                </table>
353            </section>
354
355            <section>
356                <h2>4. μ‹œλ§¨ν‹± HTMLκ³Ό SEO</h2>
357                <p>μ˜¬λ°”λ₯Έ HTML κ΅¬μ‘°λŠ” 검색 엔진이 μ½˜ν…μΈ λ₯Ό μ΄ν•΄ν•˜λŠ” 데 도움을 μ€λ‹ˆλ‹€.</p>
358
359                <pre><code>&lt;!-- 쒋은 μ˜ˆμ‹œ --&gt;
360&lt;article&gt;
361    &lt;header&gt;
362        &lt;h1&gt;기사 제λͺ©&lt;/h1&gt;
363        &lt;time datetime="2024-01-15"&gt;2024λ…„ 1μ›” 15일&lt;/time&gt;
364    &lt;/header&gt;
365
366    &lt;section&gt;
367        &lt;h2&gt;μ„Ήμ…˜ 제λͺ©&lt;/h2&gt;
368        &lt;p&gt;μ½˜ν…μΈ ...&lt;/p&gt;
369    &lt;/section&gt;
370
371    &lt;footer&gt;
372        &lt;p&gt;μž‘μ„±μž: 홍길동&lt;/p&gt;
373    &lt;/footer&gt;
374&lt;/article&gt;
375
376&lt;!-- ν”Όν•΄μ•Ό ν•  μ˜ˆμ‹œ --&gt;
377&lt;div class="article"&gt;
378    &lt;div class="title"&gt;기사 제λͺ©&lt;/div&gt;
379    &lt;div&gt;μ½˜ν…μΈ ...&lt;/div&gt;
380&lt;/div&gt;</code></pre>
381            </section>
382
383            <section>
384                <h2>5. Core Web Vitals</h2>
385                <p>Google의 핡심 μ›Ή μ§€ν‘œλŠ” μ‚¬μš©μž κ²½ν—˜κ³Ό SEO에 직접적인 영ν–₯을 λ―ΈμΉ©λ‹ˆλ‹€.</p>
386
387                <table>
388                    <thead>
389                        <tr>
390                            <th>μ§€ν‘œ</th>
391                            <th>의미</th>
392                            <th>μ’‹μŒ</th>
393                            <th>κ°œμ„  ν•„μš”</th>
394                        </tr>
395                    </thead>
396                    <tbody>
397                        <tr>
398                            <td>LCP</td>
399                            <td>μ΅œλŒ€ μ½˜ν…μΈ ν’€ 페인트</td>
400                            <td>≀ 2.5초</td>
401                            <td>&gt; 4.0초</td>
402                        </tr>
403                        <tr>
404                            <td>INP</td>
405                            <td>λ‹€μŒ νŽ˜μΈνŠΈμ™€μ˜ μƒν˜Έμž‘μš©</td>
406                            <td>≀ 200ms</td>
407                            <td>&gt; 500ms</td>
408                        </tr>
409                        <tr>
410                            <td>CLS</td>
411                            <td>λˆ„μ  λ ˆμ΄μ•„μ›ƒ 이동</td>
412                            <td>≀ 0.1</td>
413                            <td>&gt; 0.25</td>
414                        </tr>
415                    </tbody>
416                </table>
417
418                <h3>μ΅œμ ν™” 팁</h3>
419                <pre><code>&lt;!-- LCP μ΅œμ ν™”: μ€‘μš” λ¦¬μ†ŒμŠ€ ν”„λ¦¬λ‘œλ“œ --&gt;
420&lt;link rel="preload" href="hero-image.jpg" as="image"&gt;
421
422&lt;!-- CLS λ°©μ§€: 이미지 크기 μ§€μ • --&gt;
423&lt;img src="image.jpg" width="800" height="600" alt="μ„€λͺ…"&gt;
424
425&lt;!-- 폰트 μ΅œμ ν™” --&gt;
426&lt;link rel="preload" href="font.woff2" as="font" type="font/woff2" crossorigin&gt;</code></pre>
427            </section>
428
429            <section>
430                <h2>6. SEO 체크리슀트</h2>
431                <ul class="checklist">
432                    <li>λͺ¨λ“  νŽ˜μ΄μ§€μ— κ³ μœ ν•œ titleκ³Ό description μ„€μ •</li>
433                    <li>h1 νƒœκ·ΈλŠ” νŽ˜μ΄μ§€λ‹Ή ν•˜λ‚˜λ§Œ μ‚¬μš©</li>
434                    <li>이미지에 alt 속성 μΆ”κ°€</li>
435                    <li>λͺ¨λ°”일 μΉœν™”μ μΈ λ°˜μ‘ν˜• λ””μžμΈ</li>
436                    <li>HTTPS μ‚¬μš©</li>
437                    <li>μ‚¬μ΄νŠΈλ§΅(sitemap.xml) 생성</li>
438                    <li>robots.txt μ„€μ •</li>
439                    <li>ꡬ쑰화 데이터 μΆ”κ°€</li>
440                    <li>νŽ˜μ΄μ§€ λ‘œλ”© 속도 μ΅œμ ν™”</li>
441                    <li>λ‚΄λΆ€ 링크 ꡬ쑰 μ΅œμ ν™”</li>
442                </ul>
443            </section>
444
445            <!-- FAQ μ„Ήμ…˜ (ꡬ쑰화 데이터와 λ§€μΉ­) -->
446            <section>
447                <h2>자주 λ¬»λŠ” 질문</h2>
448
449                <details>
450                    <summary><strong>SEOλž€ λ¬΄μ—‡μΈκ°€μš”?</strong></summary>
451                    <p>SEO(Search Engine Optimization)λŠ” 검색 μ—”μ§„ μ΅œμ ν™”μ˜ μ•½μžλ‘œ, μ›Ήμ‚¬μ΄νŠΈκ°€ 검색 κ²°κ³Όμ—μ„œ 더 높은 μˆœμœ„λ₯Ό μ°¨μ§€ν•˜λ„λ‘ μ΅œμ ν™”ν•˜λŠ” κ³Όμ •μž…λ‹ˆλ‹€.</p>
452                </details>
453
454                <details>
455                    <summary><strong>메타 νƒœκ·Έκ°€ μ™œ μ€‘μš”ν•œκ°€μš”?</strong></summary>
456                    <p>메타 νƒœκ·ΈλŠ” 검색 엔진에 νŽ˜μ΄μ§€μ˜ λ‚΄μš©μ„ μ•Œλ €μ£Όκ³ , 검색 결과에 ν‘œμ‹œλ  제λͺ©κ³Ό μ„€λͺ…을 μ œκ³΅ν•©λ‹ˆλ‹€. μ μ ˆν•œ 메타 νƒœκ·ΈλŠ” 클릭λ₯ (CTR)을 높일 수 μžˆμŠ΅λ‹ˆλ‹€.</p>
457                </details>
458            </section>
459        </article>
460    </main>
461
462    <footer>
463        <p>&copy; 2024 WebDev Study. All rights reserved.</p>
464        <p>SEO에 λŒ€ν•΄ 더 μ•Œμ•„λ³΄κΈ°: <a href="https://developers.google.com/search" target="_blank" rel="noopener">Google Search Central</a></p>
465    </footer>
466</body>
467</html>