Skip to content

Commit 8db7d9d

Browse files
committed
seo: add crawlable content
1 parent e3ac342 commit 8db7d9d

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

src/index.html

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
content="JSON editor, JSON formatter, JSON viewer, JSON validator, JSON repair, JSON compare, JSON schema, JSONPath, JMESPath, JSON diff, online JSON tool, JSON beautifier, JSON minifier" />
1414
<meta name="robots" content="index, follow" />
1515
<meta name="author" content="danivek" />
16+
<meta name="application-name" content="JSONLab" />
1617
<meta name="theme-color" content="#4f46e5" />
1718
<link rel="canonical" href="https://danivek.github.io/JSONLab/" />
1819

@@ -425,6 +426,27 @@ <h2>CSV Options</h2>
425426

426427
<!-- App Scripts -->
427428
<script type="module" src="js/main.js"></script>
429+
430+
<!-- Crawlable content for search engines (hidden visually, visible to bots) -->
431+
<noscript>
432+
<div style="max-width:800px;margin:2rem auto;font-family:sans-serif;padding:0 1rem;">
433+
<h1>JSONLab — Free Online JSON Editor</h1>
434+
<p>JSONLab is a free, browser-based JSON editor that requires no installation. It provides powerful tools for working with JSON data directly in your browser.</p>
435+
<h2>Features</h2>
436+
<ul>
437+
<li><strong>JSON Editor</strong> — Edit JSON with syntax highlighting and real-time error detection powered by Monaco Editor (VS Code engine).</li>
438+
<li><strong>JSON Formatter</strong> — Beautify or minify JSON with a single click.</li>
439+
<li><strong>JSON Validator</strong> — Validate JSON syntax and get precise error locations.</li>
440+
<li><strong>JSON Repair</strong> — Automatically fix common issues like trailing commas, single quotes, and unquoted keys.</li>
441+
<li><strong>JSON Compare / Diff</strong> — Compare two JSON documents side by side and see a detailed change summary.</li>
442+
<li><strong>JSON Query</strong> — Query JSON using JSONPath Plus, JMESPath, or JSON Query language.</li>
443+
<li><strong>JSON Schema Validation</strong> — Validate a JSON payload against a JSON Schema and generate schemas automatically.</li>
444+
<li><strong>Tree &amp; Table View</strong> — Explore JSON in a collapsible tree or a spreadsheet-like table.</li>
445+
<li><strong>Import &amp; Export</strong> — Load JSON from files, URLs, or CSV. Export results as .json files.</li>
446+
</ul>
447+
<p>JSONLab works entirely in your browser — your data never leaves your machine.</p>
448+
</div>
449+
</noscript>
428450
</body>
429451

430452
</html>

0 commit comments

Comments
 (0)