Skip to content

Commit

Permalink
Fix canonicals
Browse files Browse the repository at this point in the history
  • Loading branch information
kamranahmedse committed Jan 8, 2023
1 parent 66cb4f9 commit 88ff836
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/layouts/BaseLayout.astro
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ const currentPageAbsoluteUrl = `https://roadmap.sh${permalink.replace(
<meta property='og:type' content='website' />
<meta property='og:url' content={currentPageAbsoluteUrl} />

{currentPageAbsoluteUrl !== 'https://roadmap.sh' && <link rel='canonical' href={currentPageAbsoluteUrl} /> }
<link rel='canonical' href={currentPageAbsoluteUrl} />

<meta name='mobile-web-app-capable' content='yes' />
<meta name='apple-mobile-web-app-capable' content='yes' />
Expand Down

0 comments on commit 88ff836

Please sign in to comment.