Skip to content

Instantly share code, notes, and snippets.

@asteriusj
Created November 12, 2013 16:46
Show Gist options
  • Save asteriusj/7434283 to your computer and use it in GitHub Desktop.
Save asteriusj/7434283 to your computer and use it in GitHub Desktop.
Author: The rel=author tag will show who is the author of the web page by linking it with their Google Plus account. Doing so will provide a picture of the author in Google search results next to the Meta Description. Here’s an easy way to implement the rel= author tag. This rel=author has shown to increase CTR rate by 30-60%.1
<a title=”Author: Your Name on Google+”
href=”https://plus.google.com/your google
plus page?rel=author” rel=”author“>Google+
</a>
<a title=”Author: Jeffrey Stewart”
href=”https://plus.google.com/u/0/102928075999636174662?rel=author” rel=”author“>Google+
</a>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment