diff --git a/components/seo/TsvToJsonSEO.tsx b/components/seo/TsvToJsonSEO.tsx
index bb893e4..ddb708d 100644
--- a/components/seo/TsvToJsonSEO.tsx
+++ b/components/seo/TsvToJsonSEO.tsx
@@ -5,16 +5,18 @@ export default function TsvToJsonSEO() {
- You can convert TSV files into JSON online with this free tool. If you
- work with APIs, data, or web apps, you can use Jam's TSV to JSON
- converter to turn tab-separated data into JSON format.
+ Quickly transform tab-separated values into structured JSON with this
+ free online tool. TSV files are widely used in spreadsheet exports,
+ database dumps, and scientific datasets — our converter handles them
+ all, preserving your data exactly as-is.
- Just paste your TSV file and get the JSON result. Built with 💜 by the
- developers at Jam, using the open-source{" "}
+ Paste your TSV content or drag and drop a .tsv file to get instant
+ JSON output. Built with 💜 by the developers at Jam, using the
+ open-source{" "}
-
diff --git a/components/utils/tools-list.ts b/components/utils/tools-list.ts
index dc0a282..36657e1 100644
--- a/components/utils/tools-list.ts
+++ b/components/utils/tools-list.ts
@@ -8,7 +8,7 @@ export const tools = [
{
title: "TSV to JSON",
description:
- "Easily convert TSV data to JSON format with our free tool. Quickest way to turn tab-separated data into a JSON format for APIs and data processing.",
+ "Transform tab-separated values into structured JSON. Ideal for spreadsheet exports, database dumps, and scientific datasets with no delimiter conflicts.",
link: "/utilities/tsv-to-json",
},
{
diff --git a/pages/utilities/tsv-to-json.tsx b/pages/utilities/tsv-to-json.tsx
index 536053b..40ee1e8 100644
--- a/pages/utilities/tsv-to-json.tsx
+++ b/pages/utilities/tsv-to-json.tsx
@@ -149,7 +149,7 @@ Bob\t35\tUK`;
@@ -157,7 +157,7 @@ Bob\t35\tUK`;