Opencart have next route paths for each product
/index.php?route=product/product&path=24&product_id=28
/index.php?route=product/product&manufacturer_id=5&product_id=28
/index.php?route=product/product&product_id=28
by default internal crawler (when make recache) call:
/index.php?route=product/product&path=24&product_id=28 and /index.php?route=product/product&product_id=28
( why not call /index.php?route=product/product&manufacturer_id=5&product_id=28 - not matter. it is another question )
I enabled SEO and use SEO extension with rewrite conditions to short path:
/index.php?route=product/product&path=24&product_id=28 => /product_28_seo_name
/index.php?route=product/product&manufacturer_id=5&product_id=28 => /product_28_seo_name
/index.php?route=product/product&product_id=28 => /product_28_seo_name
question:
what route path I need recache or all paths if I use SEO short urls?
enough recache only /index.php?route=product/product&product_id=28 ?
or I need recache all possible paths?
/index.php?route=product/product&path=24&product_id=28
/index.php?route=product/product&manufacturer_id=5&product_id=28
/index.php?route=product/product&product_id=28
by default internal crawler (when make recache) call:
/index.php?route=product/product&path=24&product_id=28 and /index.php?route=product/product&product_id=28
( why not call /index.php?route=product/product&manufacturer_id=5&product_id=28 - not matter. it is another question )
I enabled SEO and use SEO extension with rewrite conditions to short path:
/index.php?route=product/product&path=24&product_id=28 => /product_28_seo_name
/index.php?route=product/product&manufacturer_id=5&product_id=28 => /product_28_seo_name
/index.php?route=product/product&product_id=28 => /product_28_seo_name
question:
what route path I need recache or all paths if I use SEO short urls?
enough recache only /index.php?route=product/product&product_id=28 ?
or I need recache all possible paths?
Last edited: