From 2e64cbcbc8970f886cea2923cf2757c5073ad2fb Mon Sep 17 00:00:00 2001 From: Subhamoy Biswas Date: Thu, 14 Dec 2023 21:47:12 +0530 Subject: [PATCH] (seo): added page og descriptions --- htdocs/blog.php | 5 ++++- htdocs/contact.php | 5 ++++- htdocs/dmca.php | 5 ++++- htdocs/home.php | 5 ++++- htdocs/policy.php | 5 ++++- htdocs/projects.php | 5 ++++- htdocs/terms.php | 5 ++++- 7 files changed, 28 insertions(+), 7 deletions(-) diff --git a/htdocs/blog.php b/htdocs/blog.php index b5b0fdd..9e69093 100644 --- a/htdocs/blog.php +++ b/htdocs/blog.php @@ -13,7 +13,10 @@ require 'core/query_functions.php'; - + + "> + + <?php echo fetch_page_title($conn, "Blog");?> diff --git a/htdocs/contact.php b/htdocs/contact.php index 80dccb3..1a8d8c1 100644 --- a/htdocs/contact.php +++ b/htdocs/contact.php @@ -13,7 +13,10 @@ require 'core/query_functions.php'; - + + "> + + <?php echo fetch_page_title($conn, "Contact");?> diff --git a/htdocs/dmca.php b/htdocs/dmca.php index 76e9cf0..c377a3b 100644 --- a/htdocs/dmca.php +++ b/htdocs/dmca.php @@ -13,7 +13,10 @@ require 'core/query_functions.php'; - + + + + DMCA Notice - @neo_subhamoy diff --git a/htdocs/home.php b/htdocs/home.php index 95037ec..d547818 100644 --- a/htdocs/home.php +++ b/htdocs/home.php @@ -13,7 +13,10 @@ require 'core/query_functions.php'; - + + "> + + <?php echo fetch_page_title($conn, "Home");?> diff --git a/htdocs/policy.php b/htdocs/policy.php index 6dd839f..d505ff5 100644 --- a/htdocs/policy.php +++ b/htdocs/policy.php @@ -13,7 +13,10 @@ require 'core/query_functions.php'; - + + + + Privacy Policy - @neo_subhamoy diff --git a/htdocs/projects.php b/htdocs/projects.php index a0b4682..db8561b 100644 --- a/htdocs/projects.php +++ b/htdocs/projects.php @@ -15,7 +15,10 @@ $years = create_project_years_array($conn); - + + "> + + <?php echo fetch_page_title($conn, "Projects");?> diff --git a/htdocs/terms.php b/htdocs/terms.php index b7d40da..ad24a2b 100644 --- a/htdocs/terms.php +++ b/htdocs/terms.php @@ -13,7 +13,10 @@ require 'core/query_functions.php'; - + + + + Terms Of Use - @neo_subhamoy