Search code examples
phpjavascripthtmlgoogle-plusgoogle-plus-one

google plus-one button is different over sub-domains


I visited www.mysite.com and +1'd my website.

I then visited mysite.com and the +1 wasn't there.

How can I make google plus-one treat these two URL's as the same page?


Solution

  • You can't.

    www is just a subdomain like any other. it is in fact different than mysite.com and should be treated as such. You should decide which one you want to use and redirect the other one to it with your server, for example an apache rewrite rule.