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
default: 'SopKit - Professional Web Development Tools & Utilities',
16
+
template: '%s | SopKit - Professional Web Development Tools'
17
+
},
18
+
description: 'Discover SopKit\'s powerful suite of free, open-source web development tools. Boost your productivity with our modern, efficient, and user-friendly development utilities including JSON formatters, converters, validators, and more.',
19
+
keywords: [
20
+
'SopKit','web development tools','developer utilities','open source tools',
title: 'SopKit - Professional Web Development Tools & Utilities',
49
+
description: 'Discover SopKit\'s powerful suite of free, open-source web development tools. Boost your productivity with our modern, efficient, and user-friendly development utilities.',
50
+
siteName: 'SopKit',
51
+
images: [
52
+
{
53
+
url: '/og.png',
54
+
width: 1200,
55
+
height: 630,
56
+
alt: 'SopKit - Professional Web Development Tools',
57
+
}
58
+
],
59
+
},
60
+
twitter: {
61
+
card: 'summary_large_image',
62
+
site: '@sopkit',
63
+
creator: '@sopkit',
64
+
title: 'SopKit - Professional Web Development Tools & Utilities',
65
+
description: 'Discover SopKit\'s powerful suite of free, open-source web development tools. Boost your productivity with our modern, efficient, and user-friendly development utilities.',
66
+
images: ['/og.png'],
67
+
},
68
+
icons: {
69
+
icon: '/logo.png',
70
+
shortcut: '/logo.png',
71
+
apple: '/logo.png',
72
+
},
73
+
manifest: '/manifest.json',
74
+
verification: {
75
+
google: 'your-google-verification-code',
76
+
},
77
+
category: 'technology',
78
+
};
7
79
8
80
constjsonLd={
9
81
"@context": "https://schema.org",
@@ -17,90 +89,96 @@ const jsonLd = {
17
89
"@type": "Offer",
18
90
"price": "0",
19
91
"priceCurrency": "USD"
92
+
},
93
+
"creator": {
94
+
"@type": "Organization",
95
+
"name": "SopKit",
96
+
"url": "https://sopkit.github.io"
97
+
},
98
+
"aggregateRating": {
99
+
"@type": "AggregateRating",
100
+
"ratingValue": "4.9",
101
+
"ratingCount": "10000"
102
+
},
103
+
"featureList": [
104
+
"JSON Formatter and Validator",
105
+
"HTML to JSX Converter",
106
+
"Markdown to HTML Converter",
107
+
"Encoding and Decoding Tools",
108
+
"Web Development Utilities",
109
+
"Code Formatters and Minifiers"
110
+
]
111
+
};
112
+
113
+
constorganizationJsonLd={
114
+
"@context": "https://schema.org",
115
+
"@type": "Organization",
116
+
"name": "SopKit",
117
+
"url": "https://sopkit.github.io",
118
+
"logo": "https://sopkit.github.io/logo.png",
119
+
"sameAs": [
120
+
"https://github.com/sopkit",
121
+
"https://twitter.com/sopkit"
122
+
],
123
+
"contactPoint": {
124
+
"@type": "ContactPoint",
125
+
"email": "sh20raj@gmail.com",
126
+
"contactType": "Customer Service"
20
127
}
21
128
};
22
129
23
130
letscript=`
24
131
window.dataLayer = window.dataLayer || [];
25
132
function gtag(){dataLayer.push(arguments);}
26
133
gtag('js', new Date());
27
-
gtag('config', 'G-E9Q2600LW2');
134
+
gtag('config', 'G-E9Q2600LW2', {
135
+
page_title: document.title,
136
+
page_location: window.location.href
137
+
});
28
138
`;
29
139
30
140
exportdefaultfunctionRootLayout({ children }){
31
141
return(
32
-
<htmllang="en">
142
+
<htmllang="en"className={inter.variable}>
33
143
<head>
34
-
<title>SopKit - Professional Web Development Tools &Utilities</title>
35
-
<meta
36
-
name="description"
37
-
content="Discover SopKit's powerful suite of free, open-source web development tools. Boost your productivity with our modern, efficient, and user-friendly development utilities."
38
-
/>
39
-
<meta
40
-
name="keywords"
41
-
content="SopKit, web development tools, developer utilities, open source tools, coding tools, web tools, programming utilities, free developer tools"
content="SopKit - Professional Web Development Tools & Utilities"
52
-
/>
53
-
<meta
54
-
property="og:description"
55
-
content="Discover SopKit's powerful suite of free, open-source web development tools. Boost your productivity with our modern, efficient, and user-friendly development utilities."
content="SopKit - Professional Web Development Tools & Utilities"
66
-
/>
67
-
<meta
68
-
property="twitter:description"
69
-
content="Discover SopKit's powerful suite of free, open-source web development tools. Boost your productivity with our modern, efficient, and user-friendly development utilities."
0 commit comments