Ensuring URL name same between Cactushop & Kartris

Posted By ianguest Mon 3 Jun 2013
Add to Favorites0
Author Message
ianguest
 Posted Mon 3 Jun 2013
Supreme Being

Supreme Being - (41,850 reputation)Supreme Being - (41,850 reputation)Supreme Being - (41,850 reputation)Supreme Being - (41,850 reputation)Supreme Being - (41,850 reputation)Supreme Being - (41,850 reputation)Supreme Being - (41,850 reputation)Supreme Being - (41,850 reputation)Supreme Being - (41,850 reputation)

Group: Forum Members
Last Active: Tue 31 Mar 2015
Posts: 68, Visits: 185
Iam currently investigating upgrading our current website currently runningCactushop to the latest version of Kartris.

Asthe current shop has been active for many years, I need to ensure that the URLnames are the same between the two platforms. This should stop the requirementof generating URL redirects and any Google errors encountered on the way.

Isit possible in Kartris v2 to use the same URL product address as the original productlisting in Cactushop?

Paul
 Posted Mon 3 Jun 2013
große Käse

große Käse - (449,850 reputation)große Käse - (449,850 reputation)große Käse - (449,850 reputation)große Käse - (449,850 reputation)große Käse - (449,850 reputation)große Käse - (449,850 reputation)große Käse - (449,850 reputation)große Käse - (449,850 reputation)große Käse - (449,850 reputation)

Group: Administrators
Last Active: Fri 15 Sep 2023
Posts: 806, Visits: 2,737
You could use URL rewriting rules in the web.config to handle this. But I think it's better to do a 301-redirect. This should not have any negative impact on Google - you're just telling it that page has moved.

You can write 301-redirects in the web config.

Note that if you upgrade with the data tool, IDs of products, categories and pages will be the same.

So if you can extract the product ID from the incoming URL (e.g. 999), then you can 301 redirect to:

/Product.aspx?ProductID=999

If you have seo friendly URLs turned on, this unfriendly one will still work, but the canonical tag inside the page will have the friendly URL, so that tells Google the preferred URL.

As long as you can pick up search engine links to 'old' pages, and get them to the equivalent 'new' page in Kartris, and send a 301 signal for Google to understand the page URL has changed, then you should see no noticeable change in SE performance.


--
If my post solves your issue, can you 'Mark as Answer' so it's easier for other users to find in future.

If you would like to be informed of new features, new releases, developments and occasional special bonuses, please sign up to our mailing list: http://bit.ly/19sKMZb
Neil
 Posted Fri 7 Jun 2013
Supreme Being

Supreme Being - (109,799 reputation)Supreme Being - (109,799 reputation)Supreme Being - (109,799 reputation)Supreme Being - (109,799 reputation)Supreme Being - (109,799 reputation)Supreme Being - (109,799 reputation)Supreme Being - (109,799 reputation)Supreme Being - (109,799 reputation)Supreme Being - (109,799 reputation)

Group: Forum Members
Last Active: Sat 3 Nov 2018
Posts: 192, Visits: 5,220
I just moved a Catushop site to Kartris and Google were impressively quick at indexing the new site. I created a new sitemap in Kartris, configured it in webmasters tools, and ~95% of the new url's were indexed within 2 days.

I am not saying you shouldn't think about redirects but within a few days they would have sorted out the indexing anyway.

Similar Topics

Expand / Collapse

Reading This Topic

Expand / Collapse

Back To Top