Skip to content

Commit 5b358fe

Browse files
committed
Add SEO block
1 parent 8c1bc9a commit 5b358fe

2 files changed

Lines changed: 18 additions & 0 deletions

File tree

src/pages/guides/farcaster-mpc-core-kit-web.mdx

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,15 @@ communityPortalTopicId:
1010
pinned: false
1111
---
1212

13+
import SEO from "@site/src/components/SEO";
14+
15+
<SEO
16+
title="Integrate Sign In with Farcaster with Web3Auth MPC CoreKit Web SDK"
17+
description="Learn how to use Sign In with Farcaster with Web3Auth MPC CoreKit Web SDK"
18+
image="https://web3auth.io/docs/guides/banners/farcaster-mpc-ck-web.png"
19+
slug="/guides/farcaster-mpc-core-kit-web"
20+
/>
21+
1322
### Prerequisites:
1423

1524
- Basic understanding of React and Next.js

src/pages/guides/farcaster-sfa-web.mdx

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,15 @@ communityPortalTopicId:
1010
pinned: false
1111
---
1212

13+
import SEO from "@site/src/components/SEO";
14+
15+
<SEO
16+
title="Integrate Sign In with Farcaster with Web3Auth SFA Web SDK"
17+
description="Learn how to use Sign In with Farcaster with Web3Auth SFA Web SDK"
18+
image="https://web3auth.io/docs/guides/banners/farcaster-sfa-web.png"
19+
slug="/guides/farcaster-sfa-web"
20+
/>
21+
1322
### Prerequisites:
1423

1524
- Basic understanding of React and Next.js

0 commit comments

Comments
 (0)