Forum Moderators: mack

Message Too Old, No Replies

Website creating pages under page (/product/product.)

         

Serious Joker

3:56 am on Oct 27, 2020 (gmt 0)

5+ Year Member



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?

phranque

4:55 am on Oct 27, 2020 (gmt 0)

WebmasterWorld Administrator 10+ Year Member Top Contributors Of The Month



look for href attribute values in your documents referring to relative url paths (i.e., no leading slash and not fully qualified with a protocol and hostname)