Who exactly is crawling my site?
41–50 of 80 posts
Re: Who exactly is crawling my site?
#42Re: Who exactly is crawling my site?
#43Re: Who exactly is crawling my site?
#44I kind of see what he is really trying to do...
Get Google to rank it from the start on long tails of "SEO + other-keyword(s)".
(*I'm not complaining, it's pretty smart to start out like that, and make it on HN's front-page)
Re: Who exactly is crawling my site?
#45I've also noticed some of them used to make requests synchronously (waiting for the previous to finish before making another), but they have adapted to make requests in parallel and add timeouts so they don't have their time wasted quite as long.
I created a log of the ones who stayed connected the longest.
https://gist.github.com/scryptonite/5324724
I don't bother to maintain it anymore, but it was pretty interesting watching them change tactics over time.
Re: Who exactly is crawling my site?
#46That website has only 1 post. And the post is talking about "SEO" and the various search-engine names... In relation to a SEO business. I kind of see what he is really trying to do... Get Google to rank it from the start on long tails of "SEO + other-keyword(s)". (*I'm not complaining, it's pretty smart to start out like that, and make it on HN's front-page)
Re: Who exactly is crawling my site?
#47Re: Who exactly is crawling my site?
#48Earlier quoted context omitted.
Chicken and egg. Should they 1. crawl you first, or 2. send you traffic first? If 1, how long until they should either send traffic or stop, and if 2, how?
Why not adjust the crawl rate based on how often the site's content changes? If DuckDuckGoogle crawls me once an hour for a week, and notices that I only updated my content twice, why not scale the crawling back to a more reasonable rate, like once a day?
Re: Who exactly is crawling my site?
#49That website has only 1 post. And the post is talking about "SEO" and the various search-engine names... In relation to a SEO business. I kind of see what he is really trying to do... Get Google to rank it from the start on long tails of "SEO + other-keyword(s)". (*I'm not complaining, it's pretty smart to start out like that, and make it on HN's front-page)
Somewhat strange that HN links don't have the rel="nofollow" attribute, or else this particular angle wouldn't work.
Re: Who exactly is crawling my site?
#50Earlier quoted context omitted.
Could they not run webhooks where my site can call to them when to do a full or partial crawl? PubSub for web crawling, if you will.
Sitemaps ( http://www.sitemaps.org/ ) help a bit in that regard, as crawlers can check the sitemap and only crawl updated content.