diff --git a/public/logos/paraswap.png b/public/logos/paraswap.png
new file mode 100644
index 00000000..849a29f7
Binary files /dev/null and b/public/logos/paraswap.png differ
diff --git a/src/components/bench-infobox.tsx b/src/components/bench-infobox.tsx
index d1f45286..ded243d5 100644
--- a/src/components/bench-infobox.tsx
+++ b/src/components/bench-infobox.tsx
@@ -42,6 +42,21 @@ export function BenchInfobox({ benchmark }: { benchmark: Benchmark }) {
itemScope
itemType="https://schema.org/Dataset"
>
+ {/* Required Dataset microdata fields not surfaced in the visible
+ key/value grid below. Google parses the microdata alongside
+ the JSON-LD block and validates each Dataset in isolation, so
+ the microdata Dataset needs name/description/creator or it
+ flags "Unnamed item, missing name/description" (Rich Results
+ Test 2026-07-25 on ws-head-latency-* + xstocks-peg). Hidden
+ lets the microdata graph stay complete without adding
+ duplicate visible text to the human infobox. */}
+
+
+
+
+
+
+
= {
"EVM DEX aggregator by Kyber Network. Pathfinder routes across 420+ liquidity sources on 17+ EVM chains, splitting trades atomically for best net output after gas.",
twitter: "@KyberNetwork",
},
+ paraswap: {
+ url: "https://www.paraswap.xyz",
+ description:
+ "DEX aggregator and DeFi middleware layer. The Augustus Router splits orders across AMMs, PMMs, and direct pools on 10+ EVM chains to minimize price impact and gas costs. Also offers a developer SDK for integrating best-execution routing into dApps and wallets.",
+ twitter: "@paraswap",
+ longDescription:
+ "ParaSwap aggregates liquidity from Uniswap, Curve, Balancer, AAVE, and dozens of other AMMs and market makers via its Augustus Router. Trades are split across multiple paths atomically, selecting the combination that maximises net output after gas. ParaSwap also runs a delta trading layer — a private RFQ network where professional market makers post competitive quotes for large orders, bypassing on-chain pools entirely. The SDK and API are used by Ledger Live, Safe, and other wallets as the routing engine behind their swap UI.",
+ docs: "https://developers.paraswap.network",
+ },
bebop: {
url: "https://bebop.xyz",
description:
diff --git a/src/lib/logo-manifest.ts b/src/lib/logo-manifest.ts
index 9bda43b9..0ad8ae17 100644
--- a/src/lib/logo-manifest.ts
+++ b/src/lib/logo-manifest.ts
@@ -80,6 +80,7 @@ const RAW: Record = {
other: "/logos/other.svg",
bebop: "/logos/bebop.svg",
kyberswap: "/logos/kyberswap.svg",
+ paraswap: "/logos/paraswap.png",
relay: "/logos/relay.svg",
lifi: "/logos/lifi.png",
geckoterminal: "/logos/geckoterminal.png",