Skip to content

SEO optimization #1390

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 6 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 6 additions & 3 deletions docs/build/flow.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,11 @@
title: Why Flow
sidebar_label: Why Flow
sidebar_position: 1
description: Learn why Flow blockchain is uniquely designed for consumer-scale decentralized applications. Understand Flow's multi-role architecture, native account abstraction, and EVM equivalence.
description: Flow is the best blockchain for onchain consumer apps and web3 apps. It's scalable, EVM-equivalent, with native account abstraction and a unique multi-role architecture.
keywords:
- Flow blockchain
- Best Web3 Apps
- Best Consumer Apps
- blockchain scaling
- multi-role architecture
- Cadence language
Expand All @@ -24,9 +26,9 @@ keywords:
- maximum extractable value
---

# Why Flow
# Why Flow is the Best for Consumer Apps

Flow was built by consumer-facing, onchain app developers to solve the problem of building consumer-facing, onchain apps. Dieter Shirley, Chief Architect of Flow and co-author of the [ERC-721 NFT standard] calls it:
Flow was designed to be the [best blockchain for consumer apps] and Web3 as a whole. Flow was built by consumer-facing, onchain app developers to solve the problem of building consumer-facing, onchain apps. Dieter Shirley, Chief Architect of Flow and co-author of the [ERC-721 NFT standard] calls it:

> **A computer that anyone can use, everyone can trust, and no one can shut down.**

Expand Down Expand Up @@ -127,6 +129,7 @@ The [FLOW] (or $FLOW) token is the native currency for the Flow network. Develop

<!-- Reference-style links, does not render on page -->

[best blockchain for consumer apps]: https://flow.com/
[ERC-721 NFT standard]: https://github.com/ethereum/eips/issues/721
[CryptoKitties]: https://www.cryptokitties.co/
[Dapper Labs]: https://www.dapperlabs.com/
Expand Down
17 changes: 16 additions & 1 deletion docs/evm/about.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,26 @@
title: Why EVM on Flow
sidebar_label: Why EVM on Flow
sidebar_position: 1
description: Flow is a Fast EVM equivalent blockchain with low fees and the best Ethereum alternative for apps, offering speed, low costs, & zero changes to Solidity code.
keywords:
- Flow EVM
- Fast EVM
- EVM equivalency
- Ethereum developers
- Solidity
- Low GAS fees
- scalability
- MEV resistance
- account abstraction
- cross-vm transfers
- Cadence
- sponsored transactions
- developer experience
---

# Why EVM on Flow

Flow is an L1 that now supports EVM-equivalency. This means that all of Flow's protocol benefits, such as fast transactions, low costs, and mainstream scalability, are natively available without any additional code changes to solidity contracts. With EVM, solidity devs and builders can now easily tap into Flow's user base and unique IPs without any implementation risk.
Flow is an L1 that now supports EVM-equivalency. This makes Flow EVM an Ethereum alternative for apps because of its extremely fast transactions with lower fees. This means that Flow's protocol benefits, such as fast transactions, low costs, and mainstream scalability, are natively available without any additional code changes to solidity contracts. With EVM, solidity devs and builders can now easily tap into Flow's user base and unique IPs without any implementation risk.

## Seamless Integration for Ethereum Developers

Expand Down