Jack_mcs Posted March 2, 2023 Posted March 2, 2023 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. All of My Addons Get the latest versions of my addons Recommended SEO Addons
osCommerce-Official Posted March 2, 2023 Posted March 2, 2023 @ynechitajlo @pandrei could you please advise? Quote
pandrei Posted March 2, 2023 Posted March 2, 2023 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') osCommerce-Official and Jack_mcs 1 1 Quote
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.
Note: Your post will require moderator approval before it will be visible.