You are here

README.txt in Google News sitemap 5

Same filename and directory in other branches
  1. 6 README.txt
  2. 7 README.txt
-- SUMMARY --

The GoogleNews module generates a Google news compatible sitemap feed from your Drupal 5 site
This module is distributed 'as is' and no warranties or support can be given.

-- INSTALLATION --

* Install by unzipping and copying the files into your sites/all/modules directory
* See http://drupal.org/node/70151 for further information.

-- CONFIGURATION --

* Without any configuration, the module should generate a Google News sitemap feed from the 
  following URL:

	http://www.yoursitename.com/googlenews.xml

* By default the module will generate the feed for ALL content types.

* As Google News expects only news articles, you will probably want to choose the content types
  that the feed should use.

* Choose content types by visiting:

  Administer >> Site configuration >> Google News sitemap feed

  You can select one or more content types, then click 'Save Configuration'.

-- USAGE --


* Once installed, you should be able to visit http://www.yoursitename.com/googlenews.xml and see the Google news sitemap feed

* You can now go into Google webmaster tools and add the URL to the sitemap

-- CONTACT --

* Adam: <http://www.webopius.com>  gnews@webopius.com

File

README.txt
View source
  1. -- SUMMARY --
  2. The GoogleNews module generates a Google news compatible sitemap feed from your Drupal 5 site
  3. This module is distributed 'as is' and no warranties or support can be given.
  4. -- INSTALLATION --
  5. * Install by unzipping and copying the files into your sites/all/modules directory
  6. * See http://drupal.org/node/70151 for further information.
  7. -- CONFIGURATION --
  8. * Without any configuration, the module should generate a Google News sitemap feed from the
  9. following URL:
  10. http://www.yoursitename.com/googlenews.xml
  11. * By default the module will generate the feed for ALL content types.
  12. * As Google News expects only news articles, you will probably want to choose the content types
  13. that the feed should use.
  14. * Choose content types by visiting:
  15. Administer >> Site configuration >> Google News sitemap feed
  16. You can select one or more content types, then click 'Save Configuration'.
  17. -- USAGE --
  18. * Once installed, you should be able to visit http://www.yoursitename.com/googlenews.xml and see the Google news sitemap feed
  19. * You can now go into Google webmaster tools and add the URL to the sitemap
  20. -- CONTACT --
  21. * Adam: gnews@webopius.com