<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/' xmlns:blogger='http://schemas.google.com/blogger/2008' xmlns:georss='http://www.georss.org/georss' xmlns:gd="http://schemas.google.com/g/2005" xmlns:thr='http://purl.org/syndication/thread/1.0'><id>tag:blogger.com,1999:blog-8085680304317234611</id><updated>2024-09-05T15:47:27.142-07:00</updated><category term="google"/><category term="site map"/><category term="sitemap"/><category term="xml"/><title type='text'>SiteMaps made Simple</title><subtitle type='html'>Do not fear the sitemap!  XML is easier than you may think.  &#xa;&#xa;SiteMaps made Simple will help ease your fear and answer several questions you may have about XML SiteMap formats from Google and other SearchEngines.</subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://simplemap.blogspot.com/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8085680304317234611/posts/default'/><link rel='alternate' type='text/html' href='http://simplemap.blogspot.com/'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><author><name>David V.F. Burton</name><uri>http://www.blogger.com/profile/15080815386099064518</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>1</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>25</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-8085680304317234611.post-2568000142867669956</id><published>2007-05-29T01:18:00.000-07:00</published><updated>2008-12-10T07:32:42.984-08:00</updated><category scheme="http://www.blogger.com/atom/ns#" term="google"/><category scheme="http://www.blogger.com/atom/ns#" term="site map"/><category scheme="http://www.blogger.com/atom/ns#" term="sitemap"/><category scheme="http://www.blogger.com/atom/ns#" term="xml"/><title type='text'>The basic structure</title><content type='html'>&lt;a href=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiAK3RDUsGqIXI6cL6Qu6Qy4xrtyTpWLIx6bKdU0BBmVljl4BCc8TsJaWJkMXSnhJzHsE_B9Ri0rXJKrOpPDc_pRB_WY0qnz7eDodW9CbpK09v2alQzt3DQn0ZyWb-pOvTDO39xISNNJQiC/s1600-h/xml.gif&quot;&gt;&lt;img id=&quot;BLOGGER_PHOTO_ID_5069897875442797874&quot; style=&quot;FLOAT: left; MARGIN: 0px 10px 10px 0px; CURSOR: hand&quot; alt=&quot;&quot; src=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiAK3RDUsGqIXI6cL6Qu6Qy4xrtyTpWLIx6bKdU0BBmVljl4BCc8TsJaWJkMXSnhJzHsE_B9Ri0rXJKrOpPDc_pRB_WY0qnz7eDodW9CbpK09v2alQzt3DQn0ZyWb-pOvTDO39xISNNJQiC/s320/xml.gif&quot; border=&quot;0&quot; /&gt;&lt;/a&gt;&lt;br /&gt;&lt;div&gt;&lt;br /&gt;XML is a scary set of three letters for some, it stands for Extensible Markup Language. XML in real life is not all that scary, in it&#39;s most basic definition it is a language used to describe data. The Data it describes is in the bits between tags which tells what ever is going to read it, what that data actually is.&lt;br /&gt;&lt;br /&gt;In our little corner of the XML universe all we care about is how to describe a site map to a search engine such as Google using XML.&lt;/div&gt;&lt;div&gt;&lt;/div&gt;&lt;div&gt;A sample Sitemap that contains just one URL and uses all optional tags is shown below. The optional tags are in italics. &lt;/div&gt;&lt;hr /&gt;&lt;br /&gt;&lt;div&gt;&lt;br /&gt;&amp;lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&amp;gt;&lt;br /&gt;&amp;lt;urlset xmlns=&quot;http://www.google.com/schemas/sitemap/0.84&quot;&amp;gt;&lt;br /&gt;&amp;lt;url&amp;gt;&lt;br /&gt;&amp;lt;loc&amp;gt;http://www.example.com/&amp;lt;/loc&amp;gt;&lt;br /&gt;&amp;lt;&lt;em&gt;lastmod&lt;/em&gt;&amp;gt;2005-01-01&amp;lt;/lastmod&amp;gt;&lt;br /&gt;&amp;lt;&lt;em&gt;changefreq&lt;/em&gt;&amp;gt;monthly&amp;lt;/changefreq&amp;gt;&lt;br /&gt;&amp;lt;&lt;em&gt;priority&lt;/em&gt;&amp;gt;0.8&amp;lt;/priority&amp;gt;&lt;br /&gt;&amp;lt;/url&amp;gt;&lt;br /&gt;&amp;lt;/urlset&amp;gt;&lt;br /&gt;&lt;/div&gt;&lt;hr /&gt;&lt;br /&gt;&lt;div&gt;Wait! what is this and what does it mean???&lt;/div&gt;&lt;div&gt;&lt;/div&gt;&lt;div&gt;Well, the entire listing is XML, the first line is&lt;/div&gt;&lt;div&gt;&lt;strong&gt;&amp;lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&amp;gt;&lt;/strong&gt;&lt;/div&gt;&lt;div&gt;&lt;/div&gt;&lt;div&gt;Which describes exactly what it looks like, it&#39;s XML, the XML version is 1.0 and the text encoding is UTF-8.&lt;/div&gt;&lt;div&gt;&lt;/div&gt;&lt;div&gt;Okay, the UTF-8 part is not as straight forward as you were hoping.&lt;br /&gt;So UTF-8: &lt;/div&gt;&lt;div&gt;UTF-8 (8-bit UCS Unicode Transformation Format) is a variable-length character encoding for Unicode. It is able to represent any universal character in the Unicode standard, yet the initial encoding of byte codes and character assignments for UTF-8 is consistent with ASCII (requiring little or no change for software that handles ASCII but preserves other values). For these reasons, it is steadily becoming the preferred encoding for e-mail, web pages, and other places where characters are stored or streamed.&lt;/div&gt;&lt;br /&gt;&lt;br /&gt;Okay, enough... For more info on UTF-8 go here: &lt;a href=&quot;http://en.wikipedia.org/wiki/UTF-8&quot; target=&quot;_blank&quot;&gt;http://en.wikipedia.org/wiki/UTF-8&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;Let&#39;s un-digress, So the first line will always be the first line in your sitemap.&lt;br /&gt;&lt;strong&gt;&amp;lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&amp;gt;&lt;/strong&gt;&lt;br /&gt;&lt;br /&gt;The second line in the XML example is:&lt;br /&gt;&lt;strong&gt;&amp;lt;urlset xmlns=&quot;http://www.google.com/schemas/sitemap/0.84&quot;&amp;gt;&lt;/strong&gt;&lt;br /&gt;&lt;br /&gt;This is the open tag for the set of URLs (urlset) xmlns stands for &quot;XML namespace&quot;. A namespace is a unique identifier for a variant of XML. It is a method to avoid conflicts with different XML variants which use the same element names.&lt;br /&gt;&lt;br /&gt;You don&#39;t have to really care too much about what /sitemap/0.84 is other than you want that information in your open urlset tag. It is the schema for the sitemap and you can look at the schema by &lt;a href=&quot;http://www.google.com/schemas/sitemap/0.84/sitemap.xsd&quot; target=&quot;_blank&quot;&gt;clicking here&lt;/a&gt;.&lt;br /&gt;&lt;br /&gt;The urlset tag wraps your entire set of URLs as you can see in the single url example above.&lt;br /&gt;&lt;br /&gt;Cool, now we can play with the good bits, everything in the &amp;lt;url&amp;gt;...&amp;lt;/url&amp;gt; tags.&lt;br /&gt;&lt;br /&gt;Here we have our opening tag for our url description:&lt;br /&gt;&lt;strong&gt;&amp;lt;url&amp;gt;&lt;/strong&gt;&lt;br /&gt;&lt;br /&gt;Next we have the location tag &amp;lt;loc&amp;gt;&lt;br /&gt;&lt;strong&gt;&amp;lt;loc&amp;gt;http://www.example.com/&amp;lt;/loc&amp;gt;&lt;/strong&gt;&lt;br /&gt;&lt;br /&gt;This is the actual URL of the web page in your site, for example, if this page were your about us page the above loc tag would look like this:&lt;br /&gt;&lt;strong&gt;&lt;em&gt;&amp;lt;loc&amp;gt;http://www.example.com/aboutus.htm&amp;lt;/loc&amp;gt;&lt;/em&gt;&lt;/strong&gt;&lt;br /&gt;which is simply the URL of the page. This URL must begin with the protocol (such as http) and end with a trailing slash, if your web server requires it. This value must be less than 2048 characters.&lt;br /&gt;&lt;br /&gt;The next three tags are optional but you probably want to put them in for good mesure.&lt;br /&gt;&lt;br /&gt;the first is the last modified date: &amp;lt;lastmod&amp;gt;&lt;br /&gt;&lt;strong&gt;&amp;lt;&lt;em&gt;lastmod&lt;/em&gt;&amp;gt;2005-01-01&amp;lt;/lastmod&amp;gt;&lt;/strong&gt;&lt;br /&gt;&lt;br /&gt;The date of last modification of the file. This date should be in &lt;a href=&quot;http://www.w3.org/TR/NOTE-datetime&quot; target=&quot;_blank&quot;&gt;W3C Datetime&lt;/a&gt; format. This format allows you to omit the time portion, if desired, and use YYYY-MM-DD and should change every time you update the web page.&lt;br /&gt;&lt;br /&gt;The &amp;lt;changefreq&amp;gt; tag tells the reader how often the page is likely to change.&lt;br /&gt;&lt;strong&gt;&amp;lt;changefreq&amp;gt;monthly&amp;lt;/changefreq&amp;gt;&lt;/strong&gt;&lt;br /&gt;This value provides general information to search engines and may not correlate exactly to how often they crawl the page. Valid values are:&lt;br /&gt;&lt;li&gt;always&lt;/li&gt;&lt;br /&gt;&lt;li&gt;hourly&lt;/li&gt;&lt;br /&gt;&lt;li&gt;daily&lt;/li&gt;&lt;br /&gt;&lt;li&gt;weekly&lt;/li&gt;&lt;br /&gt;&lt;li&gt;monthly&lt;/li&gt;&lt;br /&gt;&lt;li&gt;yearly&lt;/li&gt;&lt;br /&gt;&lt;li&gt;never&lt;/li&gt;&lt;br /&gt;The value &quot;always&quot; should be used to describe documents that change each time they are accessed. The value &quot;never&quot; should be used to describe archived URLs.&lt;br /&gt;&lt;br /&gt;Please note that the value of this tag is considered a hint and not a command. Even though search engine crawlers consider this information when making decisions, they may crawl pages marked &quot;hourly&quot; less frequently than that, and they may crawl pages marked &quot;yearly&quot; more frequently than that. It is also likely that crawlers will periodically crawl pages marked &quot;never&quot; so that they can handle unexpected changes to those pages.&lt;br /&gt;&lt;br /&gt;The &amp;lt;priority&amp;gt; tag&lt;br /&gt;&lt;strong&gt;&amp;lt;priority&amp;gt;0.8&amp;lt;/priority&amp;gt;&lt;/strong&gt;&lt;br /&gt;The priority of this URL relative to other URLs on your site. Valid values range from 0.0 to 1.0. This value has no effect on your pages compared to pages on other sites, and only lets the search engines know which of your pages you deem most important so they can order the crawl of your pages in the way you would most like.&lt;br /&gt;&lt;br /&gt;The default priority of a page is 0.5.&lt;br /&gt;&lt;br /&gt;Please note that the priority you assign to a page has no influence on the position of your URLs in a search engine&#39;s result pages. Search engines use this information when selecting between URLs on the same site, so you can use this tag to increase the likelihood that your more important pages are present in a search index.&lt;br /&gt;&lt;br /&gt;Also, please note that assigning a high priority to all of the URLs on your site will not help you. Since the priority is relative, it is only used to select between URLs on your site; the priority of your pages will not be compared to the priority of pages on other sites.&lt;br /&gt;&lt;br /&gt;And finally your closing &amp;lt;/url&amp;gt; tag.&lt;br /&gt;&lt;br /&gt;For each URL in your sitemap you will repeat the entire url tag sequence and then finally close it all off with your closing urlset tag.&lt;br /&gt;&lt;br /&gt;Okay, let&#39;s toss it all together for a web site that has three pages.&lt;br /&gt;the index, about us and reciprocal links.&lt;br /&gt;Note the index.htm page in this example is simply / since that is our web site default page. &lt;hr /&gt;&lt;br /&gt;&amp;lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&amp;gt;&lt;br /&gt;&amp;lt;urlset xmlns=&quot;http://www.google.com/schemas/sitemap/0.84&quot;&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;url&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;loc&amp;gt;http://www.example.com/&amp;lt;/loc&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;&lt;em&gt;lastmod&lt;/em&gt;&amp;gt;2005-12-25&amp;lt;/lastmod&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;&lt;em&gt;changefreq&lt;/em&gt;&amp;gt;weekly&amp;lt;/changefreq&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;&lt;em&gt;priority&lt;/em&gt;&amp;gt;0.5&amp;lt;/priority&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;/url&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;url&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;loc&amp;gt;http://www.example.com/aboutus.htm&amp;lt;/loc&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;&lt;em&gt;lastmod&lt;/em&gt;&amp;gt;2005-12-24&amp;lt;/lastmod&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;&lt;em&gt;changefreq&lt;/em&gt;&amp;gt;yearly&amp;lt;/changefreq&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;&lt;em&gt;priority&lt;/em&gt;&amp;gt;0.5&amp;lt;/priority&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;/url&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;url&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;loc&amp;gt;http://www.example.com/reciprocallinks.htm&amp;lt;/loc&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;&lt;em&gt;lastmod&lt;/em&gt;&amp;gt;2005-12-27&amp;lt;/lastmod&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;&lt;em&gt;changefreq&lt;/em&gt;&amp;gt;weekly&amp;lt;/changefreq&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;&lt;em&gt;priority&lt;/em&gt;&amp;gt;0.5&amp;lt;/priority&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;/url&amp;gt;&lt;br /&gt;&amp;lt;/urlset&amp;gt; &lt;hr /&gt;&lt;br /&gt;And that is it, you can apply this to all the pages in your web site, name it &lt;strong&gt;sitemap.xml&lt;/strong&gt; place it in your root directory and go over and tell google it&#39;s there.&lt;br /&gt;&lt;br /&gt;Next I will show you how to use the Google sitemap webmaster tool.&lt;br /&gt;&lt;br /&gt;I hope this helps you in understanding sitemaps a little better.&lt;div class=&quot;blogger-post-footer&quot;&gt;All content copyright (C) 2007 David V.F. Burton

Visit this blog at http://simplemap.blogspot.com&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://simplemap.blogspot.com/feeds/2568000142867669956/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment/fullpage/post/8085680304317234611/2568000142867669956' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8085680304317234611/posts/default/2568000142867669956'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8085680304317234611/posts/default/2568000142867669956'/><link rel='alternate' type='text/html' href='http://simplemap.blogspot.com/2007/05/basic-structure.html' title='The basic structure'/><author><name>David V.F. Burton</name><uri>http://www.blogger.com/profile/15080815386099064518</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='https://img1.blogblog.com/img/b16-rounded.gif'/></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiAK3RDUsGqIXI6cL6Qu6Qy4xrtyTpWLIx6bKdU0BBmVljl4BCc8TsJaWJkMXSnhJzHsE_B9Ri0rXJKrOpPDc_pRB_WY0qnz7eDodW9CbpK09v2alQzt3DQn0ZyWb-pOvTDO39xISNNJQiC/s72-c/xml.gif" height="72" width="72"/><thr:total>0</thr:total></entry></feed>