Moz Pro Tools
-
Hello I ran into a error while using Moz Pro Tools Crawl Site feature. Stating that my wordpress website could not be crawled. When contacting moz they sent me this screenshot stating the reason for this error is because of the odd ip address highlighted in yellow. Only time I've seen this particular ip-address is during local development. If anyone has any advice on how to fix this or what may have caused this issue. I feel this maybe effecting the site's overall search visibility.
-
The IP 127.0.0.1 make a reference for the localhost, in a Simple words means "this computer" it s generated when you develop your site in a local enviroment.
So basically you will need to edit your database and change all the IP 127.0.0.1 for your live domain
It is very simple, just dowload your database then open it with a code editor search all the terms 127.0.0.1 and replacet it for www.yoursite.com
-
Just in case you dont know how to do it
https://www.youtube.com/watch?v=Ao6nuhGkI1k -
thanks William was a pleasure to been useful