Skip to content
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

fix: update product pages to have appropriate descriptions and titles #2085

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
5 changes: 2 additions & 3 deletions packages/website/pages/products/w3link/index.js
Expand Up @@ -23,9 +23,8 @@ export function getStaticProps() {
const crumbs = GeneralPageData.breadcrumbs;
return {
props: {
title: 'About - Web3 Storage - Simple file storage with IPFS & Filecoin',
description:
'About web3.storage: the easiest way to store data on the decentralized web. Giving developers the power of Filecoin distributed storage and content addressing via a simple HTTP API and handy client libraries.',
title: 'Products - w3link - Fast IPFS HTTP gateway',
description: 'HTTP gateway for lightning fast reads from the IPFS network.',
breadcrumbs: [crumbs.index, crumbs.w3link],
},
};
Expand Down
5 changes: 2 additions & 3 deletions packages/website/pages/products/w3name/index.js
Expand Up @@ -23,9 +23,8 @@ export function getStaticProps() {
const crumbs = GeneralPageData.breadcrumbs;
return {
props: {
title: 'About - Web3 Storage - Simple file storage with IPFS & Filecoin',
description:
'About web3.storage: the easiest way to store data on the decentralized web. Giving developers the power of Filecoin distributed storage and content addressing via a simple HTTP API and handy client libraries.',
title: 'Products - w3name - Mutable pointers to an immutable web',
description: 'Cryptographically signed mutable pointers using IPNS. Content addressing for a dynamic web.',
breadcrumbs: [crumbs.index, crumbs.w3name],
},
};
Expand Down
4 changes: 2 additions & 2 deletions packages/website/pages/products/web3storage/index.js
Expand Up @@ -40,9 +40,9 @@ export function getStaticProps() {
const crumbs = GeneralPageData.breadcrumbs;
return {
props: {
title: 'About - Web3 Storage - Simple file storage with IPFS & Filecoin',
title: 'Products - web3.storage - Easy-to-use decentralized storage',
description:
'About web3.storage: the easiest way to store data on the decentralized web. Giving developers the power of Filecoin distributed storage and content addressing via a simple HTTP API and handy client libraries.',
'The easiest way to store data on the decentralized web, with data available over the IPFS network and secured in Filecoin deals',
breadcrumbs: [crumbs.index, crumbs.web3storage],
},
};
Expand Down