I found the issue :
1. You have disabled some of the setting like `show post author` and `show post creation date` from backend
-> I already help you enabled it back from backend setting, since you do not want to appear those info on the blog entry page, i already help you applied some custom css to hide it.
body #eb.eb-view-entry .eb-entry-meta {
display: none !important;
}
2. It seems like Google respect full path of the image URL, i already applied some fix into this file
JoomlaFolder/components/com_easyblog/themes/wireframe/blogs/entry/default.posts.php, it should work fine now.