PDA

View Full Version : Registering my website with Google, Yahoo, etc.


BugMan
11-01-2006, 06:56 PM
Okay, I've got my website and downloaded some webmaster tools from Google (ie Site Map Generator). How do I run the Python scripts on the Bluehost server command line? Or, is there a better way?

KenJackson
11-10-2006, 01:23 PM
Do you have ssh access?

I don't know if there is a better way, but python is on the path so you should be able to just run it from the shell prompt.
You may need to make it executable first (chmod u+x file).
$ python file or $ ./file

redsox9
11-10-2006, 08:01 PM
Hi, BugMan:

I believe that you can just run a cron job - check cPanel.

webdreamteam
11-19-2006, 05:35 PM
Okay, I've got my website and downloaded some webmaster tools from Google (ie Site Map Generator). How do I run the Python scripts on the Bluehost server command line? Or, is there a better way?


Hey,

You don't have to use the Python scripts. Use this URL to generate an XML sitemap for upload in Google sitemaps.

http://www.sitemapspal.com/


This is all you need.

-Tom