<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Supreme Golfing &#187; Ping Doc</title>
	<atom:link href="http://supremegolfing.com/ping-doc/feed/" rel="self" type="application/rss+xml" />
	<link>http://supremegolfing.com</link>
	<description>How to Play Better Golf</description>
	<lastBuildDate>Sat, 31 Jul 2010 16:35:54 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Ping Doc</title>
		<link>http://supremegolfing.com/ping-doc/</link>
		<comments>http://supremegolfing.com/ping-doc/#comments</comments>
		<pubDate>Sun, 07 Feb 2010 20:11:12 +0000</pubDate>
		<dc:creator>sansfaim</dc:creator>
				<category><![CDATA[Golf Clubs]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[network]]></category>
		<category><![CDATA[networking]]></category>
		<category><![CDATA[ping doc 12.5]]></category>
		<category><![CDATA[ping doc 15]]></category>
		<category><![CDATA[ping doc 15 putter]]></category>
		<category><![CDATA[ping doc 17]]></category>
		<category><![CDATA[ping doc 17 putter]]></category>
		<category><![CDATA[ping doc putter]]></category>
		<category><![CDATA[ping documentation]]></category>
		<category><![CDATA[reference]]></category>
		<category><![CDATA[tools]]></category>
		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://supremegolfing.com/ping-doc/</guid>
		<description><![CDATA[


Ping Doc

Google Sitemaps Explained - How To Use Google Sitemaps
Three Ways To Index Your Site With Google Sitemaps [Difficult,
Hard, And Easy]
Google has recently implemented a program where any webmaster
can create a Sitemap of their site and submit it for indexing by
Google. It is a quick and easy way for you to keep your site
constantly indexed [...]<p><a href="http://supremegolfing.com/ping-doc/">Ping Doc</a> is a post from: <a href="http://supremegolfing.com">Supreme Golfing</a></p>
]]></description>
			<content:encoded><![CDATA[<p style="float: left;margin: 4px;"><script type="text/javascript"><!--
google_ad_client = "pub-3230976190971544";
/* 336x280, created 16/06/10 */
google_ad_slot = "1892895633";
google_ad_width = 336;
google_ad_height = 280;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script></p><p></p><p><strong>Ping Doc</strong><br />
<img style="margin-right:20px" src="http://supremegolfing.com/wp-content/uploads/Ping Doc_2.jpg" alt="Ping Doc" border="0" align="left" /></p>
<h2>Google Sitemaps Explained - How To Use Google Sitemaps</h2>
<p>Three Ways To Index Your Site With Google Sitemaps [Difficult,<br />
Hard, And Easy]</p>
<p>Google has recently implemented a program where any webmaster<br />
can create a Sitemap of their site and submit it for indexing by<br />
Google. It is a quick and easy way for you to keep your site<br />
constantly indexed and updated in Google.</p>
<p>The program is appropriately called Google Sitemaps.</p>
<p>In order for you to best use Sitemaps, you must have an XML<br />
generated file on your site that will transmit or send any<br />
updates, changes, and data to Google. XML (Extensible Markup<br />
Language)is everywhere these days, you have probably seen the<br />
orange XML logo on many web sites and its often associated with<br />
Blogging because Blogs use XML/RSS feeds to syndicate their<br />
content. </p>
<p>Today RSS is known mostly as 'Really Simple Syndication' but its<br />
original acronym stood for 'Rich Site Summary'. XML is only<br />
simple code like HTML and it is used to syndicate your content<br />
to all interested parties. </p>
<p>And the interested party in this case is Google. By creating<br />
Sitemaps, Google is really asking webmasters to take charge of<br />
the indexing and updating of their sites. Basically, doing the<br />
Googlebot's job!</p>
<p>This is a 'Good' thing! With the steady influx of new web sites<br />
growing rapidly, indexing all this material will become a<br />
challenge, even with the resources of Google. With Sitemaps,<br />
websmasters can now take charge and make sure their site is<br />
crawled and indexed.</p>
<p>Please note, indexing your site with Sitemaps WON'T improve your<br />
rankings in Google. You will still be competing with the other<br />
sites in Google for top positions. But with Sitemaps you can<br />
make sure all your pages are crawled and indexed quickly by<br />
Google.</p>
<p>There are some other big advantages of using Google's Sitemaps -<br />
mainly you have control over a few key variables, attributes or<br />
tags. To explain this as simply as possible, your XML powered<br />
sitemap file will have this simple code for each page of your<br />
site:</p>
<p> http://www.yoursite.com/ 1.0 2005-07-03T16:18:09+00:00 daily </p>
<p>Along with 'urlset' tags at the beginning and end of your code,<br />
and an XML version indication - that's basically your XML file!<br />
File size will depend on the number of webpages you have. </p>
<p>Taking a closer look at this XML file:</p>
<p>location - http://www.yoursite.com - name of your webpage</p>
<p>priority - you set the priority you want Google to place on that<br />
page in your site. You can prioritize your pages: 0.0 being the<br />
least, 1.0 being the highest, 0.5 is in the middle. This is ONLY<br />
relative to your site. It will not affect your rankings. Why is<br />
this important? You have certain pages on your site that are<br />
more important than others, (home page, high profit page, opt-in<br />
page, etc.) by placing high priority on these pages, you will<br />
increase their importance in Google.</p>
<p>last modified - when you last modified that page, this timestamp<br />
allows crawlers to avoid recrawling pages that haven't changed.</p>
<p>change frequency - you can tell Google how often you change that<br />
particular page. Never, weekly, daily, hourly, and so on - if<br />
you frequently update your page this could be extremely<br />
important.</p>
<p>Why do I need a XML Generator?</p>
<p>In order for this XML sitemap file on your site to be constantly<br />
updated, you need a Generator that will spider your site, list<br />
all the urls and automatically feed them to Google. Thus<br />
constantly updating your site in Google's massive index or<br />
database. Keep in mind, Google also gives you the option of<br />
submitting a simple text file with all your URLs. </p>
<p>Now there is already a flood of these generators popping up!<br />
Different ways of generating your XML powered sitemap file. More<br />
are probably appearing as you read this. For your convenience,<br />
three ways to generate your XML Sitemaps file are listed below:</p>
<p>Difficult - Google's Python Generator</p>
<p>That's a relative term, if you know your server like the back of<br />
your hand and installing scripts doesn't scare the bejesus out<br />
of you, you're probably smiling at the word difficult. Google<br />
supplies a link to a generator which you can download and set up<br />
on your server. It will cough up your sitemap XML file and<br />
automatically feed it to Google. Google XML Generator</p>
<p>https://www.google.com/webmasters/sitemaps/docs/en/sitemap-</p>
<p>generator.html</p>
<p>In order for this Generator to work, Python version 2.2 must be<br />
installed on your web server - many servers don't have this. If<br />
you know what you're doing, this will probably be a good choice.</p>
<p>You don't need a Google Account to use Sitemaps but it's<br />
encouraged because you can track your sitemap's progress and<br />
view diagnostic information. If you already have another Google<br />
Account gmail, Google Alerts, etc. just use that one to sign in<br />
and follow directions from there.</p>
<p>To submit your Sitemap using an HTTP request, issue your request<br />
to the following URL:</p>
<p>www.google.com/webmasters/sitemaps/ping?sitemap=sitemap_url</p>
<p>Hard - A PHP Code Generator</p>
<p>This is a php generator that you can place on your server. This<br />
generator will spider your site, and produce your XML sitemap<br />
file. Download the phpSitemapNG and upload it to your server.<br />
Run the generator to get your XML sitemap file and send it to<br />
Google. PHP Generator http://enarion.net/google/</p>
<p>Again, this is only hard to do if you don't know your way around<br />
PHP files or scripts.</p>
<p>Easy - Free Online Generator</p>
<p>These Generators are popping up everywhere, and Google now keeps<br />
a list of these 'third party suppliers' of generators on their<br />
site. Find them here: http://code.google.com/sm_thirdparty.html</p>
<p>One of the easiest to use is http://www.xml-sitemaps.com/ and<br />
you can index up to 500 pages with this online Generator very<br />
quickly and it will give you the sitemap XML file Google needs<br />
to index your site. It will go into your site, spider it and<br />
index all your pages into an XML sitemap of your site. You can<br />
download this file, Compressed or Non- compressed and make minor<br />
changes such as setting the priority, changing frequency, etc.</p>
<p>Then upload this file to your site as sitemap.xml to the root<br />
directory of your server i.e. where you have your homepage. Then<br />
notify Google Sitemaps of your XML file and you're in business.</p>
<p>Of course, the only drawback, if you constantly add pages to<br />
your site you will need to also add these pages to your XML<br />
sitemap file. This won't be much of a problem unless you're<br />
daily adding pages to your site - then you will need something<br />
like the PHP or Python generator to do all this for you<br />
automatically.</p>
<p>Google is still the major search engine on the web so getting<br />
your pages indexed and updated quickly is the major reason to<br />
use Google Sitemaps. If you want your site to remain competitive<br />
it's probably the wisest route to take.</p>
<p><strong>About the Author</strong><br />
<br />
Well respected Marketer Jason Potash has released some handy<br />
software that will syndicate your articles. Check it out here:<br />
Article<br />
Announcer Copyright &copy; 2005 Titus Hoskins of Internet Marketing Tips.<br />
This article may be freely distributed if this resource box<br />
stays attached.</p>
<div>

</div>
<br />
<b>Streets Of Plenty - 1 of 7 - Vancouver Homeless Doc</b><br />
<object width="480" height="295"><param name="movie" value="http://www.youtube.com/v/I6-1oo-b3Ds&#038;hl=en&#038;fs=1"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param>
  <embed src="http://www.youtube.com/v/I6-1oo-b3Ds&#038;hl=pl&#038;fs=1" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="480" height="295"></embed></object></p>
<p><a href="http://supremegolfing.com/ping-doc/">Ping Doc</a> is a post from: <a href="http://supremegolfing.com">Supreme Golfing</a></p>
<p></p>]]></content:encoded>
			<wfw:commentRss>http://supremegolfing.com/ping-doc/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
