|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
Sitemap
Hello,
I'm trying to create a sitemap for my website. It's a very big website with a lot of pages. Every sitemap generator i try i can't get it working properly. For example, i used the google python program and told it to go through my logfiles but it got alot of useless files. I need the main pages. can someone help me out and point me to the right direction? i need a sitemap such as this: http://martiniboys.com/sitemap.xml my website is similar.. A LOT of dynamic pages for different events, pictures from different events and rewviews etc. Thank you very much |
|
#2
|
||||
|
||||
|
Those tools weren't designed for sites like yours. You need to create a dynamic sitemap that pulls directly from your database. A handful lines of code can create thousands of entries in a sitemap. What's even better about this is every time you update your database your sitemap is automatically updated.
I do this for site with a wordpress blog, phpbb forum, and custom article engine. The codebase is small and self updating. |
|
#3
|
||||
|
||||
|
Check out a class I wrote in PHP for generating sitemaps for large dynamic sites.
http://www.noodles.net.nz/sitemaps/ Just grab the information from the DB and loop over it and add it to the sitemap.
__________________
Cooking Forums |
|
#4
|
|||
|
|||
|
thanks for the replies guys.
The link you provided is a dead link. Can you please send me a link to your PHP class? Last edited by shoombool_tala : May 14th, 2007 at 09:17 PM. |
![]() |
| Viewing: Dev Shed Forums > Web Design > Search Engine Optimization > Sitemap |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|