Skip to content

Commit 58d97fd

Browse files
committed
Fix SEO
1 parent 348f006 commit 58d97fd

File tree

6 files changed

+16
-12
lines changed

6 files changed

+16
-12
lines changed

src/app/docs/back-links-in-graphql/page.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
---
2-
title: Back Links
2+
title: Use GraphQL Back Links for easy queries
33
nextjs:
44
metadata:
5-
title: Back Links
5+
title: Use GraphQL Back Links for easy queries
66
description: Back Links in GraphQL
7+
keywords: backlink, inverseOf, inverse links, GraphQL, TerminusDB
78
openGraph:
89
images: https://assets.terminusdb.com/docs/graphql-backlink.png
910
alternates:
@@ -61,4 +62,4 @@ This _back link_ will give us back the following:
6162
}
6263
```
6364

64-
Backlinking allows us to focus on modeling our data in a natural way, while still allowing us to follow the graph in either direction of a field or its opposite without bias.
65+
Backlinking allows us to focus on modeling our data in a natural way, while still allowing us to follow the graph in either direction of a field or its opposite without bias. Sometimes these backlinks are called inverseOf or inverse links.

src/app/docs/oneof/page.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
---
2-
title: One Of
2+
title: One Of for mutually disjoint properties (@oneof)
33
nextjs:
44
metadata:
5-
title: One Of
5+
title: One Of for mutually disjoint properties (@oneof)
6+
keywords: @oneof, one of, mutually disjoint properties
67
description: An example of how one of properties work in the document UI
78
openGraph:
89
images: https://assets.terminusdb.com/docs/technical-documentation-terminuscms-og.png
@@ -11,13 +12,13 @@ nextjs:
1112
media: []
1213
---
1314

14-
This example shows how `<FrameViewier/>` appears for a document called `Graduate` with a one of field in Create/ Edit and View mode. The value of the @oneOf field is a set, so can be any number of documents all of which have mutually disjointed properties, but which can coexist.
15+
This example shows how `<FrameViewer/>` appears for a document called `Graduate` with a one of field in Create/ Edit and View mode. The value of the @oneOf field is a set, so can be any number of documents all of which have mutually disjointed properties, but which can coexist.
1516

1617
In this example `Graduate` has a property `scored` that points to `Grades`. `Grades` is defined as @oneOf that is an array of documents which can take any choice within. In this example, `Grades` can take any choice from `grade`, `marks` or `report`.
1718

1819
## Demo
1920

20-
Take a look at the [**Demo Playground**](https://documents-ui-playground.terminusdb.com/OneOfs) to view the `<FrameViewier/>` with the OneOfs properties in Create, Edit and View mode.
21+
Take a look at the [**Demo Playground**](https://documents-ui-playground.terminusdb.com/OneOfs) to view the `<FrameViewer/>` with the OneOfs properties in Create, Edit and View mode.
2122

2223
## Frame
2324

src/app/docs/page.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ nextjs:
55
description: >-
66
TerminusDB Technical Documentation
77
keywords: terminusdb, documentation, getting started, collaboration
8+
alternates:
9+
canonical: https://terminusdb.org/docs/
810
openGraph:
911
images: >-
1012
https://assets.terminusdb.com/docs/technical-documentation-terminuscms-og.png

src/app/docs/ui-sdk-geojson/page.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
2-
title: UI SDK GeoJSON
2+
title: UI SDK GeoJSON for geographic data structures
33
nextjs:
44
metadata:
5-
title: UI SDK GeoJSON
5+
title: UI SDK GeoJSON for geographic data structures
66
description: Understand how <FrameViewer/> can load geoJSON to display geographic data structures in Create, Edit or View Mode
77
keywords: knowledge graph, GeoJSON, GIS, TerminusDB
88
openGraph:

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
2-
title: WOQL Basics
2+
title: TerminusDB Web Object Query Language (WOQL) Basics
33
nextjs:
44
metadata:
5-
title: WOQL Basics
5+
title: TerminusDB Web Object Query Language (WOQL) Basics
66
description: Learn the TerminusDB WOQL query basics for TerminusDB
77
openGraph:
88
images: https://assets.terminusdb.com/docs/woql-basics.png

src/app/page.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ nextjs:
55
title: TerminusDB, a git-for-data graph and document database
66
description: TerminusDB provides Semantic Document Graph Infrastructure; a model-based, in-memory, and distributed graph database with git-for-data collaboration
77
alternates:
8-
canonical: https://terminusdb.org/docs
8+
canonical: https://terminusdb.org
99
keywords: terminusdb, git-for-data, closed world, knowledge graph, RDF
1010

1111
---

0 commit comments

Comments
 (0)