Skip to content

Commit b136e00

Browse files
SEO fixes for SDK and Wallet API (#2035)
1 parent 0d70bf4 commit b136e00

28 files changed

+30
-37
lines changed

sdk/guides/advanced/connect-and-sign.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
description: Connect and sign using MetaMask SDK, either with Wagmi or Vanilla JavaScript.
2+
description: Connect and sign with the SDK in your Wagmi or Vanilla JavaScript dapp.
33
---
44

55
# Connect and sign

sdk/guides/authenticate-users.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
description: Authenticate users
2+
description: Authenticate users with the SDK in your Wagmi or Vanilla JavaScript dapp.
33
toc_max_heading_level: 2
44
---
55

sdk/guides/handle-transactions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
description: Handle transactions
2+
description: Handle transactions with the SDK in your Wagmi or Vanilla JavaScript dapp.
33
toc_max_heading_level: 2
44
---
55

sdk/guides/interact-with-contracts.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
description: Interact with contracts
2+
description: Interact with contracts with the SDK in your Wagmi or Vanilla JavaScript dapp.
33
sidebar_label: Interact with contracts
44
toc_max_heading_level: 2
55
---

sdk/guides/manage-networks.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
description: Manage networks
2+
description: Manage networks with the SDK in your Wagmi or Vanilla JavaScript dapp.
33
toc_max_heading_level: 2
44
---
55

sdk/introduction/llm-prompt.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
description: LLM Prompt
2+
description: Context about MetaMask SDK that can be provided to an LLM.
33
---
44

55
# LLM prompt

sdk/introduction/supported-networks.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
description: Supported networks
2+
description: Supported EVM networks for MetaMask SDK.
33
---
44

55
# Supported networks

sdk/introduction/supported-platforms.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
description: Supported platforms
2+
description: Supported dapp platforms for MetaMask SDK.
33
---
44

55
# Supported platforms

sdk/introduction/welcome.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
slug: /
3-
title: Welcome
3+
sidebar_label: Welcome
4+
description: Introduction page for MetaMask SDK documentation.
45
---
56

67
# Build onchain dapps with MetaMask SDK

sdk/quickstart/javascript-dynamic.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
sidebar_label: Dynamic SDK integration
3-
description: MetaMask + Dynamic SDK Integration
3+
description: Quickstart guide for using MetaMask SDK and Dynamic SDK.
44
toc_max_heading_level: 2
55
---
66

0 commit comments

Comments
 (0)