T O P I C R E V I E W |
GoodMorningSky |
Posted - 08 October 2008 : 13:37:22 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< |
9 L A T E S T R E P L I E S (Newest First) |
bobby131313 |
Posted - 08 October 2008 : 15:27:04 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.< |
GoodMorningSky |
Posted - 08 October 2008 : 15:22:52 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? < |
AnonJr |
Posted - 08 October 2008 : 14:51:42 quote: Originally posted by GoodMorningSky
quote: 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< |
GoodMorningSky |
Posted - 08 October 2008 : 14:19:58 quote: 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.< |
GoodMorningSky |
Posted - 08 October 2008 : 14:18:48 quote: 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?< |
Etymon |
Posted - 08 October 2008 : 14:14:30 Hey Bobby,
There's something not right about that link. It froze my browser ... FireFox. < |
GoodMorningSky |
Posted - 08 October 2008 : 14:13:57 Bobby, I checked http://www.auditmypc.com/xml-sitemap.asp It does exactly what I said. It just listing all id...1, 2 , 3...
< |
bobby131313 |
Posted - 08 October 2008 : 13:56:12 http://www.auditmypc.com/xml-sitemap.asp< |
AnonJr |
Posted - 08 October 2008 : 13:39:16 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.< |