<?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>SEOpittfall &#187; internet explorer</title>
	<atom:link href="http://www.seopittfall.com/tag/internet-explorer/feed" rel="self" type="application/rss+xml" />
	<link>http://www.seopittfall.com</link>
	<description>tips, tools &#38; techniques to build a better website for visitors and the search engines they use.</description>
	<lastBuildDate>Sun, 16 Jun 2013 03:40:26 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
		<item>
		<title>Server Responses &#8211; The What and Why for SEO</title>
		<link>http://www.seopittfall.com/server-responses-the-what-and-why-for-seo</link>
		<comments>http://www.seopittfall.com/server-responses-the-what-and-why-for-seo#comments</comments>
		<pubDate>Mon, 23 Mar 2009 02:36:38 +0000</pubDate>
		<dc:creator>pittfall</dc:creator>
				<category><![CDATA[resources]]></category>
		<category><![CDATA[search engines]]></category>
		<category><![CDATA[search tech]]></category>
		<category><![CDATA[seo]]></category>
		<category><![CDATA[tips]]></category>
		<category><![CDATA[tools]]></category>
		<category><![CDATA[cms]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[internet explorer]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[serps]]></category>

		<guid isPermaLink="false">http://www.seopittfall.com/?p=965</guid>
		<description><![CDATA[<p></p><p><img src="http://www.seopittfall.com/wp-content/uploads/2009/03/signals.jpg" alt="mixed signals" width="250" height="330" class="alignleft size-full wp-image-967" />Sometimes not understanding why a website isn&#8217;t performing well can be a difficult thing to figure out. However, many times it is important to take a step back and look at what signals can be seen. When looking for technical concerns can appear to be a daunting task, however, we are going to review server responses and hopefully I can help you take a look at a website and not feel like you just pulled up to the intersection pictured here.</p>
<p>If you are like me, you like to leave the mechanics of pretty much everything important to those who know not only what is going on, but also how to fix the concern. But, if you are also like me, you really want to know what is going on and knowing what the outcome <em>should be</em> can ensure proper management of expectations, usually your own! To ensure accuracy you might need a tool and a couple of minutes to check things out, however, showing up at the desk of the person in charge of the web server with the right information is usually the first step in a speedy recovery if anything is wrong.</p>
<p>So, with that I will cover the most common classes and numbers of HTTP Status Codes, what they do and what they should do send the right signals to search engines.</p>
<p><strong>HTTP Status Codes</strong></p>
<ul>
<li><strong>200 Series</strong> &#8211; Successful</li>
<li><strong>200</strong> &#8211; The request has been successfully completed, aka &#8220;here it is.&#8221;</li>
<li><b>300 Series</b> &#8211; Redirected</li>
<li><b>301</b> &#8211; The page requested has been permanently moved to the given page, aka &#8220;permanent detour.&#8221;</li>
<li><b>302</b> &#8211; The page requested has been temporarily moved to the given page, aka &#8220;temporary detour.&#8221;</li>
<li><b>400 Series</b> &#8211; Error Request</li>
<li><b>404</b> &#8211; The requested information is not available, aka &#8220;can&#8217;t find it.&#8221;</li>
<li><b>500 Series</b> &#8211; Server Error</li>
<li><b>500</b> &#8211; Internal server error resulting in inability to fulfill request, aka &#8220;too busy.&#8221;</li>
</ul>
<p>I know, you are thinking, I know the lingo and what these mean to the engines but I really don&#8217;t know how or where to find these mysterious server responses. Here are a couple of tools that are easy to use and understand. The first is a plugin for Firefox called <a href="https://addons.mozilla.org/en-US/firefox/addon/6647" target="_blank">Httpfox</a> and the other way, if you are using IE, Chrome or another browser, is to use a browser based tool like <a href="http://web-sniffer.net/" target="_blank">Web Sniffer</a>. I prefer Httpfox because you can keep it running and check the server response code while you surf, bonus!</p>
<p>So, you know what to look for and you have the tool to check it out, what now?</p>
<p>Know when and why a certain server response should be used. </p>
<p>Every page you publish intentionally should return a 200 response, except your custom 404 page. This let&#8217;s the search engine crawler know that everything is good to go. </p>
<p>When you move or remove a page, intentionally or otherwise, a redirect should be in place to send the user and the crawler to the new location or to your custom 404 page. The biggest difference between a 301 and 302 is not just semantics of permanence when it comes to a search engine crawler. Search engines (speaking in generalities) do two things when they receive a 301 redirect, first, they note the new permanent location of the requested page while getting it on their list to crawl in the future and second, they pass the value from the previous location and drop it from their list to crawl in the future. This lowers the number of pages they need to visit plus it makes sense from a means of housecleaning. Now, a 302 redirect does something different, first, the crawler doesn&#8217;t necessarily not the new location because it is temporary and second, it doesn&#8217;t take the old page off the list and keeps the value for the previous page to be returned when that page comes back. This can impact the performance of websites in two big ways, it can trap value from flowing properly through your website and it doesn&#8217;t pull the old page from their crawl keeping them coming back for nothing. There are some theories that search engines only visit a limited number of pages when they visit a website, so keeping these old pages that don&#8217;t exist on the checklist keeps them from exploring deeper into your site.</p>
<p>OK, the 404 server response is one of the most misunderstood of all of the HTTP Status Codes, mostly because you return a page (custom &#8220;could not find page&#8221; is recommended, for instance <a href="http://www.seopittfall.com/404" target="_blank" rel="nofollow">take a look at mine</a>) but you return a server response of could not find. This is important because it takes the page off of the list of pages to revisit and you the ability to track in your analytical package where these are coming from to either correct the link (internal) or request the publisher to correct (external).</p>
<p>Last, but not least would be a 500 response. This is an internal error at the server level and if this is the code you get, it should be addressed quickly by a technician. </p>
<p>What&#8217;s the big deal? Well, when you are building or optimizing a website you may need to affect changes like navigation, links and even page names. While doing this for optimal performance, many content management systems, or CMS, automatically change the name of a given page and set a redirect from the old URL, but this might pass a 302 response keeping all of the value the old page URL there and not passing through to the new name or location. This can also be impacted if you have made changes to address canonical concerns with the <em>www</em> or <em>non-www</em> and even <em>http</em> or <em>https</em> versions of pages that could be considered as duplicate content (bad) or dilute link value to multiple versions of the same page (worse).</p>
<p>Hopefully this will help you do a quick health check of your website and keeping it healthy, technically speaking, is the best way to ensure you are performing well in SERPs.</p>
<p><a href="http://www.seopittfall.com/server-responses-the-what-and-why-for-seo">Server Responses &#8211; The What and Why for SEO</a><br/>Copyright &copy; 2004-2013, by <a href="https://plus.google.com/103942660722708261202" rel="author" target="_blank"><span itemprop="name">Stephen Pitts</span></a> aka <a href="http://www.seopittfall.com">SEOpittfall</a>, All Rights Reserved.</p>
Server Responses &#8211; The What and Why for SEOCopyright &#169; 2004-2013, by Stephen Pitts aka SEOpittfall, All Rights Reserved.<p><a href="http://www.seopittfall.com/server-responses-the-what-and-why-for-seo">Server Responses &#8211; The What and Why for SEO</a><br/>Copyright &copy; 2004-2013, by <a href="https://plus.google.com/103942660722708261202" rel="author" target="_blank"><span itemprop="name">Stephen Pitts</span></a> aka <a href="http://www.seopittfall.com">SEOpittfall</a>, All Rights Reserved.</p>
]]></description>
		<wfw:commentRss>http://www.seopittfall.com/server-responses-the-what-and-why-for-seo/feed</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
		<item>
		<title>A Compendium of Google&#8217;s Chrome Browser</title>
		<link>http://www.seopittfall.com/a-compendium-of-googles-chrome-browser</link>
		<comments>http://www.seopittfall.com/a-compendium-of-googles-chrome-browser#comments</comments>
		<pubDate>Sat, 06 Sep 2008 23:12:58 +0000</pubDate>
		<dc:creator>pittfall</dc:creator>
				<category><![CDATA[news]]></category>
		<category><![CDATA[search engines]]></category>
		<category><![CDATA[search tech]]></category>
		<category><![CDATA[tools]]></category>
		<category><![CDATA[browsers]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[google chrome]]></category>
		<category><![CDATA[google omnibox]]></category>
		<category><![CDATA[internet explorer]]></category>
		<category><![CDATA[opera]]></category>

		<guid isPermaLink="false">http://www.seopittfall.com/?p=483</guid>
		<description><![CDATA[<p></p><p><a href='http://www.seopittfall.com/wp-content/uploads/2008/09/google-chrome.png'><img src="http://www.seopittfall.com/wp-content/uploads/2008/09/google-chrome.png" alt="Google Chrome beta" /></a><br />
What a whirlwind of activity that has surrounded the launch of a new browser. I don&#8217;t remember any browser getting this amount of buzz than Google has with Chrome. I really wanted to start posting information on Monday afternoon when the info leaked out and the firestorm got started. But I wanted to see how it all played out and has it been a ride!</p>
<p>There have been a lot of rumors that Google would develop their own operating system (OS) and their very own browser. The rumors about a Google OS turned into <a href="http://docs.google.com/" target="_blank">Google Docs and Spreadsheets</a> and now the <a href="http://www.marketingpilgrim.com/2006/06/google-deking-the-press-on-browser-plans.html" target="_blank">rumors of a Google browser</a> are coming to light. The <a  href="http://thetruthaboutmozilla.wordpress.com/2008/02/25/the-google-browser/" target="_blank">rumors continued</a>, but largely went unnoticed.</p>
<p>Two years ago, CEO Eric Schmidt went as far as to say:</p>
<blockquote><p>&#8220;The industry is obsessed with this browser question&#8230; It looks like people have some good browsers choices already,&#8221; Schmidt said.</p>
<p>&#8220;The way Google operates, we would not build a browser for the fun of building a browser and creating another choice&#8230; We would only do something along the lines you&#8217;re describing if there was a real end-user benefit. So far, we&#8217;ve seen the end-user benefit has been to augment or expand both AJAX and JavaScript, which is available on all the browsers. We&#8217;re working closely with Firefox, we have a good partnership with Safari and with Opera and a couple of others as well. That seems like a good answer for us right now, strategically,&#8221; Schmidt added.</p></blockquote>
<p><img src="http://www.seopittfall.com/wp-content/uploads/2008/09/2008.png" alt="2008" /><br />
But, Monday, Labor Day 2008, the information was out, Philipp Lenssen of Google Blogoscoped released leaked information about the new browser and <a href="http://blogoscoped.com/google-chrome/" target="_blank">the comic book</a>, by <a href="http://www.scottmccloud.com/googlechrome/" target="_blank">Scott McCloud</a>, that was to present Chrome to the world. Quite a <a href="http://www.seobook.com/google-makes-ultimate-blogger-pitch" target="_blank">different way to market an online product</a> by a company that predominately works online, isn&#8217;t it?</p>
<p>So, this started the firestorm:<br />
<a href="http://www.searchenginejournal.com/google-chrome-googles-web-browser-is-it-real/7602/" target="_blank">Search Engine Journal</a><br />
<a href="http://www.techcrunch.com/2008/09/01/no-joke-google-introduces-its-own-browser-with-a-cartoon/" target="_blank">TechCrunch</a><br />
<a href="http://blog.searchenginewatch.com/blog/080901-163034" target="_blank" target="_blank">Search Engine Watch</a><br />
<a href="http://searchengineland.com/080901-165046.php" target="_blank">Search Engine Land</a><br />
<a href="http://www.pandia.com/sew/709-the-google-chrome-browser.html" target="_blank">Pandia</a><br />
<a href="http://www.marketingpilgrim.com/2008/09/google-chrome-web-browser.html" target="_blank">Marketing Pilgrim</a><br />
<a href="http://www.toprankblog.com/2008/09/shiny-new-google-chrome/" target="_blank">TopRank</a></p>
<p>Which led Google and Matt Cutts to respond to the firestorm that was generated:<br />
<a href="http://googleblog.blogspot.com/2008/09/fresh-take-on-browser.html" target="_blank">Official Google Blog</a>:</p>
<blockquote><p>At Google, we have a saying: “launch early and iterate.” While this approach is usually limited to our engineers, it apparently applies to our mailroom as well! As you may have read in the blogosphere, we hit &#8220;send&#8221; a bit early on a comic book introducing our new open source browser, Google Chrome. As we believe in access to information for everyone, we&#8217;ve now made the comic publicly available &#8212; you can find it here. We will be launching the beta version of Google Chrome tomorrow in more than 100 countries.</p></blockquote>
<p><a href="http://www.mattcutts.com/blog/google-chrome-web-browser/" target="_blank">Matt Cutts</a>:</p>
<blockquote><p>I can’t wait to talk more about Google Chrome, but I’ll hold off until it officially launches. Once people can download Google Chrome, I plan to talk about my experiences using Google Chrome, to lay some truth on you about questions you might ask about Google Chrome, and to give some tips for power browsers.</p></blockquote>
<p><b>This was quickly followed by additional scrutiny</b>:<br />
<a href="http://battellemedia.com/archives/004593.php" target="_blank">Chrome: This Is Web OS, Make No Mistake</a><br />
<a href="http://www.techcrunch.com/2008/09/01/meet-chrome-googles-windows-killer/" target="_blank">Meet Chrome, Google’s Windows Killer</a><br />
<a href="http://news.yahoo.com/s/ap/20080901/ap_on_bi_ge/google_browser" target="_blank">Google takes aim at Microsoft with new Web browser</a></p>
<p>Tuesday, <a href="http://www.businesswire.com/portal/site/google/?ndmViewId=news_view&#038;newsId=20080902005540&#038;newsLang=en" target="_blank">Google launched a webcast to officially announce the release of the browser.</a> Which was live-blogged by <a href="http://www.mattcutts.com/blog/download-google-chrome-browser-beta/" target="_blank">Matt Cutts</a> (<a href="http://www.youtube.com/watch?v=1d1_ool4r7s" target="_blank">webcast video</a>). The responses on Twitter alone were amazing. I watched and listened to the webcast and much of it was the same information that was released in the comic, but the biggest take-away was the &#8220;speed&#8221; of the new engine under the browser&#8217;s hood. There were live comparisons to Internet Explorer, the twitter buzz wanted to see it up against FireFox and I really wanted to see it challenge Opera, but no dice.</p>
<p>Not much time passed and <a href="http://googlemac.blogspot.com/2008/09/platforms-and-priorities.html" target="_blank">Google responded to the fact that Apple users will have to wait for the new browser</a>, <a href="http://www.mattcutts.com/blog/google-chrome-communication/" target="_blank">Matt Cutts addresses concerns with the new browser&#8217;s interaction with <del>big brother</del> Google</a> and <a href="http://www.mattcutts.com/blog/common-google-chrome-objections/" target="_blank">common objections</a>.</p>
<p><strong>It didn&#8217;t take long for reactions to start flooding in</strong>:<br />
<a href="http://www.seroundtable.com/archives/018136.html" target="_blank">Can Google Win The Browser Wars With Google Chrome?</a><br />
Which was answered with &#8211; <a href="http://www.seroundtable.com/archives/018168.html" target="_blank">44% of SEO/SEMs Say Google&#8217;s Chrome Won&#8217;t Win the Browser War</a><br />
<a href="http://www.seoegghead.com/blog/seo/google-browser-anti-competitive-by-googles-standards-p223.html" target="_blank">Google Browser Anti-Competitive [By Google's Standards]</a><br />
<a href="http://news.cnet.com/8301-1001_3-10031278-92.html?part=rss&#038;tag=feed&#038;subj=News-BusinessTech">Firefox counters Google&#8217;s browser speed test</a><br />
<a href="http://news.cnet.com/8301-13860_3-10031661-56.html" target="_blank">Google&#8217;s Omnibox could be Pandora&#8217;s box</a> &#8211; Privacy concerns<br />
<a href="http://www.seroundtable.com/archives/018155.html" target="_blank">Does Chrome Signal The Removal of Google&#8217;s PageRank Indicator?</a><br />
<a href="http://www.businessweek.com/technology/content/sep2008/tc2008093_489920.htm" target="_blank">Google&#8217;s brand is pure gold, but its tech edge is unproven in the browser sweepstakes</a><br />
<a href="http://bits.blogs.nytimes.com/2008/09/03/googles-chrome-kills-the-lucrative-toolbar-business/?apage=1" target="_blank">Google’s Chrome Kills the Lucrative Toolbar Business</a></p>
<p>Then security exploits were found:<br />
<a href="http://www.milw0rm.com/exploits/6355" target="_blank">Exploit #1</a> &#8211; Google&#8217;s new Web browser (Chrome) allows files (e.g., executables) to be automatically downloaded to the user&#8217;s computer without any user prompt.<br />
<a href="http://www.informationweek.com/news/internet/google/showArticle.jhtml?articleID=210500290" target="_blank">Exploit #2</a> &#8211; The vulnerability is caused due to a boundary error when handling the “SaveAs” function. On saving a malicious page with an overly long title (<title> tag in HTML), the program causes a stack-based overflow and makes it possible for attackers to execute arbitrary code on users’ systems.</p>
<p><em><strong>My thoughts:</strong></em><br />
Google Chrome is a nice browser, however, it doesn&#8217;t have the functionality of FireFox. If I am going to use a browser for fun, I will stick with Opera, at least for now. The average user might want to stick with their normal browser until Chrome is out of beta.</p>
<p>I think Google allowed the <em>&#8220;leak&#8221;</em> to happen, after all, they know the value of a viral campaign, now don&#8217;t they?</p>
<p><a href='http://www.seopittfall.com/wp-content/uploads/2008/09/chrome-icon-100x100.png'><img src="http://www.seopittfall.com/wp-content/uploads/2008/09/chrome-icon-100x100.png" alt="Google Chrome Logo - All Seeing Eye?" /></a><br />
I wonder, does the Chrome logo (above) appear to be an all seeing eye?</p>
<p><u>What do you think?</u><br />
Have you used Chrome?<br />
How has your experience been?</p>
<p><a href="http://www.seopittfall.com/a-compendium-of-googles-chrome-browser">A Compendium of Google&#8217;s Chrome Browser</a><br/>Copyright &copy; 2004-2013, by <a href="https://plus.google.com/103942660722708261202" rel="author" target="_blank"><span itemprop="name">Stephen Pitts</span></a> aka <a href="http://www.seopittfall.com">SEOpittfall</a>, All Rights Reserved.</p>
<p><a href="http://www.seopittfall.com/a-compendium-of-googles-chrome-browser">A Compendium of Google&#8217;s Chrome Browser</a><br/>Copyright &copy; 2004-2013, by <a href="https://plus.google.com/103942660722708261202" rel="author" target="_blank"><span itemprop="name">Stephen Pitts</span></a> aka <a href="http://www.seopittfall.com">SEOpittfall</a>, All Rights Reserved.</p>
]]></description>
		<wfw:commentRss>http://www.seopittfall.com/a-compendium-of-googles-chrome-browser/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Google Wants You to Be Social and Share Your Stuff</title>
		<link>http://www.seopittfall.com/google-wants-you-to-be-social-and-share-your-stuff</link>
		<comments>http://www.seopittfall.com/google-wants-you-to-be-social-and-share-your-stuff#comments</comments>
		<pubDate>Thu, 20 Sep 2007 18:36:55 +0000</pubDate>
		<dc:creator>pittfall</dc:creator>
				<category><![CDATA[tools]]></category>
		<category><![CDATA[bookmarking]]></category>
		<category><![CDATA[del.icio.us]]></category>
		<category><![CDATA[digg]]></category>
		<category><![CDATA[facebook]]></category>
		<category><![CDATA[google bookmarks]]></category>
		<category><![CDATA[google profile]]></category>
		<category><![CDATA[google shared stuff]]></category>
		<category><![CDATA[google toolbar]]></category>
		<category><![CDATA[igoogle]]></category>
		<category><![CDATA[internet explorer]]></category>
		<category><![CDATA[reddit]]></category>
		<category><![CDATA[rss]]></category>

		<guid isPermaLink="false">http://www.seopittfall.com/?p=347</guid>
		<description><![CDATA[<p></p><p><img src="http://farm2.static.flickr.com/1368/1415486006_767e7b7144.jpg?v=0" alt="Google Shared Stuff" /><br />
Google has launched a social bookmarking service aptly named <a href="http://www.google.com/s2/sharing/stuff?user=103942660722708261202" target="_blank">Shared Stuff</a> quietly. </p>
<p><strong>But the news is out</strong>:<br />
<a href="http://blogoscoped.com/archive/2007-09-20-n40.html" target="_blank">Google Shared Stuff &#8211; Google Blogscoped</a><br />
<a href="http://searchengineland.com/070920-084335.php" target="_blank">Google Launches Google Shared Stuff &#8211; Search Engine Land</a><br />
<a href="http://www.marketingpilgrim.com/2007/09/google-shared-stuff-is-delicious.html" target="_blank">Google Shared Stuff is Delicious &#8211; Marketing Pilgrim</a><br />
<a href="http://www.techcrunch.com/2007/09/20/google-wants-you-to-share-stuff/" target="_blank">Google Wants You To Share Stuff &#8211; TechCrunch</a><br />
<a href="http://battellemedia.com/archives/003975.php" target="_blank">Google and Being Social &#8211; John Battelle&#8217;s Searchblog</a></p>
<p>Here is the best description of the new product (from TechCrunch):</p>
<blockquote><p>Shared Stuff is simple enough; users drag a “email share” button into their browser, and click it when they want to add pages to their Shared Stuff profile. Links can include an image, text extract, and/ or a user comment. The results can then be viewed directly, via iGoogle or RSS. An interesting addition is the option to use Shared Stuff to post links to other social booking sites as well, including Facebook Furl, Delicious, Reddit and Digg.</p>
<p>Friend can be invited by email, and bookmarks made by Gmail contacts using the service can be viewed as well.</p></blockquote>
<p>Other aspects that make Shared Stuff more social includes a profile that you have limited, but valuable control. On your profile you have the ability to share your name, nickname, job, geographic location, short description (5,000 character max) and of course 10 links of your liking. Below you will see the profile section of a profile. As with many other social bookmarking sites, you can add a description and tags to help you manage your stuff and the ability to share your stuff via email and RSS/XML feeds.</p>
<p><img src="http://farm2.static.flickr.com/1366/1415486104_b0697d3635.jpg?v=0" alt="Google Shared Stuff profile" /><br />
<em>Here is the new profile of the Google Shared Stuff</em></p>
<p>You just have to add a javascript link to your favorites on your browser, however there is no ability to add a button to your Google Toolbar which makes me think that they are really trying to keep the wraps on this new product.</p>
<p>So what happened to <a href="http://www.google.com/bookmarks/" target="_blank">Google Bookmarks</a>?</p>
<blockquote><ul>
<li><strong>Create bookmarks you can access anywhere</strong><br />
Bookmark your favorite websites and add labels and notes to them. Your labels and notes are searchable later, and you can access your bookmarks from any computer by signing in.</li>
<li><strong>Save time with quick links to your favorite websites</strong><br />
Use Personalized Search to find the sites you visit frequently and bookmark your favorites. Use the Google Toolbar for Internet Explorer for quick access to your bookmarks and to easily create more.</li>
</ul>
</blockquote>
<p>A good question is why would Google discard their bookmarks service rather than adding the social aspects of shared stuff to their existing product?</p>
<p>If you would like a walk through of the new service, check out <a href="http://blogoscoped.com/archive/2007-09-20-n40.html" target="_blank">BlogScoped&#8217;s post</a> which includes screen shots and instructions.</p>
<p>Have you added Google Shared Stuff to your Google Profile?</p>
<p><a href="http://www.seopittfall.com/google-wants-you-to-be-social-and-share-your-stuff">Google Wants You to Be Social and Share Your Stuff</a><br/>Copyright &copy; 2004-2013, by <a href="https://plus.google.com/103942660722708261202" rel="author" target="_blank"><span itemprop="name">Stephen Pitts</span></a> aka <a href="http://www.seopittfall.com">SEOpittfall</a>, All Rights Reserved.</p>
<p><a href="http://www.seopittfall.com/google-wants-you-to-be-social-and-share-your-stuff">Google Wants You to Be Social and Share Your Stuff</a><br/>Copyright &copy; 2004-2013, by <a href="https://plus.google.com/103942660722708261202" rel="author" target="_blank"><span itemprop="name">Stephen Pitts</span></a> aka <a href="http://www.seopittfall.com">SEOpittfall</a>, All Rights Reserved.</p>
]]></description>
		<wfw:commentRss>http://www.seopittfall.com/google-wants-you-to-be-social-and-share-your-stuff/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Microsoft and Google Compete to Deliver Online Storage Solutions</title>
		<link>http://www.seopittfall.com/microsoft-and-google-compete-to-deliver-online-storage-solutions</link>
		<comments>http://www.seopittfall.com/microsoft-and-google-compete-to-deliver-online-storage-solutions#comments</comments>
		<pubDate>Sat, 11 Aug 2007 18:44:27 +0000</pubDate>
		<dc:creator>pittfall</dc:creator>
				<category><![CDATA[tools]]></category>
		<category><![CDATA[beta]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[gmail]]></category>
		<category><![CDATA[internet explorer]]></category>
		<category><![CDATA[macintosh]]></category>
		<category><![CDATA[microsoft]]></category>
		<category><![CDATA[online storage]]></category>
		<category><![CDATA[picasa]]></category>
		<category><![CDATA[windows]]></category>
		<category><![CDATA[windows live skydrive]]></category>

		<guid isPermaLink="false">http://www.seopittfall.com/?p=325</guid>
		<description><![CDATA[<p></p><p><img src="http://farm3.static.flickr.com/2142/2253211387_6124f90f65_t.jpg" alt="Windows Live SkyDrive" /><br />
<a href="http://skydrive.live.com/" target="_blank">Windows Live SkyDrive</a> is now in beta from Microsoft. </p>
<p>Here are some of the <a href="http://skydrive.live.com/WelcomeMoreInfo.aspx" target="_blank">details of this new service</a>:</p>
<li>500 MB of free online storage</li>
<li>Create personal, shared, and public folders </li>
<li>Windows Live SkyDrive works on Windows or Macintosh with both FireFox or Internet Explorer</li>
<p>Unlike the new Microsoft product, <a href="http://googleblog.blogspot.com/2007/08/simple-way-to-get-more-storage.html" target="_blank">Google is offering online storage with limitations</a> (and not free).</p>
<blockquote><p>Gmail offers over 2.8 GB of free storage to all users, and that space is reserved just for Gmail messages. Similarly, Picasa Web Albums gives users 1 GB of storage just for Picasa Web Albums images.</p>
<p>There&#8217;s currently no way to use your free storage space from one product to house content from another. However, if you purchase extra storage from Google, that space will be shared by both products as needed as you upload or receive more data.</p></blockquote>
<p>So, MSN is offering 250 GB of free storage for use with anything you desire, Google gives you the ability to upgrade your storage for your Google Services (currently just Gmail and Picasa) for a fee. Currently 6 GB for $20 per year, up to 250 GB for $500 per year.</p>
<p>Are we wandering into an online war for storage supremacy?</p>
<p>What are your thoughts?</p>
<p><a href="http://www.seopittfall.com/microsoft-and-google-compete-to-deliver-online-storage-solutions">Microsoft and Google Compete to Deliver Online Storage Solutions</a><br/>Copyright &copy; 2004-2013, by <a href="https://plus.google.com/103942660722708261202" rel="author" target="_blank"><span itemprop="name">Stephen Pitts</span></a> aka <a href="http://www.seopittfall.com">SEOpittfall</a>, All Rights Reserved.</p>
<p><a href="http://www.seopittfall.com/microsoft-and-google-compete-to-deliver-online-storage-solutions">Microsoft and Google Compete to Deliver Online Storage Solutions</a><br/>Copyright &copy; 2004-2013, by <a href="https://plus.google.com/103942660722708261202" rel="author" target="_blank"><span itemprop="name">Stephen Pitts</span></a> aka <a href="http://www.seopittfall.com">SEOpittfall</a>, All Rights Reserved.</p>
]]></description>
		<wfw:commentRss>http://www.seopittfall.com/microsoft-and-google-compete-to-deliver-online-storage-solutions/feed</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Copied by Google or Optimized for Google</title>
		<link>http://www.seopittfall.com/copied-by-google-or-optimized-for-google</link>
		<comments>http://www.seopittfall.com/copied-by-google-or-optimized-for-google#comments</comments>
		<pubDate>Wed, 13 Dec 2006 03:12:00 +0000</pubDate>
		<dc:creator>pittfall</dc:creator>
				<category><![CDATA[search engines]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[internet explorer]]></category>
		<category><![CDATA[yahoo!]]></category>

		<guid isPermaLink="false">http://www.seopittfall.com/?p=256</guid>
		<description><![CDATA[<p></p><p>It&#8217;s not that much of a secret that Google likes Firefox. Whether you presume that it is because Google is for anything that is not Microsoft or that it is a better product. I don&#8217;t care to debate this, but it is apparent that Google, like Yahoo!, is now pushing IE7. Of course, with the Google Toolbar in tow.</p>
<p>According to Jeremy Zawodny, Google&#8217;s first attempt at this announcement was remarkably similar to Yahoo!&#8217;s page.</p>
<blockquote><p>&#8220;Seriously, click those images and look at the full-sized versions. They&#8217;re remarkably similar. And I&#8217;ve checked with our PR group to make sure that this wasn&#8217;t just a template that Microsoft gave to all partners. It&#8217;s not.&#8221;</p></blockquote>
<p>Or was it a joke?</p>
<p>Apparently, it ruffled some feathers. Jeremy offers some screenshots of both pages for you review. Interestingly, they are both from Firefox.</p>
<p><a href="http://www.seopittfall.com/copied-by-google-or-optimized-for-google">Copied by Google or Optimized for Google</a><br/>Copyright &copy; 2004-2013, by <a href="https://plus.google.com/103942660722708261202" rel="author" target="_blank"><span itemprop="name">Stephen Pitts</span></a> aka <a href="http://www.seopittfall.com">SEOpittfall</a>, All Rights Reserved.</p>
<p><a href="http://www.seopittfall.com/copied-by-google-or-optimized-for-google">Copied by Google or Optimized for Google</a><br/>Copyright &copy; 2004-2013, by <a href="https://plus.google.com/103942660722708261202" rel="author" target="_blank"><span itemprop="name">Stephen Pitts</span></a> aka <a href="http://www.seopittfall.com">SEOpittfall</a>, All Rights Reserved.</p>
]]></description>
		<wfw:commentRss>http://www.seopittfall.com/copied-by-google-or-optimized-for-google/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Search Engine Buzz</title>
		<link>http://www.seopittfall.com/search-engine-buzz</link>
		<comments>http://www.seopittfall.com/search-engine-buzz#comments</comments>
		<pubDate>Mon, 04 Dec 2006 04:08:00 +0000</pubDate>
		<dc:creator>pittfall</dc:creator>
				<category><![CDATA[search engines]]></category>
		<category><![CDATA[search tech]]></category>
		<category><![CDATA[seo]]></category>
		<category><![CDATA[tools]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[internet explorer]]></category>
		<category><![CDATA[live search]]></category>
		<category><![CDATA[yahoo!]]></category>

		<guid isPermaLink="false">http://www.seopittfall.com/?p=246</guid>
		<description><![CDATA[<p></p><p>With all of my talk of Search Engine Optimization (SEO) I don&#8217;t always look at the other side of the coin. So, after a long relaxing weekend (unplugged), I would like to share some of the buzz that is going around about the engines that we look to entice, or at least appease:</p>
<p><strong>Google Property Performance (<a href="http://battellemedia.com/archives/003145.php" target="_blank">Searchblog</a>)</strong><br />
<a href="http://static.flickr.com/116/313577437_a5fae4ceb5.jpg?v=0" target="_blank"><img src="http://static.flickr.com/116/313577437_a5fae4ceb5.jpg?v=0" border="0" alt="Google Properties Performance" /></a><br />
As shown by the numbers above, Google&#8217;s primary (duh) business is search.</p>
<p><strong>MSN Loosing Market Share (<a href="http://liveside.net/blogs/main/archive/2006/11/29/why-msn-live-search-is-losing-share-the-blog-conversation.aspx" target="_blank">LiveSide</a>)</strong><br />
MSN has been seeing declines in their market share in search. </p>
<p>Here are a couple of sited reasons:</p>
<li>Second redesign in as many years</li>
<li>Google looks clean, MSN looks cheap</li>
<li>MSN/Live Search is incomplete, offering products that aren&#8217;t complete or functional</li>
<li>Beta (testing) feel</li>
<p><strong>Yahoo! Pushing IE7 (<a href="http://slashdot.org/article.pl?sid=06/12/03/1950207" target="_blank">Slashdot</a>)</strong><br />
A whole lot of effort has been expelled by Google to help promote <a href="http://www.spreadfirefox.com/?q=affiliates&amp;id=187833&amp;t=84" target="_blank">FireFox</a>, and now it looks like people are thinking that Yahoo! is pushing <a href="http://www.microsoft.com/windows/ie/downloads/default.mspx" target="_blank">Internet Explorer 7</a>. Slashdot has a lot of talk about what is going on with Yahoo!</p>
<p>My preference? None. Like I have <a href="http://www.seopittfall.com/?p=237" target="_blank">posted</a> before, I look at my site in the browsers that are important to me, the browser that my users use. By the way, the majority of my readers and the majority of users on my companies websites is Internet Explorer 6. Take that how you will.</p>
<p><a href="http://www.seopittfall.com/search-engine-buzz">Search Engine Buzz</a><br/>Copyright &copy; 2004-2013, by <a href="https://plus.google.com/103942660722708261202" rel="author" target="_blank"><span itemprop="name">Stephen Pitts</span></a> aka <a href="http://www.seopittfall.com">SEOpittfall</a>, All Rights Reserved.</p>
<p><a href="http://www.seopittfall.com/search-engine-buzz">Search Engine Buzz</a><br/>Copyright &copy; 2004-2013, by <a href="https://plus.google.com/103942660722708261202" rel="author" target="_blank"><span itemprop="name">Stephen Pitts</span></a> aka <a href="http://www.seopittfall.com">SEOpittfall</a>, All Rights Reserved.</p>
]]></description>
		<wfw:commentRss>http://www.seopittfall.com/search-engine-buzz/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Browsing Alternatives &#8211; or &#8211; How Do Your Users See You?</title>
		<link>http://www.seopittfall.com/browsing-alternatives-or-how-do-your-users-see-you</link>
		<comments>http://www.seopittfall.com/browsing-alternatives-or-how-do-your-users-see-you#comments</comments>
		<pubDate>Sun, 26 Nov 2006 16:37:00 +0000</pubDate>
		<dc:creator>pittfall</dc:creator>
				<category><![CDATA[tips]]></category>
		<category><![CDATA[tools]]></category>
		<category><![CDATA[browsers]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[internet explorer]]></category>
		<category><![CDATA[netscape navigator]]></category>
		<category><![CDATA[opera]]></category>
		<category><![CDATA[usability]]></category>
		<category><![CDATA[user centered design]]></category>

		<guid isPermaLink="false">http://www.seopittfall.com/?p=237</guid>
		<description><![CDATA[<p></p><p><em><strong>How many browsers do you have?</strong></em></p>
<p>I know what you&#8217;re thinking, <em>How many am I supposed to have?</em></p>
<p>When you are building a website, it is important to see your site just as your users do. So, this begs the question: <em>What browser do your visitor&#8217;s use?</em></p>
<p>Similar to the many available search engines, users have many choices when it comes to online browsing. So, what&#8217;s the big deal? Have you looked at what your website looks like in the different browsers?</p>
<p>Once upon a time, Internet Explorer and Netscape Navigator were the primary browsers, however, just like the search landscape, the browser landscape has changed.</p>
<p><strong>The latest in the browsing marketplace</strong><br />
Internet Explorer still commands the highest number of users since they knocked out Netscape Navigator, but FireFox is closing in <em>fast</em>!</p>
<p><a href="http://www.mozilla.org/" target="_blank">Mozilla</a> built FireFox and gave the user more control with tabbed browsing (no more dozens of windows open in your task bar) and quickly grabbing market share from IE. Lending additional credence to Mozilla, Netscape has been built on the same platform. Just <a href="http://www.seopittfall.com/?p=172" target="_blank">recently</a>, Microsoft released Internet Explorer 7, following Mozilla&#8217;s lead in providing tabbed browsing and anti-phishing help. But, on the horizon is an important browser for development, Opera.</p>
<p>Back on topic, when you are looking a adjusting or adding to your website, it is important to see it through the eyes of your visitors. I would suggest that you check your website in the different browsers listed below and in a few screen resolutions.</p>
<p>Internet Browsers:<br />
1. <a href="http://www.microsoft.com/windows/" target="_blank">Internet Explorer</a><br />
2. <a href="http://www.spreadfirefox.com/?q=affiliates&amp;id=187833&amp;t=84" target="_blank">FireFox</a><br />
3. <a href="http://www.opera.com/" target="_blank">Opera</a></p>
<p>You can&#8217;t <a href="http://www.seopittfall.com" target="_blank">Build a Better Website</a> if you can&#8217;t see what your users see!</p>
<p><a href="http://www.seopittfall.com/browsing-alternatives-or-how-do-your-users-see-you">Browsing Alternatives &#8211; or &#8211; How Do Your Users See You?</a><br/>Copyright &copy; 2004-2013, by <a href="https://plus.google.com/103942660722708261202" rel="author" target="_blank"><span itemprop="name">Stephen Pitts</span></a> aka <a href="http://www.seopittfall.com">SEOpittfall</a>, All Rights Reserved.</p>
<p><a href="http://www.seopittfall.com/browsing-alternatives-or-how-do-your-users-see-you">Browsing Alternatives &#8211; or &#8211; How Do Your Users See You?</a><br/>Copyright &copy; 2004-2013, by <a href="https://plus.google.com/103942660722708261202" rel="author" target="_blank"><span itemprop="name">Stephen Pitts</span></a> aka <a href="http://www.seopittfall.com">SEOpittfall</a>, All Rights Reserved.</p>
]]></description>
		<wfw:commentRss>http://www.seopittfall.com/browsing-alternatives-or-how-do-your-users-see-you/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Internet Explorer 7</title>
		<link>http://www.seopittfall.com/internet-explorer-7</link>
		<comments>http://www.seopittfall.com/internet-explorer-7#comments</comments>
		<pubDate>Sat, 07 Oct 2006 03:16:00 +0000</pubDate>
		<dc:creator>pittfall</dc:creator>
				<category><![CDATA[tools]]></category>
		<category><![CDATA[browsers]]></category>
		<category><![CDATA[internet explorer]]></category>
		<category><![CDATA[microsoft]]></category>
		<category><![CDATA[rss]]></category>

		<guid isPermaLink="false">http://www.seopittfall.com/?p=172</guid>
		<description><![CDATA[<p></p><p>Microsoft releases a new (now stable) browser, Internet Explorer 7. </p>
<p>Find about the <a href="http://www.microsoft.com/windows/ie/ie7/about/features/default.mspx" target="_blank">features being offered</a> with the new browser. These features are similar to some of the advances that <a href="http://www.mozilla.org/" target="_blank">Mozilla</a> offered with <a href="http://www.spreadfirefox.com/?q=affiliates&amp;id=187833&amp;t=84" target="_blank">FireFox&#8217;s</a> most recent edition: tabbed browsing, RSS support and even new <a href="http://www.microsoft.com/windows/ie/ie7/about/quickreference.mspx" target="_blank">quick keys</a>.</p>
<p>Take your own test drive and see for yourself.</p>
<p><a href="http://www.seopittfall.com/internet-explorer-7">Internet Explorer 7</a><br/>Copyright &copy; 2004-2013, by <a href="https://plus.google.com/103942660722708261202" rel="author" target="_blank"><span itemprop="name">Stephen Pitts</span></a> aka <a href="http://www.seopittfall.com">SEOpittfall</a>, All Rights Reserved.</p>
<p><a href="http://www.seopittfall.com/internet-explorer-7">Internet Explorer 7</a><br/>Copyright &copy; 2004-2013, by <a href="https://plus.google.com/103942660722708261202" rel="author" target="_blank"><span itemprop="name">Stephen Pitts</span></a> aka <a href="http://www.seopittfall.com">SEOpittfall</a>, All Rights Reserved.</p>
]]></description>
		<wfw:commentRss>http://www.seopittfall.com/internet-explorer-7/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
