Skip to content

Commit

Permalink
docs: better social image
Browse files Browse the repository at this point in the history
  • Loading branch information
Kikobeats committed May 30, 2022
1 parent d88ccf3 commit 2b7048e
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
[![Coverage Status](https://img.shields.io/coveralls/microlinkhq/metascraper.svg?style=flat-square)](https://coveralls.io/github/microlinkhq/metascraper)
[![NPM Status](https://img.shields.io/npm/dm/metascraper.svg?style=flat-square)](https://www.npmjs.org/package/metascraper)

> A library to easily scrape metadata from an article on the web using Open Graph, JSON+LD, regular HTML metadata, and series of fallbacks.
> A library to easily get unified metadata from websites using Open Graph, Microdata, RDFa, Twitter Cards, JSON-LD, HTML, and more.
## Getting Started

Expand Down
22 changes: 11 additions & 11 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,28 +7,28 @@
<meta http-equiv="x-ua-compatible" content="ie=edge">

<!-- Search Engine -->
<meta name="description" content="easily scrape metadata from an article on the web.">
<meta name="description" content="Open Graph, Microdata, RDFa, Twitter Cards, JSON-LD, HTML, and more.">
<link rel="canonical" href="https://metascraper.js.org" />
<title>metascraper, easily scrape metadata from an article on the web.</title>
<title>Metascraper: Unified metadata from the web</title>
<meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">

<!-- Schema.org for Google -->
<meta itemprop="name" content="metascraper, easily scrape metadata from an article on the web.">
<meta itemprop="description" content="easily scrape metadata from an article on the web.">
<meta itemprop="image" content="https://metascraper.js.org/static/logo-banner.png">
<meta itemprop="name" content="Metascraper: unified metadata from the web">
<meta itemprop="description" content="Open Graph, Microdata, RDFa, Twitter Cards, JSON-LD, HTML, and more.">
<meta itemprop="image" content="https://metascraper.js.org/static/og-image.png">

<!-- Twitter -->
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:title" content="metascraper, easily scrape metadata from an article on the web.">
<meta name="twitter:description" content="easily scrape metadata from an article on the web.">
<meta name="twitter:image" content="https://metascraper.js.org/static/logo-banner.png">
<meta name="twitter:title" content="Metascraper: unified metadata from the web">
<meta name="twitter:description" content="Open Graph, Microdata, RDFa, Twitter Cards, JSON-LD, HTML, and more.">
<meta name="twitter:image" content="https://metascraper.js.org/static/og-image.png">
<meta name="twitter:label1" value="Installation"/>
<meta name="twitter:data1" value="npm install metascraper --save"/>

<!-- Open Graph general (Facebook, Pinterest & Google+) -->
<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:title" content="Metascraper: unified metadata from the web">
<meta property="og:description" content="Open Graph, Microdata, RDFa, Twitter Cards, JSON-LD, HTML, and more.">
<meta property="og:image" content="https://metascraper.js.org/static/og-image.png">
<meta property="og:logo" content="https://metascraper.js.org/static/logo.png">
<meta property="og:url" content="https://metascraper.js.org">
<meta property="og:type" content="website">
Expand Down
Binary file added static/og-image.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 2b7048e

Please sign in to comment.