source: products/quintagroup.seoptimizer/trunk/README.txt @ 2937

Last change on this file since 2937 was 2937, checked in by mylan, 14 years ago

#233: Described steps for use the package with plone-3.0.

File size: 3.2 KB
Line 
1Quintagroup Search Engine Optimization Tool
2===========================================
3
4This product was created to enhance SE visibility of Plone sites.
5
6
7Features
8--------
9
10quintagroup.seoptimizer allows per document editing of:
11
12* HTML Title tag
13
14* META description tag
15
16* META keywords tag
17
18* HTML comment into page header
19
20* META robots tag
21
22* META Disposition tag
23
24* Canonical URl (http://projects.quintagroup.com/products/wiki/qSEOptimizer#CanonicalURL
25
26For Title, description keywords and comment you have statistics
27(total/stop/used words, field length counter).
28 
29 
30Usage
31-----
32
33* Go to Plone Control Panel, enable Plone SEO for desired content types
34
35* Go to a document (Blog entry, news item, event, etc)
36
37* Switch to *SEO Properties* tab
38
39* Select *Override* checkboxes of features you want to override
40
41* Type-in your SEO values
42
43* Save changes
44
45* Do this for all documents that need enhanced SEO properties
46
47
48Requirements
49------------
50
51* Plone 3.X, Plone 4.0
52
53quintagroup.seoptimizer requires plone.browserlayer package to be installed in your site. plone.browserlayer package is shipped with Plone >= 3.1 and thus you don't need anything extra when you have that version of Plone.
54
55But for Plone 3.0.x < 3.1 the process looks like this:
56
57    * if you are creating a new Plone site and want it to support Quintagroup Search Engine Optimization Tool, just select 2 extension profiles Local browser layer support and quintagroup.seoptimizer profile in Extension Profiles select when adding a new Plone site;
58    * if you want to add quintagroup.seoptimizer to already-existing Plone site, you need to apply Local browser layer support extension profile and then quintagroup.seoptimizer profile. You can do it either in portal_setup/Import or in portal_quickinstaller by simple installation procedure.
59
60In Plone 3.1 you can simply install quintagroup.seoptimizer profile in portal_quickinstaller without need of prior installation of Local browser layer support (that is not available for installation anyway, since is a part of core system).
61
62IMPORTANT For Plone 3.0.x you should use plone.browserlayer 1.0.rc3. Be sure to define the right version of plone.browserlayer in your buildout.cfg (you are using buildout, aren't you? ;)). For Plone 3.1.x just use the version you have.
63
64
65Notes
66-----
67
68* For Plone 4 versions - use Plone SEO 4.0 release and up http://plone.org/products/plone-seo/releases/4.0. In your buildout.cfg file's egg section set product version::
69
70   [buildout]
71   ....
72   eggs =
73        ...
74        quintagroup.seoptimizer >=4.0
75
76* For Plone 3 versions - use the latest Plone SEO 3.x release http://plone.org/products/plone-seo/releases/3.0.5. In your buildout.cfg file's egg section set product version::
77
78   [buildout]
79   ....
80   eggs =
81        ...
82        quintagroup.seoptimizer >3.0,<4.0
83
84
85* For Plone 2.x versions - use Plone SEO 1.7.1  release http://plone.org/products/plone-seo/releases/1.7.1
86
87Links
88-----
89
90Watch Plone SEO screencast (http://quintagroup.com/cms/screencasts/plone-seo) to learn how to install and set up Plone SEO on a buildout-based Plone instance for Plone 3.2 or above.
91
92
93Authors
94-------
95
96* Myroslav Opyr
97
98* Volodymyr Romaniuk
99
100* Mykola Kharechko
101
102* Vitaliy Podoba
103
104* Volodymyr Cherepanyak
105
106* Taras Melnychuk
107
108* Vitaliy Stepanov
109
110* Andriy Mylenkyy
111
112
Note: See TracBrowser for help on using the repository browser.