search - How come google crawls some sites real time? -


I posted a source code on codeplex and I was surprised that it appeared on Google within 13 hours. Also, when I made some changes to my account, that changes in codeplaces have been shown on Google in a matter of minutes, how did this happen? Is there some additional importance that Google is paid on sites like CodePllex, StackWorld, etc. so that your results can be displayed in search results quickly? Are there some special steps that I can take to crawl my site at a faster pace, if it is not fast

Google likes some sites on others There are a lot of magic rules in case of codeplaces and stackoverflows, we can also assume that they were manually put some whitelist. Google then subscribes to these RSS feeds of these sites and crawls whenever a new RSS is posted.

Examples: Posts on my blog are included in the index in minutes, but if I do not post for the week, Google just passes every week or so.


Comments

Popular posts from this blog

c# - How to capture HTTP packet with SharpPcap -

php - Multiple Select with Explode: only returns the word "Array" -

jquery - SimpleModal Confirm fails to submit form -