@knowcode/doc-builder 1.5.23 → 1.6.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/cli.js +73 -0
- package/doc-builder.config.js +4 -0
- package/html/README.html +11 -10
- package/html/documentation-index.html +11 -10
- package/html/guides/authentication-guide.html +11 -10
- package/html/guides/claude-workflow-guide.html +8 -7
- package/html/guides/documentation-standards.html +11 -10
- package/html/guides/phosphor-icons-guide.html +11 -10
- package/html/guides/{google-site-verification-guide.html → search-engine-verification-guide.html} +146 -42
- package/html/guides/seo-guide.html +11 -10
- package/html/guides/seo-optimization-guide.html +9 -8
- package/html/guides/troubleshooting-guide.html +8 -7
- package/html/guides/windows-setup-guide.html +8 -7
- package/html/index.html +11 -10
- package/html/launch/README.html +11 -10
- package/html/launch/bubble-plugin-specification.html +11 -10
- package/html/launch/go-to-market-strategy.html +11 -10
- package/html/launch/launch-announcements.html +11 -10
- package/html/sitemap.xml +27 -21
- package/html/vercel-cli-setup-guide.html +11 -10
- package/html/vercel-first-time-setup-guide.html +12 -11
- package/package.json +1 -1
package/html/guides/{google-site-verification-guide.html → search-engine-verification-guide.html}
RENAMED
|
@@ -3,33 +3,34 @@
|
|
|
3
3
|
<head>
|
|
4
4
|
<meta charset="UTF-8">
|
|
5
5
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
6
|
-
<meta name="description" content="This guide explains how to verify your documentation site with Google Search Console using @knowcode/doc-builder.">
|
|
7
|
-
<title>
|
|
6
|
+
<meta name="description" content="This guide explains how to verify your documentation site with Google Search Console and Bing Webmaster Tools using @knowcode/doc-builder.">
|
|
7
|
+
<title>Search Engine Verification Guide | @knowcode/doc-builder</title>
|
|
8
8
|
|
|
9
9
|
<meta name="author" content="Lindsay Smith">
|
|
10
10
|
<meta name="keywords" content="documentation, markdown, static site generator, vercel, notion-style, your, verification">
|
|
11
11
|
<meta name="robots" content="index, follow">
|
|
12
|
-
<link rel="canonical" href="https://doc-builder-delta.vercel.app/guides/
|
|
12
|
+
<link rel="canonical" href="https://doc-builder-delta.vercel.app/guides/search-engine-verification-guide.html">
|
|
13
13
|
|
|
14
14
|
<!-- Open Graph / Facebook -->
|
|
15
15
|
<meta property="og:type" content="article">
|
|
16
|
-
<meta property="og:url" content="https://doc-builder-delta.vercel.app/guides/
|
|
17
|
-
<meta property="og:title" content="
|
|
18
|
-
<meta property="og:description" content="This guide explains how to verify your documentation site with Google Search Console using @knowcode/doc-builder.">
|
|
16
|
+
<meta property="og:url" content="https://doc-builder-delta.vercel.app/guides/search-engine-verification-guide.html">
|
|
17
|
+
<meta property="og:title" content="Search Engine Verification Guide | @knowcode/doc-builder">
|
|
18
|
+
<meta property="og:description" content="This guide explains how to verify your documentation site with Google Search Console and Bing Webmaster Tools using @knowcode/doc-builder.">
|
|
19
19
|
<meta property="og:image" content="https://doc-builder-delta.vercel.app/og-default.png">
|
|
20
|
-
<meta property="og:site_name" content="
|
|
20
|
+
<meta property="og:site_name" content="@knowcode/doc-builder">
|
|
21
21
|
<meta property="og:locale" content="en_US">
|
|
22
22
|
|
|
23
23
|
<!-- Twitter Card -->
|
|
24
24
|
<meta name="twitter:card" content="summary_large_image">
|
|
25
25
|
<meta name="twitter:site" content="@planbbackups">
|
|
26
26
|
<meta name="twitter:creator" content="@planbbackups">
|
|
27
|
-
<meta name="twitter:title" content="
|
|
28
|
-
<meta name="twitter:description" content="This guide explains how to verify your documentation site with Google Search Console using @knowcode/doc-builder.">
|
|
27
|
+
<meta name="twitter:title" content="Search Engine Verification Guide | @knowcode/doc-builder">
|
|
28
|
+
<meta name="twitter:description" content="This guide explains how to verify your documentation site with Google Search Console and Bing Webmaster Tools using @knowcode/doc-builder.">
|
|
29
29
|
<meta name="twitter:image" content="https://doc-builder-delta.vercel.app/og-default.png">
|
|
30
30
|
|
|
31
31
|
<!-- Custom Meta Tags -->
|
|
32
32
|
<meta name="google-site-verification" content="FtzcDTf5BQ9K5EfnGazQkgU2U4FiN3ITzM7gHwqUAqQ">
|
|
33
|
+
<meta name="msvalidate.01" content="B2D8C4C12C530D47AA962B24CAA09630">
|
|
33
34
|
|
|
34
35
|
<!-- Fonts -->
|
|
35
36
|
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=JetBrains+Mono:wght@400;500&display=swap" rel="stylesheet">
|
|
@@ -51,8 +52,8 @@
|
|
|
51
52
|
{
|
|
52
53
|
"@context": "https://schema.org",
|
|
53
54
|
"@type": "TechArticle",
|
|
54
|
-
"headline": "
|
|
55
|
-
"description": "This guide explains how to verify your documentation site with Google Search Console using @knowcode/doc-builder.",
|
|
55
|
+
"headline": "Search Engine Verification Guide",
|
|
56
|
+
"description": "This guide explains how to verify your documentation site with Google Search Console and Bing Webmaster Tools using @knowcode/doc-builder.",
|
|
56
57
|
"author": {
|
|
57
58
|
"@type": "Person",
|
|
58
59
|
"name": "Lindsay Smith"
|
|
@@ -62,11 +63,11 @@
|
|
|
62
63
|
"name": "Knowcode Ltd",
|
|
63
64
|
"url": "https://knowcode.tech"
|
|
64
65
|
},
|
|
65
|
-
"datePublished": "2025-07-
|
|
66
|
-
"dateModified": "2025-07-
|
|
66
|
+
"datePublished": "2025-07-22T21:00:00.518Z",
|
|
67
|
+
"dateModified": "2025-07-22T21:00:00.518Z",
|
|
67
68
|
"mainEntityOfPage": {
|
|
68
69
|
"@type": "WebPage",
|
|
69
|
-
"@id": "https://doc-builder-delta.vercel.app/guides/
|
|
70
|
+
"@id": "https://doc-builder-delta.vercel.app/guides/search-engine-verification-guide.html"
|
|
70
71
|
},
|
|
71
72
|
"breadcrumb": {
|
|
72
73
|
"@type": "BreadcrumbList",
|
|
@@ -74,7 +75,7 @@
|
|
|
74
75
|
{
|
|
75
76
|
"@type": "ListItem",
|
|
76
77
|
"position": 1,
|
|
77
|
-
"name": "
|
|
78
|
+
"name": "@knowcode/doc-builder",
|
|
78
79
|
"item": "https://doc-builder-delta.vercel.app"
|
|
79
80
|
},
|
|
80
81
|
{
|
|
@@ -86,8 +87,8 @@
|
|
|
86
87
|
{
|
|
87
88
|
"@type": "ListItem",
|
|
88
89
|
"position": 3,
|
|
89
|
-
"name": "
|
|
90
|
-
"item": "https://doc-builder-delta.vercel.app/guides/
|
|
90
|
+
"name": "Search Engine Verification Guide",
|
|
91
|
+
"item": "https://doc-builder-delta.vercel.app/guides/search-engine-verification-guide.html"
|
|
91
92
|
}
|
|
92
93
|
]
|
|
93
94
|
}
|
|
@@ -98,11 +99,11 @@
|
|
|
98
99
|
<!-- Header -->
|
|
99
100
|
<header class="header">
|
|
100
101
|
<div class="header-content">
|
|
101
|
-
<a href="/index.html" class="logo"
|
|
102
|
+
<a href="/index.html" class="logo">@knowcode/doc-builder</a>
|
|
102
103
|
|
|
103
104
|
<div class="header-actions">
|
|
104
105
|
<div class="deployment-info">
|
|
105
|
-
<span class="deployment-date" title="Built with doc-builder v1.5.
|
|
106
|
+
<span class="deployment-date" title="Built with doc-builder v1.5.23">Last updated: Jul 22, 2025, 09:00 PM UTC</span>
|
|
106
107
|
</div>
|
|
107
108
|
|
|
108
109
|
|
|
@@ -163,8 +164,8 @@
|
|
|
163
164
|
<a href="/guides/authentication-guide.html" class="nav-item" data-tooltip="This guide explains how to configure and use the built-in authentication feature in @knowcode/doc-builder to protect your documentation with basic..."><i class="fas fa-file-alt"></i> Authentication Guide</a>
|
|
164
165
|
<a href="/guides/claude-workflow-guide.html" class="nav-item" data-tooltip="This guide demonstrates an efficient workflow for using Claude Code with a refined CLAUDE.md file to create high-quality documentation and deploy it..."><i class="fas fa-file-alt"></i> Claude Workflow Guide</a>
|
|
165
166
|
<a href="/guides/documentation-standards.html" class="nav-item" data-tooltip="This document defines the documentation standards and conventions for the @knowcode/doc-builder project."><i class="fas fa-file-alt"></i> Documentation Standards</a>
|
|
166
|
-
<a href="/guides/google-site-verification-guide.html" class="nav-item active" data-tooltip="Google Search Console verification allows you to: Monitor your site's performance in Google Search Submit sitemaps for better indexing View search..."><i class="fas fa-file-alt"></i> Google Site Verification Guide</a>
|
|
167
167
|
<a href="/guides/phosphor-icons-guide.html" class="nav-item" data-tooltip="@knowcode/doc-builder automatically converts Unicode emojis in your markdown files to beautiful Phosphor icons in the generated HTML."><i class="fas fa-file-alt"></i> Phosphor Icons Guide</a>
|
|
168
|
+
<a href="/guides/search-engine-verification-guide.html" class="nav-item active" data-tooltip="Search engine verification provides access to powerful webmaster tools:."><i class="fas fa-file-alt"></i> Search Engine Verification Guide</a>
|
|
168
169
|
<a href="/guides/seo-guide.html" class="nav-item" data-tooltip="@knowcode/doc-builder includes comprehensive SEO (Search Engine Optimization) features to help your documentation rank better in search results and..."><i class="fas fa-file-alt"></i> Seo Guide</a>
|
|
169
170
|
<a href="/guides/seo-optimization-guide.html" class="nav-item" data-tooltip="@knowcode/doc-builder includes comprehensive SEO (Search Engine Optimization) features that automatically optimize your documentation for search..."><i class="fas fa-file-alt"></i> Seo Optimization Guide</a>
|
|
170
171
|
<a href="/guides/troubleshooting-guide.html" class="nav-item" data-tooltip="This guide helps you resolve common issues when using @knowcode/doc-builder."><i class="fas fa-file-alt"></i> Troubleshooting Guide</a>
|
|
@@ -185,10 +186,11 @@
|
|
|
185
186
|
<!-- Content Area -->
|
|
186
187
|
<main class="content">
|
|
187
188
|
<div class="content-inner">
|
|
188
|
-
<h1>
|
|
189
|
-
<p>This guide explains how to verify your documentation site with Google Search Console using @knowcode/doc-builder.</p>
|
|
189
|
+
<h1>Search Engine Verification Guide</h1>
|
|
190
|
+
<p>This guide explains how to verify your documentation site with Google Search Console and Bing Webmaster Tools using @knowcode/doc-builder.</p>
|
|
190
191
|
<h2>Overview</h2>
|
|
191
|
-
<p>
|
|
192
|
+
<p>Search engine verification provides access to powerful webmaster tools:</p>
|
|
193
|
+
<h3>Google Search Console</h3>
|
|
192
194
|
<ul>
|
|
193
195
|
<li>Monitor your site's performance in Google Search</li>
|
|
194
196
|
<li>Submit sitemaps for better indexing</li>
|
|
@@ -196,13 +198,22 @@
|
|
|
196
198
|
<li>Identify and fix crawl errors</li>
|
|
197
199
|
<li>Receive alerts about site issues</li>
|
|
198
200
|
</ul>
|
|
201
|
+
<h3>Bing Webmaster Tools</h3>
|
|
202
|
+
<ul>
|
|
203
|
+
<li>Track your site's performance in Bing and Yahoo</li>
|
|
204
|
+
<li>Submit sitemaps and monitor indexing</li>
|
|
205
|
+
<li>Analyze search keywords and backlinks</li>
|
|
206
|
+
<li>Identify SEO opportunities</li>
|
|
207
|
+
<li>Get crawl error reports</li>
|
|
208
|
+
</ul>
|
|
199
209
|
<h2>Prerequisites</h2>
|
|
200
210
|
<ul>
|
|
201
|
-
<li>@knowcode/doc-builder v1.5.
|
|
202
|
-
<li>Access to Google Search Console</li>
|
|
211
|
+
<li>@knowcode/doc-builder v1.5.23 or higher (v1.5.4+ for Google only)</li>
|
|
212
|
+
<li>Access to Google Search Console and/or Bing Webmaster Tools</li>
|
|
203
213
|
<li>A deployed documentation site</li>
|
|
204
214
|
</ul>
|
|
205
|
-
<h2>
|
|
215
|
+
<h2>Google Search Console Verification</h2>
|
|
216
|
+
<h3>Step 1: Get Your Google Verification Code</h3>
|
|
206
217
|
<ol>
|
|
207
218
|
<li>Go to <a href="https://search.google.com/search-console">Google Search Console</a></li>
|
|
208
219
|
<li>Click "Add property" and enter your documentation site URL</li>
|
|
@@ -212,19 +223,30 @@
|
|
|
212
223
|
</li>
|
|
213
224
|
<li>You only need the content value (e.g., <code>FtzcDTf5BQ9K5EfnGazQkgU2U4FiN3ITzM7gHwqUAqQ</code>)</li>
|
|
214
225
|
</ol>
|
|
215
|
-
<
|
|
216
|
-
<p>Use the doc-builder CLI to add the verification meta tag:</p>
|
|
226
|
+
<h3>Step 2: Add Google Verification</h3>
|
|
217
227
|
<pre><code class="language-bash">doc-builder google-verify YOUR_VERIFICATION_CODE
|
|
218
228
|
</code></pre>
|
|
219
229
|
<p>Example:</p>
|
|
220
230
|
<pre><code class="language-bash">doc-builder google-verify FtzcDTf5BQ9K5EfnGazQkgU2U4FiN3ITzM7gHwqUAqQ
|
|
221
231
|
</code></pre>
|
|
222
|
-
<
|
|
223
|
-
<
|
|
224
|
-
<
|
|
225
|
-
<li>
|
|
226
|
-
<li>
|
|
227
|
-
</
|
|
232
|
+
<h2>Bing Webmaster Tools Verification</h2>
|
|
233
|
+
<h3>Step 1: Get Your Bing Verification Code</h3>
|
|
234
|
+
<ol>
|
|
235
|
+
<li>Go to <a href="https://www.bing.com/webmasters">Bing Webmaster Tools</a></li>
|
|
236
|
+
<li>Sign in with your Microsoft account</li>
|
|
237
|
+
<li>Add your site URL</li>
|
|
238
|
+
<li>Choose the "HTML Meta Tag" verification method</li>
|
|
239
|
+
<li>Copy the verification code from the meta tag:<pre><code class="language-html"><meta name="msvalidate.01" content="YOUR_VERIFICATION_CODE" />
|
|
240
|
+
</code></pre>
|
|
241
|
+
</li>
|
|
242
|
+
<li>You only need the content value (e.g., <code>B2D8C4C12C530D47AA962B24CAA09630</code>)</li>
|
|
243
|
+
</ol>
|
|
244
|
+
<h3>Step 2: Add Bing Verification</h3>
|
|
245
|
+
<pre><code class="language-bash">doc-builder bing-verify YOUR_VERIFICATION_CODE
|
|
246
|
+
</code></pre>
|
|
247
|
+
<p>Example:</p>
|
|
248
|
+
<pre><code class="language-bash">doc-builder bing-verify B2D8C4C12C530D47AA962B24CAA09630
|
|
249
|
+
</code></pre>
|
|
228
250
|
<h2>Step 3: Rebuild and Deploy</h2>
|
|
229
251
|
<p>After adding the verification code, rebuild and deploy your documentation:</p>
|
|
230
252
|
<pre><code class="language-bash"># Rebuild the documentation
|
|
@@ -256,7 +278,28 @@ doc-builder deploy
|
|
|
256
278
|
};
|
|
257
279
|
</code></pre>
|
|
258
280
|
<h2>Multiple Verifications</h2>
|
|
259
|
-
<p>You can
|
|
281
|
+
<p>You can verify with multiple search engines:</p>
|
|
282
|
+
<pre><code class="language-bash"># Google verification
|
|
283
|
+
doc-builder google-verify YOUR_GOOGLE_CODE
|
|
284
|
+
|
|
285
|
+
# Bing verification
|
|
286
|
+
doc-builder bing-verify YOUR_BING_CODE
|
|
287
|
+
</code></pre>
|
|
288
|
+
<p>This creates the following configuration:</p>
|
|
289
|
+
<pre><code class="language-javascript">seo: {
|
|
290
|
+
customMetaTags: [
|
|
291
|
+
{
|
|
292
|
+
name: "google-site-verification",
|
|
293
|
+
content: "YOUR_GOOGLE_CODE"
|
|
294
|
+
},
|
|
295
|
+
{
|
|
296
|
+
name: "msvalidate.01",
|
|
297
|
+
content: "YOUR_BING_CODE"
|
|
298
|
+
}
|
|
299
|
+
]
|
|
300
|
+
}
|
|
301
|
+
</code></pre>
|
|
302
|
+
<p>You can also add other search engines manually:</p>
|
|
260
303
|
<pre><code class="language-javascript">seo: {
|
|
261
304
|
customMetaTags: [
|
|
262
305
|
{
|
|
@@ -264,19 +307,27 @@ doc-builder deploy
|
|
|
264
307
|
content: "GOOGLE_CODE"
|
|
265
308
|
},
|
|
266
309
|
{
|
|
267
|
-
name: "
|
|
310
|
+
name: "msvalidate.01",
|
|
268
311
|
content: "BING_CODE"
|
|
269
312
|
},
|
|
270
313
|
{
|
|
271
314
|
name: "yandex-verification",
|
|
272
315
|
content: "YANDEX_CODE"
|
|
316
|
+
},
|
|
317
|
+
{
|
|
318
|
+
name: "pinterest-site-verification",
|
|
319
|
+
content: "PINTEREST_CODE"
|
|
273
320
|
}
|
|
274
321
|
]
|
|
275
322
|
}
|
|
276
323
|
</code></pre>
|
|
277
|
-
<h2>Updating Verification
|
|
324
|
+
<h2>Updating Verification Codes</h2>
|
|
278
325
|
<p>To update an existing verification code, simply run the command again with the new code:</p>
|
|
279
|
-
<pre><code class="language-bash"
|
|
326
|
+
<pre><code class="language-bash"># Update Google verification
|
|
327
|
+
doc-builder google-verify NEW_GOOGLE_CODE
|
|
328
|
+
|
|
329
|
+
# Update Bing verification
|
|
330
|
+
doc-builder bing-verify NEW_BING_CODE
|
|
280
331
|
</code></pre>
|
|
281
332
|
<h2>Troubleshooting</h2>
|
|
282
333
|
<h3>Verification Failed</h3>
|
|
@@ -331,14 +382,67 @@ doc-builder deploy
|
|
|
331
382
|
<p>Your verification code is specific to your Google account and domain. It's safe to commit to your repository as it only grants access to Search Console data, not your Google account.</p>
|
|
332
383
|
<h2>Next Steps</h2>
|
|
333
384
|
<p>After verification:</p>
|
|
385
|
+
<h3>For Google Search Console:</h3>
|
|
334
386
|
<ol>
|
|
335
|
-
<li>Submit your sitemap
|
|
387
|
+
<li>Submit your sitemap at <code>/sitemap.xml</code></li>
|
|
336
388
|
<li>Set up email alerts for crawl errors</li>
|
|
337
|
-
<li>Monitor
|
|
338
|
-
<li>
|
|
389
|
+
<li>Monitor Core Web Vitals</li>
|
|
390
|
+
<li>Review mobile usability reports</li>
|
|
339
391
|
</ol>
|
|
392
|
+
<h3>For Bing Webmaster Tools:</h3>
|
|
393
|
+
<ol>
|
|
394
|
+
<li>Submit your sitemap URL</li>
|
|
395
|
+
<li>Configure crawl control settings</li>
|
|
396
|
+
<li>Use the SEO analyzer tool</li>
|
|
397
|
+
<li>Set up email notifications</li>
|
|
398
|
+
</ol>
|
|
399
|
+
<h2>Comparison: Google vs Bing</h2>
|
|
400
|
+
<table>
|
|
401
|
+
<thead>
|
|
402
|
+
<tr>
|
|
403
|
+
<th>Feature</th>
|
|
404
|
+
<th>Google Search Console</th>
|
|
405
|
+
<th>Bing Webmaster Tools</th>
|
|
406
|
+
</tr>
|
|
407
|
+
</thead>
|
|
408
|
+
<tbody><tr>
|
|
409
|
+
<td>Market Share</td>
|
|
410
|
+
<td>~92% global</td>
|
|
411
|
+
<td>~3% global (includes Yahoo)</td>
|
|
412
|
+
</tr>
|
|
413
|
+
<tr>
|
|
414
|
+
<td>Verification Methods</td>
|
|
415
|
+
<td>HTML tag, DNS, File upload, Analytics</td>
|
|
416
|
+
<td>HTML tag, XML file, DNS</td>
|
|
417
|
+
</tr>
|
|
418
|
+
<tr>
|
|
419
|
+
<td>Data Freshness</td>
|
|
420
|
+
<td>2-3 days delay</td>
|
|
421
|
+
<td>Near real-time</td>
|
|
422
|
+
</tr>
|
|
423
|
+
<tr>
|
|
424
|
+
<td>API Access</td>
|
|
425
|
+
<td>Yes</td>
|
|
426
|
+
<td>Yes</td>
|
|
427
|
+
</tr>
|
|
428
|
+
<tr>
|
|
429
|
+
<td>Mobile Testing</td>
|
|
430
|
+
<td>Yes</td>
|
|
431
|
+
<td>Limited</td>
|
|
432
|
+
</tr>
|
|
433
|
+
<tr>
|
|
434
|
+
<td>International Targeting</td>
|
|
435
|
+
<td>Yes</td>
|
|
436
|
+
<td>Yes</td>
|
|
437
|
+
</tr>
|
|
438
|
+
</tbody></table>
|
|
340
439
|
<hr>
|
|
341
|
-
<
|
|
440
|
+
<h2>Resources</h2>
|
|
441
|
+
<ul>
|
|
442
|
+
<li><a href="https://support.google.com/webmasters">Google Search Console Documentation</a></li>
|
|
443
|
+
<li><a href="https://www.bing.com/webmasters/help/">Bing Webmaster Tools Help</a></li>
|
|
444
|
+
<li><a href="/guides/seo-optimization-guide">doc-builder SEO Guide</a></li>
|
|
445
|
+
</ul>
|
|
342
446
|
|
|
343
447
|
</div>
|
|
344
448
|
</main>
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
<meta charset="UTF-8">
|
|
5
5
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
6
6
|
<meta name="description" content="@knowcode/doc-builder includes comprehensive SEO (Search Engine Optimization) features to help your documentation rank better in search results and look...">
|
|
7
|
-
<title>SEO Guide for @knowcode/doc-builder |
|
|
7
|
+
<title>SEO Guide for @knowcode/doc-builder | @knowcode/doc-builder</title>
|
|
8
8
|
|
|
9
9
|
<meta name="author" content="Lindsay Smith">
|
|
10
10
|
<meta name="keywords" content="documentation, markdown, static site generator, vercel, notion-style, seo, your">
|
|
@@ -14,22 +14,23 @@
|
|
|
14
14
|
<!-- Open Graph / Facebook -->
|
|
15
15
|
<meta property="og:type" content="article">
|
|
16
16
|
<meta property="og:url" content="https://doc-builder-delta.vercel.app/guides/seo-guide.html">
|
|
17
|
-
<meta property="og:title" content="SEO Guide for @knowcode/doc-builder |
|
|
17
|
+
<meta property="og:title" content="SEO Guide for @knowcode/doc-builder | @knowcode/doc-builder">
|
|
18
18
|
<meta property="og:description" content="@knowcode/doc-builder includes comprehensive SEO (Search Engine Optimization) features to help your documentation rank better in search results and look...">
|
|
19
19
|
<meta property="og:image" content="https://doc-builder-delta.vercel.app/og-default.png">
|
|
20
|
-
<meta property="og:site_name" content="
|
|
20
|
+
<meta property="og:site_name" content="@knowcode/doc-builder">
|
|
21
21
|
<meta property="og:locale" content="en_US">
|
|
22
22
|
|
|
23
23
|
<!-- Twitter Card -->
|
|
24
24
|
<meta name="twitter:card" content="summary_large_image">
|
|
25
25
|
<meta name="twitter:site" content="@planbbackups">
|
|
26
26
|
<meta name="twitter:creator" content="@planbbackups">
|
|
27
|
-
<meta name="twitter:title" content="SEO Guide for @knowcode/doc-builder |
|
|
27
|
+
<meta name="twitter:title" content="SEO Guide for @knowcode/doc-builder | @knowcode/doc-builder">
|
|
28
28
|
<meta name="twitter:description" content="@knowcode/doc-builder includes comprehensive SEO (Search Engine Optimization) features to help your documentation rank better in search results and look...">
|
|
29
29
|
<meta name="twitter:image" content="https://doc-builder-delta.vercel.app/og-default.png">
|
|
30
30
|
|
|
31
31
|
<!-- Custom Meta Tags -->
|
|
32
32
|
<meta name="google-site-verification" content="FtzcDTf5BQ9K5EfnGazQkgU2U4FiN3ITzM7gHwqUAqQ">
|
|
33
|
+
<meta name="msvalidate.01" content="B2D8C4C12C530D47AA962B24CAA09630">
|
|
33
34
|
|
|
34
35
|
<!-- Fonts -->
|
|
35
36
|
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=JetBrains+Mono:wght@400;500&display=swap" rel="stylesheet">
|
|
@@ -62,8 +63,8 @@
|
|
|
62
63
|
"name": "Knowcode Ltd",
|
|
63
64
|
"url": "https://knowcode.tech"
|
|
64
65
|
},
|
|
65
|
-
"datePublished": "2025-07-
|
|
66
|
-
"dateModified": "2025-07-
|
|
66
|
+
"datePublished": "2025-07-22T21:00:00.521Z",
|
|
67
|
+
"dateModified": "2025-07-22T21:00:00.521Z",
|
|
67
68
|
"mainEntityOfPage": {
|
|
68
69
|
"@type": "WebPage",
|
|
69
70
|
"@id": "https://doc-builder-delta.vercel.app/guides/seo-guide.html"
|
|
@@ -74,7 +75,7 @@
|
|
|
74
75
|
{
|
|
75
76
|
"@type": "ListItem",
|
|
76
77
|
"position": 1,
|
|
77
|
-
"name": "
|
|
78
|
+
"name": "@knowcode/doc-builder",
|
|
78
79
|
"item": "https://doc-builder-delta.vercel.app"
|
|
79
80
|
},
|
|
80
81
|
{
|
|
@@ -98,11 +99,11 @@
|
|
|
98
99
|
<!-- Header -->
|
|
99
100
|
<header class="header">
|
|
100
101
|
<div class="header-content">
|
|
101
|
-
<a href="/index.html" class="logo"
|
|
102
|
+
<a href="/index.html" class="logo">@knowcode/doc-builder</a>
|
|
102
103
|
|
|
103
104
|
<div class="header-actions">
|
|
104
105
|
<div class="deployment-info">
|
|
105
|
-
<span class="deployment-date" title="Built with doc-builder v1.5.
|
|
106
|
+
<span class="deployment-date" title="Built with doc-builder v1.5.23">Last updated: Jul 22, 2025, 09:00 PM UTC</span>
|
|
106
107
|
</div>
|
|
107
108
|
|
|
108
109
|
|
|
@@ -163,8 +164,8 @@
|
|
|
163
164
|
<a href="/guides/authentication-guide.html" class="nav-item" data-tooltip="This guide explains how to configure and use the built-in authentication feature in @knowcode/doc-builder to protect your documentation with basic..."><i class="fas fa-file-alt"></i> Authentication Guide</a>
|
|
164
165
|
<a href="/guides/claude-workflow-guide.html" class="nav-item" data-tooltip="This guide demonstrates an efficient workflow for using Claude Code with a refined CLAUDE.md file to create high-quality documentation and deploy it..."><i class="fas fa-file-alt"></i> Claude Workflow Guide</a>
|
|
165
166
|
<a href="/guides/documentation-standards.html" class="nav-item" data-tooltip="This document defines the documentation standards and conventions for the @knowcode/doc-builder project."><i class="fas fa-file-alt"></i> Documentation Standards</a>
|
|
166
|
-
<a href="/guides/google-site-verification-guide.html" class="nav-item" data-tooltip="Google Search Console verification allows you to: Monitor your site's performance in Google Search Submit sitemaps for better indexing View search..."><i class="fas fa-file-alt"></i> Google Site Verification Guide</a>
|
|
167
167
|
<a href="/guides/phosphor-icons-guide.html" class="nav-item" data-tooltip="@knowcode/doc-builder automatically converts Unicode emojis in your markdown files to beautiful Phosphor icons in the generated HTML."><i class="fas fa-file-alt"></i> Phosphor Icons Guide</a>
|
|
168
|
+
<a href="/guides/search-engine-verification-guide.html" class="nav-item" data-tooltip="Search engine verification provides access to powerful webmaster tools:."><i class="fas fa-file-alt"></i> Search Engine Verification Guide</a>
|
|
168
169
|
<a href="/guides/seo-guide.html" class="nav-item active" data-tooltip="@knowcode/doc-builder includes comprehensive SEO (Search Engine Optimization) features to help your documentation rank better in search results and..."><i class="fas fa-file-alt"></i> Seo Guide</a>
|
|
169
170
|
<a href="/guides/seo-optimization-guide.html" class="nav-item" data-tooltip="@knowcode/doc-builder includes comprehensive SEO (Search Engine Optimization) features that automatically optimize your documentation for search..."><i class="fas fa-file-alt"></i> Seo Optimization Guide</a>
|
|
170
171
|
<a href="/guides/troubleshooting-guide.html" class="nav-item" data-tooltip="This guide helps you resolve common issues when using @knowcode/doc-builder."><i class="fas fa-file-alt"></i> Troubleshooting Guide</a>
|
|
@@ -17,7 +17,7 @@
|
|
|
17
17
|
<meta property="og:title" content="SEO Optimization Guide for @knowcode/doc-builder">
|
|
18
18
|
<meta property="og:description" content="Comprehensive guide to optimizing documentation for search engines. Learn SEO best practices, use built-in features, and improve your rankings.">
|
|
19
19
|
<meta property="og:image" content="https://doc-builder-delta.vercel.app/og-default.png">
|
|
20
|
-
<meta property="og:site_name" content="
|
|
20
|
+
<meta property="og:site_name" content="@knowcode/doc-builder">
|
|
21
21
|
<meta property="og:locale" content="en_US">
|
|
22
22
|
|
|
23
23
|
<!-- Twitter Card -->
|
|
@@ -30,6 +30,7 @@
|
|
|
30
30
|
|
|
31
31
|
<!-- Custom Meta Tags -->
|
|
32
32
|
<meta name="google-site-verification" content="FtzcDTf5BQ9K5EfnGazQkgU2U4FiN3ITzM7gHwqUAqQ">
|
|
33
|
+
<meta name="msvalidate.01" content="B2D8C4C12C530D47AA962B24CAA09630">
|
|
33
34
|
|
|
34
35
|
<!-- Fonts -->
|
|
35
36
|
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=JetBrains+Mono:wght@400;500&display=swap" rel="stylesheet">
|
|
@@ -62,8 +63,8 @@
|
|
|
62
63
|
"name": "Knowcode Ltd",
|
|
63
64
|
"url": "https://knowcode.tech"
|
|
64
65
|
},
|
|
65
|
-
"datePublished": "2025-07-
|
|
66
|
-
"dateModified": "2025-07-
|
|
66
|
+
"datePublished": "2025-07-22T21:00:00.528Z",
|
|
67
|
+
"dateModified": "2025-07-22T21:00:00.528Z",
|
|
67
68
|
"mainEntityOfPage": {
|
|
68
69
|
"@type": "WebPage",
|
|
69
70
|
"@id": "https://doc-builder-delta.vercel.app/guides/seo-optimization-guide.html"
|
|
@@ -74,7 +75,7 @@
|
|
|
74
75
|
{
|
|
75
76
|
"@type": "ListItem",
|
|
76
77
|
"position": 1,
|
|
77
|
-
"name": "
|
|
78
|
+
"name": "@knowcode/doc-builder",
|
|
78
79
|
"item": "https://doc-builder-delta.vercel.app"
|
|
79
80
|
},
|
|
80
81
|
{
|
|
@@ -98,11 +99,11 @@
|
|
|
98
99
|
<!-- Header -->
|
|
99
100
|
<header class="header">
|
|
100
101
|
<div class="header-content">
|
|
101
|
-
<a href="/index.html" class="logo"
|
|
102
|
+
<a href="/index.html" class="logo">@knowcode/doc-builder</a>
|
|
102
103
|
|
|
103
104
|
<div class="header-actions">
|
|
104
105
|
<div class="deployment-info">
|
|
105
|
-
<span class="deployment-date" title="Built with doc-builder v1.5.
|
|
106
|
+
<span class="deployment-date" title="Built with doc-builder v1.5.23">Last updated: Jul 22, 2025, 09:00 PM UTC</span>
|
|
106
107
|
</div>
|
|
107
108
|
|
|
108
109
|
|
|
@@ -163,8 +164,8 @@
|
|
|
163
164
|
<a href="/guides/authentication-guide.html" class="nav-item" data-tooltip="This guide explains how to configure and use the built-in authentication feature in @knowcode/doc-builder to protect your documentation with basic..."><i class="fas fa-file-alt"></i> Authentication Guide</a>
|
|
164
165
|
<a href="/guides/claude-workflow-guide.html" class="nav-item" data-tooltip="This guide demonstrates an efficient workflow for using Claude Code with a refined CLAUDE.md file to create high-quality documentation and deploy it..."><i class="fas fa-file-alt"></i> Claude Workflow Guide</a>
|
|
165
166
|
<a href="/guides/documentation-standards.html" class="nav-item" data-tooltip="This document defines the documentation standards and conventions for the @knowcode/doc-builder project."><i class="fas fa-file-alt"></i> Documentation Standards</a>
|
|
166
|
-
<a href="/guides/google-site-verification-guide.html" class="nav-item" data-tooltip="Google Search Console verification allows you to: Monitor your site's performance in Google Search Submit sitemaps for better indexing View search..."><i class="fas fa-file-alt"></i> Google Site Verification Guide</a>
|
|
167
167
|
<a href="/guides/phosphor-icons-guide.html" class="nav-item" data-tooltip="@knowcode/doc-builder automatically converts Unicode emojis in your markdown files to beautiful Phosphor icons in the generated HTML."><i class="fas fa-file-alt"></i> Phosphor Icons Guide</a>
|
|
168
|
+
<a href="/guides/search-engine-verification-guide.html" class="nav-item" data-tooltip="Search engine verification provides access to powerful webmaster tools:."><i class="fas fa-file-alt"></i> Search Engine Verification Guide</a>
|
|
168
169
|
<a href="/guides/seo-guide.html" class="nav-item" data-tooltip="@knowcode/doc-builder includes comprehensive SEO (Search Engine Optimization) features to help your documentation rank better in search results and..."><i class="fas fa-file-alt"></i> Seo Guide</a>
|
|
169
170
|
<a href="/guides/seo-optimization-guide.html" class="nav-item active" data-tooltip="@knowcode/doc-builder includes comprehensive SEO (Search Engine Optimization) features that automatically optimize your documentation for search..."><i class="fas fa-file-alt"></i> Seo Optimization Guide</a>
|
|
170
171
|
<a href="/guides/troubleshooting-guide.html" class="nav-item" data-tooltip="This guide helps you resolve common issues when using @knowcode/doc-builder."><i class="fas fa-file-alt"></i> Troubleshooting Guide</a>
|
|
@@ -786,7 +787,7 @@ doc-builder deploy
|
|
|
786
787
|
</li>
|
|
787
788
|
</ol>
|
|
788
789
|
<hr>
|
|
789
|
-
<p>For more help, see the <a href="./
|
|
790
|
+
<p>For more help, see the <a href="./search-engine-verification-guide.md">Search Engine Verification Guide</a> or join the <a href="https://github.com/knowcode/doc-builder/discussions">doc-builder community</a>.</p>
|
|
790
791
|
|
|
791
792
|
</div>
|
|
792
793
|
</main>
|
|
@@ -17,7 +17,7 @@
|
|
|
17
17
|
<meta property="og:title" content="Troubleshooting Guide for @knowcode/doc-builder">
|
|
18
18
|
<meta property="og:description" content="This guide helps you resolve common issues when using @knowcode/doc-builder. Most problems have simple solutions, and this guide covers the most frequent ones.">
|
|
19
19
|
<meta property="og:image" content="https://doc-builder-delta.vercel.app/og-default.png">
|
|
20
|
-
<meta property="og:site_name" content="
|
|
20
|
+
<meta property="og:site_name" content="@knowcode/doc-builder">
|
|
21
21
|
<meta property="og:locale" content="en_US">
|
|
22
22
|
|
|
23
23
|
<!-- Twitter Card -->
|
|
@@ -30,6 +30,7 @@
|
|
|
30
30
|
|
|
31
31
|
<!-- Custom Meta Tags -->
|
|
32
32
|
<meta name="google-site-verification" content="FtzcDTf5BQ9K5EfnGazQkgU2U4FiN3ITzM7gHwqUAqQ">
|
|
33
|
+
<meta name="msvalidate.01" content="B2D8C4C12C530D47AA962B24CAA09630">
|
|
33
34
|
|
|
34
35
|
<!-- Fonts -->
|
|
35
36
|
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=JetBrains+Mono:wght@400;500&display=swap" rel="stylesheet">
|
|
@@ -62,8 +63,8 @@
|
|
|
62
63
|
"name": "Knowcode Ltd",
|
|
63
64
|
"url": "https://knowcode.tech"
|
|
64
65
|
},
|
|
65
|
-
"datePublished": "2025-07-
|
|
66
|
-
"dateModified": "2025-07-
|
|
66
|
+
"datePublished": "2025-07-22T21:00:00.537Z",
|
|
67
|
+
"dateModified": "2025-07-22T21:00:00.537Z",
|
|
67
68
|
"mainEntityOfPage": {
|
|
68
69
|
"@type": "WebPage",
|
|
69
70
|
"@id": "https://doc-builder-delta.vercel.app/guides/troubleshooting-guide.html"
|
|
@@ -74,7 +75,7 @@
|
|
|
74
75
|
{
|
|
75
76
|
"@type": "ListItem",
|
|
76
77
|
"position": 1,
|
|
77
|
-
"name": "
|
|
78
|
+
"name": "@knowcode/doc-builder",
|
|
78
79
|
"item": "https://doc-builder-delta.vercel.app"
|
|
79
80
|
},
|
|
80
81
|
{
|
|
@@ -98,11 +99,11 @@
|
|
|
98
99
|
<!-- Header -->
|
|
99
100
|
<header class="header">
|
|
100
101
|
<div class="header-content">
|
|
101
|
-
<a href="/index.html" class="logo"
|
|
102
|
+
<a href="/index.html" class="logo">@knowcode/doc-builder</a>
|
|
102
103
|
|
|
103
104
|
<div class="header-actions">
|
|
104
105
|
<div class="deployment-info">
|
|
105
|
-
<span class="deployment-date" title="Built with doc-builder v1.5.
|
|
106
|
+
<span class="deployment-date" title="Built with doc-builder v1.5.23">Last updated: Jul 22, 2025, 09:00 PM UTC</span>
|
|
106
107
|
</div>
|
|
107
108
|
|
|
108
109
|
|
|
@@ -163,8 +164,8 @@
|
|
|
163
164
|
<a href="/guides/authentication-guide.html" class="nav-item" data-tooltip="This guide explains how to configure and use the built-in authentication feature in @knowcode/doc-builder to protect your documentation with basic..."><i class="fas fa-file-alt"></i> Authentication Guide</a>
|
|
164
165
|
<a href="/guides/claude-workflow-guide.html" class="nav-item" data-tooltip="This guide demonstrates an efficient workflow for using Claude Code with a refined CLAUDE.md file to create high-quality documentation and deploy it..."><i class="fas fa-file-alt"></i> Claude Workflow Guide</a>
|
|
165
166
|
<a href="/guides/documentation-standards.html" class="nav-item" data-tooltip="This document defines the documentation standards and conventions for the @knowcode/doc-builder project."><i class="fas fa-file-alt"></i> Documentation Standards</a>
|
|
166
|
-
<a href="/guides/google-site-verification-guide.html" class="nav-item" data-tooltip="Google Search Console verification allows you to: Monitor your site's performance in Google Search Submit sitemaps for better indexing View search..."><i class="fas fa-file-alt"></i> Google Site Verification Guide</a>
|
|
167
167
|
<a href="/guides/phosphor-icons-guide.html" class="nav-item" data-tooltip="@knowcode/doc-builder automatically converts Unicode emojis in your markdown files to beautiful Phosphor icons in the generated HTML."><i class="fas fa-file-alt"></i> Phosphor Icons Guide</a>
|
|
168
|
+
<a href="/guides/search-engine-verification-guide.html" class="nav-item" data-tooltip="Search engine verification provides access to powerful webmaster tools:."><i class="fas fa-file-alt"></i> Search Engine Verification Guide</a>
|
|
168
169
|
<a href="/guides/seo-guide.html" class="nav-item" data-tooltip="@knowcode/doc-builder includes comprehensive SEO (Search Engine Optimization) features to help your documentation rank better in search results and..."><i class="fas fa-file-alt"></i> Seo Guide</a>
|
|
169
170
|
<a href="/guides/seo-optimization-guide.html" class="nav-item" data-tooltip="@knowcode/doc-builder includes comprehensive SEO (Search Engine Optimization) features that automatically optimize your documentation for search..."><i class="fas fa-file-alt"></i> Seo Optimization Guide</a>
|
|
170
171
|
<a href="/guides/troubleshooting-guide.html" class="nav-item active" data-tooltip="This guide helps you resolve common issues when using @knowcode/doc-builder."><i class="fas fa-file-alt"></i> Troubleshooting Guide</a>
|
|
@@ -17,7 +17,7 @@
|
|
|
17
17
|
<meta property="og:title" content="Windows Setup Guide for Claude Code & @knowcode/do...">
|
|
18
18
|
<meta property="og:description" content="This guide helps Windows users set up the complete AI-powered documentation workflow using Claude Code, @knowcode/doc-builder, and Vercel. Based on real...">
|
|
19
19
|
<meta property="og:image" content="https://doc-builder-delta.vercel.app/og-default.png">
|
|
20
|
-
<meta property="og:site_name" content="
|
|
20
|
+
<meta property="og:site_name" content="@knowcode/doc-builder">
|
|
21
21
|
<meta property="og:locale" content="en_US">
|
|
22
22
|
|
|
23
23
|
<!-- Twitter Card -->
|
|
@@ -30,6 +30,7 @@
|
|
|
30
30
|
|
|
31
31
|
<!-- Custom Meta Tags -->
|
|
32
32
|
<meta name="google-site-verification" content="FtzcDTf5BQ9K5EfnGazQkgU2U4FiN3ITzM7gHwqUAqQ">
|
|
33
|
+
<meta name="msvalidate.01" content="B2D8C4C12C530D47AA962B24CAA09630">
|
|
33
34
|
|
|
34
35
|
<!-- Fonts -->
|
|
35
36
|
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=JetBrains+Mono:wght@400;500&display=swap" rel="stylesheet">
|
|
@@ -62,8 +63,8 @@
|
|
|
62
63
|
"name": "Knowcode Ltd",
|
|
63
64
|
"url": "https://knowcode.tech"
|
|
64
65
|
},
|
|
65
|
-
"datePublished": "2025-07-
|
|
66
|
-
"dateModified": "2025-07-
|
|
66
|
+
"datePublished": "2025-07-22T21:00:00.542Z",
|
|
67
|
+
"dateModified": "2025-07-22T21:00:00.542Z",
|
|
67
68
|
"mainEntityOfPage": {
|
|
68
69
|
"@type": "WebPage",
|
|
69
70
|
"@id": "https://doc-builder-delta.vercel.app/guides/windows-setup-guide.html"
|
|
@@ -74,7 +75,7 @@
|
|
|
74
75
|
{
|
|
75
76
|
"@type": "ListItem",
|
|
76
77
|
"position": 1,
|
|
77
|
-
"name": "
|
|
78
|
+
"name": "@knowcode/doc-builder",
|
|
78
79
|
"item": "https://doc-builder-delta.vercel.app"
|
|
79
80
|
},
|
|
80
81
|
{
|
|
@@ -98,11 +99,11 @@
|
|
|
98
99
|
<!-- Header -->
|
|
99
100
|
<header class="header">
|
|
100
101
|
<div class="header-content">
|
|
101
|
-
<a href="/index.html" class="logo"
|
|
102
|
+
<a href="/index.html" class="logo">@knowcode/doc-builder</a>
|
|
102
103
|
|
|
103
104
|
<div class="header-actions">
|
|
104
105
|
<div class="deployment-info">
|
|
105
|
-
<span class="deployment-date" title="Built with doc-builder v1.5.
|
|
106
|
+
<span class="deployment-date" title="Built with doc-builder v1.5.23">Last updated: Jul 22, 2025, 09:00 PM UTC</span>
|
|
106
107
|
</div>
|
|
107
108
|
|
|
108
109
|
|
|
@@ -163,8 +164,8 @@
|
|
|
163
164
|
<a href="/guides/authentication-guide.html" class="nav-item" data-tooltip="This guide explains how to configure and use the built-in authentication feature in @knowcode/doc-builder to protect your documentation with basic..."><i class="fas fa-file-alt"></i> Authentication Guide</a>
|
|
164
165
|
<a href="/guides/claude-workflow-guide.html" class="nav-item" data-tooltip="This guide demonstrates an efficient workflow for using Claude Code with a refined CLAUDE.md file to create high-quality documentation and deploy it..."><i class="fas fa-file-alt"></i> Claude Workflow Guide</a>
|
|
165
166
|
<a href="/guides/documentation-standards.html" class="nav-item" data-tooltip="This document defines the documentation standards and conventions for the @knowcode/doc-builder project."><i class="fas fa-file-alt"></i> Documentation Standards</a>
|
|
166
|
-
<a href="/guides/google-site-verification-guide.html" class="nav-item" data-tooltip="Google Search Console verification allows you to: Monitor your site's performance in Google Search Submit sitemaps for better indexing View search..."><i class="fas fa-file-alt"></i> Google Site Verification Guide</a>
|
|
167
167
|
<a href="/guides/phosphor-icons-guide.html" class="nav-item" data-tooltip="@knowcode/doc-builder automatically converts Unicode emojis in your markdown files to beautiful Phosphor icons in the generated HTML."><i class="fas fa-file-alt"></i> Phosphor Icons Guide</a>
|
|
168
|
+
<a href="/guides/search-engine-verification-guide.html" class="nav-item" data-tooltip="Search engine verification provides access to powerful webmaster tools:."><i class="fas fa-file-alt"></i> Search Engine Verification Guide</a>
|
|
168
169
|
<a href="/guides/seo-guide.html" class="nav-item" data-tooltip="@knowcode/doc-builder includes comprehensive SEO (Search Engine Optimization) features to help your documentation rank better in search results and..."><i class="fas fa-file-alt"></i> Seo Guide</a>
|
|
169
170
|
<a href="/guides/seo-optimization-guide.html" class="nav-item" data-tooltip="@knowcode/doc-builder includes comprehensive SEO (Search Engine Optimization) features that automatically optimize your documentation for search..."><i class="fas fa-file-alt"></i> Seo Optimization Guide</a>
|
|
170
171
|
<a href="/guides/troubleshooting-guide.html" class="nav-item" data-tooltip="This guide helps you resolve common issues when using @knowcode/doc-builder."><i class="fas fa-file-alt"></i> Troubleshooting Guide</a>
|