hi,
How about simply replacing 301 by 302 where it should ?
Redirecting on a per user case should be 302 in all cases.
Permanent redirections mean nor browser nor search engine bots should request that url and should not be requested any more/replaced by the new location.
Simply it asks crawlers to forget about the old url.
I can’t believe that by now the dev team is not aware of this?!!
And that should convince us to become client?
Or is it that the free version is designed to make sure it should not be used in real world?
I share with you some info to improve your products, sorry to sound a bit rude, but it’s been a long time I hadn’t had such a crap/useless response.
includes/class-language-switcher.php: wp_redirect( $link_to_redirect, 301 );
includes/advanced-settings/do-not-translate-certain-paths.php: wp_redirect( $current_original_url, 301 );
includes/advanced-settings/do-not-translate-certain-paths.php: wp_redirect( $current_original_url, 301 );
includes/compatibility-functions.php: wp_redirect( $link_to_redirect, 301 );
-
This reply was modified 2 years, 3 months ago by cantoute.
-
This reply was modified 2 years, 3 months ago by cantoute.
-
This reply was modified 2 years, 3 months ago by cantoute.