-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
103 lines (94 loc) · 4.07 KB
/
Copy pathindex.html
File metadata and controls
103 lines (94 loc) · 4.07 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
<!doctype html>
<html lang="en" class="scroll-smooth">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<!-- Primary Meta Tags -->
<title>Dev Kabir — WordPress Plugin Developer & PHP/JS Specialist</title>
<meta name="title" content="Dev Kabir — WordPress Plugin Developer & PHP/JS Specialist" />
<meta
name="description"
content="Portfolio of Dev Kabir, WordPress Plugin Developer and creator of Enable CORS plugin with 6,000+ active installs. Specializing in custom WordPress plugins, WooCommerce integrations, REST APIs, and PHP optimization."
/>
<meta
name="keywords"
content="Dev Kabir, WordPress Plugin Developer, Enable CORS plugin, WooCommerce Developer, Custom WordPress Plugins, PHP Specialist, REST API Integration, Open Source Developer"
/>
<meta name="author" content="Dev Kabir" />
<meta name="robots" content="index, follow" />
<meta name="theme-color" content="#18232D" />
<!-- Open Graph / Facebook -->
<meta property="og:type" content="website" />
<meta property="og:url" content="https://wordpress.org/plugins/enable-cors/#description" />
<meta
property="og:title"
content="Dev Kabir — WordPress Plugin Developer & PHP/JS Specialist"
/>
<meta
property="og:description"
content="WordPress Plugin Developer with 150+ plugins built and creator of Enable CORS plugin powering 6,000+ websites worldwide."
/>
<meta
property="og:image"
content="https://s.w.org/style/images/about/WordPress-logotype-wmark.png"
/>
<!-- Twitter -->
<meta property="twitter:card" content="summary_large_image" />
<meta property="twitter:title" content="Dev Kabir — WordPress Plugin Developer" />
<meta
property="twitter:description"
content="Custom WordPress plugins, WooCommerce solutions, REST APIs & creator of Enable CORS plugin."
/>
<!-- Favicons -->
<link rel="icon" type="image/x-icon" href="/favicon.ico" />
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png" />
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png" />
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png" />
<link rel="manifest" href="/site.webmanifest" />
<!-- Google Fonts -->
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link
href="https://fonts.googleapis.com/css2?family=Bricolage+Grotesque:opsz,wght@12..96,600..800&family=DM+Sans:ital,opsz,wght@0,9..40,400..700;1,9..40,400&family=Fira+Code:wght@400;500;600&display=swap"
rel="stylesheet"
/>
<!-- JSON-LD Structured Data Schema for SEO -->
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "Person",
"name": "Dev Kabir",
"jobTitle": "WordPress Plugin Developer",
"knowsAbout": [
"WordPress Plugin Development",
"PHP 8.3",
"WooCommerce REST APIs",
"JavaScript",
"Enable CORS Plugin",
"Custom Web Application Development"
],
"description": "WordPress Plugin Developer and PHP & JavaScript Specialist with 150+ custom plugins built and creator of the Enable CORS plugin with 6,000+ active installs on WordPress.org.",
"sameAs": [
"https://wordpress.org/plugins/enable-cors/#description",
"https://www.linkedin.com/"
]
}
</script>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-PB459VVX7S"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag('js', new Date());
gtag('config', 'G-PB459VVX7S');
</script>
</head>
<body
class="bg-app-primary text-app-primary antialiased font-sans transition-colors duration-300"
>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>