Skip to content

Commit

Permalink
fix: update product pages to have appropriate descriptions and titles
Browse files Browse the repository at this point in the history
  • Loading branch information
e-schneid committed Nov 7, 2022
1 parent 9b50cc9 commit afc4279
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 8 deletions.
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

0 comments on commit afc4279

Please sign in to comment.