Portal Engine Questions on portal engine and web parts.
Version 6.x > Portal Engine > Google Sitemap is empty View modes: 
User avatar
Certified Developer 8
Certified Developer 8
jao - 1/23/2012 6:45:55 AM
   
Google Sitemap is empty
The Google sitemap for my website is empty. Other websites running on the same Kentico installation do have a Google sitemap.

This is in GoogleSiteMap.aspx:

<cms:GoogleSitemap runat="server" ID="googleSitemap" TransformationName="CMS.Root.GoogleSiteMap" CacheMinutes="0" OrderBy="NodeLevel, NodeOrder, NodeName" />

The website uses the CMS.MenuItem. Use in sitemap is also checked.

User avatar
Kentico Consulting
Kentico Consulting
kentico_borisp - 1/23/2012 8:21:02 AM
   
RE:Google Sitemap is empty
Hello,

You are missing the class names, which should be displayed:

<cms:GoogleSitemap runat="server" ClassNames="CMS.MenuItem;CMS.BlogPost;CMS.BlogMonth;CMS.Blog" ID="googleSitemap" TransformationName="CMS.Root.GoogleSiteMap" CacheMinutes="0" OrderBy="NodeLevel, NodeOrder, NodeName" />

Best regards,
Boris Pocatko

User avatar
Certified Developer 8
Certified Developer 8
jao - 1/23/2012 8:31:35 AM
   
RE:Google Sitemap is empty
Thanks, but it still doesn't work.

User avatar
Kentico Consulting
Kentico Consulting
kentico_borisp - 1/23/2012 10:19:51 AM
   
RE:Google Sitemap is empty
Hello,

Just to be sure, by use in sitemap you mean the "Show in navigation: "property in Properties / Menu? Could you please also try to place the "Site map" web part on one of your pages so you can check if there is an issue with the control configuration, or content configuration?

Best regards,
Boris Pocatko