When I share my website URL on LinkedIn, its showing an image from my website, but it's not a relevant image. Can I change the Preview Image?
<meta property="og:url" content="http://mywebsite.com/" />
<meta property="og:type" content="website" />
<meta property="og:title" content="yyyy" />
<meta property="og:description" content="yyyy" />
<meta property="og:image" content="http://mywebsite.com/wp-content/themes/newtheme/img/logo.png" />
I already set these meta tags.