diff --git a/locales/client/cn.json b/locales/client/cn.json index ade3bf6c1..bb5c730ca 100644 --- a/locales/client/cn.json +++ b/locales/client/cn.json @@ -504,12 +504,12 @@ }, "HomeV2": { "Meta": { - "Description": "LikeCoin is a public blockchain for content monetization, attribution and distribution.", + "Description": "LikeCoin reinvents the publishing industry with decentralized registry, rewards, editorial, and governance", "Og": { "Description": "@:HomeV2.Meta.Description", "Title": "@:HomeV2.Meta.Title" }, - "Title": "LikeCoin - the content protocol" + "Title": "LikeCoin - Decentralized Publishing Infrastructure" } }, "AboutPage": { diff --git a/locales/client/zh.json b/locales/client/zh.json index f24e504e3..94625244d 100644 --- a/locales/client/zh.json +++ b/locales/client/zh.json @@ -534,12 +534,12 @@ }, "HomeV2": { "Meta": { - "Description": "LikeCoin is a public blockchain for content monetization, attribution and distribution.", + "Description": "LikeCoin reinvents the publishing industry with decentralized registry, rewards, editorial, and governance", "Og": { "Description": "@:HomeV2.Meta.Description", "Title": "@:HomeV2.Meta.Title" }, - "Title": "LikeCoin - the content protocol" + "Title": "LikeCoin - Decentralized Publishing Infrastructure" } }, "AboutPage": { diff --git a/nuxt.config.js b/nuxt.config.js index 07533ae22..5d6d915b3 100644 --- a/nuxt.config.js +++ b/nuxt.config.js @@ -18,14 +18,14 @@ const nuxtConfig = { CRISP_WEBSITE_ID: process.env.CRISP_WEBSITE_ID, }, head: { - title: 'LikeCoin - the content protocol', + title: 'LikeCoin - Decentralized Publishing Infrastructure', meta: [ { charset: 'utf-8' }, { name: 'viewport', content: 'width=device-width, initial-scale=1' }, { name: 'mobile-web-app-capable', content: 'yes' }, - { hid: 'description', name: 'description', content: 'LikeCoin is a public blockchain for content monetization, attribution and distribution.' }, - { hid: 'og_title', property: 'og:title', content: 'LikeCoin - the content protocol' }, - { hid: 'og_description', property: 'og:description', content: 'LikeCoin is a public blockchain for content monetization, attribution and distribution.' }, + { hid: 'description', name: 'description', content: 'LikeCoin reinvents the publishing industry with decentralized registry, rewards, editorial, and governance' }, + { hid: 'og_title', property: 'og:title', content: 'LikeCoin - Decentralized Publishing Infrastructure' }, + { hid: 'og_description', property: 'og:description', content: 'LikeCoin reinvents the publishing industry with decentralized registry, rewards, editorial, and governance' }, { hid: 'og_image', property: 'og:image', content: 'https://like.co/images/og/default.png' }, { hid: 'og_image_alt', property: 'og:image:alt', content: 'LikeCoin' }, { hid: 'og_image_width', property: 'og:image:width', content: '1200' },