adding preview images to react apps for linkedin code example

Example 1: adding preview images to react apps for linkedin

<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" />

Example 2: adding preview images to react apps for linkedin

<html lang=”en” prefix=”og: http://ogp.me/ns#">