Skip to content

Commit 3e49ba6

Browse files
updated meta tags
1 parent 5c85a46 commit 3e49ba6

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

web_page/index.html

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,16 @@
1616
<!-- Bootstrap CSS -->
1717
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css" integrity="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm" crossorigin="anonymous">
1818
<link rel="stylesheet" href="style.css">
19+
<title>DS & Algo | Repository</title>
20+
21+
<meta name="description" content="Data Structures And Algorithms" />
22+
<meta name="keywords" content="data structures and algorithms, hacktoberfest 2021, hack ,hacktoberfest, ds algo, algorithms, c++, pranjay poddar, SRM ,open source,development" />
23+
<meta name="author" content="Pranjay Poddar" />
24+
<meta property="og:url" content="" />
25+
<meta property="og:title" content="Data Structures & Algorithms" />
26+
<meta property="og:description" content="Open Source repository for data structures and algorithms" />
27+
<meta property="og:image" content="https://billboard.srmkzilla.net/api/blog?title=Data%20Structures%20And%20Algorithms&subtitle=Pranjay%20Poddar%20-%202021&theme=dark" />
1928

20-
<title>Pranjay Poddar | Repository</title>
2129
</head>
2230

2331
<body>

0 commit comments

Comments
 (0)