Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
Kikobeats authored Jul 15, 2018
1 parent 3c06b83 commit 3f16409
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,11 @@
<meta name="twitter:data1" value="npm install metascraper --save"/>

<!-- Open Graph general (Facebook, Pinterest & Google+) -->
<meta name="og:title" content="metascraper, easily scrape metadata from an article on the web.">
<meta name="og:description" content="easily scrape metadata from an article on the web.">
<meta name="og:image" content="https://metascraper.js.org/static/logo-banner.png">
<meta name="og:logo" content="https://metascraper.js.org/static/logo.png">
<meta name="og:url" content="https://metascraper.js.org">
<meta property="og:title" content="metascraper, easily scrape metadata from an article on the web.">
<meta property="og:description" content="easily scrape metadata from an article on the web.">
<meta property="og:image" content="https://metascraper.js.org/static/logo-banner.png">
<meta property="og:logo" content="https://metascraper.js.org/static/logo.png">
<meta property="og:url" content="https://metascraper.js.org">

<!-- Favicon -->
<link rel="icon" type="image/png" href="/static/favicon-32x32.png" sizes="32x32" />
Expand Down

0 comments on commit 3f16409

Please sign in to comment.