Skip to content

Commit e324262

Browse files
authored
Merge pull request #16110 from ethereum/seoWarnings
Semrush SEO warnings
2 parents 71c881d + ba1ffc7 commit e324262

File tree

534 files changed

+869
-857
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

534 files changed

+869
-857
lines changed

.all-contributorsrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11267,7 +11267,7 @@
1126711267
"login": "konopkja",
1126811268
"name": "Jakub",
1126911269
"avatar_url": "https://avatars.githubusercontent.com/u/100724231?v=4",
11270-
"profile": "http://ethereum.org",
11270+
"profile": "https://ethereum.org",
1127111271
"contributions": [
1127211272
"doc",
1127311273
"content",

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1778,7 +1778,7 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d
17781778
</tr>
17791779
<tr>
17801780
<td align="center" valign="top" width="14.28%"><a href="https://github.com/enjoyooor"><img src="https://avatars.githubusercontent.com/u/147568088?v=4?s=100" width="100px;" alt="enjoyooor"/><br /><sub><b>enjoyooor</b></sub></a><br /><a href="https://github.com/ethereum/ethereum-org-website/commits?author=enjoyooor" title="Code">💻</a></td>
1781-
<td align="center" valign="top" width="14.28%"><a href="http://ethereum.org"><img src="https://avatars.githubusercontent.com/u/100724231?v=4?s=100" width="100px;" alt="Jakub"/><br /><sub><b>Jakub</b></sub></a><br /><a href="https://github.com/ethereum/ethereum-org-website/commits?author=konopkja" title="Documentation">📖</a> <a href="#content-konopkja" title="Content">🖋</a> <a href="#design-konopkja" title="Design">🎨</a></td>
1781+
<td align="center" valign="top" width="14.28%"><a href="https://ethereum.org"><img src="https://avatars.githubusercontent.com/u/100724231?v=4?s=100" width="100px;" alt="Jakub"/><br /><sub><b>Jakub</b></sub></a><br /><a href="https://github.com/ethereum/ethereum-org-website/commits?author=konopkja" title="Documentation">📖</a> <a href="#content-konopkja" title="Content">🖋</a> <a href="#design-konopkja" title="Design">🎨</a></td>
17821782
<td align="center" valign="top" width="14.28%"><a href="http://www.ymusleh.com"><img src="https://avatars.githubusercontent.com/u/6829768?v=4?s=100" width="100px;" alt="Yusuf Musleh"/><br /><sub><b>Yusuf Musleh</b></sub></a><br /><a href="#content-yusuf-musleh" title="Content">🖋</a></td>
17831783
<td align="center" valign="top" width="14.28%"><a href="https://github.com/acceptacross"><img src="https://avatars.githubusercontent.com/u/150119116?v=4?s=100" width="100px;" alt="acceptacross"/><br /><sub><b>acceptacross</b></sub></a><br /><a href="https://github.com/ethereum/ethereum-org-website/commits?author=acceptacross" title="Documentation">📖</a></td>
17841784
<td align="center" valign="top" width="14.28%"><a href="https://github.com/pdelagrave"><img src="https://avatars.githubusercontent.com/u/17990895?v=4?s=100" width="100px;" alt="Pierre Delagrave"/><br /><sub><b>Pierre Delagrave</b></sub></a><br /><a href="https://github.com/ethereum/ethereum-org-website/issues?q=author%3Apdelagrave" title="Bug reports">🐛</a></td>

app/[locale]/apps/[application]/page.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,7 @@ const Page = async ({
265265
</p>
266266
<LinkOverlay
267267
href={`/apps/${slugify(nextApp.name)}`}
268-
matomoEvent={{
268+
customEventOptions={{
269269
eventCategory: "detail",
270270
eventAction: `app name ${app.name}`,
271271
eventName: "see_next",
@@ -292,7 +292,7 @@ const Page = async ({
292292
</p>
293293
<LinkOverlay
294294
href={`/apps/${slugify(nextApp.name)}`}
295-
matomoEvent={{
295+
customEventOptions={{
296296
eventCategory: "detail",
297297
eventAction: `app name ${app.name}`,
298298
eventName: "see_next",

app/[locale]/apps/_components/AppCard.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ const AppCard = ({
9999
<LinkOverlay
100100
href={`/apps/${slugify(app.name)}`}
101101
className="no-underline"
102-
matomoEvent={{
102+
customEventOptions={{
103103
eventCategory: matomoCategory,
104104
eventAction: `${matomoAction}`,
105105
eventName: `app name ${app.name}`,

app/[locale]/apps/_components/AppsHighlight.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ const AppsHighlight = ({ apps, matomoCategory }: AppsHighlightProps) => {
2323
<LinkOverlay
2424
href={`/apps/${slugify(app.name)}`}
2525
className="no-underline"
26-
matomoEvent={{
26+
customEventOptions={{
2727
eventCategory: matomoCategory,
2828
eventAction: "highlights",
2929
eventName: `app name ${app.name}`,

app/[locale]/apps/_components/TopApps.tsx

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -97,13 +97,11 @@ const TopApps = ({ appsData }: TopAppsProps) => {
9797
<LinkOverlay
9898
href={`/apps/categories/${slugify(category)}`}
9999
className="text-body no-underline"
100-
onClick={() =>
101-
trackCustomEvent({
102-
eventCategory: "apps",
103-
eventAction: "categories",
104-
eventName: `topapps_category_name_${category}`,
105-
})
106-
}
100+
customEventOptions={{
101+
eventCategory: "apps",
102+
eventAction: "categories",
103+
eventName: `topapps_category_name_${category}`,
104+
}}
107105
>
108106
<div className="flex flex-row items-center justify-between gap-2">
109107
<div className="flex items-center gap-2">

app/[locale]/contributing/translation-program/acknowledgements/_components/acknowledgements.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ const TranslatorAcknowledgements = () => {
203203
{t(
204204
"page-contributing-translation-program-acknowledgements-how-to-claim-1"
205205
)}{" "}
206-
<InlineLink href="/discord/">
206+
<InlineLink href="https://discord.gg/ethereum-org">
207207
{t(
208208
"page-contributing-translation-program-acknowledgements-how-to-claim-1-discord"
209209
)}

app/[locale]/enterprise/page.tsx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -505,7 +505,9 @@ const Page = async ({ params }: { params: { locale: Lang } }) => {
505505
strings={{
506506
error: {
507507
domain: t.rich("page-enterprise-team-form-error-domain", {
508-
a: (chunks) => <Link href="/discord/">{chunks}</Link>,
508+
a: (chunks) => (
509+
<Link href="https://discord.gg/ethereum-org">{chunks}</Link>
510+
),
509511
}),
510512
emailInvalid: t(
511513
"page-enterprise-team-form-error-email-invalid"

app/[locale]/page.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -381,7 +381,7 @@ const Page = async ({ params }: { params: Promise<{ locale: Lang }> }) => {
381381
{
382382
Svg: Discord,
383383
label: "Discord",
384-
href: "/discord/",
384+
href: "https://discord.gg/ethereum-org",
385385
className: "text-primary hover:text-primary-hover",
386386
description: t("page-index-join-action-discord-description"),
387387
eventName: "Discord",
@@ -718,7 +718,7 @@ const Page = async ({ params }: { params: Promise<{ locale: Lang }> }) => {
718718
</ButtonLink>
719719
<div className="flex gap-3">
720720
<ButtonLink
721-
href="/discord/"
721+
href="https://discord.gg/ethereum-org"
722722
size="lg"
723723
variant="outline"
724724
isSecondary

app/[locale]/quizzes/page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ export async function generateMetadata({
4343
return await getMetadata({
4444
locale,
4545
slug: ["quizzes"],
46-
title: t("common.quizzes-title"),
46+
title: `${t("common.quizzes-title")} | ethereum.org`,
4747
description: t("learn-quizzes.quizzes-subtitle"),
4848
image: "/images/heroes/quizzes-hub-hero.png",
4949
})

0 commit comments

Comments
 (0)