Skip to content

Commit 539bc76

Browse files
docs: improve SEO titles and descriptions for scaffold-hbar, ATS, EVM pages (#684)
Signed-off-by: krystal <56278409+theekrystallee@users.noreply.github.com>
1 parent 132b38c commit 539bc76

8 files changed

Lines changed: 14 additions & 10 deletions

File tree

evm/development/accounts.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: "Account Model for EVM Developers"
3-
description: "How Hedera accounts work in EVM context: every EVM address maps to a native account entity with an Account ID. Covers hollow accounts, long-zero accounts, completion, and token association behavior."
3+
description: "How Hedera accounts work in EVM contexts: EVM addresses map to native account entities, covering hollow accounts, long-zero accounts, and token association."
44
---
55

66
On Hedera, every active EVM address corresponds to a registered account entity with a native **Account ID** (e.g., `0.0.1234`). Unlike Ethereum, where any address can exist implicitly without ever being registered, a Hedera account entity is only created when HBAR or tokens are first sent to an address, or when an account is explicitly created. Understanding this model is important when building dApps that interact with users holding different account types.

evm/quickstart/get-test-hbar.mdx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
2-
title: "Hedera Testnet Faucet"
2+
title: "Hedera Testnet Faucet"
3+
description: "Get testnet HBAR using the Hedera Portal or faucet: fund an EVM wallet address instantly or create a portal account with a stable Account ID and keys."
34
---
45

56
There are two ways to get testnet HBAR:

solutions/index.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
title: "Open-Source Solutions"
3-
description: "Open-source studios and toolkits for tokenization, AI agents, governance, sustainability, and developer tooling on Hedera."
2+
title: "Open-source Hedera solutions: studios and toolkits"
3+
description: "Browse open-source Hedera studios and toolkits for tokenization, AI agents, DAO governance, sustainability, and developer tooling like Scaffold HBAR."
44
mode: wide
55
---
66

solutions/tokenization/ats/faq.mdx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
2-
title: "Frequently Asked Questions (FAQs)"
2+
title: "Asset Tokenization Studio FAQs: features, roles, compliance"
3+
description: "Answers to common questions about Asset Tokenization Studio: source code access, supported assets, roles, compliance, and Hedera integration."
34
---
45

56
<AccordionGroup>

solutions/tokenization/ats/index.mdx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
2-
title: Asset Tokenization Studio
2+
title: "Asset Tokenization Studio: tokenize RWAs on Hedera"
3+
description: "Open-source Hedera platform for tokenizing real-world assets—stocks, bonds, real estate—into compliant digital securities under SEC Reg D and Reg S."
34
---
45

56
## Introduction to Asset Tokenization

solutions/tokenization/ats/web-ui.mdx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
2-
title: "Web User Interface (UI)"
2+
title: "Asset Tokenization Studio web UI: issue and manage assets"
3+
description: "Use the Asset Tokenization Studio web UI to tokenize real-world assets, assign roles, run corporate actions, and enforce regulatory compliance on Hedera."
34
---
45

56

solutions/tools/scaffold-hbar/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: "Scaffold HBAR"
2+
title: "Scaffold HBAR: CLI for bootstrapping Hedera dApps"
33
description: "Scaffold Hedera dApps from the command line. Pick a template, frontend, and Solidity framework—then get a runnable project in one step."
44
---
55

solutions/tools/scaffold-hbar/scaffold-ui.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
title: "Scaffold UI"
3-
description: "Shared React components, hooks, and an MCP server for building Hedera dApps with AI-assisted development."
2+
title: "Scaffold UI: React components and hooks for Hedera dApps"
3+
description: "Shared React components, hooks, debug UI, and an MCP server for building Hedera and EVM-compatible dApps with AI-assisted development."
44
---
55

66
## Overview

0 commit comments

Comments
 (0)