Taking a look now at https://mozwebdev.in/how-to-maintain-your-website/ these are the OpenGraph tags we’re applying:
<meta property="og:type" content="article" />
<meta property="og:title" content="How to Maintain Your Website" />
<meta property="og:url" content="https://mozwebdev.in/how-to-maintain-your-website/" />
<meta property="og:description" content="Visit the post for more." />
<meta property="article:published_time" content="2019-03-25T08:58:00+00:00" />
<meta property="article:modified_time" content="2019-03-24T08:09:18+00:00" />
<meta property="og:site_name" content="Moz Web Development" />
<meta property="og:image" content="https://i1.wp.com/mozwebdev.in/wp-content/uploads/2018/08/web-1738168_1920-e1504285398793.jpg?fit=816%2C442&ssl=1" />
<meta property="og:image:width" content="816" />
<meta property="og:image:height" content="442" />
<meta property="og:locale" content="en_US" />
OpenGraph is what tells Facebook what to do.
Per:
<meta property="og:image" content="https://i1.wp.com/mozwebdev.in/wp-content/uploads/2018/08/web-1738168_1920-e1504285398793.jpg?fit=816%2C442&ssl=1" />
We’re telling Facebook to use https://i1.wp.com/mozwebdev.in/wp-content/uploads/2018/08/web-1738168_1920-e1504285398793.jpg?fit=816%2C442&ssl=1 as the image.
This image does exist and load.
Now, when I run the post’s URL through Facebook’s Debugger: https://developers.facebook.com/tools/debug/sharing/?q=https%3A%2F%2Fmozwebdev.in%2Fhow-to-maintain-your-website%2F
This is what we get back: https://cld.wthms.co/xB2NVV
So, something definitely appears to be working now that wasn’t working before.
Please let us know if you run into the same problem on your next post!