Why doesn't google show www. ?

jackhorror

Junior Member
Joined
Nov 13, 2012
Messages
157
Reaction score
11
Why doesn't google show www. for my website on searches?
Need Help!
 
This is usually set in the backend, like in admin section in WordPress. You can also set in GWT ...
 
If you're using a wordpress site. in the cpanel its under General settings

'Site Address (URL)'
 
no its not wordpress, its a dynamic html site
 
Look up ".htaccess" www redirect

It'll prevent "duplicate" content, let alone unpredicted bullshit associated with www. straight domain dude.
 
i allready redirected non-www to www
 
google will only show either the www. version or the non-www. version depending on your settings. there is really nothing to worry about, stop wasting your time trying to fix useless stuff and do things that are more important like getting traffic and improving conversion rates.
 
PHP: Search and remove the following lines from your code base:
Header ("HTTP/1.1 301 Moved Permanently");
Header ("Location: http://example.com");
Note: Replace http://example.com with your domain.
 
You can also choose if you want WWW or not in Webmaster tools dude.

Untitled.png
 
You can also choose if you want WWW or not in Webmaster tools dude.

I already have found that but i have a problem.


"Part of the process of setting a preferred domain is to verify that you own http://mysite,com/.
Please verify http://mysite,com/."


i have uploaded the verification html to my domain, yesterday
 
maybe, is that because i already redirected it with htaccess? and google cant find the verification html? -http://mysite,com/verification
cause now i have it
-http://www.mysite,com/verification
 
maybe, is that because i already redirected it with htaccess? and google cant find the verification html? -http://mysite,com/verification
cause now i have it
-http://www.mysite,com/verification
Rather verify with Meta code in the HEAD of your site dude. Much better than an HTML file.
 
Rather verify with Meta code in the HEAD of your site dude. Much better than an HTML file.

From where can i get that meta code, i cant find.

-On the Webmaster Tools Home page, click the Manage Site button next to the site you want, and then click Verify this site.

There is no verify this site now on the manage site button...
 
You're currently a verified owner of http://www,mysite,com/

So if i am a verified owner, why i can't change Preferred domain?

Thank you Treeofl1 for your time man!
No problem dude. Is your domain a top level domain. It is mysite.com right? Because I know you can't change a few things when it's a subdomain.

Your other alternative is to delete it from WMT and start again.
 
No problem dude. Is your domain a top level domain. It is mysite.com right? Because I know you can't change a few things when it's a subdomain.

Your other alternative is to delete it from WMT and start again.

No its not subdomain, i already deleted it many times but when i add my url, then it comes back as it was before, with the same info, clicks, impressions, etc
 
well i just solved it, i made some redirects........ and bam! :P
THANK YOU GUYS FOR YOUR HELP!!!!
 
Back
Top