Thanks to visit codestin.com
Credit goes to github.com

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

Issa/35965/update_SEO_titles_and_descriptions #1954

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/pages/leadership/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -99,9 +99,9 @@ const Leadership = () => {
return (
<Layout>
<SEO
title={localize('About Us | An Online Trading Platform | Deriv.com')}
title={localize('Our leadership | Deriv')}
description={localize(
'Deriv.com - A Binary.com brand, is a pioneer and award-winning online trading platform in the trading market.',
'Meet our leaders, dedicated to making Deriv an innovative and reliable broker that provides a simple and flexible trading experience.',
)}
/>
<Background>
Expand Down
4 changes: 2 additions & 2 deletions src/pages/markets/commodities/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,9 @@ const CommoditiesPage = () => (
<Layout>
<SEO
description={localize(
'Learn about the markets that you can trade online with Deriv, including forex, commodities, synthetic indices, stocks, and stock indices.',
'Sign up with Deriv to start trading on commodities and speculate on the price movements of gold, silver, oil, and other assets.',
)}
title={localize('Markets | Markets to trade | Deriv')}
title={localize('Commodities market | Commodities trading | Deriv')}
/>
<Hero />
<NavTab route_from={'commodities'} route_offset={360} />
Expand Down
4 changes: 2 additions & 2 deletions src/pages/markets/cryptocurrencies/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,9 @@ const CryptocurrenciesPage = () => (
<Layout>
<SEO
description={localize(
'Learn about the markets that you can trade online with Deriv, including forex, commodities, synthetic indices, stocks, and stock indices.',
"Start trading the world's most popular cryptocurrencies on Deriv, and take advantage of a highly volatile market with round-the-clock trading.",
)}
title={localize('Markets | Markets to trade | Deriv')}
title={localize('Cryptocurrency market | Crypto trading | Deriv')}
/>
<Hero />
<NavTab route_from={'cryptocurrencies'} route_offset={480} />
Expand Down
4 changes: 2 additions & 2 deletions src/pages/markets/forex/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,9 @@ const ForexPage = () => (
<Layout>
<SEO
description={localize(
'Learn about the markets that you can trade online with Deriv, including forex, commodities, synthetic indices, stocks, and stock indices.',
'Trade forex online with Deriv. Open a demo account and enjoy a wide range of currency pairs on our responsive and intuitive trading platforms.',
)}
title={localize('Markets | Markets to trade | Deriv')}
title={localize('Forex trading online | Forex trading demo account | Deriv')}
/>
<Hero />
<NavTab route_from={'forex'} route_offset={0} />
Expand Down
4 changes: 2 additions & 2 deletions src/pages/markets/stock/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,9 @@ const StocksAndIndicesPage = () => (
<Layout>
<SEO
description={localize(
'Learn about the markets that you can trade online with Deriv, including forex, commodities, synthetic indices, stocks, and stock indices.',
'Trade global stocks and stock market indices on Deriv. Enjoy our competitively priced equities even outside regular hours of major stock markets.',
)}
title={localize('Markets | Markets to trade | Deriv')}
title={localize('Stock market | Indices trading | Deriv')}
/>
<Hero />
<NavTab route_from={'stock'} route_offset={240} />
Expand Down
4 changes: 2 additions & 2 deletions src/pages/markets/synthetic/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,9 @@ const Markets = () => (
<Layout>
<SEO
description={localize(
'Learn about the markets that you can trade online with Deriv, including forex, commodities, synthetic indices, and stock indices.',
'Deriv’s proprietary synthetic indices are free of market and liquidity risks. Enjoy 24/7 synthetic trading on Deriv MT5, DTrader, and our other platforms.',
)}
title={localize('Markets | Markets to trade | Deriv')}
title={localize('Synthetic indices | Volatility indices | Deriv')}
/>
<Hero />
<NavTab route_from={'synthetic'} route_offset={50} />
Expand Down
6 changes: 4 additions & 2 deletions src/pages/trader-tools/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,10 @@ const TraderTools = () => {
return (
<Layout>
<SEO
title={localize("Traders' tools | Deriv")}
description={localize("Traders' tools")}
title={localize('Trading tools | Swap, pip, and margin calculators | Deriv')}
description={localize(
"Take advantage of Deriv's trading calculators that help you to calculate your swap, pip, profit, and losses for the CFD and multiplier trading.",
)}
/>
<Hero jc="center" ai="center">
<Container>
Expand Down