![]() |
|
Google only index thumb images ? - Printable Version +- ZenphotoCMS Forum (https://forum.zenphoto.org) +-- Forum: Support (https://forum.zenphoto.org/forum-1.html) +--- Forum: General support (https://forum.zenphoto.org/forum-4.html) +--- Thread: Google only index thumb images ? (/thread-12008.html) |
Google only index thumb images ? - normcdn - 2014-08-21 Hi, Google only index thumb images ? - acrylian - 2014-08-21 On Zenphoto there is a difference between the sized image (on the image page and stored in /cache)) and the actual full image (stored in /albums) How is your robots.txt setup? In earlier Zenphoto versions the included default one was pretty strict not allowing the full images or the cache. Are the images and albums really published? Update: Your site map shows images in /images But as I can see Zenphoto is installed in http://www.cayoparedon.net/gallery/ so the images are in http://www.cayoparedon.net/gallery/albums/ actually. In case you didn't spot Zenphoto has also its own included plugin to generate sitemaps. Google only index thumb images ? - normcdn - 2014-08-22 thanks, Google only index thumb images ? - acrylian - 2014-08-23 The standard sitemap generated by Zenphoto has no caption because it is not part of the specification: You can use what you like of course. Regarding the url: You just learned the difference between the url of the single image page and the url of the full image itself. If your single image page does not link to the full image it of course cannot be fetched. Google only index thumb images ? - normcdn - 2014-08-23 I thought the caption what important in the sitemap! Google only index thumb images ? - acrylian - 2014-08-23 No, only the index sitemap. Put this into your Zenphoto robots.txt for example or submit it directly: Google only index thumb images ? - Triplemanr - 2014-08-26 I have a similar problem in that Google does not appear to have indexed my Zenphoto pages. Even if I enter the image caption as a search term nothing is found although many have been there over a month now. I have posted links to my site and Zenphoto pages on various fora including Linkedin so it is hardly isolated. http://www.inkplusimages.com/zenstock/ Google only index thumb images ? - acrylian - 2014-08-26 You hopefully will know that Google lists relevant sites. There are most likely sites with similar named images and with more rank already. especially these are technical names as far as I can see. A month is not that long time. (Linkedin is not really public and crawled by Google as isn't FB). If you search our site you find lots of images so it works: https://www.google.de/search?hl=de&site=imghp&tbm=isch&source=hp&biw=1280&bih=903&q=site%3Awww.zenphoto.org&oq=site%3Awww.zenphoto.org&gs_l=img.3...997.4990.0.5282.21.6.0.15.0.0.115.458.5j1.6.0....0...1ac.1.52.img..16.5.408.xCAagODy6eg&gws_rd=ssl All we do is allow the /cache folder and use our sitemap plugin (without the google images extra) which the robots.txt points to. A reason might be that you don't use suffix like html or php but just the image suffix. That is technical possible but might confuse the crawler thinking this is already an image. Which it is not so it maybe rejects them as being "fake images". I have no deeper knowledge what Google does nor not. Google only index thumb images ? - normcdn - 2014-08-27 thanks acrylian. Google only index thumb images ? - normcdn - 2014-08-28 hi again, regards Google only index thumb images ? - acrylian - 2014-08-28 You can submit what you like. We divide it bcause there is a limit of entries per sitemap file per specification. Also Zenphoto has other items types like albums and optionally pages and news articles. Besides on a normal site Google should very well be able to follow links even without a sitemap. Google only index thumb images ? - normcdn - 2014-09-06 a week later ... still waiting for Google to index the new sitemap. Google only index thumb images ? - normcdn - 2014-09-27 it has been a month since a add the sitemap in my Google Webmaster Tool and there is no image indexed as you can see in this capture screen ... Google only index thumb images ? - acrylian - 2014-09-28 I am sure the reason is what I mentioned above. You are not using a modrewrite suffix for your image pages (default is If you look at your image sitemap you see this url: That looks like an direct url to an image but is a page. So my guess is the Google bot mistakes it as an image and tries it as that. Then it rejects it as "php page pretending to be an image" or something since this is not meant to be direct image link anyway (for that there is the google images extension). Thus it doesn't visit the page itself where it possibly could index the image itself. The webmaster tools probably should note something somewhere. Google only index thumb images ? - normcdn - 2014-09-29 very nice info about how google sees images in gallery. Google only index thumb images ? - acrylian - 2014-09-29 Quote:very nice info about how google sees images in gallery. The modrewrite suffix is not about modrewrite issues itself. it is just to tell that the page is a page and not an image normally. it works without but by default it actually should have been Quote:Setup did not detect a working mod_rewrite facility. |