Skip to main content
Known Participant
September 15, 2008
Question

My question is - how do CF sitemap?

  • September 15, 2008
  • 1 reply
  • 411 views
Hi everyone! My question is - how do CF sitemap? You must be sure to create a table in the database and make it the title pages and hyperlinks, or you can as something to another? If not difficult to give a reference to the tutorial
This topic has been closed for replies.

1 reply

Inspiring
September 16, 2008
do you need a sitemap to display on your site or an xml sitemap for
google/other search engine(s)?

for google sitemaps there is a nice project on riaforge.org : CF Google
Sitemap Generator.

for on-site sitemaps, i have not seen anything ready-made, but you could
rather easily write a script that would parse your directory (starting
with home page), extract title and all links from the pages using regex
and save that in a file/database...

Azadi Saryev
Sabai-dee.com
http://www.sabai-dee.com/
Inspiring
September 16, 2008
Hi,

(If it is *NOT* for google sitemaps.)

Try Ray's generateSiteMap UDF