I'm curious how google strongly penalizes SPAs for being slow to load. The content may be indexed, but if your visitors are on a mobile network, that initial visit (or a visit with stale cache) is going to be crappy. It's great that they can read in they content (though bing cannot), but if it's buried on page two, does it even matter? As someone who is a proponent of web perf, these kind of articles make me worried…
Does Google crawl dynamic content?
51–60 of 62 posts
Re: Does Google crawl dynamic content?
#52The post author writes: > So, very soon, the days of pre-rendering PhantomJs snapshots and serving shadow content to spiders will be over. To be clear: webmasters of sites with dynamic content should not celebrate yet. There are still influential spiders other than Google's that do not parse JavaScript (for example, Facebook[1] and Twitter[2]). [1] https://developers.facebook.com/docs/sharing/webmasters/craw... [2] C…
Re: Does Google crawl dynamic content?
#53Earlier quoted context omitted.
If you do a search with 'site:site: https://appapp.io' and go to the last page of results, you'll see Google indexed officially approximately 120 results. For example, this request does not return any content: 'site: https://appapp.io "Release notes for version 6.6.0"'. It should return the page / /app/we-heart-it/539124565.
Yes, we have more work to do to get Google to index all our content. It's still a bit of a mystery to us (Google webmaster tools tells us about 2500 pages are in their index) Our goal is not to have every app indexed (as that will by definition be non-original content), but to have our app category pages indexed, e.g. https://appapp.io/gb/genre=Games;has_iap=false;price=Paid/se...
I recently did a talk at GDG about the efforts to get our SPA ranking in the Google SERPs, maybe some enlightening parts in there :)
TL;DR: All possible, same rankings, some caveats though.
GDG DevFest 2015 - We can't use Angular. It will hurt our SEO. [video]
Re: Does Google crawl dynamic content?
#54Earlier quoted context omitted.
Yes, we have more work to do to get Google to index all our content. It's still a bit of a mystery to us (Google webmaster tools tells us about 2500 pages are in their index) Our goal is not to have every app indexed (as that will by definition be non-original content), but to have our app category pages indexed, e.g. https://appapp.io/gb/genre=Games;has_iap=false;price=Paid/se...
Maybe clearing up some parts about the mysteries there: I recently did a talk at GDG about the efforts to get our SPA ranking in the Google SERPs, maybe some enlightening parts in there :) TL;DR: All possible, same rankings, some caveats though. GDG DevFest 2015 - We can't use Angular. It will hurt our SEO. [video] https://www.youtube.com/watch?v=Sp1pfC1M7Dg
Re: Does Google crawl dynamic content?
#55Earlier quoted context omitted.
Maybe clearing up some parts about the mysteries there: I recently did a talk at GDG about the efforts to get our SPA ranking in the Google SERPs, maybe some enlightening parts in there :) TL;DR: All possible, same rankings, some caveats though. GDG DevFest 2015 - We can't use Angular. It will hurt our SEO. [video] https://www.youtube.com/watch?v=Sp1pfC1M7Dg
We found the same thing with Angular. Ironic and annoying.
Re: Does Google crawl dynamic content?
#56Earlier quoted context omitted.
I think they use their DNS service to learn about new domains, it could be interesting if it could be used for new content but I don't think so.
They don't really need to, Verisign (for .com) and ICANN (for gTLDs) provide access to the zone files.
Re: Does Google crawl dynamic content?
#57Earlier quoted context omitted.
I can confirm that is not the case. I've had a canary page for that purpose set up for years and it never fired. If it ever does you can expect a blog post. I have another one that is set up to fire if google ever uses gmailed links to crawl, that one too never fired. Now, that's only one bit of data but if you want to be sure you can set up a trigger page of your own.
Have you tried accessing the site through Google DNS? 8.8.8.8 and 8.8.4.4.
Re: Does Google crawl dynamic content?
#58I have modified wikipedia pages, then googled it, to see search result "instantly" updated. Also, sneaky web sites often give different results to the googlebot user agent than to a non-google firefox user agent https://en.wikipedia.org/wiki/User_agent https://addons.mozilla.org/en-GB/firefox/search/?q=user+agen...
Google deliberately crawls in a non-Google looking way to try and detect "masking".
Re: Does Google crawl dynamic content?
#59Earlier quoted context omitted.
Have you tried accessing the site through Google DNS? 8.8.8.8 and 8.8.4.4.
DNS only sees the host name, so it can't be used to see what URLs are being accessed.
Re: Does Google crawl dynamic content?
#60I'd really love it if you repeated the same tests for Bing, just to get coverage. (Yahoo/Baidu would be the other big two.) Historically, Bing hasn't used fully functional headless browsers to crawl, which has limited its ability to index dynamic content like this. Google has "only" 70% market share, so it seems irresponsible to make engineering decisions without testing the others. Google+Bing+Yahoo+Baidu get you to…