Google gonna mad? Check this out.

robibrk

Regular Member
Joined
Aug 23, 2009
Messages
321
Reaction score
121
I am started working on some new projects few days ago. Installed WP ( i am using the build in template with no sidebar). Site has only 3 pages - article, privacy, and contact page.

As i checked my SERP noticed, that there must be something wrong. Check my picture - G cached my page wits some "es." before my main domain.

For what is this "es"?

jphh1f.png
 
short for spanish language
es.yoursite.com...

how you got a es subdomain?
if you dont want subdomains, then redirect your subdomains to mainsite with this code in .htaccess..

# Redirect non-www urls to www
RewriteEngine on
RewriteCond %{HTTP_HOST} !^www\.google\.com
RewriteRule (.*) http://www.google.com/$1 [R=301,L]


change google to your domain.
check your webmastertools also..
remove and redirect your 404 page to mainsite..
 
Go to your cpanel and see if you have a subdomain 'es'. If you did not add it, just remove it in cpanel
 
Go to your cpanel and see if you have a subdomain 'es'. If you did not add it, just remove it in cpanel

And change password, some1 is possibly using your site for something... subdomains do not born themselfs :)
 
subdomains automatically do not get indexed..
there must be some thing..

you done any link building, stats blasts etc?
 
sometimes godaddy sells expired domains. I purchase a new domain from godaddy and it already indexed and had 3 backlinks.
 
Can you open this URL? es.yourdomain.com? If so, just redirect it.
 
Thanks for replays guys.

I have checked my hosting account and there are no sub domains.

es.mydomain.com is automatically redirecting me to mydomain.com.

Copy/paste from my .htaccess file:

Code:
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>

# END WordPress

Till now i have done only SB rapid indexer run. May is this the reason?
 
rapid indexer? its stats sites right?
If so, that is the thing..
I have thousands of 404 urls in my .htaccess file that shown in the webmaster tools..
when we run stats submission, it creates many many urls those are not in our site and it goes into 404.

normally, you can redirect all these to your home page without any problem.
but the thing is google indexed a non existing subdomain..

you need to do something with your wordpress .htaccess... unfortunately, i am not expert in wordpress.
 
do a subdomain site: search and check for cached content
also check your domain at web.archive.org
 
subdomains automatically do not get indexed..
there must be some thing..

you done any link building, stats blasts etc?
Yes, subdomains do get indexed automatically, cause it's a folder under the main domain. Happened a lot with me
 
Yes, subdomains do get indexed automatically, cause it's a folder under the main domain. Happened a lot with me

But for that, it need a visible link to search engines?
I mean I created a subdomain and did not given the link publicly, it will get indexed?
 
Good ain't made, some problem with your wordpress website.
 
I have rechecked my SERP and this time my site is for same KW N/A.
 
Back
Top