Page 1 of 1

Sitemaps Warning

Posted: Thu Jul 24, 2008 3:38 am
by CWebguy
Ok, installed CMS and added Sitemaps module (which worked like a charm!).  Only problem is Google throws an error/warning at my sitemap.  "Warning- All the URLs in your Sitemap are marked as having dynamic content."  It founded and downloaded it fine, just giving me this warning/error.  Anyone else experience this?

Take care!
Lance

Re: Sitemaps Warning

Posted: Tue Oct 07, 2008 2:00 pm
by oliverseddon
Yes, I have exactly the same issue occouring on about 10 sites. Anybody know why this is happening?



Thanks

Re: Sitemaps Warning

Posted: Tue Oct 07, 2008 2:05 pm
by Ziggywigged
I use this method and always works like a charm: http://dev.cmsmadesimple.org/projects/gsgenerator/

Re: Sitemaps Warning

Posted: Tue Oct 07, 2008 2:35 pm
by Nick Smart
Go to "SiteMap Made Simple" on the Extensions menu. Select the "Templates" tab and edit your template (probably Sample). Change this line:

Code: Select all

<changefreq>{$page->frequency}</changefreq>
to something like:

Code: Select all

<changefreq>daily</changefreq>
There's probably a 'nicer' way to do this.

Nick