Is it possible to make Google Plus use open graph URL? I already use OG for Facebook, so have this in code:
<meta property="og:url" content="http://www.sandrophoto.com/category/famous-photographers/"/>
<meta property="og:type" content="website" />
But Google doesn't want to respect it! Any thoughts?
Google Plus 1 doesn't currently support og tags. The URL that is +1'd is determined by one of three things, in this order:
<link rel="canonical" ... />
tag If the +1 button's href attribute is not provided, Google will use the page's canonical URL. For more information on defining the canonical URL for a page, see http://www.google.com/support/webmasters/bin/answer.py?answer=139066.<link rel="canonical" ...>
tag to your page.