Skip to content

Commit 75f958e

Browse files
SEO: Remove all hreflang tags to resolve 404 links and simplify US-based search targeting
1 parent f7b3716 commit 75f958e

39 files changed

Lines changed: 39 additions & 145 deletions

File tree

app/about/page.tsx

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,6 @@ export const metadata = {
77
description: 'Learn about WebToolkit Pro, the free online developer tools platform built for web professionals. Discover our mission, privacy values, and the team behind the tools.',
88
alternates: {
99
canonical: 'https://wtkpro.site/about/',
10-
languages: {
11-
'en-US': 'https://wtkpro.site/about/',
12-
'x-default': 'https://wtkpro.site/about/',
13-
},
1410
},
1511
}
1612

@@ -105,3 +101,4 @@ export default function AboutPage() {
105101
</div>
106102
)
107103
}
104+

app/blog/json-syntax-errors-study/layout.tsx

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,6 @@ export const metadata: Metadata = {
55
description: 'A comprehensive data study on why JSON fails and how modern developers can avoid common syntax pitfalls. Analysis of 1.2M payloads.',
66
alternates: {
77
canonical: 'https://wtkpro.site/blog/json-syntax-errors-study/',
8-
languages: {
9-
'en-US': 'https://wtkpro.site/blog/json-syntax-errors-study/',
10-
'x-default': 'https://wtkpro.site/blog/json-syntax-errors-study/',
11-
},
128
},
139
}
1410

@@ -19,3 +15,4 @@ export default function JsonStudyLayout({
1915
}) {
2016
return <>{children}</>
2117
}
18+

app/blog/page.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -172,3 +172,4 @@ export default function BlogPage() {
172172
</div>
173173
)
174174
}
175+

app/contact/page.tsx

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,6 @@ export const metadata = {
66
description: 'Get in touch with the WebToolkit Pro team. We love hearing from developers!',
77
alternates: {
88
canonical: 'https://wtkpro.site/contact/',
9-
languages: {
10-
'en-US': 'https://wtkpro.site/contact/',
11-
'x-default': 'https://wtkpro.site/contact/',
12-
},
139
},
1410
}
1511

@@ -76,3 +72,4 @@ export default function ContactPage() {
7672
</div>
7773
)
7874
}
75+

app/disclaimer/page.tsx

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,6 @@ export const metadata = {
55
description: 'Legal disclaimer and DMCA policy for WebToolkit Pro (wtkpro.site). Learn about our content usage and copyright policies.',
66
alternates: {
77
canonical: 'https://wtkpro.site/disclaimer/',
8-
languages: {
9-
'en-US': 'https://wtkpro.site/disclaimer/',
10-
'x-default': 'https://wtkpro.site/disclaimer/',
11-
},
128
},
139
}
1410

@@ -65,3 +61,4 @@ export default function DisclaimerPage() {
6561
</div>
6662
)
6763
}
64+

app/privacy/page.tsx

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,6 @@ export const metadata = {
55
description: 'WebToolkit Pro privacy policy. Learn how we handle your data, our use of cookies, and our commitment to GDPR, CCPA, and Google Consent Mode v2.',
66
alternates: {
77
canonical: 'https://wtkpro.site/privacy/',
8-
languages: {
9-
'en-US': 'https://wtkpro.site/privacy/',
10-
'x-default': 'https://wtkpro.site/privacy/',
11-
},
128
},
139
}
1410

@@ -82,3 +78,4 @@ export default function PrivacyPage() {
8278
</div>
8379
)
8480
}
81+

app/submit-tool/page.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,3 +91,4 @@ export default function SubmitToolPage() {
9191
</div>
9292
)
9393
}
94+

app/terms/page.tsx

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,6 @@ export const metadata = {
55
description: 'WebToolkit Pro terms of service and usage agreement for wtkpro.site.',
66
alternates: {
77
canonical: 'https://wtkpro.site/terms/',
8-
languages: {
9-
'en-US': 'https://wtkpro.site/terms/',
10-
'x-default': 'https://wtkpro.site/terms/',
11-
},
128
},
139
}
1410

@@ -66,3 +62,4 @@ export default function TermsPage() {
6662
</div>
6763
)
6864
}
65+

app/tools/adsense-calculator/layout.tsx

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,6 @@ export const metadata: Metadata = {
55
description: 'Calculate potential earnings from Google AdSense based on traffic, CTR, and CPC. Analyze revenue impact across different niches.',
66
alternates: {
77
canonical: 'https://wtkpro.site/tools/adsense-calculator/',
8-
languages: {
9-
'en-US': 'https://wtkpro.site/tools/adsense-calculator/',
10-
'x-default': 'https://wtkpro.site/tools/adsense-calculator/',
11-
},
128
},
139
}
1410

@@ -19,3 +15,4 @@ export default function AdSenseLayout({
1915
}) {
2016
return <>{children}</>
2117
}
18+

app/tools/api-latency-calculator/layout.tsx

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,6 @@ export const metadata: Metadata = {
55
description: 'Analyze the financial impact of network latency on your business revenue. Calculate conversion drops and ROI of performance optimization.',
66
alternates: {
77
canonical: 'https://wtkpro.site/tools/api-latency-calculator/',
8-
languages: {
9-
'en-US': 'https://wtkpro.site/tools/api-latency-calculator/',
10-
'x-default': 'https://wtkpro.site/tools/api-latency-calculator/',
11-
},
128
},
139
}
1410

@@ -19,3 +15,4 @@ export default function ApiLatencyLayout({
1915
}) {
2016
return <>{children}</>
2117
}
18+

0 commit comments

Comments
 (0)