Forum Moderators: open

Message Too Old, No Replies

XML Sitemap

XML Sitemap

         

Tanzil Ahmed

3:19 am on Jan 7, 2008 (gmt 0)

10+ Year Member



I want to create Google sitemap using php can any body guide me in this regard.

surrealillusions

12:44 pm on Jan 7, 2008 (gmt 0)

10+ Year Member



do a google search for "google sitemap"

you'll find plenty of sites that offer to build one in a matter of seconds (depending on site size).

Or do you mean build one yourself using php? Creating a script that will build one, like millions of other sites do?

Does that help at all?

:)

Tanzil Ahmed

3:00 am on Jan 9, 2008 (gmt 0)

10+ Year Member



Thanks for the reply i want to create mine using php can you help

httpwebwitch

2:25 pm on Jan 11, 2008 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



gee, unless you're using a CMS where all the page URLs are already known and stored in a convenient format, you'll need to build a crawler [sourceforge.net].

fside

3:49 pm on Mar 14, 2008 (gmt 0)

10+ Year Member



> create mine using php <

You could 'google' "apptools site map". Load everything to a directory, create the simple .php file they suggest, and that should get you a generated site map.

I like rather being able to cut off site maps at certain directories, so the whole thing isn't loaded at once. And I also like custom scripts, and various things, and generate static site map pages, instead of generating them at the server like this tiny apptools thing will. But a small site . . might work fine.