Skip to content

Commit 23c470a

Browse files
committed
fixed SEO issues from ahrefs
1 parent 8260af3 commit 23c470a

File tree

13 files changed

+122
-48
lines changed

13 files changed

+122
-48
lines changed

apps/portal/src/app/chat/page.tsx

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@ import { Chat } from "@/components/AI/chat";
66
const queryClient = new QueryClient();
77

88
export default function ChatPage() {
9-
return (
10-
<QueryClientProvider client={queryClient}>
11-
<div className="m-auto flex h-[calc(100vh-4rem)] w-full flex-col overflow-hidden lg:size-[calc(100vh-8rem)]">
12-
<Chat />
13-
</div>
14-
</QueryClientProvider>
15-
);
9+
return (
10+
<QueryClientProvider client={queryClient}>
11+
<div className="m-auto flex h-[calc(100vh-4rem)] w-full flex-col overflow-hidden lg:size-[calc(100vh-8rem)]">
12+
<Chat />
13+
</div>
14+
</QueryClientProvider>
15+
);
1616
}

apps/portal/src/app/cli/build/page.mdx

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
export const metadata = createMetadata({
2+
image: {
3+
title: "thirdweb CLI reference",
4+
icon: "wallets",
5+
},
6+
title: "thirdweb CLI | Reference",
7+
description: "Learn how to use the thirdweb CLI to build smart contracts.",
8+
});
9+
110
# Build
211

312
Compile your smart contracts and detect any [extensions](/contracts/build/extensions) you have implemented.

apps/portal/src/app/cli/create/page.mdx

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
export const metadata = createMetadata({
2+
image: {
3+
title: "thirdweb CLI reference",
4+
icon: "wallets",
5+
},
6+
title: "thirdweb CLI | Reference",
7+
description: "Learn how to use the thirdweb CLI to create a new project using thirdweb templates.",
8+
});
9+
110
# Create
211

312
Create a new project with the thirdweb packages installed and configured.

apps/portal/src/app/cli/generate/page.mdx

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
export const metadata = createMetadata({
2+
image: {
3+
title: "thirdweb CLI reference",
4+
icon: "wallets",
5+
},
6+
title: "thirdweb CLI generate | Reference",
7+
description: "Learn how to use the thirdweb CLI to generate type-safe functions and events for deployed contracts.",
8+
});
9+
110
# Generate
211

312
You can generate precompiled, optimized type safe functions and events for any deployed contract using the thirdweb CLI.

apps/portal/src/app/cli/install/page.mdx

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
export const metadata = createMetadata({
2+
image: {
3+
title: "thirdweb CLI reference",
4+
icon: "wallets",
5+
},
6+
title: "thirdweb CLI install | Reference",
7+
description: "Learn how to use the thirdweb CLI to install thirdweb dependencies in your project.",
8+
});
9+
110
# Install
211

312
Install thirdweb dependencies into your project. If no path is specified, the current directory will be used.

apps/portal/src/app/cli/login/page.mdx

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,15 @@ import { Callout, DocImage } from "@doc";
22
import authImage from "./link-device-cli-auth.png";
33
import removeImage from "./revoke-access-cli-auth.png";
44

5+
export const metadata = createMetadata({
6+
image: {
7+
title: "thirdweb CLI reference",
8+
icon: "wallets",
9+
},
10+
title: "thirdweb CLI login | Reference",
11+
description: "Learn how to use the thirdweb CLI to login and link your device to your thirdweb account.",
12+
});
13+
514
# Login
615

716
<Callout variant="warning">

apps/portal/src/app/cli/logout/page.mdx

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
export const metadata = createMetadata({
2+
image: {
3+
title: "thirdweb CLI reference",
4+
icon: "wallets",
5+
},
6+
title: "thirdweb CLI logout | Reference",
7+
description: "Learn how to logout of the thirdweb CLI and revoke access from your device.",
8+
});
9+
110
# Logout
211

312
Logout of the thirdweb CLI and revoke access of this device from your thirdweb account.

apps/portal/src/app/cli/page.mdx

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
import { OpenSourceCard, Callout, InstallTabs } from "@doc";
22

3+
export const metadata = createMetadata({
4+
image: {
5+
title: "thirdweb CLI reference",
6+
icon: "wallets",
7+
},
8+
title: "thirdweb CLI | Reference",
9+
description: "Learn how to use the thirdweb CLI to create, build, and deploy web3 projects.",
10+
});
11+
312
# CLI
413

514
The CLI provides tools to create, build, and deploy projects using thirdweb tools and infrastructure. Using the CLI, you can

apps/portal/src/app/cli/upload/page.mdx

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
2+
3+
export const metadata = createMetadata({
4+
image: {
5+
title: "thirdweb CLI reference",
6+
icon: "wallets",
7+
},
8+
title: "thirdweb CLI | Reference",
9+
description: "Learn how to use the thirdweb CLI to upload files to decentralized storage.",
10+
});
11+
112
# Upload
213

314
Upload any file or directory to decentralized storage ([IPFS](/glossary/ipfs)).

apps/portal/src/app/payments/sell/page.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ export const metadata = createMetadata({
2525
icon: "payments",
2626
},
2727
title: "Sell Tokens",
28-
description: "Learn how to sell tokens with thirdweb Payments.",
28+
description: "Learn how to sell cryptocurrency tokens with thirdweb Payments.",
2929
});
3030

3131
# Sell a Specific Amount of Tokens

0 commit comments

Comments
 (0)