You are here

README.txt in SEO Checklist 5.2

Same filename and directory in other branches
  1. 5 README.txt
  2. 6.3 README.txt
  3. 6.2 README.txt
  4. 7.4 README.txt
  5. 7.3 README.txt
CONTENTS OF THIS FILE
---------------------

 * Description and Benefits
 * Upgrading from 1.x
 * Installation and Usage
 * More Information


DESCRIPTION AND BENEFITS
------------------------

The SEO Checklist module provides a list of good SEO actions that you should
take to maximize the presence of your website in the major search engines. It
provides little functionality itself but rather it helps you keep track of what
needs to be done and what has been completed already.

Search Engines Drive 90% of the traffic on the web. The more "findable" you are,
the easier it is for you to get customers. This module helps you with on-page
SEO - a necessary component of a good online marketing campaign.


UPGRADING FROM 1.x
------------------

If you are upgrading from the previous SEO Checklist 1.x versions, you will
need to follow a couple important steps:

1. Make sure you remove the entire SEO Checklist module's folder before copying
   in the new files.
2. Execute the following SQL in your site's database, making sure to prefix
   the 'system' table name if your site uses a table prefix:
   UPDATE system SET name = 'seochecklist', filename = REPLACE(filename, 'SEOChecklist', 'seochecklist'), status = 1 WHERE type = 'module' AND name = 'SEOChecklist'

3. Make sure you run update.php immediately afterwards.


INSTALLATION AND USAGE
----------------------

See http://drupal.org/getting-started/5/install-contrib for instructions on
how to install or update Drupal modules.

Summary:
1. Download and extract the module package into your sites/all/modules directory.
2. Go to admin/build/modules and enable the "SEO Checklist" module which should
   be in the 'Other' category.
3. To start using the SEO Checklist, go to admin/settings/seochecklist. The
   module should automatically check if you have already installed any of the
   modules required for a task.
4. Start checking off some tasks!


MORE INFORMATION
----------------

- To issue any bug reports, feature or support requests, see the module issue
  queue at http://drupal.org/project/issues/seo_checklist.

- This module is potentially controversial as many people have ideas about good
  and bad SEO. If you have an idea of a module or task that should be included,
  please file an issue with the above link to the module's issue queue.

- Volacci spent numerous hours in research and development on this module. We
  want to maintain it and keep good SEO advice available to the entire
  community. Instead of asking for donations or bounties for this module, we
  request that you include a simple link back to us somewhere on your website.
  When you're done (or before) go down to the "Link to Volacci" task and check
  it! That will automatically add a link in your website's footer to Volacci.
  If you want to link to use, but not in your footer, uncheck the box and put
  the link to http://www.volacci.com/ where you want to. And thanks for the
  link! If you e-mail us (seochecklist [at] volacci.com) and tell us where your
  link is, then we'll link back to you! And as you may know, links help move
  your site up in the search engines.

- Enjoy using the module!

File

README.txt
View source
  1. CONTENTS OF THIS FILE
  2. ---------------------
  3. * Description and Benefits
  4. * Upgrading from 1.x
  5. * Installation and Usage
  6. * More Information
  7. DESCRIPTION AND BENEFITS
  8. ------------------------
  9. The SEO Checklist module provides a list of good SEO actions that you should
  10. take to maximize the presence of your website in the major search engines. It
  11. provides little functionality itself but rather it helps you keep track of what
  12. needs to be done and what has been completed already.
  13. Search Engines Drive 90% of the traffic on the web. The more "findable" you are,
  14. the easier it is for you to get customers. This module helps you with on-page
  15. SEO - a necessary component of a good online marketing campaign.
  16. UPGRADING FROM 1.x
  17. ------------------
  18. If you are upgrading from the previous SEO Checklist 1.x versions, you will
  19. need to follow a couple important steps:
  20. 1. Make sure you remove the entire SEO Checklist module's folder before copying
  21. in the new files.
  22. 2. Execute the following SQL in your site's database, making sure to prefix
  23. the 'system' table name if your site uses a table prefix:
  24. UPDATE system SET name = 'seochecklist', filename = REPLACE(filename, 'SEOChecklist', 'seochecklist'), status = 1 WHERE type = 'module' AND name = 'SEOChecklist'
  25. 3. Make sure you run update.php immediately afterwards.
  26. INSTALLATION AND USAGE
  27. ----------------------
  28. See http://drupal.org/getting-started/5/install-contrib for instructions on
  29. how to install or update Drupal modules.
  30. Summary:
  31. 1. Download and extract the module package into your sites/all/modules directory.
  32. 2. Go to admin/build/modules and enable the "SEO Checklist" module which should
  33. be in the 'Other' category.
  34. 3. To start using the SEO Checklist, go to admin/settings/seochecklist. The
  35. module should automatically check if you have already installed any of the
  36. modules required for a task.
  37. 4. Start checking off some tasks!
  38. MORE INFORMATION
  39. ----------------
  40. - To issue any bug reports, feature or support requests, see the module issue
  41. queue at http://drupal.org/project/issues/seo_checklist.
  42. - This module is potentially controversial as many people have ideas about good
  43. and bad SEO. If you have an idea of a module or task that should be included,
  44. please file an issue with the above link to the module's issue queue.
  45. - Volacci spent numerous hours in research and development on this module. We
  46. want to maintain it and keep good SEO advice available to the entire
  47. community. Instead of asking for donations or bounties for this module, we
  48. request that you include a simple link back to us somewhere on your website.
  49. When you're done (or before) go down to the "Link to Volacci" task and check
  50. it! That will automatically add a link in your website's footer to Volacci.
  51. If you want to link to use, but not in your footer, uncheck the box and put
  52. the link to http://www.volacci.com/ where you want to. And thanks for the
  53. link! If you e-mail us (seochecklist [at] volacci.com) and tell us where your
  54. link is, then we'll link back to you! And as you may know, links help move
  55. your site up in the search engines.
  56. - Enjoy using the module!