source: products/quintagroup.seoptimizer/tags/4.0.6/README.txt

Last change on this file was 3231, checked in by olha, 13 years ago

doc files updated

File size: 3.5 KB
Line 
1Introduction
2============
3
4Quintagroup Search Engine Optimization Tool (quintagroup.seoptimizer)
5was created to enhance SE visibility of Plone sites.
6
7.. figure:: http://quintagroup.com/services/plone-development/products/qSEOptimizer/plone-seo.png
8
9quintagroup.seoptimizer allows per document editing of:
10
11* HTML Title tag
12* META description tag
13* META keywords tag
14* HTML comment into page header
15* META robots tag
16* META Disposition tag
17* Canonical URl http://projects.quintagroup.com/products/wiki/qSEOptimizer#CanonicalURL
18
19For Title, description keywords and comment you have statistics (total/stop/used words, field length counter).
20
21IMPORTANT
22---------
23
24**Starting from 3.0 release - quintagroup.seoptimizer package does not need 'overrides.zcml' file. So please remove 'quintagroup.seoptimizer-overrides' line from your buildout's ZCML area.**
25 
26Usage
27-----
28
29* Go to Plone Control Panel, enable Plone SEO for desired content types
30
31* Go to a document (Blog entry, news item, event, etc)
32
33* Switch to *SEO Properties* tab
34
35* Select *Override* checkboxes of features you want to override
36
37* Type-in your SEO values
38
39* Save changes
40
41* Do this for all documents that need enhanced SEO properties
42
43
44Requirements
45------------
46
47* Plone 3.x, Plone 4
48
49quintagroup.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.
50
51But for Plone 3.0.x < 3.1 the process looks like this:
52
53    * 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' when adding a new Plone site;
54    * 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.
55
56In 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 it is a part of core system).
57
58IMPORTANT! 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. For Plone 3.1.x just use the version you have.
59
60
61Notes
62-----
63
64* 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::
65
66   [buildout]
67   ....
68   eggs =
69        ...
70        quintagroup.seoptimizer >=4.0
71
72* 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::
73
74   [buildout]
75   ....
76   eggs =
77        ...
78        quintagroup.seoptimizer >3.0,<4.0
79
80
81* For Plone 2.x versions - use Plone SEO 1.7.1  release http://plone.org/products/plone-seo/releases/1.7.1
82
83
84Links
85-----
86
87Watch 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.
88
89
90Authors
91-------
92
93* Myroslav Opyr
94* Andriy Mylenkyy
95* Volodymyr Cherepanyak
96* Vitaliy Podoba
97* Taras Melnychuk
98* Mykola Kharechko
99* Vitaliy Stepanov
100* Volodymyr Romaniuk
101* Volodymyr Maksymiv
102
Note: See TracBrowser for help on using the repository browser.