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

Last change on this file since 3522 was 3473, checked in by ktarasz, 12 years ago

Prepare quintagroup.seoptimizer 4.2.0.

File size: 3.6 KB
RevLine 
[2970]1Introduction
2============
[1162]3
[2980]4Quintagroup Search Engine Optimization Tool (quintagroup.seoptimizer)
5was created to enhance SE visibility of Plone sites.
[1162]6
[3053]7.. figure:: http://quintagroup.com/services/plone-development/products/qSEOptimizer/plone-seo.png
[1162]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
[3473]15* HTML noframes tag into page header
[1162]16* META robots tag
17* META Disposition tag
[2970]18* Canonical URl http://projects.quintagroup.com/products/wiki/qSEOptimizer#CanonicalURL
[1165]19
[2943]20For Title, description keywords and comment you have statistics (total/stop/used words, field length counter).
[2970]21
22IMPORTANT
23---------
24
25**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.**
[1162]26 
27Usage
28-----
29
[1165]30* Go to Plone Control Panel, enable Plone SEO for desired content types
[1162]31
[1165]32* Go to a document (Blog entry, news item, event, etc)
33
[1162]34* Switch to *SEO Properties* tab
35
[1165]36* Select *Override* checkboxes of features you want to override
[1162]37
38* Type-in your SEO values
39
[2141]40* Save changes
[1162]41
42* Do this for all documents that need enhanced SEO properties
43
[1165]44
[1162]45Requirements
46------------
47
[3331]48* Plone 3.x, Plone 4.x
[1162]49
[2937]50quintagroup.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.
51
52But for Plone 3.0.x < 3.1 the process looks like this:
53
[2944]54    * 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;
55    * 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.
[2937]56
[2943]57In 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).
[2937]58
[2943]59IMPORTANT! 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.
[2937]60
61
[2475]62Notes
63-----
[1166]64
[2475]65* 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::
[1162]66
[2475]67   [buildout]
68   ....
69   eggs =
70        ...
71        quintagroup.seoptimizer >=4.0
[1162]72
[2475]73* 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::
[1165]74
[2475]75   [buildout]
76   ....
77   eggs =
78        ...
79        quintagroup.seoptimizer >3.0,<4.0
[2139]80
[2475]81
82* For Plone 2.x versions - use Plone SEO 1.7.1  release http://plone.org/products/plone-seo/releases/1.7.1
83
[2970]84
[2172]85Links
86-----
87
[2970]88Watch 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.
[2172]89
90
[1162]91Authors
92-------
93
94* Myroslav Opyr
[2970]95* Andriy Mylenkyy
96* Volodymyr Cherepanyak
[1162]97* Vitaliy Podoba
98* Taras Melnychuk
[2970]99* Mykola Kharechko
[1162]100* Vitaliy Stepanov
[2970]101* Volodymyr Romaniuk
[3231]102* Volodymyr Maksymiv
[3473]103* Taras Kozlovskyy
[1166]104
[3335]105Contributors
106------------
107 * Michael Krishtopa (Theo) testing bug reporting
[3345]108 * Craig Russell
[3335]109 
Note: See TracBrowser for help on using the repository browser.