Need Urls Of All Products So I Can Index Them Faster

How Can I gather the list of all my products URLs list in CS Cart Multi Vendor, So I can have them index faster in google? Thanks

You can follow this https://docs.cs-cart.com/latest/user_guide/addons/google_sitemap/set_google_sitemap.html

How Can I gather the list of all my products URLs list in CS Cart Multi Vendor, So I can have them index faster in google? Thanks

Sitemap is the best way. But if you still want to receive all items on one page, use the following URL

index.php?dispatch=products.search&search_performed=Y&items_per_page=99999

Thank you