Skip to content

Commit 062fea9

Browse files
committed
Improve SEO
1 parent 4658f13 commit 062fea9

File tree

7 files changed

+35
-0
lines changed

7 files changed

+35
-0
lines changed

content/cosmos-sdk/index.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
title: 'Cosmos SDK (Deprecated)'
33
description: 'Cosmos SDK and CosmWasm functionality on Sei is deprecated in favor of EVM-only per SIP-3.'
4+
keywords: ['Cosmos SDK', 'CosmWasm', 'Sei', 'SIP-3', 'deprecated', 'EVM migration', 'blockchain']
45
noindex: true
56
canonical: /evm
67
date: 2024-01-01

content/cosmos-sdk/multi-sig-accounts.mdx

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
---
2+
title: 'Multi-Sig Accounts'
3+
description: 'Set up multi-signature accounts on Sei for enhanced transaction security requiring multiple approvals.'
4+
keywords: ['multi-sig', 'multi-signature', 'Cosmos SDK', 'Sei', 'seid', 'transaction signing', 'security', 'wallet']
5+
noindex: true
6+
---
7+
18
import { Callout } from 'nextra/components';
29

310
# Multi-Sig accounts

content/cosmos-sdk/networks.mdx

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
---
2+
title: 'Cosmos-SDK Sei Networks'
3+
description: 'Network configuration and chain information for Cosmos SDK on Sei.'
4+
keywords: ['Cosmos SDK', 'Sei networks', 'chain ID', 'RPC endpoints', 'testnet', 'mainnet', 'pacific-1', 'atlantic-2']
5+
noindex: true
6+
---
7+
18
import { ChainInformation } from '../../src/components';
29

310
# Cosmos-SDK Sei Networks

content/cosmos-sdk/transactions.mdx

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
---
2+
title: 'Cosmos Transactions'
3+
description: 'Structure and signing of Cosmos SDK transactions on Sei including message types and authentication.'
4+
keywords: ['Cosmos transactions', 'Cosmos SDK', 'Sei', 'seid', 'transaction signing', 'MsgSend', 'blockchain']
5+
noindex: true
6+
---
7+
18
import { Tabs } from 'nextra/components';
29
import { PropertyInfo } from '../../src/components';
310
import { SyntaxHighlighter } from '../../src/components/SyntaxHighlighter';

content/evm/usdc-on-sei.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
---
2+
title: 'USDC on Sei'
3+
description: 'Guide to integrating USDC stablecoin on Sei using Viem and Node.js for transfers and balance checks.'
4+
keywords: ['USDC', 'Sei', 'Circle', 'stablecoin', 'ERC-20', 'Viem', 'payments', 'token transfer', 'web3', 'cryptocurrency']
5+
---
6+
17
# USDC on Sei (Developers)
28

39
## Addresses and Decimals

content/evm/x402.mdx

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
---
2+
title: 'x402 Protocol on Sei'
3+
description: 'Implement HTTP micropayments on Sei using the x402 protocol for API monetization and digital services.'
4+
keywords: ['x402', 'micropayments', 'HTTP 402', 'API monetization', 'Sei', 'payments', 'blockchain payments', 'USDC', 'web3 payments', 'AxiomKit']
5+
---
6+
17
# x402 Protocol on Sei
28

39
x402 Protocol brings HTTP micro payments to Sei, enabling you to monetize APIs, premium content, and digital services with instant, low-cost payments. Whether you're building AI APIs, data feeds, or premium content platforms, x402 makes it simple to add payment gates to any HTTP endpoint.

content/index.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
title: 'Home'
33
description: 'Sei documentation: guides, references, and tutorials for building on the Sei EVM and ecosystem.'
4+
keywords: ['Sei', 'EVM', 'blockchain', 'smart contracts', 'Solidity', 'parallelized EVM', 'documentation', 'web3', 'dApps']
45
image: /assets/docs-banner.png
56
date: 2024-01-01
67
updated: 2025-10-06

0 commit comments

Comments
 (0)