Hi, I have a little knowledge about programming but I need to learn more about this. I have to do some routine job on website and I am thinking about create some small app to do this jobs for me but I don't know which language should I choose to write this app. I will exaplain one of my routine job for an example. 1. Open website, logged in 2. Open page list 3. Submit google sitemap 25 subdomains simultaneously. It will call javascript to work in this process. 4. Wait until all pages finished, close all tabs except first one 5. Open next page and do the same process. Is it possible to create small apps to handle this routine process on webbase? Please suggest me how to create some small apps like this. Or should I hire someone to code them for me?
I think your best bet would be to use a script on the web site server to create your sitemap(s). It is much better/faster to customize the script to output the exact pages you want listed rather than have a program "crawl" your site. This will take some programming, of course, and maybe some 'hard-coding' of non-dynamic database-loaded URLs. Plus the file sizes and URL limits come into play. google.com/webmasters/tools/docs/en/protocol.html Good luck.