You are here

README.txt in Meta tags quick 7.2

Same filename and directory in other branches
  1. 8.3 README.txt
  2. 7 README.txt
***********
* README: *
***********

DESCRIPTION:
------------
Module implements meta tags for Drupal pages in 2 different ways.
For pages that represent fieldable entities (nodes, users, taxonomy terms),
module uses Drupal 7 Fields API. To do that, module exposes new field type: meta.
For pages that do not represent fieldable entities (i.e. views, default 
front page etc.), module exposes artificial entity 'Path-based meta tags'


INSTALLATION:
-------------
1. Place the entire metatags_quick directory into your Drupal sites/all/modules/
   directory.

2. Enable Meta tags (quick) module by navigating to:
     administer > modules
     
3a. You can attach meta tags to installed entities either via module
	configuration screen (admin/config/search/metatags_quick).
     
3b. You can skip automatic fields creation and define meta tags
with Field UI module. 
     
4. (Optional) enable path-based meta tags. 

RELATED MODULES

Field UI core module is necessary to define new fields, but can be switched off on 
production servers.

You may want to use field_group module (http://drupal.org/project/field_group)
to add nice grouping of meta tag fields

token module (http://drupal.org/project/token) extends built in D7
token functionality.

---------

Notes:
-----
Meta name is field name. For example, if you add field field_description, resulting meta will be <meta name="description" content="<field value>"/>
You can add several meta fields with different names.


Financial support:
-------
I have started this project as my personal workaround of the meta tags 
problem in Drupal 7. Since then, surprisingly lot of people have downloaded
 and use it, so now it takes more of my time than I have planned initially.
If you find this module useful, please consider helping me to add new features and fix old bugs :)<br>
by donating at http://www.valthebald.net/donate_drupal
Your support is much appreciated. Thanks in advance!

Author:
-------
Valery Lourie valerylourie@gmail.com
upgrade path from nodewords written by maxiorel <maxiorel@49016.no-reply.drupal.org>

File

README.txt
View source
  1. ***********
  2. * README: *
  3. ***********
  4. DESCRIPTION:
  5. ------------
  6. Module implements meta tags for Drupal pages in 2 different ways.
  7. For pages that represent fieldable entities (nodes, users, taxonomy terms),
  8. module uses Drupal 7 Fields API. To do that, module exposes new field type: meta.
  9. For pages that do not represent fieldable entities (i.e. views, default
  10. front page etc.), module exposes artificial entity 'Path-based meta tags'
  11. INSTALLATION:
  12. -------------
  13. 1. Place the entire metatags_quick directory into your Drupal sites/all/modules/
  14. directory.
  15. 2. Enable Meta tags (quick) module by navigating to:
  16. administer > modules
  17. 3a. You can attach meta tags to installed entities either via module
  18. configuration screen (admin/config/search/metatags_quick).
  19. 3b. You can skip automatic fields creation and define meta tags
  20. with Field UI module.
  21. 4. (Optional) enable path-based meta tags.
  22. RELATED MODULES
  23. Field UI core module is necessary to define new fields, but can be switched off on
  24. production servers.
  25. You may want to use field_group module (http://drupal.org/project/field_group)
  26. to add nice grouping of meta tag fields
  27. token module (http://drupal.org/project/token) extends built in D7
  28. token functionality.
  29. ---------
  30. Notes:
  31. -----
  32. Meta name is field name. For example, if you add field field_description, resulting meta will be
  33. You can add several meta fields with different names.
  34. Financial support:
  35. -------
  36. I have started this project as my personal workaround of the meta tags
  37. problem in Drupal 7. Since then, surprisingly lot of people have downloaded
  38. and use it, so now it takes more of my time than I have planned initially.
  39. If you find this module useful, please consider helping me to add new features and fix old bugs :)
  40. by donating at http://www.valthebald.net/donate_drupal
  41. Your support is much appreciated. Thanks in advance!
  42. Author:
  43. -------
  44. Valery Lourie valerylourie@gmail.com
  45. upgrade path from nodewords written by maxiorel