Hey guys i just want to ask if, i will reconfig my server's route configuration, would it affect seo activities, my goal is to create a route table to take the shortest route to my target location...BTW-TIA
the routing table on my server. the current configuration as of now is the route from the server itself to its gateway, what i am trying to do is reconfigure it to optimize my path for ftp transfer.Can it affect?
I *really* doubt it... unless you change the routing table so that the spiders can't even reach it of course.
that's what i wanted to do to change the routing table and i dont know what effects or impact to the spiders and all of seo related stuff
Do you mind sharing how exactly you are going to optimize your path for FTP transfer by changing your local routing table? J.D.
currently it's routing table contains the server and its gateway, as a result found if the command route -n was executed, i just would like to add entry so as the next path to follow was the router who knows where the shortest path to the target server is.
You can add routes by specifying destination/gateway/interface. The gateway must reside on the local network and reachable through the interface. You can't add a route to your "optimized" router unless it resides on the local network. Anway, to answer your original question - SE's couldn't care less about your local routing table as long as you don't screw it up and make your machine inaccessible. J.D.