Skip to content

Commit 7773888

Browse files
committed
feat: add SEO friendly title and description in Layout element
1 parent a391dbe commit 7773888

File tree

1 file changed

+2
-3
lines changed
  • src/pages/lessons/projects

1 file changed

+2
-3
lines changed

src/pages/lessons/projects/6.mdx

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,8 @@ import Layout from "../../../components/Layout";
1717
import { LessonHeader } from "../../../components/mdx/LessonHeader";
1818

1919
<Layout
20-
title="Your own Token with Foundry"
21-
description="Create and deploy an ERC-20 Token (UNI, MKR, DAI, etc.) using the Foundry
22-
toolkit."
20+
title="Your own ERC-20 Token: A Step-by-Step Guide using Foundry"
21+
description="Foundry demystified: ERC-20 token creation for beginners. Probing quizzes throughout. Grasp the fundamentals and empower yourself to build and customize"
2322
>
2423
<LessonHeader
2524
title="Create your own Tokens using Foundry"

0 commit comments

Comments
 (0)