Skip to content

Commit 8d649cc

Browse files
committed
Improved SEO
1 parent 58d97fd commit 8d649cc

File tree

9 files changed

+15
-11
lines changed

9 files changed

+15
-11
lines changed

src/app/docs/acid-transactions-explanation/page.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Acid Transactions Explanation
33
nextjs:
44
metadata:
55
title: Acid Transactions Explanation
6-
description: An explanation about Acid Transactions and how TerminusDB ensures acid compliance
6+
description: "An explanation about Acid Transactions and how TerminusDB ensures acid compliance, Atomicity, Consistency, Isolation, and Durability"
77
keywords: acid transactions, knowledge graph, database, RDF, consistency
88
alternates:
99
canonical: https://terminusdb.org/docs/acid-transactions-explanation

src/app/docs/clone-a-demo-terminuscms-project/page.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@ title: How to clone a TerminusDB demo project
33
nextjs:
44
metadata:
55
title: How to clone a TerminusDB demo project
6-
description: A guide to show how to clone TerminusDB demo projects to explore and play with.
6+
description: A guide to show how to clone TerminusDB demo projects using git-for-data to explore and play with as part of the getting started instructions
7+
keywords: knowledge graph, git-for-data, clone, demo project, getting started
78
openGraph:
89
images: https://assets.terminusdb.com/docs/how-to-clone-a-demo.png
910
alternates:

src/app/docs/get-started-with-terminusdb/page.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Get Started with TerminusDB
33
nextjs:
44
metadata:
55
title: Get Started with TerminusDB
6-
description: " An overview of the ways to get started with TerminusDB."
6+
description: "An overview of the ways to get started with TerminusDB with Javascript and Python on Windows, macOS, or Linux, and how to run it locally or in the cloud."
77
openGraph:
88
images: https://assets.terminusdb.com/docs/technical-documentation-terminuscms-og.png
99
alternates:

src/app/docs/glossary/page.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
---
2-
title: Glossary of Terms
2+
title: Glossary of Terms for TerminusDB
33
nextjs:
44
metadata:
5-
title: Glossary of Terms
6-
description: A glossary of terms for TerminusDB and DFRNT TerminusDB cloud
5+
title: Glossary of Terms for TerminusDB
6+
description: A glossary of terms for TerminusDB to ensure terms are clearly defined and understood in the same way across the community to enable better conversations and understanding of what TerminusDB is
77
openGraph:
88
images: https://assets.terminusdb.com/docs/technical-documentation-terminuscms-og.png
99
alternates:

src/app/docs/js-access-control/page.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Access Control with the JavaScript Client Reference Guide
33
nextjs:
44
metadata:
55
title: Access Control with the JavaScript Client Reference Guide
6-
description: A reference guide to help you understand access control using the JavaScript Client
6+
description: A reference guide to help understand TerminusDB access control using the JavaScript Client to manage teams, users and database access
77
openGraph:
88
images: https://assets.terminusdb.com/docs/technical-documentation-terminuscms-og.png
99
alternates:

src/app/docs/terminuscms-data-types/page.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@ title: TerminusDB Data Types
33
nextjs:
44
metadata:
55
title: TerminusDB Data Types
6-
description: The core data types for TerminusDB and TerminusDB.
6+
description: The core data types for TerminusDB, derived from XML Data Types providing strong data interoperability
7+
keywords: TerminusDB, data types, XML Data Types, data interoperability
78
openGraph:
89
images: https://assets.terminusdb.com/docs/technical-documentation-terminuscms-og.png
910
alternates:

src/app/docs/terminusdb-cli-commands/page.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Command Line Interface (CLI) Commands
33
nextjs:
44
metadata:
55
title: TerminusDB CLI Commands
6-
description: A list of the TerminusDB command line interface commands.
6+
description: Documentation of the TerminusDB command line interface (CLI) that enables users to interact with the local database using git-for-data and other operations
77
openGraph:
88
images: https://assets.terminusdb.com/docs/technical-documentation-terminuscms-og.png
99
alternates:

src/app/docs/what-is-schema-weakening/page.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@ title: What is Schema Weakening
33
nextjs:
44
metadata:
55
title: What is Schema Weakening
6-
description: An explanation about schema weakening and why you need it to change a schema.
6+
description: An explanation about schema weakening and why you need it to change a schema which provides constraints and assurances of the shapes of your graph data
7+
keywords: schema weakening, schema change, schema migration, graph data
78
openGraph:
89
images: https://assets.terminusdb.com/docs/technical-documentation-terminuscms-og.png
910
alternates:

src/app/docs/woql-explanation/page.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@ title: WOQL Explanation
33
nextjs:
44
metadata:
55
title: WOQL Explanation
6-
description: A brief explanation of the TerminusDB Web Object Query Langauge (WOQL)
6+
description: A brief explanation of the TerminusDB Web Object Query Langauge (WOQL) which with datalog, composable logic and unification of variables
7+
keywords: TerminusDB, WOQL, datalog, composable logic, unification of variables
78
openGraph:
89
images: https://assets.terminusdb.com/docs/technical-documentation-terminuscms-og.png
910
alternates:

0 commit comments

Comments
 (0)