1
1
mirror of https://github.com/neosubhamoy/neosubhamoy-portfolio.git synced 2025-12-19 22:53:03 +05:30

(seo): added page og descriptions

This commit is contained in:
2023-12-14 21:47:12 +05:30
parent 0330a0ab16
commit 2e64cbcbc8
7 changed files with 28 additions and 7 deletions

View File

@@ -15,7 +15,10 @@ $years = create_project_years_array($conn);
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="">
<meta name="description" content="View my Projects and Contributions in Tech">
<meta property="og:title" content="<?php echo fetch_page_title($conn, "Projects");?>">
<meta property="og:description" content="Projects of Subhamoy Biswas (@neo_subhamoy) - Full-Stack Web, Android Developer and UI/UX Designer">
<meta property="og:image" content="https://neosubhamoy.com/assets/images/neosubhamoy.jpg">
<title><?php echo fetch_page_title($conn, "Projects");?></title>
<?php require 'assets/_integrate.php';?>
</head>