Hello,
Easyblog has issues with images path, so on your website you have incomplete path to images:
| Code: |
<img itemprop="image" src="//www.thenomanssky.com/images/easyblog_articles/15/b2ap3_medium_q01l01ccvpmtpmqjz775.jpg" alt="Does No Man's Sky lost in its huge universe? (release delayed)" />
|
instead of:
| Code: |
<img itemprop="image" src="https://www.thenomanssky.com/images/easyblog_articles/15/b2ap3_medium_q01l01ccvpmtpmqjz775.jpg" alt="Does No Man's Sky lost in its huge universe? (release delayed)" />
|
So you have to use the special parameter of JSitemap to rectify the problem adding the missing 'https:' part for those URLs of images.
