A Simple way to create robots.txt file. You can also create robot.txt file for own website to follow some simple steps:
1. Open Notepad/Text Pad or other editor tools.
2. Write these code
User-agent: *
Disallow:
Allow:
Sitemap: your URL/sitemap.xml
3. Save this file "robots.txt
Your robots.txt file ready, use it.
Thanks