• Resolved salvo722

    (@salvo722)


    HI I should migrate my entire wp site to the new domain I would like to use the plugin to prevent Google from reporting the new domain to me as a publisher of duplicate and/or copied content Can you confirm that the plugin can help me in this regard??

    then clearly I have to keep both online domains for my purpose, as I presume…

    Thank you

Viewing 1 replies (of 1 total)
  • Plugin Author Alexandru Tapuleasa

    (@talextech)

    Not with the free version, but even with PRO I would still recommend you redirect the old domain via htaccess instead.

    Just add this at the top of the .htaccess file on your old domain and it will redirect everything, even non-WP files, images etc.:

    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteRule ^(.*)$?https://new-domain.com/$1?[R=301,L]
    </IfModule>

Viewing 1 replies (of 1 total)
  • You must be logged in to reply to this topic.