Hello,
both links return the same results, the xls format is only a formatting presentation layer
http://www.quebecguitare.ca/index.php?option=com_jmap&view=sitemap&format=images&xslt=1
or
http://www.quebecguitare.ca/index.php?option=com_jmap&view=sitemap&format=images
The results of the image sitemaps are as follow:
| Code: |
<url>
<loc>http://www.quebecguitare.ca/video/player/articulation-voicing-2-slides/articulation-voicing-2slides-c-pos1</loc>
<image:image>
<image:loc>http://www.quebecguitare.ca/images/banners/videoplus_logo.png</image:loc>
<image:title>Cours de Guitare - Professeur de Guitare | QuébecGuitare.ca</image:title>
</image:image>
<image:image>
<image:loc>http://d3ojr2xce2qnsp.cloudfront.net/Fives_Penta_Condense_Fm_Em_Pos5-00002.png </image:loc>
</image:image>
<image:image>
<image:loc>http://d3ojr2xce2qnsp.cloudfront.net/Fives_HFNW_Fm9_Em9_sub_Abmaj7_Gmaj7-00003.png </image:loc>
</image:image>
<image:image>
<image:loc>http://d3ojr2xce2qnsp.cloudfront.net/YjSem39_Waves_Impro_Var1-00002.png </image:loc>
</image:image>
<image:image>
<image:loc>http://d3ojr2xce2qnsp.cloudfront.net/Fives_Penta_Condense_Fm_Em_Pos5-00002.png </image:loc>
</image:image>
<image:image>
<image:loc>http://d3ojr2xce2qnsp.cloudfront.net/Fives_HFNW_Fm9_Em9_sub_Abmaj7_Gmaj7-00003.png </image:loc>
</image:image>
<image:image>
<image:loc>http://d3ojr2xce2qnsp.cloudfront.net/Routine_D_Dm_Pentatonique_Cordes4_5_Asc-00001.png </image:loc>
.........
|
For K2, if you have images like this:
http://www.quebecguitare.ca/media/k2/items/cache/3de37b3f2de6564a2ea064ec2afe25d4_M.jpg
remove the 'media' exclude filters from all data sources to ensure to include that images with path to 'media' folder.
using a CDN has no improvements for SEO, the only problem could be submitting the image sitemap to GWT, see here for more info:
https://support.google.com/webmasters/answer/178636?hl=en
| Code: |
<image:loc> Yes The URL of the image.
In some cases, the image URL may not be on the same domain as your main site. This is fine, as long as both domains are verified in Webmaster Tools. If, for example, you use a content delivery network (CDN) to host your images, make sure that the hosting site is verified in Webmaster Tools OR that you submit your sitemap using robots.txt. In addition, make sure that your robots.txt file doesn’t disallow the crawling of any content you want indexed.
|