source: products/quintagroup.plonegooglesitemaps/tags/1.5.6/quintagroup/plonegooglesitemaps/README.txt @ 3665

Last change on this file since 3665 was 2845, checked in by olha, 14 years ago

README files updated

File size: 4.3 KB
Line 
1===============================
2quintagroup.plonegooglesitemaps
3===============================
4
5Plone Google Sitemaps product allows Plone websites to get better visibility for Google search engine by providing it with complete listing of URLs to website content.
6 
7Plone Google Sitemaps allows you to enable different kinds of Google Sitemaps on your Plone website. Such Sitemaps help Google identify site URLs and the data under each site section. With Google Sitemaps
8enabled, search engines could track your Plone site URLs faster and more efficiently, optimizing their search by placing all the information on one page.
9
10With Plone Google Sitemaps product you can enable following Sitemap types on your Plone website:
11
12* 'Content Sitemap' - is a regular list of pages on your website. Creating and submitting such a Sitemap lets Google know about all the pages on your Plone web site, including URLs that may not be discoverable by Google's normal crawling process.
13
14* 'Mobile Sitemap' - is a specific type of Sitemap, that indexes all site URLs that serve content for mobile devices.
15
16* 'News Sitemap' - is different from regular Sitemaps, since it is specific to Google News only.
17  It uses the Sitemap protocol, with additional News-specific tags, defined by Google.
18
19Different Sitemap types index their own content and do not depend on other Sitemaps.
20
21USAGE
22=====
23
24  To enable Google Sitemaps on your site:
25
26  * Add Sitemap(s) at Google Sitemap "Settings" tab (Add-on Products Configuarion -> Google Sitemaps). You can add any of the Sitemap types: content, mobile or news.
27
28  * Let Google know about your Sitemap(s) by adding your Sitemap to Google Sitemaps.
29
30  See more detailed instructions on Plone Google Sitemaps usage at http://projects.quintagroup.com/products/wiki/qPloneGoogleSitemaps
31
32MIGRATION
33=========
34
35   If you UPGRADE older version of quintagroup.plonegooglesitemaps package to newer:
36   --------------------------------------------------------------------------------
37    1. In your zope instance configuration or buildout - replace old package version
38       with new one.
39    2. Run plone instance and reinstall package with Quickinstaller tool
40       ("Add-on Products" in plone control panel).
41
42   If your MIGRATE from Products.qPloneGoogleSitemaps to quintagroup.plonegooglesitemaps:
43   -------------------------------------------------------------------------------------
44    1. Add to new plone instance/buildout both qPloneGoogleSitemaps product and
45       last version quintagroup.plonegooglesitemaps package.
46    2. Copy Data.fs from old Plone instance to new one.
47    3. Start your new zope instance/buildout.
48
49    _The following steps are performed in the plone instance_
50    4. With portal_migration (ZMI) - upgrade plone instance.
51    5. With Quickinstaller tool ("Add-on Products" in plone control panel)
52       deinstall old "Plone Google Sitemaps" product and install new version.
53    6. Go to *Import* tab in portal_setup tool (ZMI), select "Migrate from
54       qPloneGoogleSitemaps to quintagroup.plonegooglesitemaps" profile from
55       selection box and choose same-named import step and push "Import
56       selected steps" button.
57
58    _And the last clean-up steps:_
59    7. Remove qPloneGoogleSitemaps product from your zope instance/buildout
60       configuration.
61
62
63SCREENCAST
64==========
65
66  Watch Plone Google Sitemaps Screencasts at http://quintagroup.com/cms/screencasts/qplonegooglesitemaps to see how to use this products on your Plone instance. Learn about how to install and configure Sitemaps on your Plone instance, how to create new Google Sitemaps, and how to let Google know about them.
67
68LINKS
69=====
70
71  * See "Google Sitemaps": https://www.google.com/webmasters/sitemaps website for more information.
72
73  * Product Homepage: http://quintagroup.com/services/plone-development/products/google-sitemaps
74
75  * Documentation Area: http://projects.quintagroup.com/products/wiki/qPloneGoogleSitemaps
76
77  * Repository: http://svn.quintagroup.com/products/quintagroup.plonegooglesitemaps
78
79  * Releases: http://plone.org/products/qplonegooglesitemaps/releases
80 
81  * Watch "Plone Google Sitemeps" Screencast at http://quintagroup.com/cms/screencasts/qplonegooglesitemaps
82
83
84AUTHORS
85=======
86
87  The product was developed by Quintagroup.com team:
88
89  * Myroslav Opyr
90
91  * Andriy Mylenkyi
92
93  * Nazar Ilchuk
94
95  * Mykola Kharechko
96 
97
98Copyright (c) "Quintagroup": http://quintagroup.com, 2004-2010
Note: See TracBrowser for help on using the repository browser.