I have a HTML, PHP site, it is working fine, but when I'm trying to create a sitemap or crawling website with screaming frog, it is showing product pages are created under product page, category page under product, then again product page. Making it simple to understand.
The page URLs automatically generating are like:-
xyz.com/product/abc
xyz.com/product/product/abc
xyz.com/category/product/abc
xyz.com/category/product/product/abc
xyz.com/product/product/product and so on.
Please let me know what can be the issue and how it will get fixed?