Hello-
From time to time, I see sites which are displaying rectangles (solid colors) instead of lines of text, and images.The,n these rectangles are replaced with these texts and images. (Youtube, Facebook, etc... do it, if I don't make mistake).
My guess is that, this is to show the visitor "something" the sooner as possible, instead of waiting for the server to generate the whole page. So some kind of lazy or delayed loading.
So my questions are :
1- does this method has a "name"?
2- Do you think it can defeat most scrappers? I doubt that most scrapper programs are bothering rendering javascript, and eventually waiting fo ajax stuff, isn't it?
3- Does this method have a negative impact on Search engine indexing? Google renders Javascript, so it "should" get the right page content?