Closed (won't fix)
Project:
Google Plus One Button | Google+ Badge
Version:
6.x-1.1
Component:
Miscellaneous
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
3 Jan 2012 at 02:38 UTC
Updated:
3 Apr 2012 at 05:52 UTC
Comments
Comment #1
corbacho commentedMy thoughts about it:
This is more about Google searches, indexing, etc.
The only thing related to Google Plus Button is that when you use the "share", the called "+Snippet" information (title, description..) that will be displayed it's also using this data. See full API doc.
But still I think this is out of the reach of this module, this is more about microformats , and another modules.
Another thing is that this Google feature is still in beta state. For example, I implemented the rel=author thing and didn't work. Google seems it's showing it only to big names.. "britney spears" searches, etc.
You can try in this testing tool
http://www.google.com/webmasters/tools/richsnippets?url=http%3A%2F%2Fdru...
but it won't show in the Google searches.
I will mark as won't fix by now.
Comment #2
shunshifu commentedThought I'd ask. Thanks
Comment #3
AlexanderPop commentedhttp://drupal.org/node/1444856
Comment #4
philsward commentedI am going to +1 this and push that it get's re-opened and implemented, maybe as a "check box" to enable or disable it. From what I can tell, it only needs to go on the front page of the site per Google:
http://support.google.com/webmasters/bin/answer.py?hl=en&answer=1708844
In order to "properly" link a Google+ page for a business (or g+ profile), the following code must be on the front page:
Thoughts?
Comment #5
modctek commented#4 also works if you change "publisher" to "author" and link to your profile page.
Obviously, hard-coding your theme is less than desirable, but it'll work until a more portable solution is coded.
Comment #6
philsward commentedI'm not going to say you're wrong +modctek, but according to the Google documents about properly linking your Google+ account to your website, it says nothing about "author" and specifically references "publisher". (check the link in my previous post)
Have you found any other documentation from Google that states you can use both?
I think what you might be referring to, is the general "meta" usage of "author" vs "publisher" which can be used synonymously and will be equally picked up by Google for inclusion in their search results. Keep in mind this is completely separate from linking your Google+ account to your website.