• Welcome to Sitemap Generator Forum.
 

How do I specify individual attributes if my URL contains commas?

Started by jrfuda, August 05, 2007, 07:02:56 PM

Previous topic - Next topic

jrfuda

How do I specify individual attributes if my URL contains commas?

For example, my site, which is joomla-based has URLs that look like this:

/component/option,com_comname/

some are more complex and contain several commas.

Since it appears that a comma is what tells the script where my URL ends and the update, frequency and priority attributes begins, how to I specify individual attributed?

Also, is it possible to specify just priority or just frequency or just last updated date instead of all three? I'd like to just specify freq and priority for some URLs.

Thanks!
John
Visit

XML-Sitemaps Support

Hello,

you can specify a part of URL in that option like:
com_comname/,2005-11-14,monthly,0.9

You can skip some attributes to keep them default, like:
com_comname/,,,0.9

jrfuda

John
Visit