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
Sitemaps Warning
-
- Forum Members
- Posts: 89
- Joined: Thu Aug 21, 2008 11:47 am
Re: Sitemaps Warning
Yes, I have exactly the same issue occouring on about 10 sites. Anybody know why this is happening?
Thanks
Thanks
-
- Power Poster
- Posts: 424
- Joined: Sat Feb 02, 2008 12:42 am
Re: Sitemaps Warning
I use this method and always works like a charm: http://dev.cmsmadesimple.org/projects/gsgenerator/
Take a penny, leave a penny.
-
- Forum Members
- Posts: 116
- Joined: Mon Jul 28, 2008 4:48 pm
Re: Sitemaps Warning
Go to "SiteMap Made Simple" on the Extensions menu. Select the "Templates" tab and edit your template (probably Sample). Change this line:
to something like:
There's probably a 'nicer' way to do this.
Nick
Code: Select all
<changefreq>{$page->frequency}</changefreq>
Code: Select all
<changefreq>daily</changefreq>
Nick