I want to change my domain in the Google Search Console. First, I set up a 301 redirect for my old domain and all its URLs, then moved the website to the new domain. I checked most of the old URLs to ensure the 301 redirects were working fine. However, after 3 weeks, Google still could not fetch my homepage to accept the redirect and update my domain.
additionally, google change my SERP Addresses to new domain in most of results.
how can solve this issue ?
i wrote this code in my .htaccess
RewriteEngine On RewriteCond %{HTTP_HOST} ^dubaidiscount.ir$ [OR] RewriteCond %{HTTP_HOST} ^www.dubaidiscount.ir$ RewriteRule (.*)$ https://dubai-discount.com/$1 [R=301,L]
and i moved website to new domain, and checked most of old url to insure that 301 works fine
Amin Takmili is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.