diff --git a/app/routes/__info.about.tsx b/app/routes/__info.about.tsx index 3c75289..e3d5b6c 100644 --- a/app/routes/__info.about.tsx +++ b/app/routes/__info.about.tsx @@ -8,7 +8,7 @@ import type { ServerRuntimeMetaArgs } from "@remix-run/server-runtime"; export function meta(meta: ServerRuntimeMetaArgs) { const title = "About - web3.news: Uniting Web3 Community"; const description = - "Explore web3.news's mission to unite the Web3, Crypto, and DeFi communities under shared values of free speech, financial freedom, and privacy. Join our collaborative journey towards a technology-driven future."; + "About Web3.news: Uniting the Web3, Crypto, and DeFi communities. We're dedicated to fostering collaboration, privacy, and financial freedom for all."; return [ ...generateMetaTags({ diff --git a/app/routes/__info.donate.tsx b/app/routes/__info.donate.tsx index 787cf88..9b414c7 100644 --- a/app/routes/__info.donate.tsx +++ b/app/routes/__info.donate.tsx @@ -5,7 +5,7 @@ import type { ServerRuntimeMetaArgs } from "@remix-run/server-runtime"; export function meta(meta: ServerRuntimeMetaArgs) { const title = "Support - web3.news: Empowering a User-Owned Web"; const description = - "Join the mission of web3.news to shape an open, decentralized web. Your support fuels our commitment to community-driven innovation, transparency, and education in the Web3 space. Help us maintain our ad-free, user-focused platform. Donate now to be a part of this transformative journey."; + "Support an open web with web3.news. Contribute to our ad-free, user-focused platform and fuel community-led innovation."; return [ ...generateMetaTags({ diff --git a/app/routes/_index.tsx b/app/routes/_index.tsx index 9223251..5c2c9b7 100644 --- a/app/routes/_index.tsx +++ b/app/routes/_index.tsx @@ -21,7 +21,7 @@ type LoaderData = { export function meta(meta: ServerRuntimeMetaArgs) { const title = "web3.news - Your Community Hub for Web3 & Blockchain News"; const description = - "Explore the pulse of the Web3 and blockchain world on web3.news, a community-driven platform championing privacy, free speech, and informed collaboration. Dive into the latest in Crypto and DeFi with us."; + "Discover Web3.news: Your hub for community-driven FOSS news in Web3, Crypto, and DeFi. Engage in collaboration, innovation, and uphold free speech and privacy."; return [ ...generateMetaTags({ diff --git a/app/routes/search.tsx b/app/routes/search.tsx index fea95c7..fa336d9 100644 --- a/app/routes/search.tsx +++ b/app/routes/search.tsx @@ -17,7 +17,7 @@ type LoaderData = { export function meta(meta: ServerRuntimeMetaArgs) { const title = "Search - web3.news: Discover Community Web3 News"; const description = - "Explore a vast array of Web3, Crypto, and DeFi news and insights. Use web3.news search to dive deep into community-driven content, uncovering the latest trends and developments in the decentralized world."; + "Find the latest Web3, Crypto, and DeFi news easily with web3.news search. Dive into community-driven, cutting-edge content."; return [ ...generateMetaTags({