RE: how to make a robot?
Have you heard of a robots.txt file? This is needed to attract robots to your site such as Google and so forth.
You name the file that "robots.txt" and then add this line to the file.
User-agent: *
Allow: /
That's really all that's needed to attract Google.