File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -31,7 +31,8 @@ export async function generateMetadata(props: PageProps): Promise<Metadata | nul
31
31
...metadata ,
32
32
openGraph : {
33
33
...metadata . openGraph ,
34
- images : [ ogImage ]
34
+ images : [ ogImage ] ,
35
+ url : `${ BASE_URL } ${ canonicalPath } `
35
36
} ,
36
37
alternates : {
37
38
canonical : `${ BASE_URL } ${ canonicalPath } `
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ export const metadataSEO: Metadata = {
7
7
template : '%s | UX Patterns for Devs'
8
8
} ,
9
9
description :
10
- 'UX Patterns for Devs is a collection of UX Patterns for Devs to use in their projects.' ,
10
+ 'UX Patterns for Developers is a collection of UX Patterns for Devs to use in their projects.' ,
11
11
robots : {
12
12
index : true ,
13
13
follow : true ,
@@ -25,7 +25,8 @@ export const metadataSEO: Metadata = {
25
25
type : "website" ,
26
26
locale : "en_US" ,
27
27
title : "UX Patterns for Devs" ,
28
- description : "UX Patterns for Devs is a collection of UX Patterns for Devs to use in their projects." ,
28
+ description : "UX Patterns for Developers is a collection of UX Patterns for Devs to use in their projects." ,
29
+ url : BASE_URL ,
29
30
images : [ {
30
31
url : '/og/opengraph-image.png' ,
31
32
width : 1200 ,
You can’t perform that action at this time.
0 commit comments