Project

General

Profile

« Previous | Next » 

Revision 4506

Added by daigle about 16 years ago

Added user documentation for sitemap registration.

View differences:

docs/user/pagedreturn.html
20 20
      <td class="tablehead" colspan="2"><p class="label">Paged Query Returns</p></td>
21 21
      <td class="tablehead" colspan="2" align="right">
22 22
          <a href="./spatial_option.html">Back</a> | <a href="./metacattour.html">Home</a> | 
23
          <a href="./unimplem.html">Next</a>
23
          <a href="./sitemaps.html">Next</a>
24 24
      </td>
25 25
    </tr>
26 26
  </table>
......
79 79
  
80 80
  <br>
81 81
  <a href="./spatial_option.html">Back</a> | <a href="./metacattour.html">Home</a> | 
82
  <a href="./unimplem.html">Next</a>
82
  <a href="./sitemaps.html">Next</a>
83 83
  
84 84

  
85 85
</BODY>
docs/user/metacattour.html
79 79
      <li> <a href="./lsid_authority.html">LSID Support</a></li>
80 80
      <li> <a href="./spatial_option.html">Metacat Spatial Option</a></li>
81 81
      <li> <a href="./pagedreturn.html">Paged Query Results</a></li>
82
      <li> <a href="./sitemaps.html">Search Engine Sitemaps</a></li>
82 83
    </ul>
83 84
  </td>
84 85
</tr>
docs/user/sitemaps.html
1
<!--
2
  * sitemaps.html
3
  *
4
  *      Authors: Michael Daigle
5
  *    Copyright: 2008 Regents of the University of California and the
6
  *               National Center for Ecological Analysis and Synthesis
7
  *  For Details: http://www.nceas.ucsb.edu/
8
  *      Created: 2008 November 4
9
  *      Version: 
10
  *    File Info: '$ '
11
  * 
12
  * 
13
-->
14
<HTML>
15
<HEAD>
16
<TITLE>Search Engine Sitemaps</TITLE>
17
<link rel="stylesheet" type="text/css" href="./default.css">
18
</HEAD> 
19
<BODY>
20
  <table width="100%">
21
    <tr>
22
      <td class="tablehead" colspan="2"><p class="label">Search Engine Sitemaps</p></td>
23
      <td class="tablehead" colspan="2" align="right">
24
        <a href="./pagedreturn.html">Back</a> | <a href="./metacattour.html">Home</a> | 
25
        <a href="./unimplem.html">Next</a>
26
      </td>
27
    </tr>
28
  </table>
29
  
30
  <div class="header1">Table of Contents</div>
31
  <div class="toc1"><a href="#Intro">About Sitemaps</a></div>
32
    <div class="toc2"><a href="#Overview">Overview</a></div>
33
    <div class="toc2"><a href="#Implementation">Metacat Implementation</a></div>
34
  <div class="toc1"><a href="#SubmitSitemap">Submit Your Sitemap</a></div>
35
     <div class="toc2"><a href="#GoogleRegister">Register With Google</a></div>
36
     <div class="toc2"><a href="#GoogleReRegister">Re-Register With Google</a></div>
37
  
38
  <a name="Intro"></a><div class="header1">About Sitemaps</div>
39
  <a name="Overview"></a><div class="header2">Overview</div>
40
  <p>Sitemaps are xml files that tell search engines which sites you would like to
41
  be available in a web search.  The scope of this discussion encompasses Google
42
  web searches only.</p>
43
     
44
  <p>The site map file contains metadata about the available sites on your server.  For 
45
  information on the sitemap protocol, please refer to 
46
  <a href="https://www.google.com/webmasters/tools/docs/en/protocol.html"> the Google 
47
  page on using the sitemap protocol</a>.  The sitemap file must be available via the
48
  web on your server.</p>
49
     
50
  <p>Metacat generates the sitemap file automatically on a daily basis (more on this in
51
  the next section).  You will need to manually register the sitemap file with Google in
52
  order for it to take effect.  We discuss that in the 
53
  <a href="#SubmitSitemap">Submit Your Sitemap</a> section.</p>
54
  
55
  <a name="Implementation"></a><div class="header2">Metacat Implementation</div>
56
  <p>Metacat automatically generates sitemap files for all public documents in 
57
  your catalog.  You can view the sitemap files at:
58
  <div class="code">&lt;webapps_dir&gt;/sitemaps</div>
59
  You should see one or more files in this directory that look like
60
  <div class="code">metacat&lt;X&gt;.xml</div>
61
  Metacat limits the number of entries to 25,000 (Google's limit is 50,000).  So for
62
  every group of 25,000 public documents in Metacat, you will see additional sitemap
63
  files where &lt;X&gt; increments for each file.</p>
64
  
65
  <p>You should verify that your sitemap files are available to the web by browsing
66
  to
67
  <div class="code">&lt;your_web_context&gt;/sitemaps/metacat&lt;X&gt;.xml</div>
68
  for instance 
69
  <div class="code">your.server.org/knb/sitemaps/metacat1.xml</div></p>
70
  
71
  <a name="SubmitSitemap"></a><div class="header1">Submit Your Sitemap</div>
72
  <a name="GoogleRegister"></a><div class="header2">Register With Google</div>
73
  <p>You will need to register for a Google Webmaster Tools account in order to
74
  register your sitemaps.  A good description of how to do this is on 
75
  <a href="http://www.google.com/support/webmasters/bin/answer.py?answer=34575&topic=8496">
76
  the Google help site</a>.  Follow the instructions there to get your sitemaps registered.</p>
77
  
78
  <p>One note: you should register the full url path to your sitemap files, including 
79
  the http:// (or https://) headers.</p>
80

  
81
  <a name="GoogleReRegister"></a><div class="header2">Re-Register With Google</div>  
82
  <p>You will need to periodically revisit the Google Webmaster Tools utility to 
83
  refresh your sitemap registration as you add more publicly accessible data to
84
  Metacat.</p>
85
  <p>A future enhancement to Metacat will automatically refresh the sitemap 
86
  registration when necessary, although you will still need to do the initial
87
  registration manually.</p>
88
  
89
  <br>
90
  <a href="./pagedreturn.html">Back</a> | <a href="./metacattour.html">Home</a> | 
91
  <a href="./unimplem.html">Next</a>
92
  </ul>
93
  
94

  
95
</BODY>
96
</HTML>
0 97

  
docs/user/unimplem.html
21 21
    <tr>
22 22
      <td class="tablehead" colspan="2"><p class="label">Wishlist</p></td>
23 23
      <td class="tablehead" colspan="2" align="right">
24
       <a href="./pagedreturn.html">Back</a> | <a href="./metacattour.html">Home</a>
24
       <a href="./sitemaps.html">Back</a> | <a href="./metacattour.html">Home</a>
25 25
      </td>
26 26
    </tr>
27 27
  </table>
......
33 33
  </UL>
34 34
  
35 35
  <br>
36
  <a href="./pagedreturn.html">Back</a> | <a href="./metacattour.html">Home</a> 
36
  <a href="./sitemaps.html">Back</a> | <a href="./metacattour.html">Home</a> 
37 37
  
38 38

  
39 39
</BODY>
docs/user/default.css
204 204
	background: #ccccff;
205 205
    vertical-align: baseline;
206 206
    color: black;
207
    font-size: 1.5em;
207
    font-size: 1.25em;
208 208
    font-weight: bold;
209 209
    margin-left: 0.25em;
210 210
    margin-right: 0.25em;
211
    margin-top: .5em; 
212
    padding: .5em;
211
    margin-top: 1em; 
213 212
}
214 213
.header2 {
215 214
	font-size: 1.25em;
216 215
	font-weight: bold;
217 216
	margin-top: .5em;
218
	padding-top: 1em;
217
	padding-top: 1em; 
219 218
}
220 219
.header3 {
221 220
	font-size: 1em;
......
241 240
	margin-top: .5em;
242 241
	margin-bottom: .5em;
243 242
}.toc1 {
244
	font-size: 1.5em;
243
	font-size: 1.3em;
245 244
	font-weight: bold;
246 245
	margin-left: 20px;
247 246
}

Also available in: Unified diff