Forum
Welcome, Guest
Please Login to access forum.
Re:Images link have the "http" missing in the Sitemap (1 viewing) 
Go to bottom
TOPIC: Re:Images link have the "http" missing in the Sitemap
#5065
John Dagelmore
Admin
Posts: 3873
User Online Now
Re:Images link have the "http" missing in the Sitemap Karma: 84  
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.
 
Logged Logged  
  The administrator has disabled public write access.
Go to top