Skip to content

Commit

Permalink
Fix data catalog canonical URL
Browse files Browse the repository at this point in the history
  • Loading branch information
rakyi committed Jan 9, 2025
1 parent 98d7908 commit 04d8c52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion site/DataCatalog/DataCatalogPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ export const DataCatalogPage = (props: {
return (
<Html>
<Head
canonicalUrl={`${baseUrl}/charts`}
canonicalUrl={`${baseUrl}/data`}
pageTitle="Data Catalog"
pageDesc="Explore Our World in Data's extensive collection of charts. Use the search bar to find specific data visualizations or browse by topic. Filter by country or subject area to discover insights on global issues supported by reliable data."
baseUrl={baseUrl}
Expand Down

0 comments on commit 04d8c52

Please sign in to comment.