Thread: Sitemap Generator Tool? |
|

April 27th, 2010, 08:17 PM
|
|
Member
Join Date: January 25th, 2008
Posts: 61
|
|
Hi All,
I am looking for a good xml sitemap generator tool. Any good one out there? I am in a shared hosting so I can't install any tools on the server.
Thank you in advanced.
|

April 27th, 2010, 09:28 PM
|
|
Affiliate Manager
Join Date: September 23rd, 2007
Posts: 361
|
|
|

April 27th, 2010, 09:55 PM
|
|
ABW Ambassador
Join Date: January 4th, 2006
Location: USA
Posts: 2,055
|
|
I use GSiteCrawler. It's free and works great.
|

April 27th, 2010, 10:38 PM
|
|
Affiliate Manager
Join Date: January 21st, 2010
Posts: 89
|
|
google "free xml sitemap generator" and many available. You can choose which fit your site most.
http://www.google.com/search?hl=en&n...=&oq=&gs_rfai=
__________________
"Enthusiasm is the greatest asset in the world. It beats money and power and influence. It is no more or less than faith in action."
Henry Chester
|

April 27th, 2010, 10:52 PM
|
|
Comfortably Numb
Join Date: October 17th, 2005
Location: Bayou Country, LA
Posts: 3,431
|
|
Quote:
Originally Posted by mayfly
I use GSiteCrawler. It's free and works great.
|
I used to use it but had problems with large sites and the developer abandoned it. I use A1 Sitemap Generator now and it sells for $59 I believe. Like it a lot.
__________________
|

April 27th, 2010, 11:02 PM
|
|
ABW Ambassador
Join Date: January 17th, 2005
Location: Tropical Mountaintop
Posts: 5,407
|
|
I use Cusimano's Sitemap generator. It works great on html sites and has a nice price. (but you do need to have a cgi-bin).
__________________
Whether you think you can or think you can't - You will be right.
|

April 28th, 2010, 12:08 AM
|
|
Newbie
Join Date: July 31st, 2006
Location: Japan/India
Posts: 38
|
|
Quote:
Originally Posted by acpd
Hi All,
I am looking for a good xml sitemap generator tool. Any good one out there? I am in a shared hosting so I can't install any tools on the server.
Thank you in advanced.
|
are you using some kind of cms on the site or is it a static site?
Most of the CMS/blog tools have plugins for sitemap
and If its a static and small site I will recommend gsitecrawler
|

April 28th, 2010, 02:50 PM
|
|
ABW Ambassador
Join Date: January 4th, 2006
Location: USA
Posts: 2,055
|
|
Quote:
Originally Posted by John Powell
I used to use it but had problems with large sites and the developer abandoned it. I use A1 Sitemap Generator now and it sells for $59 I believe. Like it a lot.
|
Hmm, how large is the site that you are talking about? It could become a problem if my sites grow larger later on...So far it works for my sites.
|

April 28th, 2010, 02:56 PM
|
|
Grandma broke her coccyx!
Join Date: May 8th, 2007
Location: North Carolina
Posts: 2,242
|
|
I rolled my own.
|

April 28th, 2010, 03:19 PM
|
|
ABW Ambassador
Join Date: January 17th, 2005
Location: Norwalk, CT
Posts: 839
|
|
If your gonna use gsitecrawler for a large site --
Your gonna have to use the SQL Verison / not the access database on ..
Still free to use --
Download SQL Lite - install the tables and use the config @ gsitecrawler ..
-----
I have used this to crawler over 1 million + pages .. takes a long time to do that but it works!
__________________
OpA! Giasou Ti kanies!
|

May 5th, 2010, 09:27 PM
|
|
Member
Join Date: January 25th, 2008
Posts: 61
|
|
Thank you all for your replies.
I have a php site and I have around 5000 pages. it's dynamic site so I can't use tools that are for html site only.
I am looking at the tools you all have provided and will let you know what I find.
Thank you again.
|

May 7th, 2010, 09:22 PM
|
|
Member
Join Date: January 25th, 2008
Posts: 61
|
|
I got the gsitecrawler installed. It gives me the site map for google. It's not a standard stemap from sitemap.org instead it's looks like google specific. Could I use that sitemap for yahoo and bing?
|

May 8th, 2010, 02:13 PM
|
|
notary sojac
Join Date: January 18th, 2005
Location: Central/Western NY State
Posts: 7,550
|
|
Quote:
Originally Posted by acpd
I got the gsitecrawler installed. It gives me the site map for google. It's not a standard stemap from sitemap.org instead it's looks like google specific. Could I use that sitemap for yahoo and bing?
|
it also does a url list for yahoo
|

May 9th, 2010, 03:44 PM
|
|
Member
Join Date: January 25th, 2008
Posts: 61
|
|
Quote:
Originally Posted by Herb ԿԬ
it also does a url list for yahoo
|
That is correct but that url list does not have any date or priority. Does yahoo really wants just a list?
I guess the question is can I use it with bing?
|

May 9th, 2010, 08:55 PM
|
|
Member
Join Date: January 25th, 2008
Posts: 61
|
|
All,
I got an issue, when the site map is created it puts following line. And because of that I get an error when I try to see the xml file. But if I remove that line everything works fine.
<?xml-stylesheet type="text/xsl" href="gss.xsl"?>
This is not a big issue as I can remove it manually. But I rather do it automatically with the ftp.
Any Ideas?
|

May 9th, 2010, 09:00 PM
|
|
notary sojac
Join Date: January 18th, 2005
Location: Central/Western NY State
Posts: 7,550
|
|
Quote:
Originally Posted by acpd
That is correct but that url list does not have any date or priority. Does yahoo really wants just a list?
I guess the question is can I use it with bing?
|
if you were working on a very large site you'd probably be making several (i.e. sitemap 4, 5, etc) sitemaps of 40K urls each. you wouldn't be able to tell yahoo and maybe bing about them all. in that case you'd have to give them the one big uncompressed text file.
|

May 9th, 2010, 09:49 PM
|
|
Member
Join Date: January 25th, 2008
Posts: 61
|
|
Quote:
Originally Posted by acpd
All,
I got an issue, when the site map is created it puts following line. And because of that I get an error when I try to see the xml file. But if I remove that line everything works fine.
<?xml-stylesheet type="text/xsl" href="gss.xsl"?>
This is not a big issue as I can remove it manually. But I rather do it automatically with the ftp.
Any Ideas?
|
I found the issue, i had to upload gss.xsl file
|

May 9th, 2010, 09:49 PM
|
|
Member
Join Date: January 25th, 2008
Posts: 61
|
|
Quote:
Originally Posted by Herb ԿԬ
if you were working on a very large site you'd probably be making several (i.e. sitemap 4, 5, etc) sitemaps of 40K urls each. you wouldn't be able to tell yahoo and maybe bing about them all. in that case you'd have to give them the one big uncompressed text file.
|
ah that make sense. Thanks
|

July 25th, 2010, 09:56 AM
|
|
Affiliate Manager
Join Date: May 4th, 2010
Location: Orlando, FL
Posts: 109
|
|
I use godaddy and I can generate AND submit sitemaps right there. As a matter of fact, I'm doing it over my Sunday morning coffee. For some reason, I feel that if I'm going to submit anything to the all powerful Googlebot, I should do it on Sunday...maybe the beast isn't as busy today, and maybe he looks forward to my visits ;-)
__________________
Affiliate marketing is not just a way to make money, it's a way of life.
Maxwell Garner | Owner | CreditCardAffiliateServices.com | Phone - 407-504-5944
|
 |

Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
|
|