diff --git a/frontend/src/routes/(front)/+page.js b/frontend/src/routes/(front)/+page.js index 6525fa4..3d2f808 100644 --- a/frontend/src/routes/(front)/+page.js +++ b/frontend/src/routes/(front)/+page.js @@ -2,10 +2,11 @@ export async function load({ data }) { return { meta: { - title: 'Monero (XMR)', + title: 'Monero Remote Node', description: - 'Monero is private, decentralized cryptocurrency that keeps your finances confidential and secure.', - keywords: 'monero,xmr,monero node,xmrnode,cryptocurrency' + 'A website that helps you monitor your favourite Monero remote nodes, a device on the internet running the Monero software with copy of the Monero blockchain.', + keywords: + 'monero,monero,xmr,monero node,xmrnode,cryptocurrency,monero remote node,monero testnet,monero stagenet' }, links: [ { text: 'moneroworld.com', uri: 'https://moneroworld.com' }, diff --git a/frontend/src/routes/+layout.svelte b/frontend/src/routes/+layout.svelte index fc5a89c..d949110 100644 --- a/frontend/src/routes/+layout.svelte +++ b/frontend/src/routes/+layout.svelte @@ -17,9 +17,9 @@ /* prettier-ignore */ const meta = { - title: 'Monero (XMR)', - description: 'Monero is private, decentralized cryptocurrency that keeps your finances confidential and secure.', - keywords: 'monero,xmr,monero node,xmrnode,cryptocurrency,testnet monero node,stagenet monero node,xmr node' + title: 'Monero Remote Node', + description: 'A website that helps you monitor your favourite Monero remote nodes, a device on the internet running the Monero software with copy of the Monero blockchain.', + keywords: 'monero,monero,xmr,monero node,xmrnode,cryptocurrency,monero remote node,monero testnet,monero stagenet' }; page.subscribe((page) => {