You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: apps/docs/src/app/layout.tsx
+30-2Lines changed: 30 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -20,9 +20,37 @@ const mono = Source_Code_Pro({
20
20
})
21
21
22
22
exportconstmetadata: Metadata={
23
-
title: 'React QR Code - Customizable QR Code Generator for React',
23
+
metadataBase: newURL('https://reactqrcode.com'),
24
+
title: {
25
+
default: 'React QR Code – Customizable QR Code Generator for React',
26
+
template: '%s – React QR Code',
27
+
},
24
28
description:
25
-
'React QR Code is a highly customizable and lightweight QR code generator for React applications. Easily style QR codes with unique finder patterns, rounded corners, and customizable colors. Explore the documentation and live demo to get started quickly!',
29
+
'React QR Code is a highly customizable and lightweight QR code generator for React applications. Easily style QR codes with unique finder patterns, rounded corners, and customizable colors.',
30
+
keywords: [
31
+
'React QR Code',
32
+
'QR code generator',
33
+
'React QR library',
34
+
'SVG QR code',
35
+
'customizable QR codes',
36
+
],
37
+
alternates: {
38
+
canonical: '/',
39
+
},
40
+
openGraph: {
41
+
type: 'website',
42
+
url: 'https://reactqrcode.com',
43
+
title: 'React QR Code – Customizable QR Code Generator for React',
44
+
description:
45
+
'Generate highly customizable, high-performance QR codes in React using SVG, gradients, and finder pattern controls.',
46
+
siteName: 'React QR Code',
47
+
},
48
+
twitter: {
49
+
card: 'summary_large_image',
50
+
title: 'React QR Code – Customizable QR Code Generator for React',
51
+
description:
52
+
'Lightweight, customizable QR code generator for React with SVG rendering and fine-grained styling.',
0 commit comments