We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 575f644 commit 7a189e9Copy full SHA for 7a189e9
src/templates/post.js
@@ -14,6 +14,7 @@ const Post = ({ data, pageContext }) => {
14
return (
15
<Layout>
16
<Helmet title={`${post.frontmatter.title} React Hook - useHooks`}>
17
+ <link rel="canonical" href={`https://usehooks.com/${post.fields.slug}/`} />
18
<meta property="og:title" content={post.frontmatter.title} />
19
<meta property="og:description" content="" />
20
<meta name="twitter:card" content="summary_large_image" />
0 commit comments