source: products/quintagroup.plonegooglesitemaps/trunk/quintagroup/plonegooglesitemaps/skins/plonegooglesitemaps/prefs_gsm_overview.cpt @ 2555

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

Merged plone4 branch into trunk : revisions 3588-3592 via svnmerge from
http://svn.quintagroup.com/products/quintagroup.plonegooglesitemaps/branches/plone4

........

r3588 | mylan | 2010-06-17 17:57:02 +0300 (Thu, 17 Jun 2010) | 1 line


#130: Fix 'ValueError?: Product factory for Sitemap was invalid' error in tests.

........

r3589 | mylan | 2010-06-17 19:13:57 +0300 (Thu, 17 Jun 2010) | 1 line


#130: updated configlet templates - added plone4 related globals

........

r3590 | mylan | 2010-06-17 20:10:17 +0300 (Thu, 17 Jun 2010) | 1 line


#130: Fixed absence of tabindex in pagetemplates

........

r3591 | mylan | 2010-06-17 20:58:49 +0300 (Thu, 17 Jun 2010) | 1 line


#130: Fixed breakage on testing upgrades

........

r3592 | mylan | 2010-06-17 21:05:56 +0300 (Thu, 17 Jun 2010) | 1 line


#130: Updated history

........

  • Property svn:eol-style set to native
File size: 5.9 KB
Line 
1<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en-US"
2      xmlns:metal="http://xml.zope.org/namespaces/metal"
3      xmlns:tal="http://xml.zope.org/namespaces/tal"
4      lang="en-US"
5      metal:use-macro="here/prefs_main_template/macros/master"
6      i18n:domain="qPloneGoogleSitemaps">
7
8<body>
9  <div metal:fill-slot="prefs_configlet_main"
10       tal:define="errors python:request.get('errors', {});
11                   portal context/@@plone_portal_state/portal;">
12
13    <div class="documentEditable">
14        <ul class="contentViews">
15            <li class="selected">
16                <a href=""
17                   tal:attributes="href string:${template/id}"
18                   i18n:translate="label_properties">Overview</a>
19            </li>
20
21            <li class="">
22                <a href=""
23                   tal:attributes="href string: prefs_gsm_verification"
24                   i18n:translate="label_properties">Verification</a>
25            </li>
26
27            <li class="">
28               <a href=""
29                  tal:attributes="href string: prefs_gsm_settings">
30                  Settings</a>
31            </li>
32
33        </ul>
34
35        <div class="contentActions">
36        &nbsp;
37        </div>
38        <div class="documentContent">
39            <h1 i18n:translate="heading_plonegooglesitemaps">Plone Google Sitemaps</h1>
40            <a href=""
41            class="link-parent"
42            tal:attributes="href string: $portal_url/plone_control_panel"
43            i18n:translate="label_up_to_plone_setup">
44            Up to Plone Setup
45            </a>
46
47            <div class="documentDescription"
48                i18n:translate="description_plonegooglesitemaps">
49            Plone Google Sitemaps allows search engine to have better visibility of your
50            <tal:url replace="portal_url" i18n:name="url">example.com</tal:url>
51            Plone website.
52            </div>
53 
54            <h2>Post-install instructions</h2>
55
56            <p>Congratulations, you've installed Plone Google Sitemaps product from
57            Quintagroup.</p>
58
59<!--              -->
60            <dl tal:define="view here/@@sitemap_settings;
61                            sitemaps view/sitemapsURLByType;
62                            all sitemaps/all | nothing">
63            <dt>First step</dt>
64            <dd>To enable Google Sitemaps on your site, add a sitemap at
65            <a href="prefs_gsm_settings"
66                tal:attributes="href string:$portal_url/prefs_gsm_settings">Google Sitemap settings</a> tab.
67            You can add one of the following sitemap types: <strong>content, mobile or news</strong>.
68            Different sitemap types index their own content and do not depend on other sitemaps.
69            </dd>
70            <dt>Second step</dt>
71            <dd>
72            <tal:condition-true condition="all">
73            Your site is already Google Sitemaps enabled. Check
74            <tal:loop repeat="smdata all">
75            <a href="google-sitemaps"
76               tal:attributes="href smdata/url"
77               tal:content="smdata/id">sitemap id</a>
78            <span tal:omit-tag=""
79                  tal:condition="not: repeat/smdata/end">,</span>
80            </tal:loop>
81            to see generated sitemap document(s) of your website.
82            </tal:condition-true>
83            <tal:condition-false condition="not:all">
84            After adding Google Sitemap(s), check whether they where generated correctly.
85            </tal:condition-false>
86
87            They should contain URLs of all published objects. If you see
88            something that should not be indexed by Google, retract objects or
89            exclude sections with robots.txt (that GoogleBot obeys).
90            </dd>
91            <dt>Third step</dt>
92            <dd>Make Google know about your sitemap(s):
93            <ol>
94                <li>go to <a href="https://www.google.com/webmasters/sitemaps">Google
95                Sitemaps Central</a> (logging in / signing up as necessary)</li>
96                <tal:condition-true condition="all">
97
98                <li>add your sitemap URL(s):
99                  <ul>
100                    <tal:loop repeat="smdata all">
101                    <li>
102                      <code tal:content="smdata/url">http://example.com/sitemaps.xml</code>
103                    </li>
104                    </tal:loop>
105                  </ul>
106                </tal:condition-true>
107
108                <tal:condition-false condition="not:all">
109                <li>This step will display urls to your sitemap(s) after adding it(them) in previous step(s)</li>
110                </tal:condition-false>
111
112            </ol>
113            It takes a while for your sitemap to be processed by Google.
114            It usually processes the sitemap within 24 hours so do not expect your
115            submission to be processed instantly.
116            </dd>
117            </dl>
118            <h2>Helpful resources</h2>
119            <dl>
120            <dt><a href="http://groups-beta.google.com/group/google-sitemaps">google-sitemaps discussion group</a><dt>
121            <dd>As Google Sitemaps is emerging technology, we are all learning from it.
122            Google set up discussion group to find your ideas about it. You can find
123            help from other webmasters as they usually found answers to questions that
124            you have. If not you are free to ask, to praise and to ramble ;)</dd>
125            <dt><a href="http://plone.org/products/qplonegooglesitemaps">Plone Google Sitemaps
126            product page</a></dt>
127            <dd>Stay tuned. We are preparing new and fresh releases. Product page will
128            help you to keep informed about them.</dd>
129            <dt><a href="http://projects.quintagroup.com/products/wiki/qPloneGoogleSitemaps">Plone Google Sitemaps documentation area.</dt>
130            <dd>Visit product's documentation area to familiarize yourself with quintagroup.plonegooglesitemaps product in
131            more details.
132            </dd>
133
134            </dl>
135        </div>
136    </div>
137  </div>
138</body>
139</html>
Note: See TracBrowser for help on using the repository browser.