AbanteCart Community

eCommerce construction => Installation and Configuration => Topic started by: daspi on May 17, 2016, 02:25:09 PM

Title: Use SEO URL's
Post by: daspi on May 17, 2016, 02:25:09 PM
I switched on Use SEO URL's and .htaccess is correct.

Cleared all cache as well. Some products show now SEO friendly url' but others still show the product/product&path=43_45&product_id=95 kind. How do I get them all to display SEO url's without editing every single product? I want it to just use suggested url from title.
Title: Re: Use SEO URL's
Post by: daspi on May 17, 2016, 03:23:40 PM
So I found more posts regarding this in SEO section. Sorry this might be in the wrong place. Feel free to move it.

I did edit the category and press the SEO Keyword generate button. Yes this makes it work. But I have lot's of products that I want to migrate over and do not really want to edit every single product for this. Is there a way to automate this?
Title: Re: Use SEO URL's
Post by: eCommerce Core on May 17, 2016, 10:18:24 PM
But I have lot's of products that I want to migrate over and do not really want to edit every single product for this. Is there a way to automate this?
You can try one of the following:
- Add SEO keyword generation to your migration script.
or
- After migrate products, use export of products and build import CSV with Url_aliases using products IDs from export
or
- after migrating products do SQL select of product IDs and build SQL insert with formatted SEO keywords into ac_url_aliases table in the database.
Title: Re: Use SEO URL's
Post by: Basara on May 18, 2016, 02:52:00 AM
Hello.

There is 3rd party solution at Marketplace https://marketplace.abantecart.com/seo_generator
Title: Re: Use SEO URL's
Post by: daspi on May 18, 2016, 04:44:11 PM
OK, I'll look into that.