Change the default frontpage meta tags

This commit is contained in:
Cristian Ditaputratama 2024-05-11 21:31:39 +07:00
parent 80039700c2
commit e349f1d297
Signed by: ditatompel
GPG key ID: 31D3D06D77950979
2 changed files with 7 additions and 6 deletions

View file

@ -2,10 +2,11 @@
export async function load({ data }) { export async function load({ data }) {
return { return {
meta: { meta: {
title: 'Monero (XMR)', title: 'Monero Remote Node',
description: description:
'Monero is private, decentralized cryptocurrency that keeps your finances confidential and secure.', '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,xmr,monero node,xmrnode,cryptocurrency' keywords:
'monero,monero,xmr,monero node,xmrnode,cryptocurrency,monero remote node,monero testnet,monero stagenet'
}, },
links: [ links: [
{ text: 'moneroworld.com', uri: 'https://moneroworld.com' }, { text: 'moneroworld.com', uri: 'https://moneroworld.com' },

View file

@ -17,9 +17,9 @@
/* prettier-ignore */ /* prettier-ignore */
const meta = { const meta = {
title: 'Monero (XMR)', title: 'Monero Remote Node',
description: 'Monero is private, decentralized cryptocurrency that keeps your finances confidential and secure.', 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,xmr,monero node,xmrnode,cryptocurrency,testnet monero node,stagenet monero node,xmr node' keywords: 'monero,monero,xmr,monero node,xmrnode,cryptocurrency,monero remote node,monero testnet,monero stagenet'
}; };
page.subscribe((page) => { page.subscribe((page) => {