I am building a web spider to crawl through several different sites, but one of them uses javascript buttons instead of links for several functions. And while I could learn to follow them, it adds an extra layer of complexity I would rather avoid if possible. But, on the other hand, the mobile site, easily accessible with m.example.com
, uses all pure HTML links.
So here is my question, assuming I follow all other reasonable rules of crawling, is there any reason it is specifically considered rude/malicious to crawl the mobile site exclusively?