Skip to content

Commit

Permalink
Add og:image dimensions optional but recommended
Browse files Browse the repository at this point in the history
  • Loading branch information
thedaviddias committed Nov 15, 2017
1 parent fcf331e commit 4c1b63c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Expand Up @@ -199,7 +199,7 @@ Minimum required xml markup for the browserconfig.xml file is as follows:

* [ ] **Facebook Open Graph:** ![Low][low_img] All Facebook Open Graph (OG) are tested and no one is missing or with a false information. Images need to be at least 600 x 315 pixels, 1200 x 630 pixels recommended.

* [ ] **Facebook Image Preview; use og:image:width and og:image:height** ![Low][low_img] Using these tags will specify the image dimensions to the crawler so that it can render the image immediately without having to asynchronously download and process it.
> **Notes:** Using use og:image:width and og:image:height will specify the image dimensions to the crawler so that it can render the image immediately without having to asynchronously download and process it.
```html
<meta property="og:type" content="website">
Expand All @@ -209,6 +209,7 @@ Minimum required xml markup for the browserconfig.xml file is as follows:
<meta property="og:description" content="Description Here">
<meta property="og:site_name" content="Site Name">
<meta property="og:locale" content="en_US">
<!-- Next tags are optional but recommended -->
<meta property="og:image:width" content="1200">
<meta property="og:image:height" content="630">
```
Expand Down

0 comments on commit 4c1b63c

Please sign in to comment.