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: lazyweb-landing-page/components/SEO/index.tsx
+41-38
Original file line number
Diff line number
Diff line change
@@ -14,47 +14,50 @@ export default function SEO({
14
14
title ='Lazyweb Rocks: The ultimate resource for developers',
15
15
}: Props){
16
16
constmetaData=[
17
-
{
18
-
name: `description`,
19
-
content: 'Find all the tools, libraries, and code snippets you need for your next big project at Lazyweb Rocks. Our collection of useful resources is constantly updated to help you save time and focus on building great things.',
20
-
},
21
-
{
22
-
property: `og:title`,
23
-
content: 'Lazyweb Rocks: The ultimate resource for developers',
24
-
},
25
-
{
26
-
property: `og:description`,
27
-
content: 'Find all the tools, libraries, and code snippets you need for your next big project at Lazyweb Rocks. Our collection of useful resources is constantly updated to help you save time and focus on building great things.',
28
-
},
29
-
{
30
-
property: `og:type`,
31
-
content: `website`,
32
-
},
33
-
{
34
-
name: `twitter:card`,
35
-
content: `summary`,
36
-
},
37
-
{
38
-
name: `twitter:creator`,
39
-
content: 'Dishant Sharma',
40
-
},
41
-
{
42
-
name: `twitter:title`,
43
-
content: 'Lazyweb Rocks: The ultimate resource for developers',
44
-
},
45
-
{
46
-
name: `twitter:description`,
47
-
content: 'Find all the tools, libraries, and code snippets you need for your next big project at Lazyweb Rocks. Our collection of useful resources is constantly updated to help you save time and focus on building great things.',
<title>Lazyweb Rocks: The ultimate resource for developers</title>
24
+
<meta
25
+
name="description"
26
+
content="Find all the tools, libraries, and code snippets you need for your next big project at Lazyweb Rocks. Our collection of useful resources is constantly updated to help you save time and focus on building great things."
content="Lazyweb Rocks: The ultimate resource for developers"
33
+
/>
34
+
<meta
35
+
property="og:description"
36
+
content="Find all the tools, libraries, and code snippets you need for your next big project at Lazyweb Rocks. Our collection of useful resources is constantly updated to help you save time and focus on building great things."
content="Lazyweb Rocks: The ultimate resource for developers"
48
+
/>
49
+
<meta
50
+
name="twitter:description"
51
+
content="Find all the tools, libraries, and code snippets you need for your next big project at Lazyweb Rocks. Our collection of useful resources is constantly updated to help you save time and focus on building great things."
0 commit comments