You are here

README.txt in Google Authorship 7

Same filename and directory in other branches
  1. 7.2 README.txt
google_authorship
=================

Maintained by: Gabriel Sullice <gabriel@sullice.com>
                 Drupal.org: gabesullice [https://drupal.org/user/2287430]

A simple module which adds Google authorship
[https://support.google.com/webmasters/answer/1408986?hl=en]information to node
pages. It does this by changing the submitted by link to the node author to
their Google+ profile. This associates the content with the user and will
generally result in the user's profile picture being displayed in Google's
search results, hopefully leading to higher click-through rates.

Sample Search Result [https://www.google.com/search?q=google+authorship].

Features
--------

- Adds Google authorship information to node pages
- Boosts the credibility of your site when potential visitors see your site
    listed in search results
- Supports tokens (Special thanks to DamienMcKenna)
- Works with Metadata module, if enabled (Special thanks to DamienMcKenna)
- Upcoming
    - Specify which content types to display authorship information
    - Optionally retain link to user profiles and include authorship information
        in non-visible fields
    - Maintainer is open to new feature requests

How It Works
------------

This module adds a field to the Drupal 7 user entity called to store a Google+
profile ID. Using that field, if it is filled, this module alters the
Submitted by line of a node's full content display to link to the Google+
profile of the appropriate author. Finally, by setting the "rel='author'"
attribute Google search bots will recognize and display an author's profile
picture in its search results.

Installation
------------

Installation

1.  Add the module to /sites/all/modules (or /sites/all/modules/contrib).
2.  Go to admin/modules and enable the Google Authorship module.
3.  For each user for whom you would like Google to display author information,
    add their 21 digit Google+ Profile ID from their profile URL. You may also
    have users do this themselves.
4.  Ensure that the "Display Author and Date" setting is checked for all of the
    content types that you would like to have Google Authorship apply its
    changes.
5.  Each user will need to have their Google+ profile page link back to your
    domain. If they have an email at your domain on their profile, they simply
    need to input their email address in here
    [https://plus.google.com/authorship] once. If not, they should follow
    the following instructions:
    1.  Edit the Contributor To [http://plus.google.com/me/about/edit/co]
        section of their profiles (under Profile>About>Links).
    2.  In the dialog that appears, click Add custom link, and then enter the
        website URL.
    3.  If you want, click the drop-down list to specify who can see the link.
        Click Save.
6.  To verify that Google can see authorship information on your nodes, you can
    paste the URL of a node which this module should have overridden into
    Google's Structured Data Tool
    [http://www.google.com/webmasters/tools/richsnippets].

Important Notes
---------------

This module may not work with themes that override the submitted link too. If it
does not seem to be working, please first check that your theme does not
override it on its own.

Similar Projects
----------------

The Submitted By module provides similar functionality to Google Authorship.
However, Google Authorship chooses to address one specific use case and requires
much less configuration to get set up, i.e., one need not set up any tokens or
any of the additional fields the user account would require. In addition, Google
Authorship does not create a new field to be added to content types and instead
works with and overrides Drupal's default "submitted by" feature and has no
dependencies.

While Google Authorship provides less customization options, it is a simpler and
easier route for those wishing to simply add Google authorship information to
their sites.

File

README.txt
View source
  1. google_authorship
  2. =================
  3. Maintained by: Gabriel Sullice
  4. Drupal.org: gabesullice [https://drupal.org/user/2287430]
  5. A simple module which adds Google authorship
  6. [https://support.google.com/webmasters/answer/1408986?hl=en]information to node
  7. pages. It does this by changing the submitted by link to the node author to
  8. their Google+ profile. This associates the content with the user and will
  9. generally result in the user's profile picture being displayed in Google's
  10. search results, hopefully leading to higher click-through rates.
  11. Sample Search Result [https://www.google.com/search?q=google+authorship].
  12. Features
  13. --------
  14. - Adds Google authorship information to node pages
  15. - Boosts the credibility of your site when potential visitors see your site
  16. listed in search results
  17. - Supports tokens (Special thanks to DamienMcKenna)
  18. - Works with Metadata module, if enabled (Special thanks to DamienMcKenna)
  19. - Upcoming
  20. - Specify which content types to display authorship information
  21. - Optionally retain link to user profiles and include authorship information
  22. in non-visible fields
  23. - Maintainer is open to new feature requests
  24. How It Works
  25. ------------
  26. This module adds a field to the Drupal 7 user entity called to store a Google+
  27. profile ID. Using that field, if it is filled, this module alters the
  28. Submitted by line of a node's full content display to link to the Google+
  29. profile of the appropriate author. Finally, by setting the "rel='author'"
  30. attribute Google search bots will recognize and display an author's profile
  31. picture in its search results.
  32. Installation
  33. ------------
  34. Installation
  35. 1. Add the module to /sites/all/modules (or /sites/all/modules/contrib).
  36. 2. Go to admin/modules and enable the Google Authorship module.
  37. 3. For each user for whom you would like Google to display author information,
  38. add their 21 digit Google+ Profile ID from their profile URL. You may also
  39. have users do this themselves.
  40. 4. Ensure that the "Display Author and Date" setting is checked for all of the
  41. content types that you would like to have Google Authorship apply its
  42. changes.
  43. 5. Each user will need to have their Google+ profile page link back to your
  44. domain. If they have an email at your domain on their profile, they simply
  45. need to input their email address in here
  46. [https://plus.google.com/authorship] once. If not, they should follow
  47. the following instructions:
  48. 1. Edit the Contributor To [http://plus.google.com/me/about/edit/co]
  49. section of their profiles (under Profile>About>Links).
  50. 2. In the dialog that appears, click Add custom link, and then enter the
  51. website URL.
  52. 3. If you want, click the drop-down list to specify who can see the link.
  53. Click Save.
  54. 6. To verify that Google can see authorship information on your nodes, you can
  55. paste the URL of a node which this module should have overridden into
  56. Google's Structured Data Tool
  57. [http://www.google.com/webmasters/tools/richsnippets].
  58. Important Notes
  59. ---------------
  60. This module may not work with themes that override the submitted link too. If it
  61. does not seem to be working, please first check that your theme does not
  62. override it on its own.
  63. Similar Projects
  64. ----------------
  65. The Submitted By module provides similar functionality to Google Authorship.
  66. However, Google Authorship chooses to address one specific use case and requires
  67. much less configuration to get set up, i.e., one need not set up any tokens or
  68. any of the additional fields the user account would require. In addition, Google
  69. Authorship does not create a new field to be added to content types and instead
  70. works with and overrides Drupal's default "submitted by" feature and has no
  71. dependencies.
  72. While Google Authorship provides less customization options, it is a simpler and
  73. easier route for those wishing to simply add Google authorship information to
  74. their sites.