Skip to content

Commit

Permalink
added ogp tags for better SEO (fixes microsoft#16)
Browse files Browse the repository at this point in the history
  • Loading branch information
sarnava1 committed Oct 27, 2018
1 parent 87fa699 commit e39c937
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,13 @@
<title>HTML Application</title>
<link href="css/site.css" rel="stylesheet">
<link rel="icon" type="image/png" href="./img/microsoftlogo.png">
<!-- OGP -->
<meta property="og:type" content="website" />
<meta property="og:title" content="HTML Application" />
<meta property="og:description" content="Sample HTML/CSS web app that you can deploy to Azure." />
<meta property="og:url" content="" />
<meta property="og:site_name" content="Sample HTML+CSS+JS website" />
<!-- OGP ends here -->
</head>

<body>
Expand Down

0 comments on commit e39c937

Please sign in to comment.