<?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>SEO Web Design Blog &#187; SEO</title>
	<atom:link href="http://www.newshoemedia.com/blog/category/seo/feed" rel="self" type="application/rss+xml" />
	<link>http://www.newshoemedia.com/blog</link>
	<description>SEO and Search Engine Friendly Web Design</description>
	<lastBuildDate>Tue, 20 Oct 2009 19:52:29 +0000</lastBuildDate>
	
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>Separate Your Sitemaps</title>
		<link>http://www.newshoemedia.com/blog/seo/separate-your-sitemaps</link>
		<comments>http://www.newshoemedia.com/blog/seo/separate-your-sitemaps#comments</comments>
		<pubDate>Tue, 03 Feb 2009 20:46:32 +0000</pubDate>
		<dc:creator>Claye Stokes</dc:creator>
				<category><![CDATA[SEO]]></category>
		<category><![CDATA[geo sitemap]]></category>
		<category><![CDATA[sitemap]]></category>

		<guid isPermaLink="false">http://www.newshoemedia.com/blog/?p=186</guid>
		<description><![CDATA[Use a different sitemap to reference each different type of content on your site that you want indexed.
After posting my Geo Sitemap tutorial, I have had a difficult time getting my own Geo Sitemap, and my clients&#8217; Geo Sitemaps to validate in Google Webmaster Tools.
If you add your Geo Sitemap to your general XML sitemap, [...]]]></description>
			<content:encoded><![CDATA[<p><em>Use a different sitemap to reference each different type of content on your site that you want indexed.</em></p>
<p>After posting my <a href="http://www.newshoemedia.com/blog/web-design/scripts/tutorial-kml-geo-sitemaps">Geo Sitemap tutorial</a>, I have had a difficult time getting my own Geo Sitemap, and my clients&#8217; Geo Sitemaps to validate in Google Webmaster Tools.</p>
<p>If you add your Geo Sitemap to your general XML sitemap, it isn&#8217;t going to validate in Google Webmaster Tools, you&#8217;ll get this error:<span id="more-186"></span></p>
<p>&#8220;Status: Invalid XML tag,&#8221; as well as this line: &#8220;This tag was not recognized. Please fix it and resubmit.&#8221; followed by a reference to the line on the file containing the <code>&lt;geo&gt;</code> tag.</p>
<p>Apparently, even if you include Google&#8217;s geo namespace, their XML parser isn&#8217;t smart enough to figure out that the sitemap is referencing both regular web page, and a Geo Sitemap (KML file). Instead, <strong>Google recommends using a separate sitemap for every type of content that you have on your website</strong> (regular sitemap, Video Sitemap, Geo Sitemap, etc.). Here is an excerpt from an <a href="http://groups.google.com/group/Google_Webmaster_Help-Sitemap/browse_thread/thread/5b8e861fd7161eb3">interesting discussion in Google Groups</a>:</p>
<blockquote><p>&#8220;One thing I would recommend is that you spit your URLs into separate Sitemap files based on the kind of content they&#8217;re pointing to. In other words, make a single Sitemap file just for your geo-content, and a different Sitemap file for (X)HTML / web-search based content. That makes it easier for us to recognize the kind of content that you&#8217;re pointing to.&#8221; </p></blockquote>
<h2>The Solution</h2>
<p>Here is the simplest solution:</p>
<ul>
<li>Create a Sitemap Index. <a href="https://www.google.com/webmasters/tools/docs/en/protocol.html#sitemapFileRequirements">Learn more about Sitemap Index files</a> - basically a Sitemap Index file is used to list every sitemap on your website (for example, I have a sitemap in my root folder, and one in my blog directory that is generated automatically via a Wordpress plugin. Both are referenced in my Sitemap Index file.) Include links to each sitemap you plan to implement.</li>
<li>Create a sitemap for each type of content on your website that you want search engines to index. I created sitemap.xml for my web pages, and geo-sitemap.xml for my KML Geo Sitemap.</li>
<li>Submit all three to Google Webmaster Tools, and this time they will all validate.</li>
</ul>
<p>From the sound of the Google Groups discussion, Webmaster Tools should eventually be smart enough to contain references to both kinds of content (which would make sense, considering Google&#8217;s official documentation says nothing about separating the two). For now though, it looks like we have to separate sitemaps based on content.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.newshoemedia.com/blog/seo/separate-your-sitemaps/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Be Specific: Using Semantic XHTML for Search Engines</title>
		<link>http://www.newshoemedia.com/blog/seo/be-specific-using-semantic-xhtml-for-search-engines</link>
		<comments>http://www.newshoemedia.com/blog/seo/be-specific-using-semantic-xhtml-for-search-engines#comments</comments>
		<pubDate>Fri, 30 Jan 2009 22:28:21 +0000</pubDate>
		<dc:creator>Claye Stokes</dc:creator>
				<category><![CDATA[SEO]]></category>
		<category><![CDATA[Tutorial]]></category>
		<category><![CDATA[Usability]]></category>
		<category><![CDATA[Web Standards]]></category>
		<category><![CDATA[Code]]></category>
		<category><![CDATA[semantics]]></category>
		<category><![CDATA[xhtml]]></category>

		<guid isPermaLink="false">http://www.newshoemedia.com/blog/?p=159</guid>
		<description><![CDATA[Using the &#60;acronym&#62;, &#60;abbr&#62;, and &#60;address&#62; tags to improve readability for disabled users, web crawlers, and search engines.
You want to make your website as informative as possible, right? For search engines, users &#8211; everybody. Help search engines, disabled (blind) users, and any users who may not understand the meaning of your acronym or abbreviation by [...]]]></description>
			<content:encoded><![CDATA[<p><em>Using the <code>&lt;acronym&gt;</code>, <code>&lt;abbr&gt;</code>, and <code>&lt;address&gt;</code> tags to improve readability for disabled users, web crawlers, and search engines.</em></p>
<p>You want to make your website as informative as possible, right? For search engines, users &#8211; everybody. Help search engines, disabled (blind) users, and any users who may not understand the meaning of your acronym or abbreviation by using semantic <abbr title="Extensible HyperText Markup Language">XHTML</abbr> tags like the <code>&lt;acronym&gt;</code>, <code>&lt;abbr&gt;</code>, and <code>&lt;address&gt;</code> tags in context. <span id="more-159"></span></p>
<p>If your website, for example, is about Medical Transcriptions, but you refer to them on the website only using the medical jargon <acronym title="Medical Transcriptions">MT</acronym>, search engines and users looking at small snippets of text may confuse the acronym &#8220;MT&#8221; for Media Temple (<acronym title="Media Temple">MT</acronym>), or the abbreviation for Montana (<abbr title="Montana">MT</abbr>), so use the <code>&lt;acronym&gt;</code> tag to specify what you are referring to. The more specific you can be, the more likely you are to rank for those relevant terms, and as a result, your users content to be more informative and useful. </p>
<p>To see it in action, hover your mouse over this: <abbr title="Extensible HyperText Markup Language">XHTML</abbr>. You&#8217;ll see a tool tip with the written-out version: E<strong>x</strong>tensible <strong>H</strong>yper<strong>T</strong>ext <strong>M</strong>arkup <strong>L</strong>anguage. If users or search engines don&#8217;t already know what the acronym stands for, then the <em>title</em> attribute (see below) will inform them, and text-to-speech engines will be able to see that the full term that the acronym represents as well. </p>
<p>Finally, using the <code>&lt;address&gt;</code> tag is getting increased attention lately, especially for local businesses and websites that users would search for with Google Local Search, Maps, YellowPages.com, Yelp.com, etc. The <code>&lt;address&gt;</code> tag helps to isolate the address from the rest of the copy on your website, making your website more relevant to local or geo targeted search queries, such as &#8220;san diego pizza&#8221; or &#8220;pizza 94023&#8243; (searching by zip code).</p>
<h2>Code Examples</h2>
<p>How to use the  <code>&lt;acronym&gt;</code> tag:</p>
<ol class="code">
<li><code>&lt;acronym title="National Aeronautics and Space Administration"&gt;NASA&lt;/acronym&gt;</code></li>
<li><code>&lt;acronym title="Search Engine Optimization"&gt;SEO&lt;/acronym&gt;</code></li>
<li><code>&lt;acronym title="Medical Transcription"&gt;MT&lt;/acronym&gt;</code></li>
</ol>
<p>How to use the  <code>&lt;abbr&gt;</code> tag:</p>
<ol class="code">
<li><code>&lt;abbr title="Utah"&gt;UT&lt;/abbr&gt;</code></li>
<li><code>&lt;abbr title="Corporation"&gt;Corp&lt;/abbr&gt;</code>.</li>
</ol>
<p>How to use the  <code>&lt;address&gt;</code> tag:</p>
<ol class="code">
<li><code>&lt;address&gt;</code></li>
<li><code class="indent2">Address:14 East Anywhere Drive&lt;br /&gt;</code></li>
<li><code class="indent2">City, &lt;abbr title="State"&gt;ST&lt;/state&gt; 55555</code></li>
<li><code>&lt;/acronym&gt;</code></li>
</ol>
<p>When it comes to distinguising between acronyms, initialisms, and abbreviations, the following guides are very useful. When it comes to implementing the <code>&lt;acronym&gt;</code> and <code>&lt;abbr&gt;</code> tags, the <acronym title="World Wide Web Consortium">W3C</acronym> appears to suggest that <code>&lt;acronym&gt;</code> should be used for acronyms and initialisms, and <code>&lt;abbr&gt;</code> is used for abbreviated and shortened words (Inc., Gov., etc.).</p>
<ul>
<li><a href="http://www.w3.org/TR/WCAG10-HTML-TECHS/#text-abbr">The W3C guide for Acronyms and Abbreviations</a></li>
<li>Grammar Girl <a href="http://grammar.quickanddirtytips.com/acronyms-grammar.aspx">Abbreviations, Acronyms, and Initialisms</a></li>
<li>This article sorts out the confusion over the correct use of abbreviations and acronyms: <a href="http://juicystudio.com/article/abbreviations-acronyms.php">http://juicystudio.com/article/abbreviations-acronyms.php</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.newshoemedia.com/blog/seo/be-specific-using-semantic-xhtml-for-search-engines/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>(Modified) Nofollow Greasemonkey Script</title>
		<link>http://www.newshoemedia.com/blog/seo/modified-nofollow-greasemonkey-script</link>
		<comments>http://www.newshoemedia.com/blog/seo/modified-nofollow-greasemonkey-script#comments</comments>
		<pubDate>Fri, 23 Jan 2009 21:36:45 +0000</pubDate>
		<dc:creator>Claye Stokes</dc:creator>
				<category><![CDATA[SEO]]></category>
		<category><![CDATA[Scripts]]></category>
		<category><![CDATA[Web Design]]></category>
		<category><![CDATA[greasemonkey]]></category>
		<category><![CDATA[Resources]]></category>

		<guid isPermaLink="false">http://www.newshoemedia.com/blog/?p=150</guid>
		<description><![CDATA[javascript:;]]></description>
			<content:encoded><![CDATA[<p>I took the liberty of adjusting <a href="http://yoast.com/seo-tools/greasemonkey/nofollow-display/">Joost de Valk&#8217;s Nofollow Display Greasemonkey script</a> to highlight links on pages that use a nofollow Meta tag. As always, Joost&#8217;s tool is really great but it only shows nofollow links when the rel=&#8221;nofollow&#8221; attribute is used (skipping links that are nofollow due to the robots Meta nofollow tag).</p>
<p><span id="more-150"></span></p>
<p>Thanks to Aaron Wall&#8217;s latest SEO tool &#8211; the instantly popular <a href="http://tools.seobook.com/seo-toolbar/">SEO Toolbar</a>, I was able to get rid of almost all my other SEO addons and scripts, including SEO for Firefox. Even though the SEO toolbar has a button to click to see nofollow links on any given page, the feature can&#8217;t be turned on by default for all pages, so that nofollow links are instantly viewable.</p>
<p>So, I modified Joost&#8217;s script to highlight <em>all</em> nofollow links with a nice pink background, whether the nofollow is specified within the anchor or Meta tag.</p>
<p><a href="http://www.newshoemedia.com/greasemonkey/nofollow_notifier.user.js">Install the Script</a>, if you like.</p>
<p><a href="https://addons.mozilla.org/en-US/firefox/addon/748">Install Greasemonkey</a></p>
<p>How to install: First, install Greasemonkey with the link above, then click on the &#8220;Install the Script&#8221; link above that. Greasemonkey will automatically detect that it is a Greasemonkey user script, and will ask if you want to install it.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.newshoemedia.com/blog/seo/modified-nofollow-greasemonkey-script/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Using the META Robots Tag</title>
		<link>http://www.newshoemedia.com/blog/seo/meta-robots-tag-tutorial</link>
		<comments>http://www.newshoemedia.com/blog/seo/meta-robots-tag-tutorial#comments</comments>
		<pubDate>Fri, 23 Jan 2009 04:14:13 +0000</pubDate>
		<dc:creator>Claye Stokes</dc:creator>
				<category><![CDATA[Code]]></category>
		<category><![CDATA[SEO]]></category>
		<category><![CDATA[Scripts]]></category>
		<category><![CDATA[Tutorial]]></category>
		<category><![CDATA[meta]]></category>
		<category><![CDATA[robots]]></category>

		<guid isPermaLink="false">http://www.newshoemedia.com/blog/?p=129</guid>
		<description><![CDATA[Tutorial: How to use the Meta Robots tag — code  examples, meanings, and all the major REP directives.
I&#8217;ve seen a whole lot of websites lately that  are wasting space (and the time it took to write it) by implementing the Meta  Robots tag like this:

&#60;meta name="robots" content="all, index, follow" /&#62; 

If you [...]]]></description>
			<content:encoded><![CDATA[<p>Tutorial: How to use the Meta Robots tag — code  examples, meanings, and all the major <acronym title="Robots Exclusion Protocol">REP</acronym> directives.</p>
<p>I&#8217;ve seen a whole lot of websites lately that  are wasting space (and the time it took to write it) by implementing the Meta  Robots tag like this:</p>
<ol class="code">
<li><code>&lt;meta name="robots" content="all, index, follow" /&gt; </code></li>
</ol>
<p>If you want search engine bots to crawl and  index your website, then just leave it alone. By default, search engines will  crawl, index, and archive every page on your website that they can find by  following links. You also don&#8217;t have to say &#8220;all&#8221; — every bot that  obeys the Robots Meta tag will obey it by default.</p>
<p>So not only is that example <strong>pointless </strong>because that is the default, <strong>it is repeating the same command twice</strong>!</p>
<p><span id="more-129"></span></p>
<p>Here are some handy uses for the Meta robots tag  (these work for Yahoo!, MSN, and Google bots):</p>
<p><strong>Normal  talk</strong>: Just ignore this page &#8211; don&#8217;t keep a copy because I don&#8217;t want  to see it in search engine results. I don&#8217;t want you to follow the links on  this page, either.</p>
<p>Code:</p>
<ol class="code">
<li><code>&lt;meta name="robots" content="none"  /&gt; </code></li>
</ol>
<p><em>(surprised  that it&#8217;s not &#8220;noindex, nofollow&#8221;?  &#8211; that&#8217;s just a long and  unnecessary of telling search engines to ignore the page completely)</em></p>
<p><strong>Normal  talk</strong>: I don&#8217;t want to see this page in search results, so don&#8217;t keep a  copy of this page. You can follow the links on this page, though &#8211; those  websites deserve credit.</p>
<p>Code:</p>
<ol class="code">
<li><code>&lt;meta name="robots" content="noindex,  follow" /&gt; </code></li>
</ol>
<p><strong>Normal  talk</strong>: Take as many copies of this page as you want and hook me up with  traffic from your search engine results. Don&#8217;t follow the links on this page  though, those websites aren&#8217;t that great anyways.</p>
<p>Code:</p>
<ol class="code">
<li><code>&lt;meta name="robots" content="index,  nofollow" /&gt;</code><em><code> </code></em></li>
</ol>
<p><strong>Normal  talk</strong>: You can make a copy of this page to plug into your algorithm,  but don&#8217;t give anyone access to it with the &#8220;cache&#8221; link in search  engine results.</p>
<p>Code:</p>
<ol class="code">
<li><code> &lt;meta name="robots" content="noarchive"  /&gt; </code></li>
</ol>
<p><strong>Normal  talk</strong>: I don&#8217;t want you to pull any text from my website to use in  search engine results. Just a link will do. You&#8217;re free to index this page and  follow all links.</p>
<p>Code:</p>
<ol class="code">
<li><code>&lt;meta name="robots" content="nosnippet"  /&gt; </code></li>
</ol>
<p><strong>Normal  talk</strong>: Stop using my Dmoz.org listing description in search results &#8211; I  want you to use a snippet of text from the page to show users the contextual  relevance of my site to their search query.</p>
<p>Code:</p>
<ol class="code">
<li><code>&lt;meta name="robots" content="noodp"  /&gt; </code></li>
</ol>
<p>(<acronym title="No Open Directory Project">NOODP</acronym> is an acronym &#8220;No Open Directory  Project&#8221;)</p>
<h2>Some  Useful Googlebot Meta Tags:</h2>
<p>These Meta tags work exclusively in Google (all  of these would work with the &#8220;robots&#8221; name, but since Googlebot is  the only bot that officially follows these REP directives, I&#8217;ll use  &#8220;googlebot&#8221; or &#8220;google&#8221;, in the case of the notranslate  tag):</p>
<p><strong>Normal talk</strong>: Ignore the images on this page &#8211; I  don&#8217;t want to see them in Google Image Search.</p>
<p>Code:</p>
<ol class="code">
<li><code>&lt;meta name="googlebot"  content="noimageindex"&gt;</code></li>
</ol>
<p><strong>Normal  talk</strong>: Heads up &#8211; this page will be out of commission (deleted,  expired, moved, etc.) on this day.</p>
<p>Code:</p>
<ol class="code">
<li><code>&lt;meta name="googlebot"  content="unavailable_after: 13-DEC-2011 11:45:00 PST"&gt;</code></li>
</ol>
<p><strong>Normal  talk</strong>: Don&#8217;t translate the content on this page into other languages.</p>
<p>Code:</p>
<ol class="code">
<li><code>&lt;meta name="google" value="notranslate"&gt;</code></li>
</ol>
<p><em>! Notice  that in this case, the Meta name is &#8220;google&#8221;, not  &#8220;googlebot&#8221;.</em></p>
]]></content:encoded>
			<wfw:commentRss>http://www.newshoemedia.com/blog/seo/meta-robots-tag-tutorial/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>New Shoe Media Interview</title>
		<link>http://www.newshoemedia.com/blog/seo/new-shoe-media-interview</link>
		<comments>http://www.newshoemedia.com/blog/seo/new-shoe-media-interview#comments</comments>
		<pubDate>Tue, 20 Jan 2009 21:10:35 +0000</pubDate>
		<dc:creator>Claye Stokes</dc:creator>
				<category><![CDATA[SEO]]></category>

		<guid isPermaLink="false">http://www.newshoemedia.com/blog/?p=123</guid>
		<description><![CDATA[A quick thanks to Luis over at Wordszilla for interviewing me on his blog. The interview covered the topic of search engine friendly web design &#8211; here is a small excerpt:
&#8220;And returning to the importance of the written content: make it so useful that your visitors will want to link to it. Make it so [...]]]></description>
			<content:encoded><![CDATA[<p>A quick thanks to Luis over at Wordszilla for <a href="http://www.wordszilla.com/blog/2009/01/20/guest-interview-seo-web-design-company/">interviewing me on his blog</a>. The interview covered the topic of search engine friendly web design &#8211; here is a small excerpt:</p>
<blockquote><p>&#8220;And returning to the importance of the written content: make it so useful that your visitors will want to link to it. Make it so remarkable they will share it; make it factual so that they will cite it in their blogs, articles, and reports. Finally, make it relevant so that search engines will deem it worthy of great rankings.&#8221;<br />
<cite>-Me</cite></p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://www.newshoemedia.com/blog/seo/new-shoe-media-interview/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SEO Book Toolbar</title>
		<link>http://www.newshoemedia.com/blog/seo/seo-book-toolbar</link>
		<comments>http://www.newshoemedia.com/blog/seo/seo-book-toolbar#comments</comments>
		<pubDate>Thu, 15 Jan 2009 20:25:25 +0000</pubDate>
		<dc:creator>Claye Stokes</dc:creator>
				<category><![CDATA[Resources]]></category>
		<category><![CDATA[SEO]]></category>

		<guid isPermaLink="false">http://www.newshoemedia.com/blog/?p=115</guid>
		<description><![CDATA[
SEO Book.com just released the ultimate SEO toolbar - and so far, I&#8217;m really pleased with it. I&#8217;ll even get to delete a few SEO Firefox addons that I won&#8217;t be needing anymore.
The goods include all the website overview stats that SEO for Firefox provided (Yahoo links, domain age, Alexa rank, directory links, etc. &#8211; [...]]]></description>
			<content:encoded><![CDATA[<p><img class="aligncenter" title="SEO Toolbar" src="http://tools.seobook.com/seo-toolbar/seo-toolbar-logo.gif" alt="" width="500" height="96" /></p>
<p>SEO Book.com just released <a href="http://tools.seobook.com/seo-toolbar/">the ultimate SEO toolbar </a>- and so far, I&#8217;m really pleased with it. I&#8217;ll even get to delete a few SEO Firefox addons that I won&#8217;t be needing anymore.</p>
<p>The goods include all the website overview stats that SEO for Firefox provided (Yahoo links, domain age, Alexa rank, directory links, etc. &#8211; visible right on the toolbar), as well as a handy keyword tool that allows you to enter a keyword right in the sidebar and look it up in all the major keyword tools across the web. Very handy indeed. </p>
<p>To see and download the toolbar, go to <a href="http://tools.seobook.com/seo-toolbar/">http://tools.seobook.com/seo-toolbar/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.newshoemedia.com/blog/seo/seo-book-toolbar/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Tutorial: KML Geo Sitemaps</title>
		<link>http://www.newshoemedia.com/blog/web-design/scripts/tutorial-kml-geo-sitemaps</link>
		<comments>http://www.newshoemedia.com/blog/web-design/scripts/tutorial-kml-geo-sitemaps#comments</comments>
		<pubDate>Thu, 08 Jan 2009 20:58:50 +0000</pubDate>
		<dc:creator>Claye Stokes</dc:creator>
				<category><![CDATA[Local SEO]]></category>
		<category><![CDATA[Scripts]]></category>

		<guid isPermaLink="false">http://www.newshoemedia.com/blog/?p=81</guid>
		<description><![CDATA[Step-by-step instructions on how to create a Geo-sitemap. I will post a tutorial for setting up a GeoRSS feed soon.
Skip ahead:


What is a Geo Sitemap
Benefits/Features of a Geo Sitemap
Finding your coordinates


Creating a KML Geo Sitemap

KML code example (XML)
Uploading the KML file to your server
Including the KML Geo Sitemap in your sitemap.xml


Submit the sitemap to Google [...]]]></description>
			<content:encoded><![CDATA[<p>Step-by-step instructions on how to create a Geo-sitemap. I will post a tutorial for setting up a GeoRSS feed soon.</p>
<p><span id="more-81"></span>Skip ahead:</p>
<div id="skip-ahead">
<ul class="list-style-normal">
<li><a href="#what">What is a Geo Sitemap</a></li>
<li><a href="#benefits">Benefits/Features of a Geo Sitemap</a></li>
<li><a href="#finding">Finding your coordinates</a></li>
</ul>
<ol>
<li><a href="#creating">Creating a KML Geo Sitemap</a>
<ol>
<li><a href="#example">KML code example (XML)</a></li>
<li><a href="#uploading">Uploading the KML file to your server</a></li>
<li><a href="#including">Including the KML Geo Sitemap in your sitemap.xml</a></li>
</ol>
</li>
<li><a href="#submit">Submit the sitemap to Google Webmaster Tools</a></li>
<li><a href="#mime">Common Problems: MIME Type Errors</a></li>
</ol>
</div>
<h2><a name="what"></a>What is a Geo Sitemap?</h2>
<p>Geo Sitemaps are very similar to regular sitemap.xml files (both versions are in xml format), but show the latitude and longitude associated with the website, along with information about the placemarker. Here it is in <a href="http://www.google.com/support/webmasters/bin/answer.py?hl=en&amp;answer=94554">Google&#8217;s own words</a>:</p>
<blockquote style="text-align: left;"><p>&#8221; Google Geo Sitemaps is an extension of the <a href="http://www.sitemaps.org/">Sitemap protocol</a> that enables you to publish geospatial content (geo content) to Google, in order to make it searchable in <a href="http://earth.google.com/">Google Earth</a> and on <a href="http://maps.google.com/">Google Maps</a>.&#8221;</p>
<p>&#8220;With Geo Sitemaps, you can tell Googlebot about your geo content, rather than waiting for us to discover it &#8220;in the wild&#8221;. While we cannot guarantee when or if your geo content will be added to our GeoSearch index, we are continuously working to improve the coverage, freshness and quality of our index.&#8221;</p></blockquote>
<h2><a name="benefits"></a>Benefits/Features of a Geo Sitemap</h2>
<p>A Geo Sitemap can provide traffic from listings in map-based applications such as Google Maps  and Google Earth. A Geo Sitemap can also help your website listing stand out with the following extra line (Show map of&#8230;), which gives users a quick link to a map of your location:</p>
<p><img class="aligncenter size-full wp-image-82" title="Geo Sitemap SERP" src="http://www.newshoemedia.com/blog/wp-content/uploads/2009/01/geo-sitemap-serp.png" alt="Geo Sitemap SERP" width="588" height="94" />Geo Sitemaps are most important for local businesses or websites that are related to a geographic location. Basically, if your business or website would benefit in any way from traffic searching for you on a geographic basis (i.e. local search), you should have a Geo Sitemap.</p>
<h2><a name="finding"></a>Finding Your Coordinates</h2>
<p>A simple way to find your coordinates based on a U.S. address is Google&#8217;s <a href="http://maps.google.com/ig/directory?synd=mpl&amp;pid=mpl&amp;features=sharedmap,geofeed&amp;backlink=http:%2F%2Fmaps.google.com%2Fmaps%2Fmm%3Fq%3Dthomas.duebendorfer.googlepages.com-%2BSave%2Bto%2BMy%2BMaps%26ie%3DUTF8%26hl%3Den%26ll%3D37.0625,-95.677068%26spn%3D72.233562,77.167969%26z%3D3%26om%3D1&amp;hl=en&amp;gl=us&amp;num=24&amp;url=http://thomas.duebendorfer.googlepages.com/position_finder.xml&amp;output=html">Position Finder</a>. If you have a Google Account, you can add it to Google Maps and every time you click on a Map, a popup will appear with the coordinates of your search. Another easy option is<a href="http://geocoder.us"> http://geocoder.us</a>. Copy and paste the latitude and longitude coordinates associated with your address to include in your Geo Sitemap.</p>
<h2><a name="creating"></a>1. Creating a KML Geo Sitemap</h2>
<p>Open notepad or your favorite XML editor.</p>
<h3><a name="example"></a>1.1 KML Code Example</h3>
<p>Copy and paste the following code and make all necessary changes:</p>
<ol class="code">
<li><code>&lt;kml xmlns="http://www.opengis.net/kml/2.2" </code></li>
<li><code> xmlns:atom="http://www.w3.org/2005/Atom"&gt;</code></li>
<li><code class="indent"> &lt;Document&gt;</code></li>
<li><code class="indent2"> &lt;name&gt;<em>Company Name</em>&lt;/name&gt; </code></li>
<li><code class="indent2"> &lt;atom:author&gt; </code></li>
<li><code class="indent3"> &lt;atom:name&gt;<em>Author Name (may be company name)</em>&lt;/atom:name&gt; </code></li>
<li><code class="indent2"> &lt;/atom:author&gt; </code></li>
<li><code class="indent2"> &lt;atom:link href="<em>http://www.domain.com/</em>" /&gt; </code></li>
<li><code class="indent2"> &lt;Placemark&gt; </code></li>
<li><code class="indent3"> &lt;name&gt;<em>Name Of Location (e.g. </em>'<em>Office Location</em>'<em>)</em>&lt;/name&gt; </code></li>
<li><code class="indent3"> &lt;description&gt;</code></li>
<li><code class="indent4">&lt;![CDATA[</code></li>
<li><code class="indent4">&lt;address&gt;</code></li>
<li><code class="indent4">&lt;a href="<em>http://www.domain.com/</em>"&gt;<em>Company Name</em>&lt;/a&gt;&lt;br /&gt;</code></li>
<li><code class="indent4">Address: <em>[street city, state zip]</em>&lt;br /&gt;</code></li>
<li><code class="indent4">Phone: <em>[phone]</em></code></li>
<li><code class="indent4">&lt;/address&gt;</code></li>
<li><code class="indent4">&lt;p&gt;<em>A small company description.</em>&lt;/p&gt;</code></li>
<li><code class="indent4">]]&gt;</code></li>
<li><code class="indent3"> &lt;/description&gt; </code></li>
<li><code class="indent3"> &lt;Point&gt; </code></li>
<li><code class="indent4"> &lt;coordinates&gt;<em>longitude,latitude</em>&lt;/coordinates&gt; </code></li>
<li><code class="indent3"> &lt;/Point&gt; </code></li>
<li><code class="indent2"> &lt;/Placemark&gt; </code></li>
<li> <code class="indent"> &lt;/Document&gt; </code></li>
<li><code>&lt;/kml&gt;</code></li>
</ol>
<p>Just replace the necessary information like &#8220;company name&#8221; with your own and feel free to include as many placemarks as you wish (if you have multiple buildings, multiple office locations, etc.). You can view or download my own Geo Sitemap at <a href="http://www.newshoemedia.com/geo-sitemap.kml">http://www.newshoemedia.com/geo-sitemap.kml</a>.</p>
<p>Save the file as <em>geo-sitemap.kml</em> (you can name it whatever you like, but keep the .kml extension).</p>
<h3><a name="uploading"></a>1.2 Uploading the KML sitemap to your server</h3>
<p>Upload <em>geo-sitemap.kml</em> to the root directory for your domain, so that it can be accessed by going to <span style="color: #808080;">www.yourdomain.com/</span><em>geo-sitemap.kml</em>.</p>
<h3><a name="including"></a>1.3 Including the KML Geo Sitemap in your sitemap.xml</h3>
<p><strong>Update</strong>: I had this part completely wrong &#8211; I understood <a href="http://code.google.com/apis/kml/documentation/kmlSearch.html">Google&#8217;s documentation</a> to mean that the Geo Sitemap reference can be added inside your regular sitemap.xml file. Instead, Google recommends that you <a href="http://www.newshoemedia.com/blog/seo/separate-your-sitemaps">separate your sitemaps based on the type of content the URLs are pointing to</a>.</p>
<p>First, create a Sitemap Index file that references your regular sitemap (with URLs pointing to your HTML pages), your Geo Sitemap, and any other Sitemaps (i.e. Video Sitemap) you want to include.</p>
<p>Now you&#8217;ll need to create a XML sitemap that points to your KML sitemap: use this code:</p>
<ol class="code">
<li><code>&lt;?xml version="1.0" encoding="UTF-8"?&gt;&lt;urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"</code></li>
<li><code>xmlns:geo="http://www.google.com/geo/schemas/sitemap/1.0"&gt;</code></li>
<li><code class="indent">&lt;url&gt; </code></li>
<li><code class="indent2"> &lt;loc&gt;<em>http://www.domain.com/</em>geo-sitemap.kml&lt;/loc&gt;</code></li>
<li><code class="indent2"> &lt;geo:geo&gt;</code></li>
<li><code class="indent3"> &lt;geo:format&gt;kml&lt;/geo:format&gt;</code></li>
<li><code class="indent2"> &lt;/geo:geo&gt;</code></li>
<li><code class="indent"> &lt;/url&gt;</code></li>
<li><code>&lt;/urlset&gt;</code></li>
</ol>
<p>Upload all the XML sitemaps, and the KML sitemap, and Voilà! Next time Google indexes them, it will find your Geo Sitemap.</p>
<h2><a name="submit"></a>2. Submit the sitemap to Google Webmaster Tools</h2>
<p>You will want to add the sitemap.xml (regular sitemap), geo-sitemap.xml (Geo Sitemap), and the sitemap_index.xml (Sitemap Index)  to <a href="http://www.google.com/webmasters/tools">Google Webmaster Tools</a> to make sure that Google can find all the pages on your website that you want to be findable in search, and to alert Google that you have a new Geo Sitemap.</p>
<p>Here are the authoritative references for building a Geo Sitemap:</p>
<p><a href="http://code.google.com/apis/kml/documentation/kmlSearch.html">http://code.google.com/apis/kml/documentation/kmlSearch.html</a><br />
<a href="http://www.google.com/support/webmasters/bin/answer.py?hl=en&amp;answer=94554"> http://www.google.com/support/webmasters/bin/answer.py?hl=en&amp;answer=94554</a></p>
<h2><a name="mime"></a>3. Common Problem: MIME Type Errors</h2>
<p>You won&#8217;t be able to validate the KML file if your server isn&#8217;t set to send the proper response code. If you are having trouble validating your Geo Sitemap, or if you are able to see the sitemap by typing in the URL in a regular browser, then chances are, your server is treating it as a text/plain document, and not a KML file.</p>
<p>Here is Google&#8217;s documentation for KML Mime Types, including how to change your server configuration if needed:  <a href="http://code.google.com/apis/kml/documentation/kml_tut.html#kml_server">http://code.google.com/apis/kml/documentation/kml_tut.html#kml_server</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.newshoemedia.com/blog/web-design/scripts/tutorial-kml-geo-sitemaps/feed</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
		<item>
		<title>Google Alerts and SEO</title>
		<link>http://www.newshoemedia.com/blog/seo/google-alerts-seo</link>
		<comments>http://www.newshoemedia.com/blog/seo/google-alerts-seo#comments</comments>
		<pubDate>Mon, 05 Jan 2009 16:44:35 +0000</pubDate>
		<dc:creator>Claye Stokes</dc:creator>
				<category><![CDATA[Internet Marketing]]></category>
		<category><![CDATA[SEO]]></category>
		<category><![CDATA[Small Business Resources]]></category>
		<category><![CDATA[social media]]></category>
		<category><![CDATA[competition]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[keywords]]></category>
		<category><![CDATA[link building]]></category>

		<guid isPermaLink="false">http://www.newshoemedia.com/blog/?p=76</guid>
		<description><![CDATA[Using Google Alerts to build links and watch your online competition.
I use Google Alerts on a daily basis to to track websites that could provide links to my websites, and to watch the presence and SEO techniques of my  (and my clients&#8217;) competition.
What is Google Alerts? Straight from the Alerts homepage:
Google Alerts are email updates of the [...]]]></description>
			<content:encoded><![CDATA[<p><em>Using Google Alerts to build links and watch your online competition</em>.</p>
<p>I use <a href="http://www.google.com/alerts">Google Alerts</a> on a daily basis to to track websites that could provide links to my websites, and to watch the presence and SEO techniques of my  (and my clients&#8217;) competition.</p>
<p>What is Google Alerts? Straight from the Alerts homepage:</p>
<blockquote><p><em>Google Alerts</em> are email updates of the latest relevant <em>Google</em> results (web, news , etc.) based on your choice of query or topic.</p></blockquote>
<p>Here is how Google Alerts can be useful in your online marketing efforts:</p>
<ol>
<li><strong>Keeping an eye on the competition</strong>: if you are a plumber in San Diego, you will want to watch the keyword &#8216;plumber san diego&#8217; and similar variations to watch everything Google is gathering related to San Diego plumbers. Use that information to your benefit by using and improving on some of the tactics that you will find that your competition is using.</li>
<li><strong>Creating links</strong>: Google Alerts reports links across the web that are pointing to your competition. If they are already linking to someone in your niche/industry, why not link to you, too? Visit the sites Google Alerts sends your way and find out what you need to do to get a link from them. I have found several online business directories and other valuable websites that can send valuable traffic to my website.</li>
<li><strong>Watching where/when Google is finding you</strong>: You can watch where Google is finding your name, business name, and website through Google Alerts, and you can set Google Alerts to send you this information on a &#8220;As-it-happens&#8221; basis, so you will know <em>when </em>Google found the keywords you are watching.</li>
</ol>
<p>Here is a list of some Google Alerts&#8217; uses from Google:</p>
<blockquote style="text-align: left;"><p>Some handy uses of Google Alerts include:</p>
<ul>
<li>monitoring a developing news story</li>
<li>keeping current on a competitor or industry</li>
<li>getting the latest on a celebrity or event</li>
<li>keeping tabs on your favorite sports teams</li>
</ul>
</blockquote>
]]></content:encoded>
			<wfw:commentRss>http://www.newshoemedia.com/blog/seo/google-alerts-seo/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to 301 Redirect the Non-WWW to WWW</title>
		<link>http://www.newshoemedia.com/blog/seo/301-redirect-non-www-to-www-tutorial</link>
		<comments>http://www.newshoemedia.com/blog/seo/301-redirect-non-www-to-www-tutorial#comments</comments>
		<pubDate>Sat, 03 Jan 2009 23:40:42 +0000</pubDate>
		<dc:creator>Claye Stokes</dc:creator>
				<category><![CDATA[SEO]]></category>
		<category><![CDATA[Scripts]]></category>
		<category><![CDATA[Tutorial]]></category>
		<category><![CDATA[Web Design]]></category>
		<category><![CDATA[301 redirect]]></category>
		<category><![CDATA[how to redirects]]></category>
		<category><![CDATA[script]]></category>

		<guid isPermaLink="false">http://www.newshoemedia.com/blog/?p=74</guid>
		<description><![CDATA[Tutorial: Redirecting non-WWW to WWW
I have seen a lot of clients get frustrated quickly after I tell them to set up a 301 Permanent Redirect from the non-WWW version of their website to the WWW version. 
Example: Redirect http://domainname.com to http://www.domainname.com
It is important to note that this method only applies to servers running Apache. Be very careful when [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Tutorial</strong>: Redirecting non-WWW to WWW</p>
<p>I have seen a lot of clients get frustrated quickly after I tell them to set up a 301 Permanent Redirect from the non-WWW version of their website to the WWW version. </p>
<p><em>Example</em>: Redirect <span style="color: #808000;">http://domainname.com</span> to <span style="color: #808000;">http://<strong><span style="color: #800000;">www</span></strong>.domainname.com</span></p>
<p class="highlight">It is <strong>important to note</strong> that this method <em>only</em> applies to servers running Apache. Be very careful when you change the .htaccess file because it can cause your entire site to fail with a simple typo. I recommend hiring an experienced web designer to do this for you.</p>
<p><strong>First</strong>: open your .htaccess file. It should be in the root folder of your website (usually www). If it doesn&#8217;t exist, create a new file named .htaccess &#8211; that is the entire file name, so don&#8217;t add a .txt extension or add anything in front of the period.</p>
<p>Add the following lines  (if there are already some code in the file, add these lines above them):</p>
<ol class="code">
<li><code>RewriteEngine on</code></li>
<li><code>RewriteCond %{HTTP_HOST} ^domainname\.com</code></li>
<li><code>RewriteRule (.*) http://www.domainname.com/$1 [R=301,L]</code></li>
</ol>
<p>REMEMBER: Be <em><strong>extremely</strong><span style="font-style: normal;"> careful, and make sure you know what you are doing. Depending on the structure of your website, adding these lines in the wrong place can break your website. </span></em></p>
<p>I am working on a large post explaining what the .htaccess file is and now to use 301 Permanent Redirects for many reasons &#8211; I will publish it as soon as possible.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.newshoemedia.com/blog/seo/301-redirect-non-www-to-www-tutorial/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Website Changes, Redesigns and SEO</title>
		<link>http://www.newshoemedia.com/blog/seo/website-changes-redesigns-seo</link>
		<comments>http://www.newshoemedia.com/blog/seo/website-changes-redesigns-seo#comments</comments>
		<pubDate>Sat, 03 Jan 2009 03:31:29 +0000</pubDate>
		<dc:creator>Claye Stokes</dc:creator>
				<category><![CDATA[SEO]]></category>
		<category><![CDATA[Web Design]]></category>
		<category><![CDATA[rankings]]></category>

		<guid isPermaLink="false">http://www.newshoemedia.com/blog/?p=51</guid>
		<description><![CDATA[If you just made significant changes to your website design, or are thinking about giving your website a face lift/some major on-site SEO optimizations, you are probably wondering what kind of impact those changes will have on your search engine rankings.
Several of my SEO clients have seen some serious fluctuation after making major changes to [...]]]></description>
			<content:encoded><![CDATA[<p>If you just made significant changes to your website design, or are thinking about giving your website a face lift/some major on-site SEO optimizations, you are probably wondering what kind of impact those changes will have on your search engine rankings.</p>
<p>Several of my SEO clients have seen some serious fluctuation after making major changes to the copy or structure of their website, and come to me asking, &#8220;Those changes are supposed to <em>help</em> my rankings &#8211; but I just dropped out of site! What&#8217;s going on?&#8221;</p>
<p>Watching search engine rankings decline after paying a bundle on SEO and web design changes can be painful, and you will likely see a temporary decrease in site traffic, but if you can stomach the temporary set-back, you will be better off for it in the long run.</p>
<p class="highlight">Changing your website may temporarily hurt your rankings, but it will come out on top after some fluctuation.</p>
<p>If you see some fluctuation, don&#8217;t let it surprise you. Search engines are just re-evaluating the new content on your site &#8211; it has changed a lot since the last time they visited your site, and have to make sure that your site is still relevant to those keywords.</p>
<p>You&#8217;ll see some fluctuation &#8211; your website rankings will probably drop at first, then shoot up and down for a few weeks like a Californian seismograph, but in my experience, you can count on it coming out on top in the end &#8211; with much higher rankings than the website had before.</p>
<p><strong>The good news</strong>: it won&#8217;t hurt for long. It will usually take between 30 and 60 days to see the improvement you are looking for, but think of what you&#8217;ve gained:</p>
<ul>
<li>You now have a SE-Optimized website, so you are going to see more traffic in the future for keywords on all of your pages.</li>
<li>New content will be ready for search engines</li>
<li>Your website is more user friendly and useful for your visitors</li>
<li>The optimized content on your website will bring relevant traffic for a very long time &#8211; SEO has to be part of your long-term marketing strategy</li>
</ul>
<h2>Tips for redesigning your website without losing SEO value:</h2>
<ul>
<li><strong>Use 301 Permanent Redirects</strong> to redirect users who may be visiting the former pages on your site via bookmark links, old marketing material, or various links around the web. Redirect them to their new equivalents or to relevant pages. Using a 301 Permanent Redirect will preserve the SEO value of the former web pages, and channel them to the proper destination. Links and search engine rankings that pointed to old pages on your site will still be relevant, and the new pages will rank for the same keywords as the previous page did.</li>
<li><strong>Keep the content that worked for you</strong>. And throw out the rest. Keeping the content that your visitors (and search engines) liked will keep them coming, and will reduce the negative fluctuation that will follow the redesign.</li>
<li><strong>Take advantage of the redesign to do everything right</strong>. Make sure your title and meta tags are unique, look over your navigation structure, make sure you are using text links, and proper semantic XHTML structure to aid search engines in determining the structure and heirarchy of your website.</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.newshoemedia.com/blog/seo/website-changes-redesigns-seo/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
