Skip to content

Commit

Permalink
🔍️ Add canonical url in html
Browse files Browse the repository at this point in the history
  • Loading branch information
williamchong committed Sep 11, 2023
1 parent 71730bd commit 2538790
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/IndexHTML.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ export default class IndexHTML extends React.Component {
<meta property="al:android:url" content={meta.ogUrl} />
<meta property="al:android:package" content={ANDROID_APP.PACKAGE} />
<meta property="al:android:app_name" content={ANDROID_APP.NAME} />
<link rel="canonical" href={meta.ogUrl} />
<meta content={meta.title} property="og:title" />
<meta content={meta.ogUrl} property="og:url" />
<meta content={meta.ogImage} property="og:image" />
Expand Down

0 comments on commit 2538790

Please sign in to comment.