fix: update SEO descriptions, need to be shorter

This commit is contained in:
Derrick Hammer 2023-12-27 12:11:17 -05:00
parent f3c38dea8e
commit 964c1eed0d
Signed by: pcfreak30
GPG Key ID: C997C339BE476FF2
4 changed files with 4 additions and 4 deletions

View File

@ -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({

View File

@ -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({

View File

@ -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({

View File

@ -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({