You are here

README.txt in Google News sitemap 7

Same filename and directory in other branches
  1. 5 README.txt
  2. 6 README.txt
GoogleNews
----------
This module generates a Google News sitemap feed based on the content created
within the last 48 hours.


Features
-------------------------------------------------------------------------------
* Google News -compatible sitemap XML output.

* Selection of content types to be output is configurable.

* Output XML file can be cached to reduce server load with a configurable timer.

* Additional tags may be added and controlled using tokens.
  * access - Indicate whether the content is public or has access restrictions.
  * genres - Indicate the categorization of the content.
  * geo_locations - Indicate an address relevant to the content.
  * keywords - Aids with content categorization.
  * stock_tickers - Google Finance-derrived company identifiers.

* Optional Views integration.


Configuration / Usage
-------------------------------------------------------------------------------
 1. Without any configuration, the module should generate a Google News sitemap
    feed for all nodes from the past 48 hours at the following URL:
	    http://example.com/googlenews.xml

 2. All configuration is handled via the main settings page:
      admin/config/search/googlenews

 3. The following items may be controlled:

    * The publication name defaults to the site's name, this may be overridden.

    * By default all content types will be used in the sitemap, this may be
      changed as needed; as Google News expects only *news* articles, choose
      the content types wisely.

    * Only content created within the past 48 hours will be displayed, this can
      be changed though the default is recommended.

    * Optional: use the Views module to identify which content to display; this
      only affects the node selection, not the actual display of the nodes.

    * The publication name on the sitemap file defaults to the site name.

    * To aid with site performance, the file's output will be cached for 15
      minutes; this can be increased as necessary.

    * A number of optional tags can be added to the output for each node.

 4. Visit the sitemap file to confirm it contains the desired content:
      http://example.com/googlenews.xml

 5. Use the Google Webmaster Tools to submit the sitemap file per the official
    documentation:
      http://support.google.com/webmasters/bin/answer.py?hl=en&answer=74289


Developers
------------------------------------------------------------------------------
There are some hooks available for customization of the output, see
googlenews.api.php for details.


Troubleshooting
------------------------------------------------------------------------------
* If no content shows in the sitemap file then check that there is content
  matching the filters and within the time range.


Credits / Contact
------------------------------------------------------------------------------
Currently maintained by Damien McKenna [1]. Dave Reid [2] co-maintained the
module from 2009 through 2011. All initial development was by Adam Boyse [3].

Ongoing development is sponsored by Mediacurrent [4]. Past maintenance was
sponsored by Palantir.net [5]. All initial development was sponsored by
Webopius.com [6].

The best way to contact the authors is to submit an issue, be it a support
request, a feature request or a bug report, in the project issue queue:
  http://drupal.org/project/issues/googlenews


References
------------------------------------------------------------------------------
1: http://drupal.org/user/108450
2: http://drupal.org/user/53892
3: http://drupal.org/user/442408
4: http://www.mediacurrent.com/
5: http://www.palantir.net/
6: http://www.webopius.com/

File

README.txt
View source
  1. GoogleNews
  2. ----------
  3. This module generates a Google News sitemap feed based on the content created
  4. within the last 48 hours.
  5. Features
  6. -------------------------------------------------------------------------------
  7. * Google News -compatible sitemap XML output.
  8. * Selection of content types to be output is configurable.
  9. * Output XML file can be cached to reduce server load with a configurable timer.
  10. * Additional tags may be added and controlled using tokens.
  11. * access - Indicate whether the content is public or has access restrictions.
  12. * genres - Indicate the categorization of the content.
  13. * geo_locations - Indicate an address relevant to the content.
  14. * keywords - Aids with content categorization.
  15. * stock_tickers - Google Finance-derrived company identifiers.
  16. * Optional Views integration.
  17. Configuration / Usage
  18. -------------------------------------------------------------------------------
  19. 1. Without any configuration, the module should generate a Google News sitemap
  20. feed for all nodes from the past 48 hours at the following URL:
  21. http://example.com/googlenews.xml
  22. 2. All configuration is handled via the main settings page:
  23. admin/config/search/googlenews
  24. 3. The following items may be controlled:
  25. * The publication name defaults to the site's name, this may be overridden.
  26. * By default all content types will be used in the sitemap, this may be
  27. changed as needed; as Google News expects only *news* articles, choose
  28. the content types wisely.
  29. * Only content created within the past 48 hours will be displayed, this can
  30. be changed though the default is recommended.
  31. * Optional: use the Views module to identify which content to display; this
  32. only affects the node selection, not the actual display of the nodes.
  33. * The publication name on the sitemap file defaults to the site name.
  34. * To aid with site performance, the file's output will be cached for 15
  35. minutes; this can be increased as necessary.
  36. * A number of optional tags can be added to the output for each node.
  37. 4. Visit the sitemap file to confirm it contains the desired content:
  38. http://example.com/googlenews.xml
  39. 5. Use the Google Webmaster Tools to submit the sitemap file per the official
  40. documentation:
  41. http://support.google.com/webmasters/bin/answer.py?hl=en&answer=74289
  42. Developers
  43. ------------------------------------------------------------------------------
  44. There are some hooks available for customization of the output, see
  45. googlenews.api.php for details.
  46. Troubleshooting
  47. ------------------------------------------------------------------------------
  48. * If no content shows in the sitemap file then check that there is content
  49. matching the filters and within the time range.
  50. Credits / Contact
  51. ------------------------------------------------------------------------------
  52. Currently maintained by Damien McKenna [1]. Dave Reid [2] co-maintained the
  53. module from 2009 through 2011. All initial development was by Adam Boyse [3].
  54. Ongoing development is sponsored by Mediacurrent [4]. Past maintenance was
  55. sponsored by Palantir.net [5]. All initial development was sponsored by
  56. Webopius.com [6].
  57. The best way to contact the authors is to submit an issue, be it a support
  58. request, a feature request or a bug report, in the project issue queue:
  59. http://drupal.org/project/issues/googlenews
  60. References
  61. ------------------------------------------------------------------------------
  62. 1: http://drupal.org/user/108450
  63. 2: http://drupal.org/user/53892
  64. 3: http://drupal.org/user/442408
  65. 4: http://www.mediacurrent.com/
  66. 5: http://www.palantir.net/
  67. 6: http://www.webopius.com/