Skip to content

Commit 8c825b0

Browse files
Remove alternates.canonical tags from all page metadata
Co-authored-by: Alessandro100 <18631060+Alessandro100@users.noreply.github.com> Agent-Logs-Url: https://github.com/MobilityData/mobilitydatabase-web/sessions/971d0ddf-f8e0-4d5d-a7f1-63ada96c409c
1 parent 0f89af8 commit 8c825b0

File tree

8 files changed

+0
-24
lines changed

8 files changed

+0
-24
lines changed

src/app/[locale]/about/page.tsx

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,6 @@ export const metadata: Metadata = {
1010
title: 'About | Mobility Database',
1111
description:
1212
'Learn about Mobility Database, the open-source catalog of public transit feeds. Discover our mission to make GTFS, GTFS-RT, and GBFS data accessible to everyone.',
13-
alternates: {
14-
canonical: '/about',
15-
},
1613
openGraph: {
1714
title: 'About | Mobility Database',
1815
description:

src/app/[locale]/contact-us/page.tsx

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,6 @@ export const metadata: Metadata = {
1010
title: 'Contact Us | Mobility Database',
1111
description:
1212
'Get in touch with the Mobility Database team. Reach out for support, data questions, or to report issues with GTFS, GTFS-RT, and GBFS transit feeds.',
13-
alternates: {
14-
canonical: '/contact-us',
15-
},
1613
openGraph: {
1714
title: 'Contact Us | Mobility Database',
1815
description:

src/app/[locale]/contribute-faq/page.tsx

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,6 @@ export const metadata: Metadata = {
1010
title: 'Feed Submission FAQ | Mobility Database',
1111
description:
1212
'Frequently asked questions about submitting transit feeds to Mobility Database. Learn how to contribute GTFS, GTFS-RT, and GBFS feeds to our global catalog.',
13-
alternates: {
14-
canonical: '/contribute-faq',
15-
},
1613
openGraph: {
1714
title: 'Feed Submission FAQ | Mobility Database',
1815
description:

src/app/[locale]/faq/page.tsx

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,6 @@ export const metadata: Metadata = {
1010
title: 'FAQ | Mobility Database',
1111
description:
1212
'Find answers to frequently asked questions about Mobility Database. Learn about GTFS, GTFS-RT, and GBFS transit feeds, data access, and how to use the platform.',
13-
alternates: {
14-
canonical: '/faq',
15-
},
1613
openGraph: {
1714
title: 'FAQ | Mobility Database',
1815
description:

src/app/[locale]/feeds/page.tsx

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,6 @@ export const metadata: Metadata = {
99
title: 'Transit Feeds | Mobility Database',
1010
description:
1111
'Browse thousands of GTFS, GTFS-RT, and GBFS transit feeds from agencies around the world. Search and filter open public transit data by location, type, or provider.',
12-
alternates: {
13-
canonical: '/feeds',
14-
},
1512
openGraph: {
1613
title: 'Transit Feeds | Mobility Database',
1714
description:

src/app/[locale]/gbfs-validator/page.tsx

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,6 @@ export const metadata: Metadata = {
1111
title: 'GBFS Validator | Mobility Database',
1212
description:
1313
'Validate your GBFS (General Bikeshare Feed Specification) feeds with the Mobility Database GBFS Validator. Check compliance and identify errors in your bikeshare or micromobility data.',
14-
alternates: {
15-
canonical: '/gbfs-validator',
16-
},
1714
openGraph: {
1815
title: 'GBFS Validator | Mobility Database',
1916
description:

src/app/[locale]/privacy-policy/page.tsx

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,6 @@ export const metadata: Metadata = {
1010
title: 'Privacy Policy | Mobility Database',
1111
description:
1212
'Read the Mobility Database privacy policy to understand how we collect, use, and protect your personal information when you use our transit data platform.',
13-
alternates: {
14-
canonical: '/privacy-policy',
15-
},
1613
openGraph: {
1714
title: 'Privacy Policy | Mobility Database',
1815
description:

src/app/[locale]/terms-and-conditions/page.tsx

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,6 @@ export const metadata: Metadata = {
1010
title: 'Terms and Conditions | Mobility Database',
1111
description:
1212
'Read the Mobility Database terms and conditions governing the use of our platform and access to our global catalog of GTFS, GTFS-RT, and GBFS transit feeds.',
13-
alternates: {
14-
canonical: '/terms-and-conditions',
15-
},
1613
openGraph: {
1714
title: 'Terms and Conditions | Mobility Database',
1815
description:

0 commit comments

Comments
 (0)