• Resolved jasonmixe

    (@jasonmixe)


    I have an old website with very good seo that the customer doesn’t want to change, so we have redirected all categories from the old site to the new and it works perfect.
    The problem is that i can not redirect the products. Is there a way to redirect automatically all the product’s to there new link’s or to somehow do something similar?

    Thanks! ??

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Aaron

    (@aaron13100)

    Hey Jason,

    You could try using a regular expression. If you can give me the old URL and the new URL including the product # or whatever then I might be able to help.

    Thread Starter jasonmixe

    (@jasonmixe)

    Hey Aaron,

    Thanks for replying! ??

    kotinos.com.gr to kotinosjewelry.com
    What you need about the product?
    Here for example is one from the old site https://www.kotinos.com.gr/categories/pendants/phaistos-gold-pendant-3-detail
    and sould be redirect to https://kotinosjewelry.com/product/phaistos-disc-pendant-no3/

    Plugin Author Aaron

    (@aaron13100)

    So I don’t know how the old site can tell what the URL will be on the new site. If there were a product number that were the same then it would be possible, for example.

    For example if the old URL washttps://www.kotinos.com.gr/categories/pendants/12345and the new URL was https://kotinosjewelry.com/product/12345 then you could create a regex redirect from categories/pendants/(.*) with a destination of https://kotinosjewelry.com/product/$1 and it would redirect from

    https://www.kotinos.com.gr/categories/pendants/6789 to

    https://kotinosjewelry.com/product/6789

    In the example you gave me though, the product details page part of the URL changes from phaistos-gold-pendant-3-detail to phaistos-disc-pendant-no3. So I don’t know of a way to handle that.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Per product redirect’ is closed to new replies.