I found something weird. Google crawl bot see server IP address as external website and show
I have added redirect
~
server {
listen 80;
server_name 51.158.77.10;
return 301 https://remoter.net ;
}
~
Will it help?
Sign in to post a reply and interact with thousands of makers.