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
#5064
Mohamed Maaroufi
Fresh Boarder
Posts: 4
User Offline
Images link have the "http" missing in the Sitemap Karma: 0  
Hello,

On the XML Images Sitemap some images link have the "http" missing.

You can check here:
https://www.thenomanssky.com/index.php?option=com_jmap&view=sitemap&format=images&xslt=1&lang=en

Then when I submit The XML Sitemap to Google it says that this URL is incorrect.
Any suggestion please?

Thank you
 
Logged Logged  
  The administrator has disabled public write access.
#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