Server IP address showing in Google SERPs suddenly?
In the past week or so I'm seeing pages of my site showing up in Google results like this 204.232.210.182/cartoon/0615/ instead of like this www.andertoons.com/cartoon/0615/.
Any idea what might have caused this? Is this something I should be worried about?
Also, just in case I'm asking this incorrectly, please be gentle. It's my first time asking a question here.
Thanks! 开发者_开发知识库:)
yea you probably dont want the ip showing. Comment is right its more of a server configuration issue than programming, but in any case I found this article with a quick google search and thought it might be helpful
http://www.google.com/support/forum/p/Webmasters/thread?tid=206c67522cc3946f&hl=en
Probably someone who was scraping web content, pointed a URL at your website homepage using the IP address. Then Google's crawler indexed your site using the IP address as the root of the URL. Not much that you can do about it other than configuring your web server to only accept HTTP 1.1 and higher requests containing the full domain name.
精彩评论