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