Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 68b705e

Browse files
committed
set canoncial tag
1 parent 8044b25 commit 68b705e

File tree

3 files changed

+4
-1
lines changed

3 files changed

+4
-1
lines changed

‎src/components/seo.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,14 +19,15 @@ function SEO({ title, description }: { title: string; description?: string }) {
1919
return (
2020
<Head>
2121
<title>{title || site.siteMetadata.title}</title>
22+
<link rel="canonical" href="https://react-hook-form.com"></link>
2223
<meta
2324
property="description"
2425
content={metaDescription}
2526
key="description"
2627
/>
2728
<meta
2829
name="twitter:description"
29-
content="Performant, flexible and extensible forms with easy-to-use validation."
30+
content="Performant, flexible and extensible forms with easy-to-use validation. But a name that makes sense"
3031
></meta>
3132
<meta name="twitter:creator" content={site.siteMetadata.author}></meta>
3233
<meta

‎src/pages/_app.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ function App({ Component, pageProps }: AppProps) {
3535
<>
3636
<Head>
3737
<title>React Form Hook - Simple React forms validation</title>
38+
<link rel="canonical" href="https://react-hook-form.com"></link>
3839
<meta
3940
name="viewport"
4041
content="minimum-scale=1, initial-scale=1, width=device-width"

‎src/pages/_document.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ export default function Document() {
55
return (
66
<Html>
77
<Head>
8+
<link rel="canonical" href="https://react-hook-form.com"></link>
89
<link
910
rel="stylesheet"
1011
href="https://cdn.jsdelivr.net/npm/docsearch.js@2/dist/cdn/docsearch.min.css"

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /