sadlyblue Posted May 2, 2013 Share Posted May 2, 2013 What i meant by not indexing images is, in sitemap we have url sent and url indexed. In web, i have over 3000 url sent and almost the same indexed. In images, i have over 2700 sent, but none indexed. Isn't it supposed to index the images also? Link to comment Share on other sites More sharing options...
hollabrunn2003 Posted May 28, 2013 Share Posted May 28, 2013 Hello. I am having same problem with few images indexing by google. I am using gsitemap v 2.1.1 - does anyone know about a fix. The code is not the same as for V 1.9. Thank you. Link to comment Share on other sites More sharing options...
jujutte24 Posted May 29, 2013 Share Posted May 29, 2013 It is not working as well: The pictures have a double http: <image:loc>http://my domainthttp://my domain/12387-large/puppy-kong.jpg</image:loc> I'm getting crazy with this. no one module is working.... Somebody here to fix the code for tomer's latest one or at least the one I named in Post #65 ??? Please I need really urgent help on this. The problem remains since February.... I dont't understand why it is not possible to have a simply sitemap module working... Hello, did you found a solution for this double url in this module ? Link to comment Share on other sites More sharing options...
FME_Modules Posted May 30, 2013 Share Posted May 30, 2013 Resubmit them using fetch as Google bot, Resubmit them using fetch as Google bot, Link to comment Share on other sites More sharing options...
jujutte24 Posted May 30, 2013 Share Posted May 30, 2013 (edited) I've found a way to do manually. I open the xml file with wordpad (Windows), choose the wrong words : exemple: http://mywebsite/http://mywebsite.com".../.../... and choose the fonction "replace", to change "http://mywebsite/http://mywebsite.com" by "http://mywebsite.com". Simply. And it work Edited May 31, 2013 by jujutte24 (see edit history) Link to comment Share on other sites More sharing options...
hollabrunn2003 Posted May 30, 2013 Share Posted May 30, 2013 I've found a way to do manually. I open the xml file with wordpad (Windows), choose the wrong words : exemple: http://mywebsite/htt....com.../.../... and choose the fonction "replace", to change "http://mywebsite/http://mywebsite.com" by "http://mywebsite.com". Simply. And it work And now Google indexed all your images? Until then no image and now all of them are indexed? Link to comment Share on other sites More sharing options...
jujutte24 Posted May 30, 2013 Share Posted May 30, 2013 Yes it's good today, after 1 day i've got 2000 images on the index. Link to comment Share on other sites More sharing options...
guest* Posted June 3, 2013 Share Posted June 3, 2013 Hello, did you found a solution for this double url in this module ? Yes by updating to latest gsitemap-module. Link to comment Share on other sites More sharing options...
jujutte24 Posted June 3, 2013 Share Posted June 3, 2013 where did you find the latest version ? do you have a link ? I don't find it... Thank you. Link to comment Share on other sites More sharing options...
guest* Posted June 3, 2013 Share Posted June 3, 2013 Donwload the latest PS-Version and extract the module there from the modules, by uploading it manually to your FTP. BUT carefull, This module suits only PS 1.5.3 upwards. It does not work with PS 1.4. if you are using it. Link to comment Share on other sites More sharing options...
sadlyblue Posted June 3, 2013 Share Posted June 3, 2013 You mean from GIthub? I think there it's the same version i have 2.1.1. What version do you have working? Link to comment Share on other sites More sharing options...
jujutte24 Posted June 3, 2013 Share Posted June 3, 2013 (edited) Yep, that why i can't use it, i'm on presta 1.4.6.2 So i'll continue to modify the xml file manually. Regards Edited June 3, 2013 by jujutte24 (see edit history) Link to comment Share on other sites More sharing options...
dandumit Posted July 3, 2013 Share Posted July 3, 2013 I have managed to fix this issue : it's somehow similar to what happend in previous versions : in sitemap.php at line 304 change from $image_link = $this->context->link->getImageLink($product->link_rewrite, $product->id.'-'.(int)$id_image['id_image']); to $image_link = $this->context->link->getImageLink($product->link_rewrite, $product->id.'-'.(int)$id_image['id_image'],'large'); practically you have to add a ,'large' at the end of function getImageLink 1 Link to comment Share on other sites More sharing options...
BoKr Posted August 2, 2013 Share Posted August 2, 2013 Is this still recommended? We use the latest from git and well images are not indexed. Link to comment Share on other sites More sharing options...
dandumit Posted August 3, 2013 Share Posted August 3, 2013 YES. do it and test it. Link to comment Share on other sites More sharing options...
BoKr Posted August 3, 2013 Share Posted August 3, 2013 (edited) I did the test and, well , after two days: <url> <image:image> <image:loc>https://www.gruenes-spielzeug.de/335-large/spieluhr-stern.jpg </image:loc> <image:caption>Spieluhr goldgelber Stern von Kallisto aus Biobaumwolle mit Schurwollfüllung. </image:caption> <image:title>Spieluhr goldgelber Stern </image:title> </image:image> <loc>http://www.gruenes-spielzeug.de/kallisto/11-spieluhr-stern.html </loc> <priority>0.9 </priority> <lastmod>2013-08-02T07:27:48+02:00 </lastmod> <changefreq>weekly </changefreq> </url> <url> All in all, I never worked with sitemap files before and am in doubt which content has to be in them to maximaxe Google's favor. But I know and can tell that the gsitemap module I used under Ps1.49 (was a free 3rd party module) made Google index our pictures en masse! So, how come it is still not working in 1.5.x? Edited August 3, 2013 by B.Köring (see edit history) Link to comment Share on other sites More sharing options...
wonderland-wigs Posted October 12, 2013 Share Posted October 12, 2013 I have just noticed that Google has not been indexing any of my images. I have been reading this post and it looks like you guy have fixed it? but code is different from mine. Is this because I am using 1.4.9 and multiple languages? Mine is $image->addChild('loc', $link->getImageLink($product['link_rewrite'], (int)$product['id_product'].'-'.(int)$product['id_image']), 'http://www.google.com/schemas/sitemap-image/1.1'); Recommended new $image->addChild('loc', $link->getImageLink($product['link_rewrite'], (int)$product['id_product'].'-'.(int)$img['id_image'], 'large'), 'http://www.google.com/schemas/sitemap-image/1.1'); Any help welcome on what to do to get this working for us. Many thanks Rob Link to comment Share on other sites More sharing options...
El Patron Posted October 12, 2013 Share Posted October 12, 2013 I have just noticed that Google has not been indexing any of my images. I have been reading this post and it looks like you guy have fixed it? but code is different from mine. Is this because I am using 1.4.9 and multiple languages? Mine is $image->addChild('loc', $link->getImageLink($product['link_rewrite'], (int)$product['id_product'].'-'.(int)$product['id_image']), 'http://www.google.com/schemas/sitemap-image/1.1'); Recommended new $image->addChild('loc', $link->getImageLink($product['link_rewrite'], (int)$product['id_product'].'-'.(int)$img['id_image'], 'large'), 'http://www.google.com/schemas/sitemap-image/1.1'); Any help welcome on what to do to get this working for us. Many thanks Rob via sitemap...google typically will NOT index images from a sitemap...but that does not mean they are not indexed..via google robot.. to find out if you shop images have been indexed try this: In google search bar enter site:YOURURL click images do you see images? Link to comment Share on other sites More sharing options...
wonderland-wigs Posted October 12, 2013 Share Posted October 12, 2013 The majority of images being indexed are from the blog. Some are from the site but not as many as it should be? On page 4 of this post people are saying that it’s just the case of adding the word large to the code? Link to comment Share on other sites More sharing options...
ElangLiar Posted October 17, 2013 Share Posted October 17, 2013 same problem here.... Link to comment Share on other sites More sharing options...
mir-aus Posted November 11, 2013 Share Posted November 11, 2013 HI, Still I have same problem, any suggestion ? I am using PS 1.4.11.00 Link to comment Share on other sites More sharing options...
Mallee Boy Posted February 2, 2014 Share Posted February 2, 2014 Have you tried Presto-changeo modules? I have used his modules for sitemaps with great success. Google him, if his sitemap is working you will find him easily! Link to comment Share on other sites More sharing options...
Dolke Posted February 2, 2014 Share Posted February 2, 2014 Hi guys, I also have the similar problem I guess.We all know that native Prestashop Google sitemap generator module is buggy and it doesnt work well. I'm not sure if this has to do with indexing my images but these are the screenshots of my Google webmaster tools dashboard.http://prntscr.com/2ounpuhttp://prntscr.com/2ouodthttp://prntscr.com/2ouoqsAny thoughs?Thank you Dean Link to comment Share on other sites More sharing options...
El Patron Posted February 2, 2014 Share Posted February 2, 2014 my experience, and I may have noted it earlier in this post, and if you search outside of PrestaShop for example "google no indexing images" tells us that basically google will not 'always' (read most of the time) index images via sitemap. They will however be indexed by bot. my two cents... Link to comment Share on other sites More sharing options...
Dolke Posted February 2, 2014 Share Posted February 2, 2014 (edited) Thank you El Patron for sharing your exp.I also think that Google has actually indexed more images then I can see in my webmaster tools dashboard.However I don't know if I can do anything else to improve visibility of the images?ThanksDean Edited February 2, 2014 by Dolke (see edit history) Link to comment Share on other sites More sharing options...
robertocommerce Posted April 24, 2014 Share Posted April 24, 2014 Hi, I tried in prestashop 1.4.10 to insert 'large' in the way you said, but when I go to generate the sitemap all image urls generated in sitemal not work .. urls generated are .../0-large/...does not insert the correct id why?? please help me! i use the string $image->addChild('loc', $link->getImageLink($product['link_rewrite'], (int)$product['id_product'].'-'.(int)$img['id_image'], 'large'), 'http://www.google.com/schemas/sitemap-image/1.1'); all urls of the images generated are the form : www.mysite.com/0-large/product.jpg Link to comment Share on other sites More sharing options...
bimintl Posted May 6, 2014 Share Posted May 6, 2014 I have managed to fix this issue : it's somehow similar to what happend in previous versions : in sitemap.php at line 304 change from $image_link = $this->context->link->getImageLink($product->link_rewrite, $product->id.'-'.(int)$id_image['id_image']); to $image_link = $this->context->link->getImageLink($product->link_rewrite, $product->id.'-'.(int)$id_image['id_image'],'large'); practically you have to add a ,'large' at the end of function getImageLink I have the same indexing problem this is my code private function _addSitemapNodeImage($fd, $link, $title, $caption) { fwrite($fd, '<image:image><image:loc>'.$link.'</image:loc><image:caption>'.$caption.'</image:caption><image:title>'.$title.'</image:title></image:image>'); } Where would I add the "Large" word? Link to comment Share on other sites More sharing options...
siomosp Posted June 25, 2014 Share Posted June 25, 2014 I have the same indexing problem this is my code private function _addSitemapNodeImage($fd, $link, $title, $caption) { fwrite($fd, '<image:image><image:loc>'.$link.'</image:loc><image:caption>'.$caption.'</image:caption><image:title>'.$title.'</image:title></image:image>'); } Where would I add the "Large" word? Hi! google start re indexing my images too! in my case i used thickbox_default image . What you will use depends of the settings at Preferences Image An example of an image is http://stickit.gr/img/p/2/3/8/9/6/23896-thickbox_default.jpg I have added at line 326 of gsitemap.php ,located at /modules/gsitemap/ the ,'thickbox_default' Original line $image_link = $this->context->link->getImageLink($product->link_rewrite, $product->id.'-'.(int)$id_image['id_image']); Altered line $image_link = $this->context->link->getImageLink($product->link_rewrite, $product->id.'-'.(int)$id_image['id_image'],'thickbox_default'); Link to comment Share on other sites More sharing options...
Idema Posted July 14, 2014 Share Posted July 14, 2014 The same problem is 36 of 794 images are indexed, the addition on 'large' do nothing Link to comment Share on other sites More sharing options...
benignus Posted September 28, 2014 Share Posted September 28, 2014 HelloI search for Presto Chango Google Sitemap v1.7.2 module.Can you someone give me a download link?This link http://www.presto-changeo.com/ru/search.php?orderby=position&orderway=desc&search_query=google-sitemap don`t work...Please! I really need this module Link to comment Share on other sites More sharing options...
benignus Posted September 28, 2014 Share Posted September 28, 2014 Can anyone please help me Link to comment Share on other sites More sharing options...
ChrisKa Posted September 29, 2014 Share Posted September 29, 2014 sorry - but isn't text more important than pic? i read somewhere that robots don't care about pictures only text... but maybe I'm totally wrong... don't hate me - I will check it, but if someone know better - help now Link to comment Share on other sites More sharing options...
Mister Denial Posted September 29, 2014 Share Posted September 29, 2014 sorry - but isn't text more important than pic? i read somewhere that robots don't care about pictures only text... but maybe I'm totally wrong... don't hate me - I will check it, but if someone know better - help now The reason why having the images indexed is important to many webmasters is because image search can and will lead to clicks to your website too - IF the images are indexed by Google. It might not drive as much search traffic as organic listing for the web section of Google, but hey, even if image search only brings you 10-100 visitors a day, it still is traffic. Link to comment Share on other sites More sharing options...
Gipielle Posted December 18, 2014 Share Posted December 18, 2014 (edited) Prestashop 1.5.6.1 and gsitemap 3.0.3 same problem line 378 of gsitemap: $image_link = $this->context->link->getImageLink($product->link_rewrite, $product->id.'-'.(int)$id_image['id_image'], 'large_default'); How can i fix ? use thinkbox instead of large_default we solved in that way Edited January 16, 2015 by Gipielle (see edit history) Link to comment Share on other sites More sharing options...
Gipielle Posted December 18, 2014 Share Posted December 18, 2014 Is this correct ? <urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9" xmlns:image="http://www.google.com/schemas/sitemap-image/1.1"> <url> <loc> <![CDATA[ http://www.betafer.it/it/chiavi-a-bussola-910bl/9100322-bussole-poligonali-lunghe-p-22027.html ]]> </loc> <priority>0.9</priority> <lastmod>1970-01-01T01:00:00+01:00</lastmod> <changefreq>weekly</changefreq> <image:image> <image:loc> <![CDATA[ http://www.betafer.it/4919-large_default/bussole-poligonali-lunghe-p-22027.jpg ]]> </image:loc> <image:caption> <![CDATA[ Articolo: Beta 910B L22 Codice: 009100322 ]]> </image:caption> <image:title> <![CDATA[ BUSSOLE POLIGONALI LUNGHE 3/8 910BL 22 ]]> </image:title> </image:image> </url> or the cdata may cause problems ? Link to comment Share on other sites More sharing options...
Ryowbw Posted January 6, 2015 Share Posted January 6, 2015 Prestashop 1.5.6.1 and gsitemap 3.0.3 same problem line 378 of gsitemap: $image_link = $this->context->link->getImageLink($product->link_rewrite, $product->id.'-'.(int)$id_image['id_image'], 'large_default'); How can i fix ? Same with me ..., any solution for that ? Link to comment Share on other sites More sharing options...
bimintl Posted January 6, 2015 Share Posted January 6, 2015 I had the same problem. But when I moved to prestashop 1.6 sometime after that google started indexing my images.. David Link to comment Share on other sites More sharing options...
dorje Posted January 27, 2016 Share Posted January 27, 2016 can anybody provide us the foxed sitemap by preta changeo . actually its not there its removed http://www.presto-changeo.com/en/20-google-sitemap-generator.html please somebody upload if you have the correct one Link to comment Share on other sites More sharing options...
bigbab2 Posted December 15, 2016 Share Posted December 15, 2016 same trouble on no image indexed, nobody have a solution ??? ! it's seem to be dificult to have support on forum with prestashop Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now