Am I expecting to see each node listed like the Googgle sitemap generator Wordpress module does? In my sitemap.xml there's only 4 XML fields under :
<loc>
<lastmod>
<changefreq>
<priority>
There are no nodes/pages displayed.
Am I expecting to see each node listed like the Googgle sitemap generator Wordpress module does? In my sitemap.xml there's only 4 XML fields under :
<loc>
<lastmod>
<changefreq>
<priority>
There are no nodes/pages displayed.
Comments
Comment #1
avpadernoMay you report the actual content of the XML sitemap (it's fine if you obscure the URLs)?
Comment #2
avpadernoComment #3
Anonymous (not verified) commentedAre you executing cron.php? You will not see links in the sitemap until the hook_cron implementations have executed via cron.php.
Comment #4
Anonymous (not verified) commentedClosing for lack of response to questions. If you still have a problem please reset this issue to active and answer the questions.
Comment #5
mattmm commentedThat was the issue. Cron had not run yet.