How To Claim Your Authorship With Google
81News:
In April 2012 HubPages changed the format of all Hubs in the Technology Category and inadvertently lost the Google Authorship markup. I reported this bug in the forum on the "New Hub Design" forum. All other Hubs still pass authorship markup.
This problem has since been corrected. As other categories are changed, we have to be sure HP doesn't make the same mistake. You can test the status of your own hubs yourself with Google's Rich Snippets Test Tool as explained in this Hub. Report any issues you may discover.
By Late Summer 2012 HubPages will change our profiles to include the ability to add links to other profiles, including a link to our Google profile. This should make this task of claiming authorship a lot easier, assuming they include the markup I discuss here.
Complete Google Authorship Instructions
In order to build a reputation for all the content you're writing, you need to let Google know that you are the author of your content. This could help enhance traffic to your articles.
Google has created a way for you to do this with "Google Authorship Markup."
It basically is a connection of links between all your individual author profiles and your Google Profile.
There are two types of Google profiles…
- A regular Google profile where you can specify certain information about yourself and a list of links to all the sites where you write articles, blogs, etc.
- A Google+ profile which is the same thing except that it’s part of the new Google+ Social Network, similar to Facebook. But becoming a member of Google's social network is not necessary for declaring your authorship. Just a plain Google Profile will do just fine.
If you use Google AdSense or Google Analytics or even just have a gmail account, then you already have a Google Profile. Just log into your Google account and click on the "Profile" link.
Once you complete a Google Profile, you declare your authorship by creating a two-way link between your articles and your Google Profile. The two-way link proves that you are the author since no one else can create the links in both directions but you. So no one else can claim ownership to your work.
Before you have a nervous breakdown wondering how you can link hundreds of articles you've already written, let me put your mind at ease. There is a shortcut...
You most likely have a profile page on each site you write on, such as your HubPages profile. Well, you only need to link your profile page to your Google Profile and back again.
You see? It’s your profiles that link to one another. All of your articles just need to link to your profile on that same site.
And guess what? HubPages has already done that part for you! And Squidoo and Wizzley have too!
See my illustration in Figure 1. See how it works? Your articles, blogs or whatever content you've created point to your author profile to show that you are the author. Then each author profile links (in both directions) with your Google Profile to indicate that it is "me." I mean "you." Oh, you know what I mean!
Authorship Markup - What It Is And How To Use It
------------------------------------------------------------------------------------------------------
Back around July 2011 Google announced that they began supporting the authorship markup tags that existed in the HTML standards. (HTML is the language that's used to create web pages). The tags for this are the rel="author" tag in HTML5 and the XFN rel=”me” tag. But they improved on it by creating a way to actually prove an author's identity by implementing a reciprocal link to and from one's Google Profile.
The rel="author" tag is used to point all content pages to one's author page if they have one. Then all author pages can point to each other with a rel="me" tag as I've indicated in Figure 1 above.
All this linking is done in HTML. But as time goes on many sites are doing this for you in the background, and making it easy to specify your Google Profile without getting involved with HTML programming. I'll explain the details of the HTML requirements for those who want to know. And then I'll explain how various sites are implementing easier solutions, or at least alternatives. But let's start with what this markup is all about. You can jump down to the specific section that applies to you if you want to skip the details.
As you can see, Google’s Authorship Markup is a series of links that lets you point your content to your author profile, your author profile to your Google Profile, and a reciprocal link from Google back again to your local profile to prove it's really your content.
A similar link in your Google Profile links back to the individual author pages. Google places that rel="me" tag in the HTML for you. All you need to do is add the URL's of all your other profiles to your Google Profile. They will then be listed on your profile page as in Figure 2.
If you happen to write content on a site where you don't have an author profile, you can point your content pages direct to your Google Profile.
You still need a two-way link to prove it's really you. In that case the reciprocal link simply points back to the home page of that site. Just add URL's of the home page of those sites under Contributor To as shown in Figure 2.
I'll show you how to do all that in a moment.
What Are The Benefits of Authorship Markup?
-----------------------------------------------------------------------------------------------------
Authorship Markup has some powerful and important benefits. It gives people who are searching for information the ability to learn more about an author and find all their work on the Internet.
The main goal Google has is to identify and highlight high quality content. (Source: Sagar Kamdar, Product Manager at Google).
Many of us who write content online have been victims of having our work stolen and republished somewhere else. Authorship Markup also creates a form of protection from plagiarism, although this is the least important reason for establishing your Authorship. The main goal above is what Google had in mind.
Hopefully the steps Google is taking will help enhance an author's experience. If one writes quality content and some of their content is not getting the attention it deserves, the association of all content with the author should help. Your higher ranking content may actually help your other content that hasn't gotten the same attention from Google.
Initial Implementation By Google
-----------------------------------------------------------------------------------------------------
Those of you who may have been the first to attempt to implement this will notice changes to the original code and to your Google Profile. If you had read old blogs on the subject that have not been updated, you may even get confused. This is the nature of being beta testers.
I was one of the first to implement the authorship markup on a few sites, so I saw what was going on. I'll tell you what happened. Unfortunately, when all this started, Google quickly discovered problems that needed to be considered.
People complained that they didn't have control over HTML programming on some sites. But they did have the ability to enter URL addresses. So Google added a new method that would work on sites that only provided a URL field but did not allow HTML. But they also kept the initial method so as not to break what people already had done. I followed along in forums and saw how people were getting confused between the two methods.
These two methods are so different that it confused some people even more. I'll get into all that and I'll try not to confuse you. I'll let you know what parts you need to understand and what parts are actually done for you.
As a computer programmer myself, I have been able to interpret Google's instructions and have successfully implemented Google's Authorship Markup on several websites. So I know how it works and now I'm going to show you.
Terminology to Understand
-----------------------------------------------------------------------------------------------------
Allow me to explain a little terminology so that you'll be able to follow along easier.
Google uses the word "content" to refer to your articles, blogs, hubs, or any page that you create. They use the term "author page" to refer to your profile page. That is, any page that describes who you are.
On HubPages, all your Hubs are content pages and your Profile is your Author page.
How To Implement Google Authorship Markup In HTML
-----------------------------------------------------------------------------------------------------
In HTML you can pass information in several ways. One way is to use the "rel" parameter with a tag. This can only be done in HTML.
Another way is to use URL parameters. This is useful if you don't have access to HTML coding as long as you can still enter a URL in a field so that the URL is placed in the HTML link for you. I'll get into that later.
If you have access to the HTML, create a link that points to your author page on all your content pages, as in this example...
<a href="http://your.author.page" rel="author">Your Name</a>
Then in your author page create a link that points to your Google Profile similar to the following example...
<a href="https://profiles.google.com/11111111" rel="me">Your Name</a>
...where 11111111 is your Google-ID.
The only other thing you need to do is add a link in your Google Profile that points back to your author page on that content site. I'll show you that later.
How To Use The Alternative Method Using URL Parameters
-----------------------------------------------------------------------------------------------------
As I mentioned, Google introduced an alternative for those who write content on sites that don't allow including his or her own HTML code.
In most cases, they still provide a way to enter just a link with a URL. So Google took advantage of an HTML standard using the "?" to append a parameter to the URL. Such as…
https://profiles.google.com/11111111?rel=author
You can use that to point your Author Profile to your Google Profile. But note the discrepancy. Google says that the tag on the rel parameter should be "me" when pointing any profile to another profile. But with this alternative method they made it "author".
You need to also have an anchor with a plus sign at the start or end of that anchor, such as “Google+” or “+My Google Profile”.
So what they want is HTML that looks like this...
<a href="https://profiles.google.com/11111111?rel=author">Google+</a>
...where 11111111 is your Google-ID.
But since you're not entering HTML, you just need to be able to enter the URL and the anchor. If your site does not have a way to enter these two items, then you're still stuck. On HubPages the anchor is the text that you highlight when you make it a hyperlink.
[Update Feb 2012] I have discovered that when using the alternative method, Google does not always include an author's image in the search results, although author attribution is still accomplished if you do it right. Google also suggests that you have a high-quality head shot to be eligible for inclusion in search results.
Where I was able to use HTML and apply the original rel="me" method, I had no trouble getting my image to appear.
[Update April 2012] I noticed that Google just started listing all Hubs with the author's photo for all who followed these directions. Congratulations to you all.
Three Common Mistakes People Make
-----------------------------------------------------------------------------------------------------
[1] As I check to see how my readers are doing, I have noticed that some are not using the correct URL for their Google Profile.They copy and paste the entire URL from their browser when they are on their Google Profile page. This may end up giving you something like this...
https://profiles.google.com/11111111/about?hl=en?rel=author
... and that is just WRONG.
Your Google ID should be the end of the URL. Drop anything after that. Drop the "/about?hl=en"
Add "?rel=author" immediately after your Google ID. So you should end up with ...
https://profiles.google.com/11111111?rel=author
[2] Another mistake I see a lot, is confusing rel=me with rel=author with the alternative method. Remember that attaching rel=me to the URL is incorrect and will cause your authorship markup to fail. Using rel="me" can only be added as a separate parameter and only if you can enter HTML code. So if you use the alternative method, you need to specify rel=author attached to the URL.
[3] A third mistake I find is that some people do everything right with the alternative method, except they leave out the + sign on the anchor. Remember to place a + sign either at the beginning or ending of your anchor.
Authorship For HubPages
-----------------------------------------------------------------------------------------------------
HubPages already automatically links all your Hubs to your HubPages Profile with the rel=”author” tag. So all you need to do is place a link in your HubPages Profile pointing to your Google Profile.
Edit your HubPages profile and include a link to your Google Profile. As I just discussed, you need an anchor that has a + sign in front or at the end of the text.
On HubPages the anchor is simply the text that you are going to make into a hyperlink. Type the text (which becomes the anchor), such as your name with a plus sign, like this...
+Your Name
Then highlight it and click the hyperlink button to enter the URL of your Google Profile with a "?" and "rel=author", such as...
https://profiles.google.com/11111111?rel=author
Replace the 11111111 with your own code from your Google profile URL.
Don't forget to add the reciprocal link pointing back to your HubPages profile page from your Google Profile. I'll show how to do that in the section about reciprocal links below.
If you don't write content on any of the following sites, then just skip to the section "Add A Reciprocal Link" below.
★★★ Update On HubPages' Progress ★★★
HubPages will be making this easier when they roll out the new profile page, that Jason Menayan posted about back in September 2011.
Our new HP profile will have a field where we can specify our Google Profile URL and HubPages will take care of the HTML for us.
But if you want to get this done now, you need to use this alternative method I just described.
Authorship For Squidoo
-----------------------------------------------------------------------------------------------------
That’s easy. Squidoo lets you place HTML in your Profile.
Squidoo automatically places the rel=”author” tag in all your lenses (content pages) linking to your Squidoo Profile. So all you need to do is connect your profiles together.
Just add a link to your Squidoo profile such as...
<a href="https://profiles.google.com/11111111" rel="me">My Google Profile</a>
...where 11111111 is your Google profile ID.
And don’t forget to add the reciprocal link in your Google Profile. I show how to do that below. Skip any of the following sections that don't apply to you and continue with "Add A Reciprocal Link" below.
Authorship For Wizzley
-----------------------------------------------------------------------------------------------------
Wizzley has implemented the code to do all the links correctly. So all you need to do is add a link to your Google Profile in your Wizzley settings and a link back from Google.
Look for the field for Google+ in your Wizzley settings and put your Google Profile URL in there as...
https://profiles.google.com/11111111
...where 11111111 is your Google profile ID.
Then go and include a link in your Google Profile back to your Wizzley Profile.
Wizzley automatically puts the rel="author" in the links from all your pages to your profile. And when you add a link in your settings to your Google profile, or any other profile on your other sites, they also automatically include the rel="me" tag so you don't need to get involved with HTML programming.
See "Add A Reciprocal Link" below for the next step.
Authorship For Twitter
-----------------------------------------------------------------------------------------------------
Twitter does not allow you to add HTML, but you can claim your authorship with Twitter by using the alternative method.
When you edit your Twitter profile, you will see a field called "Web." Place your Google profile URL in that field in the following format...
https://profiles.google.com/11111111?rel=author
Replace the 11111111 with your own code from your Google profile URL.
You also need to include your twitter URL in the "Other Profiles" section of your Google Profile. I show how to do that below under "Add A Reciprocal Link."
Authorship For WordPress
-----------------------------------------------------------------------------------------------------
I don’t use WordPress but I wanted to show you how it’s done there. I found a well-written explanation in the WordPress Development site.
Add A Reciprocal Link
-----------------------------------------------------------------------------------------------------
After you completed adding all the links from your content pages to your author profiles and pointing your author profile pages to your Google Profile, you need to complete the loop by adding a reciprocal link back to each of your author profiles on any sites where you write content.
Go to your Google Profile and click "Edit Profile." You will now be able to add or change any reciprocal links by clicking on the list. Any links to profiles should go in "Other Profiles" as shown in Figure 3. Include the URL and a name for the site.
There are two kinds of reciprocal links. Those that point to an author profile that you have on that site, and those that point to the home page when you don't have a profile page on that site.
If you contribute content to a site where don't have your own author profile, then add a link to the home page of that site and place that link under the "Contributor to" section as shown in Figure 4.
All the content pages on a site without a profile should link directly to your Google Profile with the rel="author" tag. The rel="me" tag should only be used to point one profile to another of the same author. All of an author's content pages pointing to their profile page should always use rel="author".
The only exception, as previously mentioned, is when using the alternative method of appending the tag to the URL. In that case you use "?rel=author" and include a plus sign (+) before or after the anchor text.
NOTE - Do not include the same link under both sections. It should be listed under "Other Profiles" if it's your author profile. Or it should be listed under "Contributor to" if it's a site where you don't have an author profile.
When you're done adding all the links in your Google Profile, click the "Done Editing" button at the top of your profile. Now you're ready to test everything to be sure the links are correct. Google created a tool for that. But it wasn't created just for the Authorship Markup. It was designed to test all rich snippets of code that apply to Google coding. So it has a few awkward ways of telling you if you did things right. I hope Google fixes that someday.
Verify Your Links WIth The Rich Snippets Testing Tool
-----------------------------------------------------------------------------------------------------
The Rich Snippets Testing Tool will tell you what’s right or wrong with your entire linking process.
Test your profile by inserting its URL and clicking "Preview" as shown below in Figure 6. You should also test one or more of your content pages. In both cases under "Extracted Author for this page" it should say...
Verified: Authorship markup is correct for this page
Google's Testing Tool's Bug Is Fixed As Of April 2012
-----------------------------------------------------------------------------------------------------
[Update April 2012] Those who were here prior to April 2012 will remember that there is a bug in the Rich Snippets Testing Tool that did not recognize the alternative method. Google Product Manager Sagar Kamgar mentioned this bug in a Google blog.
The test used to say...
Error: Author profile page does not have a rel=me link to a Google Profile
Even though that did not mean you did anything wrong, as of April 2012 Google finally fixed that with the updated Rich Snippets Testing Tool.
Now when you had followed all my instructions correctly you will see...
Verified: Authorship markup is verified for this page.
Update Notifications To This Hub
-------------------------------------------------------------------------------------------------------
Eventually, as I previously mentioned, HubPages will have a field where we can enter our Google Profile URL and they will create the proper HTML link using the better "rel=me" method. Once that's available you can remove your own link and use that instead. But for now, this works just fine.
UPDATE AS OF January 23rd, 2012...
HubPages still didn't add a field to the HP profile to make this easy to add our Google Profile URL to our HP profile. So we still need to do it as explained above in this Hub.
I will update this when it's available, so you can convert over to the other method at that time. All followers of this Hub will be notified of any updates.
Optional Step: How To Include Authorship Info In Search Results
-----------------------------------------------------------------------------------------------------
This step is optional and so I've left it for last. Google mentions on their support site that you could have your authorship information appear in search results. This is not required for the Authorship Markup that I've discussed above. But if you want your picture and info appear when someone finds your content listed in a search, there are two ways to do it...
- You need to make your email address public. I don't agree with doing this and I am actually very surprised that Google would suggest such as thing, so I'm not going to say anything further about how to implement it this way. Google explains it in their support.
- Much better, just do what I explained above to declare your authorship and add one extra step… You need a real picture of yourself in your Google Profile. If you use an avatar, Google will not list your authorship info in search results. You need a good quality headshot.
What is Google+ Social Network - Inquiring minds want to know
-----------------------------------------------------------------------------------------------------
What is Google+ and what does it have to do with Authorship?
Google+ is Google’s new social network. It’s similar to Facebook but with many more features for controlling your social network and circles. But this has nothing to do with Authorship.
I mention this only because I discovered a lot of people getting totally confused with it. They think they need to apply for Google+ membership in order to use Authorship Markup successfully. This is totally not true and Google says on their site that you don’t need it.
If you do have it, then you already know that your Google+ Profile is...
https://plus.google.com/11111111
... where 11111111 is your Google ID.
I’ve been showing you all the examples above using https://profiles.google.com/11111111 as the URL for your regular Google Profile.
You can use either URL. And you don’t need to change them later either. If you start with a regular Profile and apply for Google+ later, Google will redirect the existing links with a 301 redirect automatically. If you code your Authorship Markup using plus.google.com and you don’t have a Google+ account yet, Google will redirect those links to the regular profiles.google.com. So it works either way.
Amazon Has No Plans To Implement Authorship Markup
-----------------------------------------------------------------------------------------------------
Those of us who have published books on the market and sold by Amazon, may also have an Amazon Profile.
I discovered I could not link my Amazon profile to my Google profile.
So I sent Amazon the following email...
I was wondering when Amazon will implement a way for authors to enter our Google Profile with the "rel=me" tag to show and prove authorship. If you are not aware of this new feature Google is implementing, please look into it. Thank you.
Joe G. from Amazon Author Central responded with the following...
Hello Glenn,
Thank you for taking the time to provide your suggestion to Author Central. At this time there are no plans to implement this into our service. However, we appreciate your ideas; we’re always looking for ways to make our service more useful to authors.
I’ve passed your message to the Author Central development team for consideration. We rely on author input as we make future plans for Author Central.
Best regards,
Joe G.
I simply sent the following back to them in case they wanted to add anything further for this article...
Joe G.,
Thank you or your reply. Sorry to hear that Amazon decided not to keep up with the latest requirements for the Google Authorship Markup. I will quote your reply in an upcoming article. If you have anything further to add, please let me know.
Glenn Stok
I got this back...
Hello Glenn,
I understand your concern about this new feature.
As my colleague previously mentioned, at this time we do not have any plans to implement this into our service. However, I've provided your suggestion to Author Central. We appreciate your ideas; we’re always looking for ways to make our service more useful to authors.
We won't be able to provide further insight for your request.
Thank you for contacting us.
Best regards,
Soujanya L.
Well, so much for Amazon!
Tell Google About It
-----------------------------------------------------------------------------------------------------
Google seems to be very interested in monitoring results of our implementation. This is evident since they have a form where you can submit your information so they can review any implementation issues and have a contact on your end in case they notice something wrong with your Authorship Markup code.
I've seen blogs where people said that Google actually contacted them to suggest a few modifications to the way they implemented the markup code. So as a final step, fill out this form for Google. It can't hurt.
Good luck with setting up your Authorship.
Copyright © 2011 Glenn Stok
See Table Of Contents of my other HubPages Support Topics
Google+
vote upvote downshareprintflag
- Useful (46)
- Funny
- Awesome (17)
- Beautiful (3)
- Interesting (18)
Do you have any questions? I'll try to help...Loading...
Glen, I had no idea something like that was implemented - looks like I should check google news more often ;)
From your descriptions it looks pretty simple so I hope I won't hit any issues while implementing it and I have already checked your HubPages profile for a guideline how should it look like.
I found the comments from Amazon quite amusing - I wonder if they use the same template every time they reply to their customers ;)
Great information about google, I accidentally, somehow fell on the page for this and end up always getting lost, so this has helped immensely. Though, does it matter to link all this if your overall traffic is weak? I have tried different tactics to create traffic to here and over at google and not really seeing any increase. Two theories of mine: I suck as a writer and have nothing compelling to view, and/or I am missing something.
Thanks again for a great detailed subject!
Thanks Glenn, I appreciate your wisdom and encouragement. I will keep trying...
Thanks Glenn! This is just what I need. recently I checked for plagarism of my work, and found a number of supposed RV Expert Advice sites that had copied, not just sentences but multiple paragraphs of my Hubs. I have contacted several of them and some have removed the copies but some are stone-walling me. At least, if I take this next step, I will maybe have a little more leverage out there in the world of "search"!
Thanks a lot for the information. I had no idea about this. I appreciate your endeavor to acquaint us with your so many important blogs. Thanks again.
Glenn, Thanks for letting us all know that it is possible to declare authorship in this way. I was unfamiliar with this until now.
I did go ahead add my hubpages profile url to my google profile. But I have yet to add my google id url to my hubpages profile. I had one question before I do so.
I took a look at your profile and can easily see your id. So what is to stop someone from using your id? Additionally, they can easily get your profile url from hubpages or wherever too. Am I missing something?
This is very helpful information Glenn. Thanks for sharing this. I have always been concerned about how to protect my work and you've given me a very good example of how to go about it. I'm not very well-versed on the technical stuff but I'll give your advice a shot.
I will be bookmarking this to re-read later when I have more time to read, focus and work on it. Thanks for sharing this to help the rest of us out.
Thanks Glenn. Your follow-up answer makes a lot of sense. This is all very interesting.
Now I understand. I will use my subdomain, you have been a great help. :)
Glenn, this is very useful information. I have bookmarked this for further study and will look into doing the things you have suggested here. Thank you so much for sharing your knowledge.
Very interesting. I just hope they wouldn't use it against you somehow to downgrade you work across all sites you used.
Glenn, Thanks my Man! I sat down, read your instructions and BAM! I have it working, both ways! Piece of Cake! Thanks for the great (and simple) instructions. I just went to my Google account, opened my profile, and copied the URL for my ID, and then I pasted this into my name anchor that had a "+" sign in front. It works great.
Again, Thanks!
Wow, that is a lot to digest and I will bookmark it and go over it tomorrow again. It is a great help and I appreciate you kindness to explain it in such great details. Thank you so much, Glen.
Thank you Glen, you're the best
Hey Glenn. I just finished reading your article and it is great! To be honest, this wasn't the reason I initially came to this page. I actually clicked it out of randmoness for an entirely different purpose and you had already reeled me in with your first few sentences. Anyways, the actual reason I came here was to thank you again for helping me create better hubs with your "Advice for New Writer's" article/hub. When I read it, I had two hubs that were at a hubscore of 80 or more. Now, only one short day after changing about 5 hubs, I have all of those 5 hubs at 80 or above. The two hubs that I had initially over 80 rose even more and one of them ended up at 89 for the first time (a great achievement for me)! Thank you so much for your help!
Glenn --
Thanks for the concise, informative hub. I've been looking into ways to protect my material online. Thanks for saving me so much time on this!
I note that they now say that you need a + sign at the end of your link to your Google profile when using the "Contributor to" method.
See http://www.google.com/support/webmasters/bin/answe
"Your link must contain the ?rel=author parameter, and your anchor text must end with a + character."
okay this was good, and it seems to be something my mind can eventually wrap my head around, but for example when you've got you Google+ link on your profile and someone clicks on it could they then follow you on Google+? I would wonder how people could do that... because this way it would make things so much easier to work with. Great once again...
Glenn, this was very helpful. Would you be willing to check out my profile and tell me if what I've done is correct?
Thank you for taking the time to write this hub. It's been a great help to me.
Thanks for the informative Hub Glenn. I added my Google profile link to my Hub Author page. Hope I did it correctly.
I did notice when I went to my Google Profile page that it now has the plus.google.com at the beginning instead of just profiles.google.com. Is this going to be an issue with authorship or is this just a Google change?
I used a bookmarked link to the original Google Profile page I made a few years ago.
Done, Glenn. Thanks for all your help, and thanks to Pcunix for bringing this up in the forum and leading me to you. You're my knights in shining armor. :)
I suppose it is a bit redundant, huh?
Took your advice on that one too. Thanks again.
Thanks Glenn. I will fix the errors you mentioned. The individual hubs were on my original Google profile before I sugned up for the Google plus. When I did this, all those links ended up on the Google plus page without me doing anything to them somehow.
Thanks again Glenn. Your hub here is a great resource for those to figure out how to properly set this up.
Google must have "merged" my two profiles together when I signed up for the plus site. The old profile is where I had all the hub links before.
I see what you are saying about listing hubs and will consider what you suggest. I do have many followers online that just read my NFL hubs. Since I do not have a separate sub-domain for those, I am hoping the recommeded links will help those following find the new ones as well as the originals.
Hi Glen, thanks for taking the time to teach us these things! it is much appreciated.
However, I still can't get hubpages to verify. Can you take a look at my setup to see if you could spot what may be the problem>
I am still getting this on rich snippets:
"Error: Author profile page does not have a rel=me link to a Google Profile"
I have been trying for a couple of days with no luck. Thanks!!!
Thanks Glen, somehow I missed that little part... Thanks for taking the time to check it and thanks for a great tutorial!
Thank you very much for this hub, Glen. I appreciate all the information and details very much. I've bookmarked the hub and I'm going to read it again in the future to get all the steps straight in my mind, since this is all new information for me!
I don't think that we have any reason to assume that error is meaningless. I used the direct method from my own site pages and get correct verification.
You MIGHT be correct, but I see no reason to assume that.
This is really interesting and a great idea. I was under the impression once your content was indexed, it was basically acknowledged as yours.
Hi Glenn, Homesteadbound sent me over to check out your hub. Thanks for sharing all this useful information! I will be bookmarking and working through your guide step by step. Voted up / useful
Dear Glenn ~ I started to read through your explanation, but my brain seems to be fried with too much circuitry input data today. I will bookmark as other have done and return when everything is rebooted upstairs. I've got a Google and Google+ account, but really don't want to use it because of having too many social networks. I need to simplify and downsize. Blessings to your for all you have given to the community, Debby
What if I already have a Google+ How do I limit its usage? I am not responding to all those who link to me there.
I see! pretty cool. I only wish I could follow you! ha ha... one day I'll get it.
I'm bookmarking this to read it tomorrow. Great Hub! I knew nothing about Google authorship. I've been thinking of creating a web site with all my writing in it but maybe this will do instead. But maybe I'll do both.
Glen,
Your authorship seems to have the same problem as mine. (I'm not talking about Hubpages. I know I never had that working right; I had it working right on my own blog and articles posted elsewhere.) Google search results do NOT show your author icon nor your author name for your content. For me, they displayed in Google search results for about a month (again, not on Hubpages; my Squidoo lenses and blogs were showing them), and then my author name and icon disappeared from the SERPs. This has happened to tech bloggers and prominent columnists on SearchEngineLand as well as authors on other sites I follow. Nobody has yet determined why their authorship stopped working, or at least, I haven't yet found any information from Google. I've reported the problem to Webmaster Central and on Google's authorship feedback form.
Have you seen this work for anyone on Hubpages? I haven't, so I haven't wasted time tinkering with it. The ?rel=author method using a URL instead of a property inside the HREF tag isn't HTML5 compliant, anyway. I hate using anything imposed on us by Internet Explorer, Google, or other entities seeking to benefit their own platforms while defying the web's original purpose of being a way to interlink content through agreed-upon standards by a nonprofit org like W3. Remember the 90s, when IE tried to win the browser war by introducing alternate tags to HTML standards? I'm afraid that Google's ?rel=blah method may be something similar, although their intentions may be more benevolent.
This is great information (thanks, homesteadbound for the link to this hub), and I have bookmarked the hub for future reference, as well as rated it up and (very) useful.
But I seem to have hit a snag. I thought I had followed your instructions correctly for my HubPages profile, but when I check using the Rich Snippets Testing Tool to see if I did it right, I get a Google search preview, but I also get an error message that says, "Google Profile does not link to article site." It worked for my Seekyt profile page, however, and I thought I did exactly the same thing on both sites. Have I done something wrong?? Thanks in advance.
Thanks SO MUCH, Glenn. I thought I had changed all of those old urls, but apparently one slipped by me. Now everything is working fine!
Still trying to figure out how to do it for my wordpress.org blog. The article you referenced was a little confusing, but I'll study it more to see if I can make sense of it. Appreciate your help!!
Glenn, I thought the hub was worth mentioning. Writers over at Seekyt are always looking for ways to protect their content and I believe your hub is helpful in that regard.
But clearly I'm not understanding the main intent of authorship markup. Why is associating all content with an author important? Also, how do you know that rel="author" isn't in the links from my content to my Seekyt profile?
The Seekyt administrator is pretty open to suggestions for improving the site. I'd like to make one with regard to writers cbeing able to claim their Seekyt content, but really don't know what to say or why it's important. I probably need to go back and reread this hub.
Re: wordpress, don't worry about it. I'll figure it out. Thanks again for your help.
Along with the fact that I reread your article, your explanation makes a whole lot of sense now, Glenn.
Also, I told the Seekyt admin about the problem with the rel="author" tag (is that what you call it?), and he added it to the HTML link that already links to our user profile (i.e., the "written by" link at the top of our articles). I hope that takes care of the issue of being able to claim our Seekyt content.
I really appreciate your taking the time to answer my questions and provide such great advice, Glenn. I've learned so much from this article and the comments.
Hey Glenn, as I said the administrator over at Seekyt is extremely responsive to suggestions from member writers. I'm just glad I found this hub so I could recommend the update to him :-).
Amazing Hub with massive information that has my eyes glazed over at this point but will bookmark this to help me implement what you have outlined. Great work! GClark
Thanks Glenn, there's a lot of very useful information there for me. I'll be back a few more times I think!!!
My guess would be that those stubborn sites simply don't understand the value. I know on the writer side I have run into the foolish "I hate Google!" stuff too - which is fine, hate them all you want but they ARE critical to your success.
But then we have the paranoia too - "Google knows too much about me!" Sure - and you DO NOT want them to know that you are a prolific and widely read author? Yeah, that makes sense.. :-)
What a valuable nugget of information. I never even knew this, which is rather embarrassing since we all write unique articles here.
Great Hub and lots of great info. I bookmarked it and if this works, what a boon for online writers!
Since it is almost the end of 2011 and from what you said, HubPages is going to make this easy for us to accomplish, I think I will wait another few days. This is all very interesting. The thing I like best is that it will make it harder for people to steal our content (from what you say) and that is great! Thanks for all of this information.
Will have to study this further in that case and see if I can link my HP account to my Google acct. Thanks Glenn.
Wow! This looks like great information but I find all this stuff so confusing, with linking the urls, etc.... I'm going to bookmark this for further study. Glenn, you mentioned that HubPages is going to make it easier at some point. Will it be significantly easier? I think I may just wait and see...but I'll definitely be looking at this further....Thanks for letting us know all this.
Thank you for sharing! Very helpful!
Well, I certainly learned something new today. First time I heard of Google Authorship Markup. Thanks for the tutorial.
We are always joking about Yankees and especially New Yorkers in Florida. The truth is . . . we would go broke without you. Thanks!
Glenn, thank you so much for posting this. it was extremely helpful and something I had been fretting about. Thanks again and I shared with my followers.
Plagiarism issue is always alerted here on HubPages.
I experienced receiving an immediate alert at the start of my chosen title.
I am more careful now by simply writing important things that I've done that I consider worth sharing for.
Thanks for sharing this very useful information, Sir. G. It helps a lot. :D
Glen
This has been a very interesting read. Anything that can contribute to a publisher's cause in respect to Google and the various avenues of building traffic/rep from it is god sent. This guide is just that. Easy to understand and very informative!
Princesswithapen
Very useful and informative hub. Thanks
Glenn, I did it!!! Today in forums, Pcunix posted that he just saw his handsome pic on Google page, so I thought I should do it, too. Thanks to your awesome hub, I was able to do it in one try.. How cool is that? So thank you, thank you, thank you! Voted up and clicked all.. well, except funny, of course. Woohoo! Sorry, I get too excited. :D
Have a nice day,
Rosie
Very useful information. Thankyou.
Well, obviously, I'm dumb as ??? because no matter how hard I try to write this code with my name in it, it doesn't work. So I guess I'll just be waiting until Hub Pages inserts the link! :)
Thanks Glenn. This is very new to me. Actually I want to ask something. Usually I write about two subjects: Urdu literature, and Pharmacy. As these two niches are completely different from each other,would you suggest that I put all of my work under one account?
I learned about this hub from the forums section and I am so glad I did! Thank-you for this very awesome information, and I'll be giving it some thought as to whether or not I want to implement this. If I do, this will definitely be my guide! Awesome directions, info, and this was all very well presented!
Glenn, what a master! cristal clear...I have done as explained and the test shows great results. Question; does google consider facebook as "content"? I mean if friend is looking for great hotels in X area, and I have posted links on my wall to hotels in X area, will Google pick it up and show my friend (in her SERP) my reslut (if matching)? does that have anything to do with me having to put the rel=author markup to my Facebook profile?
Glad I come across this hub. The Google ID is it the same as the Adsense Code? I already put a HubPages link in my Google Account. But the reciprocal link from HubPages to Google does not work. I got the 404 error message. Maybe it is the problem with the ID. I don’t remember having any Google ID, except for the Adsense Code and Analytics Code. Would appreciate your advice. Thank you.
Hi Glenn, I've got it done! With your guidance, such complicated thing becomes so easy. Really appreciate your fast response and help. Thank you so much!
Thanks Glen for the ?rel=me tip, very very useful.
Glenn, when I Google 'Glenn Stok Hubpages," I see your hubs listed, but the author attribution isn't there. Whereas when I Google "Greekgeek Squidoo" my author attribution is there. The difference is that I was able to use a rel="me" tag on my Squidoo profile to link to my Google profile; otherwise it's set up just like Hubpages with the site linking articles to the member profile page via rel="author."
I cannot get my author photo and attribution to show up on my hubs using your method, and I haven't seen ANY hub with author photo and attribution in Google. So the question is, does this method actually work, but Google is choosing not to display our author information because we haven't earned enough authority in its eyes, or is there something wrong with the method?
I really can't tell. And I wish I knew! More, I wish I could find some example of the method you're using-- which most certainly is listed on Google's support site -- where Google went ahead and displayed the author info.
If the method really does work, and Google is just choosing not to act on the author information we've supplied, there's hope we'll be able to overcome the sandbox, earn its respect with our content, and/or Hubpages itself may earn Google's respect at some point. But if Google's not actually recognizing this form of markup, then the breakpoint is the link itself.
Glenn - I have set up both links for authorship, but I am wondering how you (and Greekgeek) get your link to about on the "about" page of your Google profile. My link opens on the "posts" tab. Is this happening because I have a Google+ account and not just a Google profile?
Thanks for all your help Glenn. I moved my HubPages link from contributor to other profiles. I also was able to add the /about at the end of the URL before the ? and the link on my HP profile page now opens the about page on my Google profile (instead of posts). Thanks again. You're a great help.
Glen, voted up. I've been surprised to notice how few people seem to be using "the authorship thing". Maybe a lot of people still don't realize it's available I suppose the "Big Brother" issue may be a factor too.
Had to come back and leave another comment.
I have already done this myself but wanted to let you know that this hub is so useful to newbies and established hubbers alike.
The worry of theft is reduced big time as the mighty Goog is all over it. They hate people copying other peoples content so it is a win win for all.
Voted up and SHARING
What an incredible, informative hub. For all of us who are worried about copyright, this is perfect! I must bookmark this so that I can reference it. I'm headed to my profile page to start this "linking" process. AWESOME! Voted up, across and SHARING - everyone should see this hub!
Pretty excited to see this information, I was wondering how to implement authorship as this is good for developing page ranking. The only drawback I see is you cant implement black hat techniques with Google tracking all your works. Its a definite big plus for copyrighting your works and for practicing white hat techniques. I'll bookmark it for later.
I so wish I was as tech savvy as you and those like you. Thank God you are! Up & shared!
Great information Glenn. I cannot wait to implement this. I had no idea this could be done with google. Vote up and a tweet.
This was very useful information. Thank you Glenn!
Voted this Up and Useful + pinned it!
It took me a couple of false starts and some fumbling around, but I eventually accomplished the mission. Thanks very much. Up and Sharing.
Tried to do this but could not figure it out. Need a more detailed step by step description if you have time. Thanks.
thanks again, I think I have it right now. How kind of you to check our work! Cheers, Jim
cut and paste error. thanks much.
Hi Glenn, I think I have this set up correctly but was wondering if you could check it for me to make sure I've done this right. Would be greatly appreciated.
Thank you Glenn! I've read this hub probably six or seven times since you first published it and finally today had to try it..Thanks again.
Glenn, I am so excited to have this valuable information in the palm of my hands. I am definately bookmarking this so I can carefully read and implement my links. Thank you so much for making it easier for simpletons like myself to understand! Mahalo nui loa!
Lisa
Wow--sounds like a good idea, but I'm so far from tech-savvy that my head it spinning, here. I'm bookmarking this to re-read when I have nothing else sitting on my desk staring at me demanding attention.
The first time I heard about this from my dear fellow hubber PWalker281, I was sceptic and thought it wouldn't make such a big difference, but later I got all excited about the idea, put it from theory into practice, and feel much safer now :) Voted up, useful and interesting.
Oh, I had no idea! Thank you so much for letting me know! I'm not sure what those extra characters in my URL mean, but I'll look into it now and read your hub again to pick up on what I missed out.
Glenn, next time I'm going to look right under my nose. You explained the common mistake people do in the process very clearly, and the way to correct it (I'm blushing now) - on my first reading, I just scanned that part thinking I had done everything right, and bookmarked the article for future reference. I followed the steps you explained; I believe it works now!
I can't describe how happy I am to have come across this hub, and even happier you took the time to check whether I did this properly. I owe you one :)
Oh, I know, but you gave us all the information on a silver platter, and you didn't even get the wooden one (so to speak, LOL). I did the same on my Seekyt profile, but it doesn't work there. Ugh! (I'm Jasmine on Seekyt if you'd care to look :))
I think the administrator on Seekyt took care of that a while ago. I know that Patrice completed the process successfully (for Seekyt, too). I'll look into it a little deeper. Maybe I should fill out that form for Google that you mentioned in the hub. Thanks :)
Glenn, sorry to bother you again, but I'd really appreciate it if you could help me one more time. In the comments above, you noticed that Patrice (PWalker281) has the rel="author" tag on her content pages at Seekyt. However, based on your latest comment, I concluded that my content pages on Seekyt do not have this tag (I'm Jasmine over there). Did I get that right? I asked our admin there if he included the tag for my fellow writer only or for all the members and he said that the tag has been added for everyone, but something must be wrong because I simply can make authorship to work for Seekyt although I did exactly the same thing as here on HubPages. I'm totally frustrated by this issue :(
The Rich Snippets Testing Tool shows that Patrice succeeded with Seekyt, too. Well, I did everything I could and after almost a month I have to give it a rest. I don't know why it isn't working in my case, but it seems nothing can be done to change that :( Thanks!
I don't think that's the problem either. I use the same avatar on Hubpages and according to the Rich Snippets Testing Tool my authorship for content here is verified. Also, I've seen my avatar show up in search results. I know they want people to use their real photos, but I don't think that's fair. Google forgets that some people would like some privacy. Thanks for checking my profiles anyway :)
I have already searched for more information about this in other hubs but I found that your article was the best tutorial. It helped me claim authorship here on HP, especially because you replied to my questions in the comments :) If I ever find out what the issue is (was) at Seekyt, I'll let you know. Thanks!
Thanks, Glenn :) Yes, I'm another testimony that the thing works on Hubpages (I understood everything well because you taught me well :)) You deserve the praise and I'll recommend this article to anyone who might be interested in claiming authorship with Google!
I have a damn headache! I have tried and tried to get my site linked up to my google plus..It wont' work..I have tried everything. I tried step by step what you did, and it still doesn't work. Can you help me please?? thanks!
Glenn, do I delete the anchor text and all after it is linked up with Google? thank you ! You are wonderful! got the Hubpages to work with rel=author not rel=me
Thank you so much for the critiquing! I just really don't like my real name blasted everywhere. I tried to use a pen name in Google profile, but I was worried it wouldn't link correctly to my site. I see what you are saying though. Thank you for everything. I follow everything you write, so keep on writing! You are one of my favorites! Also, I am trying to learn all this lingo of rel= . I have no clue what it means, except that I have to do it. I'll get there
One more question if you don't mind. If I use a pen name, it affects my google profile, would there be any confusion then from my pen name for use of adsense earnings? Thats all I need to know for now... you are a true inspiration!
Gotya! Thanks again Glenn..You really do put out great info on your articles and I think that should be acknowledged, however; I can see that I am not the only one who appreciates you, so kudos to you!
Very helpful - thank you for this information! I will have to come back later and re-read to digest it all! Voted up!
Mr Stok: could you please tell me if there is a way to find out what I did when I changed up my website? For some reason, I my ads are still showing, but I am not registering any earnings whatsoever since I did that. I deleted some scrips (not knowing what they were, because I'm new at this stuff). Is there a way to get back my adsense ads that I had prior to the change-up? Thank you!
I got it Glenn..it's on my own website I built.You will be proud to know that I figured out your instructions and am happily the author of my site :) thank you!
I have seen same topic of authorship on seomoz but you have written extraordinary . I have understand each and every point and have changes G+ profile according to your HP. Thanks for sharing great Unique content on authorship . Voting up !
I would love to do this for my hubs but I am finding it impossible to understand what you are saying here, Glen. Not your fault, all mine ... guess I'm too old. I would just like to prove my authorship to Google and link my google + account to my hubs.
Is it possible to put it simply in words of one syllable for dummies like me?
Thanks for this, Glen ... I will try and sort it out.
Many thanks for persevering with me Glen, I have now changed it and have put both my blog and my HP subdomain under 'Other profiles'.
Now will Google recognise me as author of my work?
Yay!!!!!! Thank you so much for all your help ... I most certainly could not have done it without you. x
I'm stuck way back on step one, "Just log into your Google account and click on the "Profile" link." I've looked in both AdSense and Analytics and don't see any "Profile" link. What's your next clue?
Thanks for the instructions, Glenn they seem very simple but I have had to give up ... just cannot work out how to do the links.
My blog will have to sink or swim by itself ... lol!






































































AEvans Level 7 Commenter 7 months ago
I will be the first one that is honest. I have tried the examples on my google profile and it still is giving me problems. I am frustrated because these types of things are normally easy for me. But for some reason it is complicated. Ex: I type in http://hubpages.com/profile/Evans and add the anchors I know I am doing something wrong somewhere, can you explain this again please or give the example on how it should actually look based on my info? Thanks. :)