Not Adding Pages To Sitemap
« on: December 03, 2018, 12:31:03 AM »
I ran the generator and it indexes an article list but doesn''t index the individual articles.  The articles are accessed using a query string.  Is there some setting I need to check to accept query strings?

This is an example link -
Code: [Select]
/index.php?controller=cms&id_cms=347 which then redirects to
Code: [Select]
/ahmgrief/
All of the query string links will redirect automatically too.

This is my exclude list

Code: [Select]
/Resources
/feed
/cart
/my-account
/\?add-to-cart.*$
/product-category/home/page/\d+$
/wp-includes
/wp-json
/xmlrpc
/product-tag
/\?p=\d+$
/qv
/product/\d+-off.*$
/product/buy.*$
/product-category/uncategorized/
/product/.*_p_\d+-\d+/$
/product-category/on-sale
/product/.*-copy$
/product-category/home/page/\d+/$

Please help me to get all of these url's in the sitemap.

Thanks,

Randal
Re: Not Adding Pages To Sitemap
« Reply #1 on: December 03, 2018, 05:02:08 AM »
Hello,

could you please PM me your generator URL and an example URL that is not included in sitemap and how it can be reached starting from homepage?