Skip to content

Commit 675d49f

Browse files
committed
feat: update SEO titles on lessons mdx files
1 parent 6c7a018 commit 675d49f

File tree

6 files changed

+93
-96
lines changed

6 files changed

+93
-96
lines changed

src/pages/lessons/projects/1.mdx

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

1010
<Layout
11-
title="Dapp Page"
12-
description="A page for your dapp."
11+
title="Introduction to Smart Contract Development with Solidity"
12+
description="Beginner-friendly. Create your first Solidity smart contract and learn the fundamentals of blockchain development. Checkpoint quizzes included."
1313
>
1414
<LessonHeader title="Lesson 1: Intro to Smart Contract Development" />
1515

src/pages/lessons/projects/2.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ import CliLesson from "../fundamentals/cli_lesson.mdx";
2424
import Layout from "../../../components/Layout";
2525

2626
<Layout
27-
title="Dapp Page"
28-
description="A page for your dapp."
27+
title="Crafting a Basic NFT: A Step-by-Step ERC721 Tutorial for Beginners"
28+
description="Use pro developer tools and libraries to create and host your first ERC721 NFT, for real world professional projects. Checkpoint quizzes included."
2929
>
3030
<LessonHeader title="Lesson 2: Build a Basic NFT" />
3131

src/pages/lessons/projects/3.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ import { LessonHeader } from "../../../components/mdx/LessonHeader";
2222
import Layout from "../../../components/Layout";
2323

2424
<Layout
25-
title="Dapp Page"
26-
description="A page for your dapp."
25+
title="Multi Tiered NFTs: A User-Friendly Guide to Building ERC721 Collections"
26+
description="Create your first ERC721 tiered NFT collection with an array of dev tools with probing quizzes along the way. Adapt your project for professional use cases."
2727
>
2828
<LessonHeader
2929
title="Lesson 3: Tier NFTs"

src/pages/lessons/projects/4.mdx

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

1111
<Layout
12-
title="Dapp Page"
13-
description="A page for your dapp."
12+
title="Smart Contracts: Automated Testing and Test-Driven Development (TDD)"
13+
description="Learn Test Driven Development from the best. A crucial skill for Solidity developers. A necessity in blockchain eco-systems. Your automated tests keep us safe."
1414
>
1515
<LessonHeader
1616
title="Lesson 4: Testing your TierNFT"

src/pages/lessons/projects/5.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ import { LessonHeader } from "../../../components/mdx/LessonHeader";
1010
import Layout from "../../../components/Layout";
1111

1212
<Layout
13-
title="Dapp Page"
14-
description="A page for your dapp."
13+
title="Connect your Smart Contract to a Front End Application"
14+
description="Learn to seamlessly integrate your smart contracts with a user friendly frontend interface utilising web3 libraries. With engaging quizzes along the way."
1515
>
1616
<LessonHeader title="Lesson 5: Connecting to a Frontend" />
1717

0 commit comments

Comments
 (0)