Hello Friends, I have one query regarding the crawler. The scenario is that my site say www.xyz.com has implemented the load balancer on the server. Basically load balancer is nothing , it is one type of hardware device which decide that which server should be connected whenever any request come (HTTP). Now i have 3 server alias i.e. i)server1.xyz.com ii)server2.xyz.com iii)server3.xyz.com Now all this three servers contains the same data . Now whenever any HTTP request come to xyz.com, my load balancer decides that among these 3 servers which server should be connected. In url it will always xyz.com user will never know datat come from which server. But at the same time if i want to browse the site from server1.xyz.com I can do the same. Now my point is that when crawler come to my site , it will go to any of my server. Will it be count has copy content ? spamming ? has anybody haveany idea regarding this?