[site,#957,seo][s]: improves descriptions for pages

This commit is contained in:
João Demenech
2023-08-10 10:52:23 -03:00
parent 8027026399
commit ea5dade346
9 changed files with 29 additions and 29 deletions

View File

@@ -1,6 +1,6 @@
---
title: 'Creating new datasets'
description: 'Learn how to create new datasets on a data portal'
description: 'Learn how to create new datasets and an index for all datasets on a data portal built with PortalJS'
---
So far, the PortalJS app we created only has a single page displaying a dataset. Data catalogs and data portals generally showcase many different datasets.

View File

@@ -1,6 +1,6 @@
---
title: Deploying your PortalJS app
description: 'Learn to deploy PortalJS apps'
description: 'Learn how to deploy PortalJS apps to Vercel and Cloudflare'
---
Finally, let's learn how to deploy PortalJS apps to Vercel or Cloudflare Pages.

View File

@@ -1,6 +1,6 @@
---
title: Getting Started
description: 'Getting started guide and tutorial about data portal-building with PortalJS'
description: 'Getting started guide and tutorial about data portal-building with PortalJS!'
---
Welcome to the PortalJS documentation!

View File

@@ -1,6 +1,6 @@
---
title: Searching datasets
description: "Learn how to create a searchable datasets index"
description: 'Learn how to create a searchable datasets index with facets on a PortalJs data portal'
---
Typing out every link in the index page will get cumbersome eventually, and as the portal grows, finding the datasets you are looking for on the index page will become harder and harder, for that we will need search functionality.

View File

@@ -1,6 +1,6 @@
---
title: Showing metadata
description: "Learn how to display metadata on the dataset page of a data portal"
description: "Learn how to display metadata on the dataset page of a data portal built with PortalJS"
---
If you go now to `http://localhost:3000/my-awesome-dataset`, you will see that we now have two titles on the page. That's because `title` is one of the default metadata fields supported by PortalJS.