/[drupal]/contributions/modules/seo_checklist/README.txt
ViewVC logotype

Diff of /contributions/modules/seo_checklist/README.txt

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

revision 1.4, Mon Jan 26 21:26:04 2009 UTC revision 1.5, Thu Oct 29 00:01:19 2009 UTC
# Line 1  Line 1 
1  // $Id: README.txt,v 6.8 2009/01/09 22:06:24 sprydev Exp $  // $Id: README.txt,v 1.4 2009/01/26 21:26:04 sprydev Exp $
2    
3  "SEO" Checklist Module  CONTENTS OF THIS FILE
4  ------------------------  ---------------------
   
 **Description:  
 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.  
   
 **Benefits:  
5    
6  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.   * Description and Benefits
7     * Upgrading from 1.x
8     * Installation and Usage
9     * More Information
10    
 **To install:  
 1. Place the entire seo_checklist folder into your sites/all/modules directory.  
 2. Go to admin/build/modules and enable the 'SEO' Checklist module.  
11    
12  **To use this module:  DESCRIPTION AND BENEFITS
13  1. Go to administer -> Site configuration -> "SEO" Checklist.  ------------------------
 2. Start with the top item "Check for already installed modules." This will look for modules that are on the checklist that you have already installed on your site.  
 3. Now, go through each checkbox that is not checked and install that module or do the task.  
   
 **Optional: Volacci spent about 100 hours in research and development on this module. We want to maintain it and keep good SEO advice available to the entire Drupal 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 "Link to Volacci" and check it off. That will automatically add a link on your website's footer to Volacci. If you want to link to us but not in the footer, uncheck that box and put your link where you want it. Thanks for the link! If you will email us and tell us where the link is then we'll link back to you: seochecklist [at]volacci.com. (Links help move your site up in the search engines.)  
14    
15  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 email us at seochecklist [at] volacci.com.  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    - To issue any bug reports, feature or support requests, see the module issue
67      queue at http://drupal.org/project/issues/seo_checklist.
68    
69    - This module is potentially controversial as many people have ideas about good
70      and bad SEO. If you have an idea of a module or task that should be included,
71      please file an issue with the above link to the module's issue queue.
72    
73    - Volacci spent numerous hours in research and development on this module. We
74      want to maintain it and keep good SEO advice available to the entire
75      community. Instead of asking for donations or bounties for this module, we
76      request that you include a simple link back to us somewhere on your website.
77      When you're done (or before) go down to the "Link to Volacci" task and check
78      it! That will automatically add a link in your website's footer to Volacci.
79      If you want to link to use, but not in your footer, uncheck the box and put
80      the link to http://www.volacci.com/ where you want to. And thanks for the
81      link! If you e-mail us (seochecklist [at] volacci.com) and tell us where your
82      link is, then we'll link back to you! And as you may know, links help move
83      your site up in the search engines.
84    
85  Enjoy!  - Enjoy using the module!

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.5

  ViewVC Help
Powered by ViewVC 1.1.2