forked from binary-com/binary-static
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathsitemap_urls.js
54 lines (45 loc) · 2.73 KB
/
sitemap_urls.js
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
module.exports = {
app: [
// path (without .html), changefreq, priority, exclude languages
// ==================== Section: "static" ====================
['home', 'monthly', 1.00],
['tour', 'monthly', 0.80],
['why-us', 'monthly', 0.80],
['platforms', 'monthly', 0.80],
['about-us', 'monthly', 0.80],
['binary-in-numbers', 'monthly', 0.80],
['careers', 'monthly', 0.80],
['contact', 'monthly', 0.80],
['group-history', 'monthly', 0.80],
['open-positions', 'monthly', 0.80],
['open-positions/job-details', 'monthly', 0.80],
// ['charity', 'monthly', 0.80],
['legal/us_patents', 'monthly', 0.80],
['regulation', 'monthly', 0.80, 'id'],
['responsible-trading', 'monthly', 0.80],
['terms-and-conditions', 'monthly', 0.80],
['open-source-projects', 'monthly', 0.80],
['partners', 'monthly', 0.80],
['payment-agent', 'monthly', 0.80],
['security-testing', 'monthly', 0.80],
['get-started', 'monthly', 0.80],
['get-started/binary-options', 'monthly', 0.80],
['get-started/cfds', 'monthly', 0.80],
['get-started/cryptocurrencies', 'monthly', 0.80],
['get-started/forex', 'monthly', 0.80],
['get-started/metals', 'monthly', 0.80],
['metatrader/download', 'monthly', 0.80],
['metatrader/how-to-trade-mt5', 'monthly', 0.80],
['metatrader/types-of-accounts', 'monthly', 0.80],
// ==================== Section: "app" ====================
['cashier', 'monthly', 0.80],
['cashier/payment_agent_listws', 'monthly', 0.80],
['cashier/payment_methods', 'monthly', 0.80],
['trading', 'monthly', 0.80],
['resources/asset_indexws', 'monthly', 0.80],
['resources/market_timesws', 'monthly', 0.80],
// ==================== Section: "landing_pages" ====================
// ['graduates', 'monthly', 0.80, 'NOT-en'],
// ['hackathon', 'monthly', 0.80, 'NOT-en'],
],
};