From cbf9c4c08de6a66441886d8dd1060ebfad63b34a Mon Sep 17 00:00:00 2001 From: Joshua <62268199+minimalsm@users.noreply.github.com> Date: Wed, 17 Dec 2025 21:23:23 +0000 Subject: [PATCH] Remove invalid reviewedBy property from JSON-LD schema MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The `reviewedBy` property is not valid for Article or WebPage schema types according to schema.org. This was flagged by AHREFS site audit. Removes reviewedBy from all 40 page-jsonld.tsx files. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 --- app/[locale]/10years/page-jsonld.tsx | 18 ------------- app/[locale]/[...slug]/page-jsonld.tsx | 18 ------------- .../apps/[application]/page-jsonld.tsx | 9 ------- .../[catetgoryName]/page-jsonld.tsx | 9 ------- app/[locale]/apps/page-jsonld.tsx | 9 ------- app/[locale]/assets/page-jsonld.tsx | 18 ------------- app/[locale]/bug-bounty/page-jsonld.tsx | 9 ------- app/[locale]/collectibles/page-jsonld.tsx | 18 ------------- app/[locale]/community/page-jsonld.tsx | 18 ------------- .../acknowledgements/page-jsonld.tsx | 9 ------- .../contributors/page-jsonld.tsx | 9 ------- .../translatathon/leaderboard/page-jsonld.tsx | 9 ------- .../developers/learning-tools/page-jsonld.tsx | 9 ------- .../local-environment/page-jsonld.tsx | 18 ------------- app/[locale]/developers/page-jsonld.tsx | 18 ------------- .../developers/tutorials/page-jsonld.tsx | 27 ------------------- .../page-jsonld.tsx | 18 ------------- .../ethereum-vs-bitcoin/page-jsonld.tsx | 18 ------------- app/[locale]/founders/page-jsonld.tsx | 9 ------- app/[locale]/gas/page-jsonld.tsx | 18 ------------- app/[locale]/get-eth/page-jsonld.tsx | 18 ------------- app/[locale]/layer-2/learn/page-jsonld.tsx | 18 ------------- app/[locale]/layer-2/networks/page-jsonld.tsx | 9 ------- app/[locale]/layer-2/page-jsonld.tsx | 18 ------------- app/[locale]/learn/page-jsonld.tsx | 9 ------- app/[locale]/page-jsonld.tsx | 9 ------- app/[locale]/quizzes/page-jsonld.tsx | 9 ------- app/[locale]/resources/page-jsonld.tsx | 9 ------- app/[locale]/roadmap/_vision/page-jsonld.tsx | 18 ------------- app/[locale]/roadmap/page-jsonld.tsx | 18 ------------- app/[locale]/run-a-node/page-jsonld.tsx | 18 ------------- app/[locale]/stablecoins/page-jsonld.tsx | 18 ------------- app/[locale]/staking/page-jsonld.tsx | 18 ------------- app/[locale]/start/page-jsonld.tsx | 18 ------------- .../trillion-dollar-security/page-jsonld.tsx | 18 ------------- .../wallets/find-wallet/page-jsonld.tsx | 18 ------------- app/[locale]/wallets/page-jsonld.tsx | 18 ------------- app/[locale]/what-is-ether/page-jsonld.tsx | 18 ------------- app/[locale]/what-is-ethereum/page-jsonld.tsx | 18 ------------- .../page-jsonld.tsx | 18 ------------- 40 files changed, 603 deletions(-) diff --git a/app/[locale]/10years/page-jsonld.tsx b/app/[locale]/10years/page-jsonld.tsx index 7eac36b6c13..0a57424400a 100644 --- a/app/[locale]/10years/page-jsonld.tsx +++ b/app/[locale]/10years/page-jsonld.tsx @@ -69,15 +69,6 @@ export default async function TenYearJsonLD({ height: "417", }, }, - reviewedBy: { - "@type": "Organization", - name: "ethereum.org", - url: "https://ethereum.org", - logo: { - "@type": "ImageObject", - url: "https://ethereum.org/images/eth-home-icon.png", - }, - }, mainEntity: { "@type": "Event", "@id": `${url}#ethereum-10-year-anniversary`, @@ -98,15 +89,6 @@ export default async function TenYearJsonLD({ name: "Ethereum Foundation", url: "https://ethereum.org", }, - reviewedBy: { - "@type": "Organization", - name: "ethereum.org", - url: "https://ethereum.org", - logo: { - "@type": "ImageObject", - url: "https://ethereum.org/images/eth-home-icon.png", - }, - }, } return diff --git a/app/[locale]/[...slug]/page-jsonld.tsx b/app/[locale]/[...slug]/page-jsonld.tsx index 64ca2bd856a..0b7d5e9ea2d 100644 --- a/app/[locale]/[...slug]/page-jsonld.tsx +++ b/app/[locale]/[...slug]/page-jsonld.tsx @@ -79,15 +79,6 @@ export default async function SlugJsonLD({ name: "ethereum.org", url: "https://ethereum.org", }, - reviewedBy: { - "@type": "Organization", - name: "ethereum.org", - url: "https://ethereum.org", - logo: { - "@type": "ImageObject", - url: "https://ethereum.org/images/eth-home-icon.png", - }, - }, } // JSON-LD for the article content @@ -112,15 +103,6 @@ export default async function SlugJsonLD({ name: "ethereum.org", url: "https://ethereum.org", }, - reviewedBy: { - "@type": "Organization", - name: "ethereum.org", - url: "https://ethereum.org", - logo: { - "@type": "ImageObject", - url: "https://ethereum.org/images/eth-home-icon.png", - }, - }, dateModified: frontmatter.published, mainEntityOfPage: url, about: { diff --git a/app/[locale]/apps/[application]/page-jsonld.tsx b/app/[locale]/apps/[application]/page-jsonld.tsx index c34fcb207f0..880a0f5c2a9 100644 --- a/app/[locale]/apps/[application]/page-jsonld.tsx +++ b/app/[locale]/apps/[application]/page-jsonld.tsx @@ -70,15 +70,6 @@ export default async function AppsAppJsonLD({ url: "https://ethereum.org/images/eth-home-icon.png", }, }, - reviewedBy: { - "@type": "Organization", - name: "ethereum.org", - url: "https://ethereum.org", - logo: { - "@type": "ImageObject", - url: "https://ethereum.org/images/eth-home-icon.png", - }, - }, } const softwareApplicationJsonLd = { diff --git a/app/[locale]/apps/categories/[catetgoryName]/page-jsonld.tsx b/app/[locale]/apps/categories/[catetgoryName]/page-jsonld.tsx index 9164f052b1d..862f6f56c8a 100644 --- a/app/[locale]/apps/categories/[catetgoryName]/page-jsonld.tsx +++ b/app/[locale]/apps/categories/[catetgoryName]/page-jsonld.tsx @@ -80,15 +80,6 @@ export default async function AppsCategoryJsonLD({ url: "https://ethereum.org/images/eth-home-icon.png", }, }, - reviewedBy: { - "@type": "Organization", - name: "ethereum.org", - url: "https://ethereum.org", - logo: { - "@type": "ImageObject", - url: "https://ethereum.org/images/eth-home-icon.png", - }, - }, } const categoryAppsJsonLd = { diff --git a/app/[locale]/apps/page-jsonld.tsx b/app/[locale]/apps/page-jsonld.tsx index ad7ab9d949e..01457518e02 100644 --- a/app/[locale]/apps/page-jsonld.tsx +++ b/app/[locale]/apps/page-jsonld.tsx @@ -68,15 +68,6 @@ export default async function AppsJsonLD({ url: "https://ethereum.org/images/eth-home-icon.png", }, }, - reviewedBy: { - "@type": "Organization", - name: "ethereum.org", - url: "https://ethereum.org", - logo: { - "@type": "ImageObject", - url: "https://ethereum.org/images/eth-home-icon.png", - }, - }, } const appCategoriesJsonLd = { diff --git a/app/[locale]/assets/page-jsonld.tsx b/app/[locale]/assets/page-jsonld.tsx index ef376770bb3..dffebb58f89 100644 --- a/app/[locale]/assets/page-jsonld.tsx +++ b/app/[locale]/assets/page-jsonld.tsx @@ -66,15 +66,6 @@ export default async function AssetsJsonLD({ url: "https://ethereum.org/images/eth-home-icon.png", }, }, - reviewedBy: { - "@type": "Organization", - name: "ethereum.org", - url: "https://ethereum.org", - logo: { - "@type": "ImageObject", - url: "https://ethereum.org/images/eth-home-icon.png", - }, - }, } const creativeWorkJsonLd = { @@ -113,15 +104,6 @@ export default async function AssetsJsonLD({ name: "ethereum.org", url: "https://ethereum.org", }, - reviewedBy: { - "@type": "Organization", - name: "ethereum.org", - url: "https://ethereum.org", - logo: { - "@type": "ImageObject", - url: "https://ethereum.org/images/eth-home-icon.png", - }, - }, } return diff --git a/app/[locale]/bug-bounty/page-jsonld.tsx b/app/[locale]/bug-bounty/page-jsonld.tsx index 74c597e4b77..22d1297acb9 100644 --- a/app/[locale]/bug-bounty/page-jsonld.tsx +++ b/app/[locale]/bug-bounty/page-jsonld.tsx @@ -66,15 +66,6 @@ export default async function BugBountyJsonLD({ url: "https://ethereum.org/images/eth-home-icon.png", }, }, - reviewedBy: { - "@type": "Organization", - name: "ethereum.org", - url: "https://ethereum.org", - logo: { - "@type": "ImageObject", - url: "https://ethereum.org/images/eth-home-icon.png", - }, - }, } return diff --git a/app/[locale]/collectibles/page-jsonld.tsx b/app/[locale]/collectibles/page-jsonld.tsx index 30231bb5b09..752757d29a5 100644 --- a/app/[locale]/collectibles/page-jsonld.tsx +++ b/app/[locale]/collectibles/page-jsonld.tsx @@ -73,15 +73,6 @@ export default async function CollectiblesJsonLD({ url: "https://ethereum.org/images/eth-home-icon.png", }, }, - reviewedBy: { - "@type": "Organization", - name: "ethereum.org", - url: "https://ethereum.org", - logo: { - "@type": "ImageObject", - url: "https://ethereum.org/images/eth-home-icon.png", - }, - }, } const collectiblesCollectionJsonLd = { @@ -104,15 +95,6 @@ export default async function CollectiblesJsonLD({ name: "ethereum.org", url: "https://ethereum.org", }, - reviewedBy: { - "@type": "Organization", - name: "ethereum.org", - url: "https://ethereum.org", - logo: { - "@type": "ImageObject", - url: "https://ethereum.org/images/eth-home-icon.png", - }, - }, additionalProperty: [ { "@type": "PropertyValue", diff --git a/app/[locale]/community/page-jsonld.tsx b/app/[locale]/community/page-jsonld.tsx index ce14986275f..493431bbe24 100644 --- a/app/[locale]/community/page-jsonld.tsx +++ b/app/[locale]/community/page-jsonld.tsx @@ -66,15 +66,6 @@ export default async function CommunityJsonLD({ url: "https://ethereum.org/images/eth-home-icon.png", }, }, - reviewedBy: { - "@type": "Organization", - name: "ethereum.org", - url: "https://ethereum.org", - logo: { - "@type": "ImageObject", - url: "https://ethereum.org/images/eth-home-icon.png", - }, - }, } const communityResourcesJsonLd = { @@ -119,15 +110,6 @@ export default async function CommunityJsonLD({ name: "ethereum.org", url: "https://ethereum.org", }, - reviewedBy: { - "@type": "Organization", - name: "ethereum.org", - url: "https://ethereum.org", - logo: { - "@type": "ImageObject", - url: "https://ethereum.org/images/eth-home-icon.png", - }, - }, } return ( diff --git a/app/[locale]/contributing/translation-program/acknowledgements/page-jsonld.tsx b/app/[locale]/contributing/translation-program/acknowledgements/page-jsonld.tsx index 55b9cb048b4..6b6c235cf1b 100644 --- a/app/[locale]/contributing/translation-program/acknowledgements/page-jsonld.tsx +++ b/app/[locale]/contributing/translation-program/acknowledgements/page-jsonld.tsx @@ -92,15 +92,6 @@ export default async function AcknowledgementsJsonLD({ url: "https://ethereum.org/images/eth-home-icon.png", }, }, - reviewedBy: { - "@type": "Organization", - name: "ethereum.org", - url: "https://ethereum.org", - logo: { - "@type": "ImageObject", - url: "https://ethereum.org/images/eth-home-icon.png", - }, - }, } return diff --git a/app/[locale]/contributing/translation-program/contributors/page-jsonld.tsx b/app/[locale]/contributing/translation-program/contributors/page-jsonld.tsx index f6567850a42..6ed477ad65c 100644 --- a/app/[locale]/contributing/translation-program/contributors/page-jsonld.tsx +++ b/app/[locale]/contributing/translation-program/contributors/page-jsonld.tsx @@ -90,15 +90,6 @@ export default async function ContributorsJsonLD({ url: "https://ethereum.org/images/eth-home-icon.png", }, }, - reviewedBy: { - "@type": "Organization", - name: "ethereum.org", - url: "https://ethereum.org", - logo: { - "@type": "ImageObject", - url: "https://ethereum.org/images/eth-home-icon.png", - }, - }, } return diff --git a/app/[locale]/contributing/translation-program/translatathon/leaderboard/page-jsonld.tsx b/app/[locale]/contributing/translation-program/translatathon/leaderboard/page-jsonld.tsx index e3a9eb26d44..4f4dc7aa3ee 100644 --- a/app/[locale]/contributing/translation-program/translatathon/leaderboard/page-jsonld.tsx +++ b/app/[locale]/contributing/translation-program/translatathon/leaderboard/page-jsonld.tsx @@ -90,15 +90,6 @@ export default async function TranslatathonLeaderboardJsonLD({ url: "https://ethereum.org/images/eth-home-icon.png", }, }, - reviewedBy: { - "@type": "Organization", - name: "ethereum.org", - url: "https://ethereum.org", - logo: { - "@type": "ImageObject", - url: "https://ethereum.org/images/eth-home-icon.png", - }, - }, } return diff --git a/app/[locale]/developers/learning-tools/page-jsonld.tsx b/app/[locale]/developers/learning-tools/page-jsonld.tsx index 41a72fa6e1c..60d6db0bc69 100644 --- a/app/[locale]/developers/learning-tools/page-jsonld.tsx +++ b/app/[locale]/developers/learning-tools/page-jsonld.tsx @@ -74,15 +74,6 @@ export default async function LearningToolsJsonLD({ url: "https://ethereum.org/images/eth-home-icon.png", }, }, - reviewedBy: { - "@type": "Organization", - name: "ethereum.org", - url: "https://ethereum.org", - logo: { - "@type": "ImageObject", - url: "https://ethereum.org/images/eth-home-icon.png", - }, - }, } return diff --git a/app/[locale]/developers/local-environment/page-jsonld.tsx b/app/[locale]/developers/local-environment/page-jsonld.tsx index b540579a324..133ee404110 100644 --- a/app/[locale]/developers/local-environment/page-jsonld.tsx +++ b/app/[locale]/developers/local-environment/page-jsonld.tsx @@ -77,15 +77,6 @@ export default async function LocalEnvironmentJsonLD({ url: "https://ethereum.org/images/eth-home-icon.png", }, }, - reviewedBy: { - "@type": "Organization", - name: "ethereum.org", - url: "https://ethereum.org", - logo: { - "@type": "ImageObject", - url: "https://ethereum.org/images/eth-home-icon.png", - }, - }, } const developmentFrameworksJsonLd = { @@ -118,15 +109,6 @@ export default async function LocalEnvironmentJsonLD({ name: "ethereum.org", url: "https://ethereum.org", }, - reviewedBy: { - "@type": "Organization", - name: "ethereum.org", - url: "https://ethereum.org", - logo: { - "@type": "ImageObject", - url: "https://ethereum.org/images/eth-home-icon.png", - }, - }, } return ( diff --git a/app/[locale]/developers/page-jsonld.tsx b/app/[locale]/developers/page-jsonld.tsx index ae9d15b45cc..082210ee297 100644 --- a/app/[locale]/developers/page-jsonld.tsx +++ b/app/[locale]/developers/page-jsonld.tsx @@ -74,15 +74,6 @@ export default async function DevelopersPageJsonLD({ url: "https://ethereum.org/images/eth-home-icon.png", }, }, - reviewedBy: { - "@type": "Organization", - name: "ethereum.org", - url: "https://ethereum.org", - logo: { - "@type": "ImageObject", - url: "https://ethereum.org/images/eth-home-icon.png", - }, - }, } const learningResourcesJsonLd = { @@ -121,15 +112,6 @@ export default async function DevelopersPageJsonLD({ name: "ethereum.org", url: "https://ethereum.org", }, - reviewedBy: { - "@type": "Organization", - name: "ethereum.org", - url: "https://ethereum.org", - logo: { - "@type": "ImageObject", - url: "https://ethereum.org/images/eth-home-icon.png", - }, - }, } return ( diff --git a/app/[locale]/developers/tutorials/page-jsonld.tsx b/app/[locale]/developers/tutorials/page-jsonld.tsx index 29a842dddc7..37b8e01cab6 100644 --- a/app/[locale]/developers/tutorials/page-jsonld.tsx +++ b/app/[locale]/developers/tutorials/page-jsonld.tsx @@ -74,15 +74,6 @@ export default async function TutorialsPageJsonLD({ url: "https://ethereum.org/images/eth-home-icon.png", }, }, - reviewedBy: { - "@type": "Organization", - name: "ethereum.org", - url: "https://ethereum.org", - logo: { - "@type": "ImageObject", - url: "https://ethereum.org/images/eth-home-icon.png", - }, - }, } const tutorialCollectionJsonLd = { @@ -104,15 +95,6 @@ export default async function TutorialsPageJsonLD({ name: "ethereum.org", url: "https://ethereum.org", }, - reviewedBy: { - "@type": "Organization", - name: "ethereum.org", - url: "https://ethereum.org", - logo: { - "@type": "ImageObject", - url: "https://ethereum.org/images/eth-home-icon.png", - }, - }, } const courseListJsonLd = { @@ -149,15 +131,6 @@ export default async function TutorialsPageJsonLD({ name: "ethereum.org", url: "https://ethereum.org", }, - reviewedBy: { - "@type": "Organization", - name: "ethereum.org", - url: "https://ethereum.org", - logo: { - "@type": "ImageObject", - url: "https://ethereum.org/images/eth-home-icon.png", - }, - }, } return ( diff --git a/app/[locale]/ethereum-history-founder-and-ownership/page-jsonld.tsx b/app/[locale]/ethereum-history-founder-and-ownership/page-jsonld.tsx index 136a5c98fab..e27c54f974c 100644 --- a/app/[locale]/ethereum-history-founder-and-ownership/page-jsonld.tsx +++ b/app/[locale]/ethereum-history-founder-and-ownership/page-jsonld.tsx @@ -71,15 +71,6 @@ export default async function EthereumHistoryFounderAndOwnershipPageJsonLD({ name: "ethereum.org", url: "https://ethereum.org", }, - reviewedBy: { - "@type": "Organization", - name: "ethereum.org", - url: "https://ethereum.org", - logo: { - "@type": "ImageObject", - url: "https://ethereum.org/images/eth-home-icon.png", - }, - }, } // JSON-LD for the history and founder article content @@ -105,15 +96,6 @@ export default async function EthereumHistoryFounderAndOwnershipPageJsonLD({ url: "https://ethereum.org", }, contributor: contributorList, - reviewedBy: { - "@type": "Organization", - name: "ethereum.org", - url: "https://ethereum.org", - logo: { - "@type": "ImageObject", - url: "https://ethereum.org/images/eth-home-icon.png", - }, - }, about: [ { "@type": "Thing", diff --git a/app/[locale]/ethereum-vs-bitcoin/page-jsonld.tsx b/app/[locale]/ethereum-vs-bitcoin/page-jsonld.tsx index 5544ac1cf3a..f4b301b48ba 100644 --- a/app/[locale]/ethereum-vs-bitcoin/page-jsonld.tsx +++ b/app/[locale]/ethereum-vs-bitcoin/page-jsonld.tsx @@ -66,15 +66,6 @@ export default async function EthereumVsBitcoinPageJsonLD({ name: "ethereum.org", url: "https://ethereum.org", }, - reviewedBy: { - "@type": "Organization", - name: "ethereum.org", - url: "https://ethereum.org", - logo: { - "@type": "ImageObject", - url: "https://ethereum.org/images/eth-home-icon.png", - }, - }, } // JSON-LD for the comparison article content @@ -98,15 +89,6 @@ export default async function EthereumVsBitcoinPageJsonLD({ url: "https://ethereum.org", }, contributor: contributorList, - reviewedBy: { - "@type": "Organization", - name: "ethereum.org", - url: "https://ethereum.org", - logo: { - "@type": "ImageObject", - url: "https://ethereum.org/images/eth-home-icon.png", - }, - }, about: [ { "@type": "Thing", diff --git a/app/[locale]/founders/page-jsonld.tsx b/app/[locale]/founders/page-jsonld.tsx index e47b6880f20..d07a8e44c15 100644 --- a/app/[locale]/founders/page-jsonld.tsx +++ b/app/[locale]/founders/page-jsonld.tsx @@ -68,15 +68,6 @@ export default async function FoundersPageJsonLD({ url: "https://ethereum.org/images/eth-home-icon.png", }, }, - reviewedBy: { - "@type": "Organization", - name: "ethereum.org", - url: "https://ethereum.org", - logo: { - "@type": "ImageObject", - url: "https://ethereum.org/images/eth-home-icon.png", - }, - }, } return diff --git a/app/[locale]/gas/page-jsonld.tsx b/app/[locale]/gas/page-jsonld.tsx index a7972dc3bb3..76f77150b51 100644 --- a/app/[locale]/gas/page-jsonld.tsx +++ b/app/[locale]/gas/page-jsonld.tsx @@ -66,15 +66,6 @@ export default async function GasPageJsonLD({ name: "ethereum.org", url: "https://ethereum.org", }, - reviewedBy: { - "@type": "Organization", - name: "ethereum.org", - url: "https://ethereum.org", - logo: { - "@type": "ImageObject", - url: "https://ethereum.org/images/eth-home-icon.png", - }, - }, } // JSON-LD for the article content about gas @@ -96,15 +87,6 @@ export default async function GasPageJsonLD({ name: "ethereum.org", url: "https://ethereum.org", }, - reviewedBy: { - "@type": "Organization", - name: "ethereum.org", - url: "https://ethereum.org", - logo: { - "@type": "ImageObject", - url: "https://ethereum.org/images/eth-home-icon.png", - }, - }, dateModified: lastEditLocaleTimestamp, mainEntityOfPage: { "@type": "WebPage", diff --git a/app/[locale]/get-eth/page-jsonld.tsx b/app/[locale]/get-eth/page-jsonld.tsx index 4ed5c49f0fb..d51a73ebb78 100644 --- a/app/[locale]/get-eth/page-jsonld.tsx +++ b/app/[locale]/get-eth/page-jsonld.tsx @@ -66,15 +66,6 @@ export default async function GetEthPageJsonLD({ name: "ethereum.org", url: "https://ethereum.org", }, - reviewedBy: { - "@type": "Organization", - name: "ethereum.org", - url: "https://ethereum.org", - logo: { - "@type": "ImageObject", - url: "https://ethereum.org/images/eth-home-icon.png", - }, - }, } // JSON-LD for the article content about getting ETH @@ -97,15 +88,6 @@ export default async function GetEthPageJsonLD({ name: "ethereum.org", url: "https://ethereum.org", }, - reviewedBy: { - "@type": "Organization", - name: "ethereum.org", - url: "https://ethereum.org", - logo: { - "@type": "ImageObject", - url: "https://ethereum.org/images/eth-home-icon.png", - }, - }, dateModified: lastEditLocaleTimestamp, } diff --git a/app/[locale]/layer-2/learn/page-jsonld.tsx b/app/[locale]/layer-2/learn/page-jsonld.tsx index ca37ab0cfd9..243bd3c1635 100644 --- a/app/[locale]/layer-2/learn/page-jsonld.tsx +++ b/app/[locale]/layer-2/learn/page-jsonld.tsx @@ -72,15 +72,6 @@ export default async function Layer2LearnPageJsonLD({ name: "ethereum.org", url: "https://ethereum.org", }, - reviewedBy: { - "@type": "Organization", - name: "ethereum.org", - url: "https://ethereum.org", - logo: { - "@type": "ImageObject", - url: "https://ethereum.org/images/eth-home-icon.png", - }, - }, } // JSON-LD for the article content about learning Layer 2 @@ -103,15 +94,6 @@ export default async function Layer2LearnPageJsonLD({ url: "https://ethereum.org", }, contributor: contributorList, - reviewedBy: { - "@type": "Organization", - name: "ethereum.org", - url: "https://ethereum.org", - logo: { - "@type": "ImageObject", - url: "https://ethereum.org/images/eth-home-icon.png", - }, - }, dateModified: lastEditLocaleTimestamp, } diff --git a/app/[locale]/layer-2/networks/page-jsonld.tsx b/app/[locale]/layer-2/networks/page-jsonld.tsx index f246208efb7..3fe35c73537 100644 --- a/app/[locale]/layer-2/networks/page-jsonld.tsx +++ b/app/[locale]/layer-2/networks/page-jsonld.tsx @@ -70,15 +70,6 @@ export default async function Layer2NetworksPageJsonLD({ url: "https://ethereum.org/images/eth-home-icon.png", }, }, - reviewedBy: { - "@type": "Organization", - name: "ethereum.org", - url: "https://ethereum.org", - logo: { - "@type": "ImageObject", - url: "https://ethereum.org/images/eth-home-icon.png", - }, - }, } // JSON-LD for Layer 2 Networks listing diff --git a/app/[locale]/layer-2/page-jsonld.tsx b/app/[locale]/layer-2/page-jsonld.tsx index 0a081f83cc9..8784eab36ee 100644 --- a/app/[locale]/layer-2/page-jsonld.tsx +++ b/app/[locale]/layer-2/page-jsonld.tsx @@ -64,15 +64,6 @@ export default async function Layer2PageJsonLD({ name: "ethereum.org", url: "https://ethereum.org", }, - reviewedBy: { - "@type": "Organization", - name: "ethereum.org", - url: "https://ethereum.org", - logo: { - "@type": "ImageObject", - url: "https://ethereum.org/images/eth-home-icon.png", - }, - }, } // JSON-LD for the article content about Layer 2 @@ -95,15 +86,6 @@ export default async function Layer2PageJsonLD({ name: "ethereum.org", url: "https://ethereum.org", }, - reviewedBy: { - "@type": "Organization", - name: "ethereum.org", - url: "https://ethereum.org", - logo: { - "@type": "ImageObject", - url: "https://ethereum.org/images/eth-home-icon.png", - }, - }, } // JSON-LD for FAQ section diff --git a/app/[locale]/learn/page-jsonld.tsx b/app/[locale]/learn/page-jsonld.tsx index d5ea98aa5e6..1bd423d30a8 100644 --- a/app/[locale]/learn/page-jsonld.tsx +++ b/app/[locale]/learn/page-jsonld.tsx @@ -60,15 +60,6 @@ export default async function LearnPageJsonLD({ locale, contributors }) { url: "https://ethereum.org/images/eth-home-icon.png", }, }, - reviewedBy: { - "@type": "Organization", - name: "ethereum.org", - url: "https://ethereum.org", - logo: { - "@type": "ImageObject", - url: "https://ethereum.org/images/eth-home-icon.png", - }, - }, } return diff --git a/app/[locale]/page-jsonld.tsx b/app/[locale]/page-jsonld.tsx index 4d40498b033..fd7eca580a5 100644 --- a/app/[locale]/page-jsonld.tsx +++ b/app/[locale]/page-jsonld.tsx @@ -54,15 +54,6 @@ export default async function IndexPageJsonLD({ name: "ethereum.org", url: "https://ethereum.org", }, - reviewedBy: { - "@type": "Organization", - name: "ethereum.org", - url: "https://ethereum.org", - logo: { - "@type": "ImageObject", - url: "https://ethereum.org/images/eth-home-icon.png", - }, - }, } // JSON-LD for ethereum.org as an organization const organizationJsonLd = { diff --git a/app/[locale]/quizzes/page-jsonld.tsx b/app/[locale]/quizzes/page-jsonld.tsx index 308f644ed14..e1893862a8d 100644 --- a/app/[locale]/quizzes/page-jsonld.tsx +++ b/app/[locale]/quizzes/page-jsonld.tsx @@ -64,15 +64,6 @@ export default async function QuizzesPageJsonLD({ name: "ethereum.org", url: "https://ethereum.org", }, - reviewedBy: { - "@type": "Organization", - name: "ethereum.org", - url: "https://ethereum.org", - logo: { - "@type": "ImageObject", - url: "https://ethereum.org/images/eth-home-icon.png", - }, - }, } return diff --git a/app/[locale]/resources/page-jsonld.tsx b/app/[locale]/resources/page-jsonld.tsx index 35794ae91e0..57b0aaa613f 100644 --- a/app/[locale]/resources/page-jsonld.tsx +++ b/app/[locale]/resources/page-jsonld.tsx @@ -64,15 +64,6 @@ export default async function ResourcesPageJsonLD({ name: "ethereum.org", url: "https://ethereum.org", }, - reviewedBy: { - "@type": "Organization", - name: "ethereum.org", - url: "https://ethereum.org", - logo: { - "@type": "ImageObject", - url: "https://ethereum.org/images/eth-home-icon.png", - }, - }, } return diff --git a/app/[locale]/roadmap/_vision/page-jsonld.tsx b/app/[locale]/roadmap/_vision/page-jsonld.tsx index 9a1e8284776..ffa39f038b8 100644 --- a/app/[locale]/roadmap/_vision/page-jsonld.tsx +++ b/app/[locale]/roadmap/_vision/page-jsonld.tsx @@ -72,15 +72,6 @@ export default async function RoadmapVisionPageJsonLD({ name: "ethereum.org", url: "https://ethereum.org", }, - reviewedBy: { - "@type": "Organization", - name: "ethereum.org", - url: "https://ethereum.org", - logo: { - "@type": "ImageObject", - url: "https://ethereum.org/images/eth-home-icon.png", - }, - }, } // JSON-LD for the vision article content @@ -103,15 +94,6 @@ export default async function RoadmapVisionPageJsonLD({ url: "https://ethereum.org", }, contributor: contributorList, - reviewedBy: { - "@type": "Organization", - name: "ethereum.org", - url: "https://ethereum.org", - logo: { - "@type": "ImageObject", - url: "https://ethereum.org/images/eth-home-icon.png", - }, - }, about: { "@type": "Thing", name: "Ethereum Vision", diff --git a/app/[locale]/roadmap/page-jsonld.tsx b/app/[locale]/roadmap/page-jsonld.tsx index 9546d4712a5..c5995abe22a 100644 --- a/app/[locale]/roadmap/page-jsonld.tsx +++ b/app/[locale]/roadmap/page-jsonld.tsx @@ -64,15 +64,6 @@ export default async function RoadmapPageJsonLD({ name: "ethereum.org", url: "https://ethereum.org", }, - reviewedBy: { - "@type": "Organization", - name: "ethereum.org", - url: "https://ethereum.org", - logo: { - "@type": "ImageObject", - url: "https://ethereum.org/images/eth-home-icon.png", - }, - }, } // JSON-LD for the roadmap article content @@ -95,15 +86,6 @@ export default async function RoadmapPageJsonLD({ url: "https://ethereum.org", }, contributor: contributorList, - reviewedBy: { - "@type": "Organization", - name: "ethereum.org", - url: "https://ethereum.org", - logo: { - "@type": "ImageObject", - url: "https://ethereum.org/images/eth-home-icon.png", - }, - }, about: { "@type": "Thing", name: "Ethereum Roadmap", diff --git a/app/[locale]/run-a-node/page-jsonld.tsx b/app/[locale]/run-a-node/page-jsonld.tsx index 2385e13360c..93b3f45f2e5 100644 --- a/app/[locale]/run-a-node/page-jsonld.tsx +++ b/app/[locale]/run-a-node/page-jsonld.tsx @@ -66,15 +66,6 @@ export default async function RunANodePageJsonLD({ name: "ethereum.org", url: "https://ethereum.org", }, - reviewedBy: { - "@type": "Organization", - name: "ethereum.org", - url: "https://ethereum.org", - logo: { - "@type": "ImageObject", - url: "https://ethereum.org/images/eth-home-icon.png", - }, - }, } // JSON-LD for the run a node article content @@ -97,15 +88,6 @@ export default async function RunANodePageJsonLD({ name: "ethereum.org", url: "https://ethereum.org", }, - reviewedBy: { - "@type": "Organization", - name: "ethereum.org", - url: "https://ethereum.org", - logo: { - "@type": "ImageObject", - url: "https://ethereum.org/images/eth-home-icon.png", - }, - }, about: { "@type": "Thing", name: "Running an Ethereum Node", diff --git a/app/[locale]/stablecoins/page-jsonld.tsx b/app/[locale]/stablecoins/page-jsonld.tsx index d6ae3c01c2d..359e631eaf0 100644 --- a/app/[locale]/stablecoins/page-jsonld.tsx +++ b/app/[locale]/stablecoins/page-jsonld.tsx @@ -56,15 +56,6 @@ export default async function StablecoinsPageJsonLD({ locale, contributors }) { name: "ethereum.org", url: "https://ethereum.org", }, - reviewedBy: { - "@type": "Organization", - name: "ethereum.org", - url: "https://ethereum.org", - logo: { - "@type": "ImageObject", - url: "https://ethereum.org/images/eth-home-icon.png", - }, - }, } // JSON-LD for the stablecoins article content @@ -87,15 +78,6 @@ export default async function StablecoinsPageJsonLD({ locale, contributors }) { name: "ethereum.org", url: "https://ethereum.org", }, - reviewedBy: { - "@type": "Organization", - name: "ethereum.org", - url: "https://ethereum.org", - logo: { - "@type": "ImageObject", - url: "https://ethereum.org/images/eth-home-icon.png", - }, - }, about: { "@type": "Thing", name: "Stablecoins", diff --git a/app/[locale]/staking/page-jsonld.tsx b/app/[locale]/staking/page-jsonld.tsx index 37bb723e903..7fb2b60522f 100644 --- a/app/[locale]/staking/page-jsonld.tsx +++ b/app/[locale]/staking/page-jsonld.tsx @@ -66,15 +66,6 @@ export default async function StakingPageJsonLD({ name: "ethereum.org", url: "https://ethereum.org", }, - reviewedBy: { - "@type": "Organization", - name: "ethereum.org", - url: "https://ethereum.org", - logo: { - "@type": "ImageObject", - url: "https://ethereum.org/images/eth-home-icon.png", - }, - }, } // JSON-LD for the staking article content @@ -97,15 +88,6 @@ export default async function StakingPageJsonLD({ name: "ethereum.org", url: "https://ethereum.org", }, - reviewedBy: { - "@type": "Organization", - name: "ethereum.org", - url: "https://ethereum.org", - logo: { - "@type": "ImageObject", - url: "https://ethereum.org/images/eth-home-icon.png", - }, - }, about: { "@type": "Thing", name: "Ethereum Staking", diff --git a/app/[locale]/start/page-jsonld.tsx b/app/[locale]/start/page-jsonld.tsx index 5a86a796cc6..588a9ac8aad 100644 --- a/app/[locale]/start/page-jsonld.tsx +++ b/app/[locale]/start/page-jsonld.tsx @@ -64,15 +64,6 @@ export default async function StartPageJsonLD({ name: "ethereum.org", url: "https://ethereum.org", }, - reviewedBy: { - "@type": "Organization", - name: "ethereum.org", - url: "https://ethereum.org", - logo: { - "@type": "ImageObject", - url: "https://ethereum.org/images/eth-home-icon.png", - }, - }, } // JSON-LD for the start guide article content @@ -95,15 +86,6 @@ export default async function StartPageJsonLD({ url: "https://ethereum.org", }, contributor: contributorList, - reviewedBy: { - "@type": "Organization", - name: "ethereum.org", - url: "https://ethereum.org", - logo: { - "@type": "ImageObject", - url: "https://ethereum.org/images/eth-home-icon.png", - }, - }, about: { "@type": "Thing", name: "Getting Started with Ethereum", diff --git a/app/[locale]/trillion-dollar-security/page-jsonld.tsx b/app/[locale]/trillion-dollar-security/page-jsonld.tsx index 2dafb0560ed..79ee9e8c414 100644 --- a/app/[locale]/trillion-dollar-security/page-jsonld.tsx +++ b/app/[locale]/trillion-dollar-security/page-jsonld.tsx @@ -64,15 +64,6 @@ export default async function TrillionDollarSecurityPageJsonLD({ name: "ethereum.org", url: "https://ethereum.org", }, - reviewedBy: { - "@type": "Organization", - name: "ethereum.org", - url: "https://ethereum.org", - logo: { - "@type": "ImageObject", - url: "https://ethereum.org/images/eth-home-icon.png", - }, - }, } // JSON-LD for the security report article content @@ -95,15 +86,6 @@ export default async function TrillionDollarSecurityPageJsonLD({ name: "ethereum.org", url: "https://ethereum.org", }, - reviewedBy: { - "@type": "Organization", - name: "ethereum.org", - url: "https://ethereum.org", - logo: { - "@type": "ImageObject", - url: "https://ethereum.org/images/eth-home-icon.png", - }, - }, about: { "@type": "Thing", name: "Ethereum Security", diff --git a/app/[locale]/wallets/find-wallet/page-jsonld.tsx b/app/[locale]/wallets/find-wallet/page-jsonld.tsx index 38520ed0819..1298593955d 100644 --- a/app/[locale]/wallets/find-wallet/page-jsonld.tsx +++ b/app/[locale]/wallets/find-wallet/page-jsonld.tsx @@ -70,15 +70,6 @@ export default async function FindWalletPageJsonLD({ name: "ethereum.org", url: "https://ethereum.org", }, - reviewedBy: { - "@type": "Organization", - name: "ethereum.org", - url: "https://ethereum.org", - logo: { - "@type": "ImageObject", - url: "https://ethereum.org/images/eth-home-icon.png", - }, - }, } // JSON-LD for the wallet finder article content @@ -101,15 +92,6 @@ export default async function FindWalletPageJsonLD({ url: "https://ethereum.org", }, contributor: contributorList, - reviewedBy: { - "@type": "Organization", - name: "ethereum.org", - url: "https://ethereum.org", - logo: { - "@type": "ImageObject", - url: "https://ethereum.org/images/eth-home-icon.png", - }, - }, about: { "@type": "Thing", name: "Ethereum Wallet Finder", diff --git a/app/[locale]/wallets/page-jsonld.tsx b/app/[locale]/wallets/page-jsonld.tsx index c29fb7f818f..eb4264477a6 100644 --- a/app/[locale]/wallets/page-jsonld.tsx +++ b/app/[locale]/wallets/page-jsonld.tsx @@ -60,15 +60,6 @@ export default async function WalletsPageJsonLD({ name: "ethereum.org", url: "https://ethereum.org", }, - reviewedBy: { - "@type": "Organization", - name: "ethereum.org", - url: "https://ethereum.org", - logo: { - "@type": "ImageObject", - url: "https://ethereum.org/images/eth-home-icon.png", - }, - }, } // JSON-LD for the wallets guide article content @@ -91,15 +82,6 @@ export default async function WalletsPageJsonLD({ name: "ethereum.org", url: "https://ethereum.org", }, - reviewedBy: { - "@type": "Organization", - name: "ethereum.org", - url: "https://ethereum.org", - logo: { - "@type": "ImageObject", - url: "https://ethereum.org/images/eth-home-icon.png", - }, - }, about: { "@type": "Thing", name: "Ethereum Wallets", diff --git a/app/[locale]/what-is-ether/page-jsonld.tsx b/app/[locale]/what-is-ether/page-jsonld.tsx index e1e6afb9531..e1bcde6ecc8 100644 --- a/app/[locale]/what-is-ether/page-jsonld.tsx +++ b/app/[locale]/what-is-ether/page-jsonld.tsx @@ -66,15 +66,6 @@ export default async function WhatIsEtherPageJsonLD({ name: "ethereum.org", url: "https://ethereum.org", }, - reviewedBy: { - "@type": "Organization", - name: "ethereum.org", - url: "https://ethereum.org", - logo: { - "@type": "ImageObject", - url: "https://ethereum.org/images/eth-home-icon.png", - }, - }, } // JSON-LD for the article content @@ -97,15 +88,6 @@ export default async function WhatIsEtherPageJsonLD({ url: "https://ethereum.org", }, contributor: contributorList, - reviewedBy: { - "@type": "Organization", - name: "ethereum.org", - url: "https://ethereum.org", - logo: { - "@type": "ImageObject", - url: "https://ethereum.org/images/eth-home-icon.png", - }, - }, about: [ { "@type": "Thing", diff --git a/app/[locale]/what-is-ethereum/page-jsonld.tsx b/app/[locale]/what-is-ethereum/page-jsonld.tsx index 6bc74e97e6e..29b2ccf93f0 100644 --- a/app/[locale]/what-is-ethereum/page-jsonld.tsx +++ b/app/[locale]/what-is-ethereum/page-jsonld.tsx @@ -72,15 +72,6 @@ export default async function WhatIsEthereumPageJsonLD({ name: "ethereum.org", url: "https://ethereum.org", }, - reviewedBy: { - "@type": "Organization", - name: "ethereum.org", - url: "https://ethereum.org", - logo: { - "@type": "ImageObject", - url: "https://ethereum.org/images/eth-home-icon.png", - }, - }, } // JSON-LD for the what is ethereum article content @@ -103,15 +94,6 @@ export default async function WhatIsEthereumPageJsonLD({ url: "https://ethereum.org", }, contributor: contributorList, - reviewedBy: { - "@type": "Organization", - name: "ethereum.org", - url: "https://ethereum.org", - logo: { - "@type": "ImageObject", - url: "https://ethereum.org/images/eth-home-icon.png", - }, - }, about: { "@type": "Thing", name: "Ethereum", diff --git a/app/[locale]/what-is-the-ethereum-network/page-jsonld.tsx b/app/[locale]/what-is-the-ethereum-network/page-jsonld.tsx index 4fda7c13109..7bfeaae059f 100644 --- a/app/[locale]/what-is-the-ethereum-network/page-jsonld.tsx +++ b/app/[locale]/what-is-the-ethereum-network/page-jsonld.tsx @@ -72,15 +72,6 @@ export default async function WhatIsTheEthereumNetworkPageJsonLD({ name: "ethereum.org", url: "https://ethereum.org", }, - reviewedBy: { - "@type": "Organization", - name: "ethereum.org", - url: "https://ethereum.org", - logo: { - "@type": "ImageObject", - url: "https://ethereum.org/images/eth-home-icon.png", - }, - }, } // JSON-LD for the ethereum network article content @@ -103,15 +94,6 @@ export default async function WhatIsTheEthereumNetworkPageJsonLD({ url: "https://ethereum.org", }, contributor: contributorList, - reviewedBy: { - "@type": "Organization", - name: "ethereum.org", - url: "https://ethereum.org", - logo: { - "@type": "ImageObject", - url: "https://ethereum.org/images/eth-home-icon.png", - }, - }, about: { "@type": "Thing", name: "Ethereum Network",