# Image (`seo-image`)

## Syntax

```html
<seo-image
  url="http://company.com/image.png"
  width="300"
  height="500"
></seo-organization>
```

## Props

- __url__: The url of the image
- __width__: The width of the image
- __height__: The height of the image

## Impact

- __Google__:
  - Not (Yet), We are investingating if the Schema.org ImageItem is usefull
- __OpenGraph / Facebook share__:
  - Adds one more image describing your open graph item, ie. the picture displayed when you share this item

