Update Favicon and Descriptions for SEO purposes

This commit is contained in:
2024-08-29 10:00:18 +02:00
parent 13f0dca6a5
commit 602cfaddef
12 changed files with 5 additions and 17 deletions

View File

@@ -16,7 +16,7 @@
<meta charset="UTF-8">
<meta content="IE=Edge" http-equiv="X-UA-Compatible">
<meta name="description" content="Digitising Africa one process at a time.">
<meta name="description" content="Digitizing Mzansi one process at a time. Discover essential Mzansi apps to streamline your personal and professional life. Simplify your daily tasks with our user-friendly solutions.">
<!-- iOS meta tags & icons -->
<meta name="apple-mobile-web-app-capable" content="yes">
@@ -25,7 +25,7 @@
<link rel="apple-touch-icon" href="icons/apple-touch-icon.png">
<!-- Favicon -->
<link rel="icon" href="Logo-001.png">
<link rel="icon" href="favicon.ico">
<title>Mzansi Innovation Hub</title>
<link rel="manifest" href="manifest.json">
@@ -127,18 +127,6 @@
pdfjsLib.GlobalWorkerOptions.workerSrc = "//cdnjs.cloudflare.com/ajax/libs/pdf.js/2.11.338/pdf.worker.min.js";
</script>
<!-- Favicon Switcher based on system theme -->
<script defer>
const setFavicon = () =>
{
const favicon = document.querySelector('link[rel="icon"]');
favicon.href = (window.matchMedia('(prefers-color-scheme: dark)').matches)
? 'Logo-002.png'
: 'Logo-001.png';
};
setFavicon();
</script>
<!-- Versioning -->
<script defer>
var serviceWorkerVersion = '{{flutter_service_worker_version}}';