Google pagespeed / lazy image load
-
Hi,
we are using the apache module of google pagespeed. It works really great, helps a lot. But today I've asked me one question:
Does the "lazy load" feature for images harm the ranking?
The module reworks the page to load the images only if the are visible at the screen. Is this behavior also triggered by the google bot? Or are the images invisible for google?
Any expirience about that?
Best wishes,
Georg.
-
this does a pretty good job of explaining lazy load
http://www.thesempost.com/lazy-loading-images-likely-will-indexed-google/
-
hey that was a fast response i usually dont get that response from google lol .. anyway post an update, ok? would like to know the answer aswell..
-
Yesterday, I've written a support mail to bing webmastertools. Surprisingly I got a very comprehensive answer within hours! Thumbs up!
The answer: "Yes, you are right. Since this lazy load feature is a 3<sup>rd</sup> party application, as initial troubleshooting steps and to isolate the issue, please try to turn off this feature on your end."
Well, I try to turn off the lazy load for the specific page and see what's happening.
Best wishes,
Georg. -
i think i already answered this question
" what i know is that anything generated by javascript is unreadable by any search engine robot"
so probably thats the reason why its not found on image search engine .. anyway ill wait for other answers too
-
Hi,
test google versus bing:
I am searching results for
site:schicksal.com Freitag, der 13.
Bing, organic: http://goo.gl/bfXAU0 - article found on 1st position
Bing, image search: http://goo.gl/EXDSdv - no search resultsGoogle, organic: http://goo.gl/VIi5C6 - article found on 1st position
Google, image: http://goo.gl/m5SRjA - main article image is found on 1st positionI've done some other quick checks with Bing: The big images are NOT found at the image search, only the teaser images which are on the overview pages.
So, can anybody confirm this behavior? Do Bing have a problem with the lazy load of google.pagespeed?
Best wishes,
Georg.
-
im curious too what i know is that anything generated by javascript is unreadable by any search engine robot.. they just dont know that language its client side .. but the thing with lazy load is that the content is there just the image is not loaded until its shown on screen.. i mean the tags wrapping up the image.. if webmaster tool "fetch as googlebot" could fetch it then you dont have to worry anything.. but still i wanna know others opinion too
-
Just tried to use the Google Webmaster Tool "fetch as googlebot" - the lazy loaded images where shown on the screenshot.
But the question remains: Is it possible that the google bot is not seeing the images for the ranking because the are loaded with javascript?
Got a burning SEO question?
Subscribe to Moz Pro to gain full access to Q&A, answer questions, and ask your own.
Browse Questions
Explore more categories
-
Moz Tools
Chat with the community about the Moz tools.
-
SEO Tactics
Discuss the SEO process with fellow marketers
-
Community
Discuss industry events, jobs, and news!
-
Digital Marketing
Chat about tactics outside of SEO
-
Research & Trends
Dive into research and trends in the search industry.
-
Support
Connect on product support and feature requests.
Related Questions
-
Having a Subfolder/Subdirectory With a Different Design Than the Root Domain
Hi Everyone, I was wondering what Google thinks about having a subfolder/subdirectory with a different design than the root domain. So let's say we have MacroCorp Inc. which has been around for decades. MacroCorp has tens of thousands of backlinks and a couple thousand referring domains from quality sites in its industry and news sites. MacroCorp Inc. spins off one of its products into a new company called MicroCorp Inc., which makes CoolProduct. The new website for this company is CoolProduct.MacroCorp.com (a subdomain) which has very few backlinks and referring domains. To help MicroCorp rank better, both companies agree to place the MicroCorp content at MacroCorp.com/CoolProduct/. The root domain (MacroCorp.com) links to the subfolder from its navigation and MicroCorp does the same, but the MacroCorp.com/CoolProduct/ subfolder has an entirely different design than the root domain. Will MacroCorp.com/CoolProduct/ be crawled, indexed, and rank better as both companies think it would? Or would Google still treat the subfolder like a subdomain or even a separate root domain in this case? Are there any studies, documentation, or links to good or bad examples of this practice? When LinkedIn purchased Lynda.com, for instance, what if they kept the https://www.lynda.com/ design as is and placed it at https://www.linkedin.com/learning/. Would the pre-purchase (yellow/black design) https://www.linkedin.com/learning/ rank any worse than it does now with the root domain (LinkedIn) aligned design? Thanks! Andy
Web Design | | AndyRCWRCM1 -
Avg Page Load Time Increase After Responsive Web Design
The Avg. Page Load Time has been steadily increasing after our website went responsive. What could have cause this?
Web Design | | JMSCC1 -
Image with 100% width/height - bad ranking?
Hi, we have some articles like this: http://www.schicksal.com/Orakel/Freitag-13 The main image has a width of 100% and a height of 100%. Today, I've discovered that GWT Instant Preview has some troubles with rendering the page. We have CSS rules to deliver the image with the right dimensions. If a bot like google is not sending any screen height / width we assume the screen size is 2560x1440. Does this harm the ranking of the page? (Content starts below the fold/image) What is a "default" screen size for google? How do they determine if something is "above the fold"? Any tips or ideas? Best wishes, Georg.
Web Design | | GeorgFranz0 -
Including key words in alt image attributes - stuffing etc?
I'm pretty new to all this but seem to have been getting good result by adjusting our sit to meet the seomoz on page analysis factors. I'm currently adjusting the alt image attributes for this page: www.katalysticevents.com The copy I'm writing is aimed at targeting "luxury marquee hire". It's quite hard to get the keyword into a readable image attribute which properly relates to the image. So my question is if I add say " | Luxury Marquee" onto the end of each image attribute would this get penalised and seen as keyword stuffing or something like that? My image attributes would be:
Web Design | | EdoubleD
Cocktail bar inside Giant Tipi at night | Luxury Marquee Hire Live Band on stage | Luxury Marquee Hire and so on. Thanks!!!!0 -
How Does Google differentiate a keyword you are optimizing for and a non-keyword?
So, let's say that my company is called John's Business Consulting and I offer outsourced HR work (recruiting, evaluating, personality assessments, background checks). So for my home page I want "Business Consulting" to be my keyword that I want to rank for. But "recruiting services", "talent development" are all words that describe a service that I offer and could potential be keywords, how do I get Google to not dilute my authority for "business consulting"?
Web Design | | wlw20090 -
Decreasing Page Load Time with Placeholder Images - Good Idea or Bad Idea?
In an effort to decease our page load time, we are looking at making a change so that all product images on any page past page 1 load with a place holder image. When the user clicks to the next page, it then loads all of the images for that page. Right now, all of the product divs are loaded into a Javascript array and loaded in chunks to the page display div. Product-heavy pages significantly increase load time as the browser loads all of the images from the product HTML before the Javascript can rewrite the display div with page-specific product HTML. In order to get around this, we are looking at loading the product HTML with a small placeholder image and then substituting the appropriate product image URLs when each page is output to the display div. From a user experience, this change will be seamless and they won't be able to tell the difference, plus they will benefit from a potentially a short wait on loading the images for the page in question. However, the source of the page will have all of the product images in a given category page all having the same image. How much of a negative impact will this have on SEO?
Web Design | | airnwater0 -
Next Google Index..?
Hi Guys, Does anybody have an idea when the next Google index is due roughly and if there is anyway I can tell approx when these are due to happen and how would I know? Thanks In advance, Craig Fenton IT
Web Design | | craigyboy0 -
Image Maps vs. Normal Images
Hey Mozzer's, quick question: Does anyone out there have any opinions / research on whether the use of image maps is an effective way of linking to other pages on a site as opposed to using seperate images? Does Google read alternate text from an image map in the same way as a regular image?
Web Design | | MarkLoud0