1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-08-30 04:30:01 +02:00

Fix canonicals

This commit is contained in:
Kamran Ahmed
2023-01-08 06:29:38 +04:00
parent 66cb4f9a06
commit 88ff836bfb

View File

@@ -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' />