From 8c123c59d1d7f1c225b982a52fc1fb7046da40d1 Mon Sep 17 00:00:00 2001 From: akcodez Date: Fri, 8 Mar 2024 10:46:55 -0800 Subject: [PATCH] rm | XRPL.org from all seo titles --- docs/concepts/payment-types/direct-xrp-payments.md | 2 +- docs/concepts/payment-types/index.md | 2 +- .../tokens/decentralized-exchange/automated-market-makers.md | 2 +- docs/index.page.tsx | 2 +- docs/introduction/what-is-xrp.md | 2 +- docs/tutorials/index.md | 2 +- index.page.tsx | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/docs/concepts/payment-types/direct-xrp-payments.md b/docs/concepts/payment-types/direct-xrp-payments.md index cabfbaaab4..b90d7e9a9c 100644 --- a/docs/concepts/payment-types/direct-xrp-payments.md +++ b/docs/concepts/payment-types/direct-xrp-payments.md @@ -2,7 +2,7 @@ html: direct-xrp-payments.html parent: payment-types.html seo: - title: Direct XRP Payment Fundamentals | XRPL.org + title: Direct XRP Payment Fundamentals description: Direct XRP payments are the quickest and simplest way to send value on the XRP Ledger. Learn the basics of the direct XRP payment lifecycle now. labels: - XRP diff --git a/docs/concepts/payment-types/index.md b/docs/concepts/payment-types/index.md index adf51e50e5..6384c1c36f 100644 --- a/docs/concepts/payment-types/index.md +++ b/docs/concepts/payment-types/index.md @@ -4,7 +4,7 @@ parent: concepts.html metadata: indexPage: true seo: - title: Point-to-Point & Specialized Ledger Payment Types | XRPL.org + title: Point-to-Point & Specialized Ledger Payment Type description: While XRP Ledger supports point-to-point XRP payments, it's also compatible with more specialized payment types. Discover which ledger payment methods here. --- # Ledger Payment Types diff --git a/docs/concepts/tokens/decentralized-exchange/automated-market-makers.md b/docs/concepts/tokens/decentralized-exchange/automated-market-makers.md index 674d81d976..4d94f6a141 100644 --- a/docs/concepts/tokens/decentralized-exchange/automated-market-makers.md +++ b/docs/concepts/tokens/decentralized-exchange/automated-market-makers.md @@ -2,7 +2,7 @@ html: automated-market-makers.html parent: decentralized-exchange.html seo: - title: What Is an Automated Market Maker (AMM)? | XRPL.org + title: What Is an Automated Market Maker (AMM)? description: Automated Market Makers (AMMs) are an essential part of cryptocurrency, providing liquidity between asset pairs. Learn more about AMMs and the XRP Ledger. status: not_enabled labels: diff --git a/docs/index.page.tsx b/docs/index.page.tsx index 92f46e7f86..e9cc34fd12 100644 --- a/docs/index.page.tsx +++ b/docs/index.page.tsx @@ -3,7 +3,7 @@ import { useTranslate } from '@portal/hooks'; export const frontmatter = { seo: { - title: 'XRP Ledger Documentation & Developer Resources | XRPL.org', + title: 'XRP Ledger Documentation & Developer Resources', description: "Explore XRP Ledger documentation and other blockchain developer resources needed to start building and integrating with the ledger.", } }; diff --git a/docs/introduction/what-is-xrp.md b/docs/introduction/what-is-xrp.md index 6b9f77a89d..3db1302e9f 100644 --- a/docs/introduction/what-is-xrp.md +++ b/docs/introduction/what-is-xrp.md @@ -2,7 +2,7 @@ html: what-is-xrp.html parent: introduction.html seo: - title: What is XRP and Why Is It Valuable? | XRPL.org + title: What is XRP and Why Is It Valuable? description: XRP, the cryptocurrency supported by the XRP Ledger (XRPL), allows faster cost-effective transactions. See how XRP operates on an open-source blockchain. labels: - Blockchain diff --git a/docs/tutorials/index.md b/docs/tutorials/index.md index 68e334aa1e..44a0b37a75 100644 --- a/docs/tutorials/index.md +++ b/docs/tutorials/index.md @@ -1,6 +1,6 @@ --- seo: - title: Crypto Wallet and Blockchain Development Tutorials | XRPL.org + title: Crypto Wallet and Blockchain Development Tutorials description: Learn the basics on how to get started building on the XRP Ledger with these helpful crypto wallet and blockchain tutorials for developers. --- # Crypto Wallet and Blockchain Developer Tutorials diff --git a/index.page.tsx b/index.page.tsx index 9037f85ce6..f69fafebf5 100644 --- a/index.page.tsx +++ b/index.page.tsx @@ -2,7 +2,7 @@ import { useTranslate } from '@portal/hooks'; export const frontmatter = { seo: { - title: 'XRP Ledger Home | XRPL.org', + title: 'XRP Ledger Home', description: "XRPL.org is a community-driven site for the XRP Ledger (XRPL), an open-source, public blockchain. Gain access to technical documentation, reference materials, and blockchain ledger tools.", } };