You are here

README.txt in Meta tags quick 7

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

DESCRIPTION:
------------
Quick and dirty implementation of meta fields, using Drupal 7 Fields API
Module exposes new field type. In most cases, you'll want to create keywords
and description fields. After doing this, you'll be able to add and use meta fields to 
any entity (node, taxonomy term, user etc.)

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

2. Enable the Meta field module by navigating to:
     administer > modules
     
3. After installation, module suggests to install basic meta tags.
This will create 2 meta tag fields, keywords and description, to
all defined content types. If there are no content types defined
(minimal installation profile), no action is performed.
     
3a. You can skip automatic fields creation and define meta tags
with Field UI module. 
     
4. Add fields of type Meta to any of your content types:
	 administer > structure > Content types > manage fields.
	 
5. (Optional) change meta name (it defaults to the field name)

6. To add fields to taxonomy terms, go to administer > structure
 > taxonomy > select vocabulary > manage fields
 
7. To add fields to user, go to administration > configuration
 > people > manage fields
 
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

File

README.txt
View source
  1. ***********
  2. * README: *
  3. ***********
  4. DESCRIPTION:
  5. ------------
  6. Quick and dirty implementation of meta fields, using Drupal 7 Fields API
  7. Module exposes new field type. In most cases, you'll want to create keywords
  8. and description fields. After doing this, you'll be able to add and use meta fields to
  9. any entity (node, taxonomy term, user etc.)
  10. INSTALLATION:
  11. -------------
  12. 1. Place the entire metatags_quick directory into your Drupal sites/all/modules/
  13. directory.
  14. 2. Enable the Meta field module by navigating to:
  15. administer > modules
  16. 3. After installation, module suggests to install basic meta tags.
  17. This will create 2 meta tag fields, keywords and description, to
  18. all defined content types. If there are no content types defined
  19. (minimal installation profile), no action is performed.
  20. 3a. You can skip automatic fields creation and define meta tags
  21. with Field UI module.
  22. 4. Add fields of type Meta to any of your content types:
  23. administer > structure > Content types > manage fields.
  24. 5. (Optional) change meta name (it defaults to the field name)
  25. 6. To add fields to taxonomy terms, go to administer > structure
  26. > taxonomy > select vocabulary > manage fields
  27. 7. To add fields to user, go to administration > configuration
  28. > people > manage fields
  29. RELATED MODULES
  30. Field UI core module is necessary to define new fields, but can be switched off on
  31. production servers.
  32. You may want to use field_group module (http://drupal.org/project/field_group)
  33. to add nice grouping of meta tag fields
  34. token module (http://drupal.org/project/token) extends built in D7
  35. token functionality.
  36. ---------
  37. Notes:
  38. -----
  39. Meta name is field name. For example, if you add field field_description, resulting meta will be
  40. You can add several meta fields with different names.
  41. Financial support:
  42. -------
  43. I have started this project as my personal workaround of the meta tags
  44. problem in Drupal 7. Since then, surprisingly lot of people have downloaded
  45. and use it, so now it takes more of my time than I have planned initially.
  46. If you find this module useful, please consider helping me to add new features and fix old bugs :)
  47. by donating at http://www.valthebald.net/donate_drupal
  48. Your support is much appreciated. Thanks in advance!
  49. Author:
  50. -------
  51. Valery Lourie valerylourie@gmail.com