diff --git a/content/04-postgresql/03-5-ways-to-host-postgresql.mdx b/content/04-postgresql/03-5-ways-to-host-postgresql.mdx
index 00919f00..bff3a393 100644
--- a/content/04-postgresql/03-5-ways-to-host-postgresql.mdx
+++ b/content/04-postgresql/03-5-ways-to-host-postgresql.mdx
@@ -211,7 +211,7 @@ An alternative to purchasing databases directly from your cloud provider, you ca
| **Management complexity** | Low |
| **Additional notes** | Third party managed databases have many of
the same benefits as cloud provided databases.
However, by managing your databases through
a third party, you can decouple the database
management from the underlying cloud provider.
This can make it easier to migrate to a different
host in the future and can sometimes allow for
more powerful management options. |
-Databases managed by a third party provider often use the same fundamental components as those offered by cloud providers themselves. However, third party providers often work with multiple clouds, spin up resources in your account, and often give you lower-level access if you desire. Instead of using the databases provided by a cloud provider, the service will start up virtual servers on the provider and install and configure PostgreSQL using these. They can tune settings on the operating system and provide you access to the server hosting your instances. An example of third party PostgreSQL providers is [ElephantSQL](https://www.elephantsql.com/), which currently can manage instances in [four different clouds](https://www.elephantsql.com/plans.html#regions).
+Databases managed by a third-party provider often use the same fundamental components as those offered by cloud providers themselves. However, third-party providers often work with multiple clouds, spin up resources in your account, and often give you lower-level access if you desire. Instead of using the databases provided by a cloud provider, the service will start up virtual servers on the provider and install and configure PostgreSQL using these. They can tune settings on the operating system and provide you access to the server hosting your instances.
#### Third-party offerings
@@ -219,7 +219,6 @@ The following third-party providers offer managed PostgreSQL databases that you
- [Aiven](https://aiven.io/postgresql)
- [Compose](https://www.compose.com/databases/postgresql)
-- [ElephantSQL](https://www.elephantsql.com/)
- [Database Labs](https://www.databaselabs.io/pricing/)
- [ScaleGrid](https://scalegrid.io/postgresql/)
diff --git a/content/04-postgresql/index.mdx b/content/04-postgresql/index.mdx
index 1b095569..957f1a68 100644
--- a/content/04-postgresql/index.mdx
+++ b/content/04-postgresql/index.mdx
@@ -1,7 +1,7 @@
---
-title: 'PostgreSQL'
-metaTitle: "PostgreSQL | Prisma's Data Guide"
-metaDescription: 'PostgreSQL'
+title: 'Guide to PostgreSQL'
+metaTitle: "Guide to PostgreSQL | Prisma's Data Guide"
+metaDescription: 'Learn how to configure and use PostgreSQL to take advantage of its best features.'
toc: false
---
diff --git a/content/05-mysql/index.mdx b/content/05-mysql/index.mdx
index 5c0db724..a91dfb7b 100644
--- a/content/05-mysql/index.mdx
+++ b/content/05-mysql/index.mdx
@@ -1,7 +1,7 @@
---
-title: 'MySQL'
-metaTitle: "MySQL | Prisma's Data Guide"
-metaDescription: 'MySQL'
+title: 'Guide to MySQL'
+metaTitle: "Guide to MySQL | Prisma's Data Guide"
+metaDescription: 'Learn how to take advantage of MySQL's features for your project or website.'
toc: false
---
diff --git a/content/06-sqlite/index.mdx b/content/06-sqlite/index.mdx
index d7cbf7f8..c7bb3517 100644
--- a/content/06-sqlite/index.mdx
+++ b/content/06-sqlite/index.mdx
@@ -1,7 +1,7 @@
---
-title: 'SQLite'
-metaTitle: "SQLite | Prisma's Data Guide"
-metaDescription: 'SQLite'
+title: 'Guide to SQLite'
+metaTitle: "Guide to SQLite | Prisma's Data Guide"
+metaDescription: 'Learn how to care for your application's data using SQLite's data management capabilities.'
toc: false
---
diff --git a/content/07-mssql/index.mdx b/content/07-mssql/index.mdx
index bc4830ca..c67b62d4 100644
--- a/content/07-mssql/index.mdx
+++ b/content/07-mssql/index.mdx
@@ -1,7 +1,7 @@
---
-title: 'Microsoft SQL Server'
-metaTitle: "Microsoft SQL Server | Prisma's Data Guide"
-metaDescription: 'Microsoft SQL Server'
+title: 'Guide to Microsoft SQL Server'
+metaTitle: "Guide to Microsoft SQL Server | Prisma's Data Guide"
+metaDescription: 'Learn how to take advantage of the benefits offered by Microsoft SQL Server to power your next application.'
toc: false
---
diff --git a/content/08-mongodb/index.mdx b/content/08-mongodb/index.mdx
index 487c4b2f..d5647b82 100644
--- a/content/08-mongodb/index.mdx
+++ b/content/08-mongodb/index.mdx
@@ -1,7 +1,7 @@
---
-title: 'MongoDB'
-metaTitle: "MongoDB | Prisma's Data Guide"
-metaDescription: 'MongoDB'
+title: 'Guide to MongoDB'
+metaTitle: "Guide to MongoDB | Prisma's Data Guide"
+metaDescription: 'Learn how to use MongoDB to its fullest to take advantage of the performance and features that developers have grown to rely on.'
toc: false
---