Skip to content
This repository was archived by the owner on May 13, 2024. It is now read-only.

Commit 1b69e1f

Browse files
authored
Merge pull request #225 from sanjam-deriv/SEO
2 parents 661d8fb + a298310 commit 1b69e1f

File tree

35 files changed

+101
-78
lines changed

35 files changed

+101
-78
lines changed

docs/_intro_backup.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@ sidebar_position: 0
77
tags:
88
- introduction
99
keywords:
10-
- deriv
11-
- api
12-
- getting started
13-
description: Getting started with Deriv API
10+
- trading app
11+
- api code
12+
- api example
13+
description: Get an overview of the available Deriv API code examples and languages, and how to use it to create your trading app.
1414
---
1515

1616
Our Documentation is divided in several sections:

docs/code-examples/_category_.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
"position": 3,
44
"link": {
55
"type": "generated-index",
6-
"description": "Learn more about the API with our code examples"
6+
"title": "Code examples",
7+
"description": "Find out which API codes are available for you to use to build your trading app. Learn with API examples."
78
}
89
}
Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
{
2-
"label": "JavaScript Examples",
2+
"label": "Javascript Examples",
33
"position": 1,
44
"link": {
55
"type": "generated-index",
6-
"description": "JavaScript code examples"
6+
"description": "Explore JavaScript codes you can use to build your trading app. Learn through JavaScript examples and API examples.",
7+
"title": "JavaScript examples"
78
}
89
}

docs/code-examples/javascript/active-symbols/index.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Active Symbols
2+
title: Active symbols
33
draft: false
44
sidebar_label: Active Symbols
55
sidebar_position: 3
@@ -13,7 +13,7 @@ keywords:
1313
- example
1414
- active
1515
- symbols
16-
description: Active Symbols code example
16+
description: Learn how to add active symbols and market information to your trading app with an API example.
1717
---
1818

1919
import SandboxIframe from '@site/src/components/SandboxIframe';

docs/code-examples/javascript/contracts-for-symbol/index.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Contracts for Symbol
2+
title: Contracts for symbols
33
draft: false
44
sidebar_label: Contracts for Symbol
55
sidebar_position: 4
@@ -13,7 +13,7 @@ keywords:
1313
- example
1414
- contracts
1515
- symbol
16-
description: Contracts for Symbol code example
16+
description: Add a list of market symbols and their latest barrier and duration limits to your trading app with this API example.
1717
---
1818

1919
import SandboxIframe from '@site/src/components/SandboxIframe';

docs/code-examples/javascript/keep-alive/index.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Keep Alive
2+
title: Contract proposal connection
33
draft: false
44
sidebar_label: Keep Alive
55
sidebar_position: 7
@@ -13,7 +13,7 @@ keywords:
1313
- example
1414
- keep
1515
- alive
16-
description: Keep Alive code example
16+
description: With this API example, learn how to keep a connection alive when getting contract proposals via the Deriv API.
1717
---
1818

1919
import RenderOfficialContents from '@site/src/components/RenderOfficialContents';

docs/code-examples/javascript/proposal/index.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Proposal
2+
title: Contract proposal status
33
draft: false
44
sidebar_label: Proposal
55
sidebar_position: 6
@@ -11,7 +11,7 @@ keywords:
1111
- code
1212
- example
1313
- proposal
14-
description: Proposal code example
14+
description: Learn how to feature the spot price, payout, and spot value for trading contracts with this API example.
1515
---
1616

1717
import SandboxIframe from '@site/src/components/SandboxIframe';

docs/code-examples/javascript/ticks-history/index.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Ticks History
2+
title: Ticks history
33
draft: false
44
sidebar_label: Ticks History
55
sidebar_position: 2
@@ -13,7 +13,7 @@ keywords:
1313
- example
1414
- ticks
1515
- history
16-
description: Ticks History code example
16+
description: Subscribe to Deriv API's ticks history feature to get past tick times and prices. Integrate this feature into your trading app with this API example.
1717
---
1818

1919
import RenderOfficialContents from '@site/src/components/RenderOfficialContents';

docs/code-examples/javascript/ticks/index.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Ticks
2+
title: Tick call
33
draft: false
44
sidebar_label: Ticks
55
sidebar_position: 1
@@ -11,7 +11,7 @@ keywords:
1111
- code
1212
- example
1313
- ticks
14-
description: Ticks code example
14+
description: Check out an API example of a tick call connected to an API WebSocket. Start building your trading app today!
1515
---
1616

1717
import RenderOfficialContents from '@site/src/components/RenderOfficialContents';

docs/code-examples/javascript/website-status/index.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Website Status
2+
title: Request Website Status
33
draft: false
44
sidebar_label: Website Status
55
sidebar_position: 5
@@ -13,7 +13,7 @@ keywords:
1313
- example
1414
- website
1515
- status
16-
description: Website Status code example
16+
description: Explore settings like call limits, currency information, and supported languages through a website status request. Learn with this API example.
1717
---
1818

1919
import SandboxIframe from '@site/src/components/SandboxIframe';

0 commit comments

Comments
 (0)