How to create google sitemap for dynamic site? - Posted (1435 Views)
Junior Member
GoodMorningSky
Posts: 122
122
Hello all. My web site is written by php. Most of pages are accessed by query string variables
just like this forum site.
for example
http://www.mysite.com/view.php?id=100

id variable changes from 1 to 1000, or no limit.
And site contents varies based on query string.
When I generate sitemap from auto generating tools on the web,
it writes
like
http://www.mysite.com/view.php?id=1
http://www.mysite.com/view.php?id=2
http://www.mysite.com/view.php?id=3....
and stop on the 500 page limit. It doesn't work for me!
How can I create a sitemap for a dynamic website just like this snitz forum?
Could you post a sample or any idea?
Thank you. Edit/Delete Message<
Software Engineer. MCSD.NET, SCWCD
 Sort direction, for dates DESC means newest first  
 Page size 
Posted
Forum Moderator
AnonJr
Posts: 5768
5768
There's a Google Sitemap MOD for Snitz floating around here. You could use that as a template or at least to get some ideas.<
Posted
Senior Member
bobby131313
Posts: 1163
1163
http://www.auditmypc.com/xml-sitemap.asp<
Posted
Junior Member
GoodMorningSky
Posts: 122
122
Bobby,
I checked
http://www.auditmypc.com/xml-sitemap.asp
It does exactly what I said. It just listing all id...1, 2 , 3...
<
Software Engineer. MCSD.NET, SCWCD
Posted
Advanced Member
Etymon
Posts: 2396
2396
Hey Bobby,

There's something not right about that link. It froze my browser ... FireFox. <
Posted
Junior Member
GoodMorningSky
Posts: 122
122
Originally posted by AnonJr
There's a Google Sitemap MOD for Snitz floating around here. You could use that as a template or at least to get some ideas.
Could you explain more? I searched around, I cannot find it!
and Is there a way to make simple for dynamic link?<
Software Engineer. MCSD.NET, SCWCD
Posted
Junior Member
GoodMorningSky
Posts: 122
122
Originally posted by Etymon
Hey Bobby,

There's something not right about that link. It froze my browser ... FireFox.
It works on IE. It seams firefox consider it as activex and cannot load it.<
Software Engineer. MCSD.NET, SCWCD
Posted
Forum Moderator
AnonJr
Posts: 5768
5768
Originally posted by AnonJr
There's a Google Sitemap MOD for Snitz floating around here. You could use that as a template or at least to get some ideas.
Could you explain more? I searched around, I cannot find it!
and Is there a way to make simple for dynamic link?
http://www.snitzbitz.com/mods/details.asp?Version=All&mid=235<
Posted
Junior Member
GoodMorningSky
Posts: 122
122
Thanks,
I checkecd the code. So, I have to specify all link. If 1000 user join, then I have to put 1000 into the sitemap.
I though there is way to just specify variable. This is really strange.
Snitz forum has big number of topics. Does forum admin generates sitemap including all topic links?
And how often they do? If they generate a new sitemap, do they submit again or no need? <
Software Engineer. MCSD.NET, SCWCD
Posted
Senior Member
bobby131313
Posts: 1163
1163
You need to have java installed for that link.
I have generated many sitemaps over 40,000 pages with that tool. Takes a few hours but works beautifully. You can also block pages by strings so you don't get the same page with different sorts and printer friendly pages.<
 
You Must enter a message