Jack_mcs Posted March 2 Share Posted March 2 Is there any code in place to handle V2 style url's, like https://...com/product_info,php?products_id=123 and the rewritten ones like https://...com/some_name-p-123.html? There's no simple way to add rewrite code to the roots .htaccess file for this so this could cause quite a drop in the rankings for a site. Quote Support Links: For Hire: Contact me for anything you need help with for your shop: upgrading, hosting, repairs, code written, etc. Get the latest versions of my addons Recommended SEO Addons Link to comment Share on other sites More sharing options...
osCommerce-Official Posted March 2 Share Posted March 2 @ynechitajlo @pandrei could you please advise? Quote Link to comment Share on other sites More sharing options...
pandrei Posted March 2 Share Posted March 2 16 hours ago, Jack_mcs said: Is there any code in place to handle V2 style url's, like https://...com/product_info,php?products_id=123 and the rewritten ones like https://...com/some_name-p-123.html? There's no simple way to add rewrite code to the roots .htaccess file for this so this could cause quite a drop in the rankings for a site. You can place any name for product url in the SEO Page name field. For auto naming you can run SQL like this: UPDATE products SET products_seo_page_name = CONTACT('some_name-p-',products_id,'.html') Jack_mcs and osCommerce-Official 1 1 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.