source: products/qPloneGoogleSitemaps/tags/0.4.10/skins/qPloneGoogleSitemaps/prefs_gsm_overview.cpt

Last change on this file was 1, checked in by myroslav, 18 years ago

Building directory structure

File size: 4.2 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
12    <div class="documentEditable">
13        <ul class="contentViews">
14            <li class="selected">
15                <a href=""
16                   tal:attributes="href string:${template/id}"
17                   i18n:translate="label_properties">Overview</a>
18            </li>
19
20            <li class="">
21                <a href=""
22                   tal:attributes="href string: prefs_gsm_verification"
23                   i18n:translate="label_properties">Verification</a>
24            </li>
25
26            <li class="">
27               <a href=""
28                  tal:attributes="href string: prefs_gsm_settings">
29                  Settings</a>
30            </li>
31
32            <li class="">
33               <a href=""
34                  tal:attributes="href string: prefs_gsm_pinging"
35                  i18n:translate="label_logs">Pinging</a>
36            </li>
37
38        </ul>
39
40        <div class="contentActions">
41        &nbsp;
42        </div>
43        <div class="documentContent">
44            <h1 i18n:translate="heading_plonegooglesitemaps">Plone Google Sitemaps</h1>
45            <a href=""
46            class="link-parent"
47            tal:attributes="href string: $portal_url/plone_control_panel"
48            i18n:translate="label_up_to_plone_setup">
49            Up to Plone Setup
50            </a>
51
52            <div class="documentDescription"
53                i18n:translate="description_plonegooglesitemaps">
54            Plone Google Sitemaps allows search engine to have better visibility of your
55            <tal:url replace="portal_url" i18n:name="url">example.com</tal:url>
56            Plone website.
57            </div>
58 
59            <h2>Post-install instructions</h2>
60
61            <p>Congratulations, you've installed Plone Google Sitemaps product from
62            Quintagroup.</p>
63
64<!--              -->
65            <dl>
66            <dt>First step</dt>
67            <dd>Your site is Google Sitemaps enabled already. Check
68            <a href="google-sitemaps"
69                tal:attributes="href string:$portal_url/google-sitemaps">sitemap XML</a>
70            to see generated sitemap document of your website. It should contain URLs of
71            all published objects. If you see something that should not be indexed by
72            Google, retract objects or exclude sections with robots.txt (that GoogleBot
73            obey).
74            </dd>
75            <dt>Second step</dt>
76            <dd>Make Google know of your sitemap:
77            <ol>
78                <li>go to <a href="https://www.google.com/webmasters/sitemaps">Google
79                Sitemaps Central</a> (logging in / signing up as necessary)</li>
80                <li>add your sitemap URL:
81                <code tal:content="string:$portal_url/google-sitemaps">http://example.com/google-sitemaps</code>
82            </ol>
83            It takes a while for your sitemap to be processed by Google.
84            Usually within 24 hours it processes hte sitemap so do not expect your
85            submission to be processed instantly.
86            </dd>
87            <dl>
88            <h2>Helpful resources</h2>
89            <dl>
90            <dt><a href="http://groups-beta.google.com/group/google-sitemaps">google-sitemaps discussion group</a><dt>
91            <dd>As Google Sitemaps is emerging technology, we are all learning from it.
92            Google set up discussion group to find your ideas about it. You can find
93            help from other webmasters as they usually found answers to questions that
94            you have. If not you are free to ask, to praise and to ramble ;)</dd>
95            <dt><a href="http://plone.org/products/qplonegooglesitemaps">Plone Google Sitemaps
96            product page</a></dt>
97            <dd>Stay tuned. We are preparing new and fresh releases. Product page will
98            help you to keep informed about them.</dd>
99            </dl>
100        </div>
101    </div>
102  </div>
103</body>
104</html>
Note: See TracBrowser for help on using the repository browser.