Why google index website by IP?
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?
Pretty sure server_name should be a domain
Maxim Dzhuliy
Author
I already have a server section with a domain. And I didn't have IP address in my config
Please sign in to leave a comment.