adding preview images to react apps for linkedin

JavaScript
<html lang=”en” prefix=”og: http://ogp.me/ns#"><meta   property=”og:title”  content=”Example Title” /><meta   name=”image”   property=”og:image”   content=”%PUBLIC_URL%/example.png” /><meta   name=”author”   content=”Example Author” /><meta   property=”og:description”   content=”Example Description“/><meta   property=”og:url”   content=”https://example.com" />
Source

Also in JavaScript: