SIte map not recognising dynamic pages from db

Hi everyone,

Ive exposed my site map and the sitemap.xml renders correctly in the browser.

If i drill down into a specific content type (on my site we have courses in the database), the sub pages which are rendered dynamically from the slugs in the database do not work.

I have made sure that the parent pages have the ‘type of thing’ set.

so if i query the sitemap…

www.mysite.com/sitemap.xml

I get a good list of pages. One of which is this one…

www.mysite.com/courses

I can then query the dynamic pages within this sitemap by typing…

www.mysite.com/sitemap-courses.xml

It only returns a single result

https://mysite.com/courses

What I should see at this point is something like
https://mysite.com/course/course1
https://mysite.com/course/course2
https://mysite.com/course/course3
https://mysite.com/course/course4

Note: These are the ‘individual’ courses. They do not fall under the path of ‘courses’ (which is the RG listing all courses). Have I done something wrong at this level?

I can’t understand what I am missing to get the dynamic URLs for each course within the database.

Many thanks

This topic was automatically closed after 70 days. New replies are no longer allowed.