Correction of the error in the merchant center. Site on OpenCart
Site on OpenCart. Description of the problem: "Problems with the passage of the moderators began after the adding of new products to the site."
The problem was that the new addresses of the goods looked like:
index.php?route=product/product&path=78&product_id=
Not this way:
/kava-vid-shefa/tanzania-iyenga/
This is because in robots.txt there was the following rule
Disallow: *?route=*
It is forbidden to index new goods.
The solution is to set the friendly URL in the OpenCart Admin Panel.
The problem was that the new addresses of the goods looked like:
index.php?route=product/product&path=78&product_id=
Not this way:
/kava-vid-shefa/tanzania-iyenga/
This is because in robots.txt there was the following rule
Disallow: *?route=*
It is forbidden to index new goods.
The solution is to set the friendly URL in the OpenCart Admin Panel.