/[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.2, Wed Oct 31 04:25:24 2007 UTC revision 1.2.2.1, Thu Oct 29 00:01:46 2009 UTC
# Line 1  Line 1 
1  // $Id: README.txt,v 1.1 2007/10/30 05:09:25 sprydev Exp $  // $Id: README.txt,v 1.2 2007/10/31 04:25:24 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 modules directory.  
 2. Go to administer -> site building -> 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: SpryDev spent about 80 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 SpryDev" and check it off. That will automatically add a link on your website's footer to SpryDev. 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]sprydev.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 seo_checklist [at] sprydev.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    
56    MORE INFORMATION
57    ----------------
58    
59    - To issue any bug reports, feature or support requests, see the module issue
60      queue at http://drupal.org/project/issues/seo_checklist.
61    
62    - This module is potentially controversial as many people have ideas about good
63      and bad SEO. If you have an idea of a module or task that should be included,
64      please file an issue with the above link to the module's issue queue.
65    
66    - Volacci spent numerous hours in research and development on this module. We
67      want to maintain it and keep good SEO advice available to the entire
68      community. Instead of asking for donations or bounties for this module, we
69      request that you include a simple link back to us somewhere on your website.
70      When you're done (or before) go down to the "Link to Volacci" task and check
71      it! That will automatically add a link in your website's footer to Volacci.
72      If you want to link to use, but not in your footer, uncheck the box and put
73      the link to http://www.volacci.com/ where you want to. And thanks for the
74      link! If you e-mail us (seochecklist [at] volacci.com) and tell us where your
75      link is, then we'll link back to you! And as you may know, links help move
76      your site up in the search engines.
77    
78  Enjoy!  - Enjoy using the module!

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.2.2.1

  ViewVC Help
Powered by ViewVC 1.1.2