Skip to content

Commit

Permalink
Updated web build index.html meta tags
Browse files Browse the repository at this point in the history
  • Loading branch information
reza00farjam committed Oct 6, 2023
1 parent 989850b commit 3018ab5
Showing 1 changed file with 16 additions and 5 deletions.
21 changes: 16 additions & 5 deletions web/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,27 @@
<head>
<base href="$FLUTTER_BASE_HREF">

<!-- HTML meta tags -->
<meta charset="UTF-8">
<title>CSE Archive</title>
<meta name="description" content="Explore the comprehensive archive of course resources and references from the esteemed Shiraz University Computer Engineering Department. Access a wealth of knowledge to enhance your studies and research.">
<meta name="description" content="Comprehensive archive of course resources and references from the Shiraz University Computer Engineering Department.">
<meta name="keywords" content="CSE Archive, آرشیو منابع درسی, دانشگاه شیراز, بخش مهندسی و علوم کامپیوتر, جزوه, رفرنس فارسی و انگلیسی, Shiraz University, نمونه سوال امتحانی, حل المسائل فارسی و انگلیسی">
<link rel="manifest" href="manifest.json">

<!-- Open Graph meta tags -->

<!-- Open Graph (Facebook) meta tags -->
<meta property="og:url" content="https://csearchive.com">
<meta property="og:type" content="website">
<meta property="og:title" content="CSE Archive">
<meta property="og:description" content="Explore the comprehensive archive of course resources and references from the esteemed Shiraz University Computer Engineering Department. Access a wealth of knowledge to enhance your studies and research.">
<meta property="og:description" content="Comprehensive archive of course resources and references from the Shiraz University Computer Engineering Department.">
<meta property="og:image" content="/images/og_image.png">

<!-- Twitter Meta Tags -->
<meta name="twitter:card" content="summary_large_image">
<meta property="twitter:domain" content="csearchive.com">
<meta property="twitter:url" content="https://csearchive.com">
<meta name="twitter:title" content="CSE Archive">
<meta name="twitter:description" content="Comprehensive archive of course resources and references from the Shiraz University Computer Engineering Department.">
<meta name="twitter:image" content="/images/og_image.png">

<!-- Browser meta tags & icons -->
<meta content="IE=Edge" http-equiv="X-UA-Compatible">
<meta name="apple-mobile-web-app-capable" content="yes">
Expand All @@ -27,6 +37,7 @@
<meta name="msapplication-TileColor" content="#394955">
<meta name="msapplication-config" content="/icons/browserconfig.xml">
<meta name="theme-color" content="#ebedee">
<link rel="manifest" href="manifest.json">

<!-- CSS Stylesheet -->
<link rel="stylesheet" href="./style.css">
Expand Down

0 comments on commit 3018ab5

Please sign in to comment.