Forum
Welcome, Guest
Please Login to access forum.
[SOLVED]Sitemap image error with CDN (1 viewing) 
Go to bottom
TOPIC: [SOLVED]Sitemap image error with CDN
#1294
Alexandre Thrrien
Junior Boarder
Posts: 39
User Offline
[SOLVED]Sitemap image error with CDN Karma: 0  
Hi, I get the following error from google webmaster tools:
1

Errors
Parsing error
We were unable to read your Sitemap. It may contain an entry we are unable to recognize. Please validate your Sitemap before resubmitting.
1
124
Jan 8, 2015



I get the following error on the sitemap image link:
http://www.quebecguitare.ca/component/jmap/sitemap/images

This page contains the following errors:

error on line 128 at column 57: Entity 'eacute' not defined
Below is a rendering of the page up to the first error.

Regards
 
Logged Logged  
  The administrator has disabled public write access.
#1295
John Dagelmore
Admin
Posts: 3722
User Offline
Re:Sitemap image error with CDN Karma: 79  
Hi Alex,

i had a look at your site, the problem is that some images have an 'alt' attribute containing invalid escaped characters.

For example:
Code:

<img src="http://cdn1.quebecguitare.ca/media/k2/items/cache/9063df0b1b4d9d96fd7fea653ac618e5_M.jpg" alt="Cours de Guitare Country Rock Montr&eacute;al" style="width:740px; height:auto;" />
in a valid XML document the entity &eacute; is not valid. You should correct the titles for images that includes invalid XML entities. Right clicking on this page http://www.quebecguitare.ca/component/jmap/sitemap/images you can choose to open source code and locate images to fix. Best regards John
 
Logged Logged  
  The administrator has disabled public write access.
#1296
John Dagelmore
Admin
Posts: 3722
User Offline
Re:Sitemap image error with CDN Karma: 79  
Hi again Alex,

just to let you know that i updated extension on your site to auto-convert to valid characters the invalid XML entities.

Thus you don't have to manually correct images description, you are ready to go: http://www.quebecguitare.ca/component/jmap/sitemap/images

Regards,

John
 
Logged Logged  
  The administrator has disabled public write access.
#1297
Alexandre Thrrien
Junior Boarder
Posts: 39
User Offline
Re:Sitemap image error with CDN Karma: 0  
HAHAHA, Oh my gosh John!! Do you know how much I love you!??

No you know!! THAT much!!!

Have a great year 2015.

Best Regards,
Alex
 
Logged Logged  
  The administrator has disabled public write access.
#1298
John Dagelmore
Admin
Posts: 3722
User Offline
Re:Sitemap image error with CDN Karma: 79  
ahaha thanks Alex!

Have a great new year you too!

Best regards

John
 
Logged Logged  
  The administrator has disabled public write access.
Go to top