Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding SEO metadata within head tag #75

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added assets/images/dscLogo.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions debug.log
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
[1113/163528.101:ERROR:directory_reader_win.cc(43)] FindFirstFile: The system cannot find the path specified. (0x3)
24 changes: 24 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,30 @@
<link rel="shortcut icon" href="./assets/images/dsc_logo.ico" />
<link rel="stylesheet" href="./assets/font-awesome/css/all.min.css" />
<link rel="stylesheet" href="./assets/css/index.min.css" />

<!--SEO starts here-->
<!--Facebook openGraph starts here-->
<meta property="og:url" content="https://dsc-blog-c97d3.web.app/index.html">
<meta property="og:type" content="website">
<meta property="og:title" content="DSC Unilag - Blog">
<meta property="og:description" content="DSC Unilag - Official Blog. Get articles on latest tech trends">
<meta property="og:image" content="https://dsc-blog-c97d3.web.app/assets/images/dscLogo.jpg">
<meta property="og:image:type" content="image/jpeg">
<meta property="og:image:width" content="620">
<meta property="og:image:height" content="540">
<!--Facebook openGraph ends here-->

<!--Twitter Cards starts here-->
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:creator" content="@dsc_unilag">
<meta name="twitter:image" content="https://dsc-blog-c97d3.web.app/assets/images/dscLogo.jpg">
<!--Twitter Cards ends here-->

<!--Mobile optimization starts here-->
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black">
<!--Mobile optimization ends here-->
<!--SEO ends here-->
</head>
<body>
<div class="loading">
Expand Down