Skip to content

Commit 96e64d0

Browse files
committed
feat: add author Azhar Uddin and publish date 2026-06-28 to meta tags and structured data
1 parent 7fc6b86 commit 96e64d0

1 file changed

Lines changed: 16 additions & 4 deletions

File tree

index.html

Lines changed: 16 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@
1010

1111
<!-- Search engine metadata -->
1212
<meta name="robots" content="index, follow, max-image-preview:large">
13-
<meta name="author" content="azhar25git">
13+
<meta name="author" content="Azhar Uddin">
14+
<meta name="date" content="2026-06-28">
1415
<meta name="keywords" content="PHP 8, PHP 8.x, PHP tutorial, modern PHP, PHP guide, PHP programming, PHP-FPM, Composer, PHPUnit, PDO, web development">
1516
<meta name="theme-color" content="#4c1d95" media="(prefers-color-scheme: light)">
1617
<meta name="theme-color" content="#1b1f24" media="(prefers-color-scheme: dark)">
@@ -38,10 +39,21 @@
3839
<script type="application/ld+json">
3940
{
4041
"@context": "https://schema.org",
41-
"@type": "WebSite",
42-
"name": "Modern PHP 8.x Masterclass",
42+
"@type": "TechArticle",
43+
"headline": "Modern PHP 8.x Masterclass — Complete Guide",
4344
"url": "https://azhar25git.github.io/php8-tutorial/",
44-
"description": "A comprehensive, modern guide to PHP 8.x programming from core fundamentals to enterprise engineering and production deployment."
45+
"description": "A comprehensive, modern guide to PHP 8.x programming from core fundamentals to enterprise engineering and production deployment.",
46+
"author": {
47+
"@type": "Person",
48+
"name": "Azhar Uddin",
49+
"url": "https://github.com/azhar25git"
50+
},
51+
"datePublished": "2026-06-28",
52+
"publisher": {
53+
"@type": "Person",
54+
"name": "Azhar Uddin",
55+
"url": "https://github.com/azhar25git"
56+
}
4557
}
4658
</script>
4759
<script>

0 commit comments

Comments
 (0)