<?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>Search Engine Optimization Blog</title>
	<atom:link href="http://www.metamend.com/blog/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.metamend.com/blog</link>
	<description>Search engine and Website Marketing tips, information, news and opinion from Metamend's team of SEM and SEO experts. The Metamend Blog covers SEO, search engines, search trends, search engine optimization and marketing.</description>
	<lastBuildDate>Wed, 03 Feb 2010 20:47:12 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Google and Page Speed, How do I make my Website Faster?</title>
		<link>http://www.metamend.com/blog/2010/02/03/google-and-page-speed-how-do-i-make-my-website-faster/</link>
		<comments>http://www.metamend.com/blog/2010/02/03/google-and-page-speed-how-do-i-make-my-website-faster/#comments</comments>
		<pubDate>Wed, 03 Feb 2010 18:40:28 +0000</pubDate>
		<dc:creator>Alex Hlinski</dc:creator>
				<category><![CDATA[Search Engines, SEO]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[rankings]]></category>
		<category><![CDATA[search engine optimization]]></category>

		<guid isPermaLink="false">http://www.metamend.com/blog/?p=1262</guid>
		<description><![CDATA[Page load time will become a Google ranking factor in the near future. Find out how to monitor your site's speed and what you can do to improve the load time of your web site pages for your users.]]></description>
			<content:encoded><![CDATA[<p>How many times today have you waited for a slow loading web page to appear? Did you wait patiently, or did you move on and try another site? Slow site performance could be costing your site a lot of search traffic. After clicking on your site&#8217;s link in a search result many visitors may just turn around and look elsewhere if a page is taking too long to appear. I know I do.</p>
<p>Nobody likes a slow website, and now officially Google doesn&#8217;t. And by &#8220;now&#8221; , I mean a couple of months ago. Yes ironic I know, a slow response with this post.</p>
<p>Google is constantly checking your site&#8217;s performance and all indications point to this being a ranking factor in future. This was reported a late last year by WebProNews, after an <a title="Matt Cutts and Site Performance" href="http://www.webpronews.com/topnews/2009/11/13/google-page-speed-may-be-a-ranking-factor-in-2010" target="_blank">interview with the venerable Matt Cutts</a> from the Goog.</p>
<p>By their own admission Google is all about the &#8221;user experience&#8221;, with their prime SEO mantra being; &#8220;make websites for users, not for the search engines&#8221;. And page load time is one if the most important user experience issues that you&#8217;ll encounter when browsing the web.</p>
<p>It&#8217;s a well known &#8220;statistic&#8221; that if a web page does not load in less than 3 seconds a user will &#8221;bounce&#8221; from the site, return to the search results and probably pick one of your competitors. So, how can you speed up a slow site?</p>
<h3>Examine your site&#8217;s performance</h3>
<p>First off, you should analyze all information available about how your pages load using some readily available tools. As a good SEO or webmaster you&#8217;ve probably already signed up for Google&#8217;s Webmaster Tools. A recently added feature is the &#8220;Site Performance&#8221; section, which is found under the &#8220;Labs&#8221; menu item.</p>
<p><a href="http://www.metamend.com/blog/wp-content/uploads/2010/02/google-site-performance.jpg"><img class="alignnone size-medium wp-image-1270" title="Google Site Performance Chart" src="http://www.metamend.com/blog/wp-content/uploads/2010/02/google-site-performance-300x78.jpg" alt="google-site-performance" width="300" height="78" /></a></p>
<p>This will give you a general indication of whether Google sees your site as being fast and provides a few tips on how your pages can be improved for speed. We can also see over time how your work in improving web site speed is taking effect.</p>
<p>For a more immediate read-out of a webpage&#8217;s performance we use the <a title="Yahoo YSlow" href="http://developer.yahoo.com/yslow/" target="_blank">Yahoo YSlow</a> plugin for Firebug (a Firefox plug-in). YSlow can be run on a live page that you are viewing and gives instant (depending on page load time of course :) ) feedback on what areas you can address to improve load time. It will also give you an indication of the &#8220;emtpy cache&#8221; (first time visitor) and &#8220;primed cache&#8221; (repeat visitor) performance.</p>
<p>For an advanced metric of page load time, Google Analytics can be configured to record a <a title="Google Analytics Record Page Load Time" href="http://blog.vkistudios.com/index.cfm/2009/5/21/Slow-loading-times-Track-them-with-GA-Google-Analytics-Power-User-11" target="_blank">page load time metric</a> and gives a reasonable representation of the issue from the user perspective. Analytics can be made to track the load time based on internet connection speed in so giving a broad indication of your site&#8217;s performance.</p>
<h3>Enable GZip Compression</h3>
<p>All modern browsers support webpage GZip compression and are able to decompress the data sent from your server. The less data that is transferred for each page, the less time it takes for a page to load in a browser. For those site owners who have a restriction on the amount of traffic with their host, GZip compression will reduce the amount of data that you have to serve.</p>
<p>You can use a <a title="GZip Compression Test" href="http://www.gidnetwork.com/tools/gzip-test.php" target="_blank">GZip compression test</a> to check if your pages are currently compressed and if not, this tool will estimate of the size of savings to expect. If GZip compression is enabled, the actual % of data saved during compression is shown. This tool can also test CSS and JS files.</p>
<p>Apache and Microsoft IIS web servers both support GZip, and quick and dirty instructions for enabling GZip compression is shown below:</p>
<p><strong>Apache Server</strong></p>
<p>The module that deals with GZip compression on an Apache server is &#8220;mod_deflate&#8221;. Create an &#8220;info.php&#8221; file and add the code <em>&lt;?php phpinfo() ?&gt;</em>, upload to your server and browse &#8220;/info.php&#8221; to get a readout of the Apache modules installed. If mod_deflate is loaded on your webserver then the following .htaccess declaration will enable GZip for a lot of file types.</p>
<p><em>&lt;IfModule mod_deflate.c&gt;<br />
AddOutputFilterByType DEFLATE text/html text/plain text/xml text/css application/javascript application/x-javascript application/x-httpd-php application/rss+xml application/atom_xml<br />
&lt;/IfModule&gt;</em></p>
<p>If mod_deflate can&#8217;t be loaded by your host or server admin (it requires a core recompile for installation) then the following .htaccess declaration will enable GZip compression for php files only. The &#8220;gzhandler&#8221; is not as efficient at compressing data than &#8220;mod_deflate&#8221;, so will be marginally slower and the savings will me slightly less but for most sites will suffice.</p>
<p><em>php_value output_handler ob_gzhandler</em></p>
<p>If your pages are .htm or .html (as opposed to .php) add the following lines at the top of your .htaccess to get Apache to parse those files as .php so that they will be compressed.</p>
<p><em>RemoveHandler .html .htm<br />
AddType application/x-httpd-php .php .htm .html</em></p>
<p><strong>Microsoft IIS</strong></p>
<p>If you&#8217;re running a Microsoft IIS server, the following document will explain how compression can be activated: <a href="http://g.www.ms.akadns.net/technet/prodtechnol/WindowsServer2003/Library/IIS/25d2170b-09c0-45fd-8da4-898cf9a7d568.mspx?mfr=true">http://g.www.ms.akadns.net/technet/prodtechnol/WindowsServer2003/Library/IIS/25d2170b-09c0-45fd-8da4-898cf9a7d568.mspx?mfr=true</a></p>
<h3>Reduce Image Size</h3>
<p>These days websites are very graphicy, with most sites having appealing header images, product images and so forth. Unfortunately the more graphics on a site, the more data needs to be sent to the user&#8217;s browser leading to longer load times. This is especially an issue for first time visitors who don&#8217;t have the images cached.</p>
<p>Most competent web designers keep this in mind and will try to maximize the JPeg compression versus the image quality to speed up page loading. But there are some cool tools out there that can further improve things.</p>
<p>One of the most useful image tools that we use is SmushIt (found in the YSlow plugin that is mentioned earlier in this post). SmushIt is able to examine the images on a web page and compress them even further with no noticeable degradation in image quality. Smushing your header and background images is a must, and the data savings are often surprising.</p>
<p>One of the big no-no&#8217;s that we often come across is using the browsers image scaling to fit a large image into a small space.  We often find this is the case in product catalogs, when a large product image is used for the shingle thumbnail on the category listing pages. In this case, use a small thumbnail in the shingle instead of scaling.</p>
<p>For all other cases browser image scaling should be avoided, as the web browser is slow at scaling, not to mention the extra time spent downloading the large image. Always  ensure images are scaled to the correct size before use on your pages, and you&#8217;ll notice an improvement in load time.</p>
<p>If your website template uses a lot of background images, header images and image buttons  then the number of HTTP requests for a webpage will be quite high. Each request takes time and can slow down a page. To reduce this delay combine these template images into a <a title="Using CSS Sprites" href="http://css-tricks.com/css-sprites/" target="_blank">CSS sprite image</a>. This is basically one &#8220;big&#8221; image that contains all of your template images and using CSS classes you can pick out the correct part of this image that you need for each of the graphic elements on the page.</p>
<h3>CSS and JavaScript Code</h3>
<p>There are a few strategies for improving CSS and JavaScript file load time. At a minimum you should externalize all CSS and JS files so that they can be cached by the users browser. In addition, if you have more that one CSS or JS include file, combine all the CSS includes into one file, do the same with the JS includes, and this will reduce http requests. For the hardcore guys out there, try to Minify the CSS/JavaScript which will remove unnecessary white-space and line-breaks. Minify can be also found in the YSlow plugin for Firebug.</p>
<h3>Reduce the amount of database calls in your application</h3>
<p>A lot of websites out there rely on an SQL database to store information that is shown to your users. If your site runs a product catalog or a CMS systems then the odds are that a database is involved. Every time a page is requested by a browser, the database is queried for the information that the user will see on the page. This back and forth takes time and can be a bottleneck.</p>
<p>To speed things up, only run the minimum database queries that are required and only request the actual table fields from the database that you need. Avoid &#8220;SELECT * FROM&#8221; in your SQL queries. Optimizing things in this way can get quite  quite knarly, so be prepared for a lot of hard work. For large sites that get a lot of traffic this can help in page load time tremendously and is worth the effort.</p>
<h3>Wordpress</h3>
<p>Wordpress is the most popular blogging software out there, and due to it&#8217;s flexibility is increasingly being used as a CMS system. Wordpress uses an SQL database to store all your posts and pages.</p>
<p>Hundreds of &#8220;plug-ins&#8221; are available for Wordpress to help customize it in countless ways. Unfortunately the more plugins that you install the slower Wordpress becomes. The less plugins that are activated the faster your Wordpress blog will be. You should also go as far as removing all unactivated wordpress plugins from your &#8220;plugin&#8221; directory.</p>
<p>A useful addition to Wordpress are &#8220;Widgets&#8221;, which allow for &#8220;real time updated&#8221; areas within your template. There are Widgets available to show latest posts, most popular posts, dynamic menus and much more. The problem is that each one of these widgets will poll the database to get the information required, thus increasing the load time of the page. Try to reduce the number of widgets that you use and if a widget is showing content that doesn&#8217;t change too often, try to hardcode the HTML with what the widget would display.</p>
<h4>Summary</h4>
<p>There are many more things to look at to speed up a website and those listed above are the areas that we initially tend to look at for our <a href="http://www.metamend.com/seo-services/" title="search engine optimization">search engine optimization</a> clients. Depending on the size of a site and the amount of traffic it gets, even the simplest change can have a significant effect.</p>
<p>If there are any other ways you have found to speed up a site, we&#8217;d love to know of your experiences.</p>


<!-- Begin SexyBookmarks Menu Code -->
<div class="sexy-bookmarks sexy-bookmarks-expand">
<ul class="socials">
		<li class="sexy-delicious">
			<a href="http://del.icio.us/post?url=http://www.metamend.com/blog/2010/02/03/google-and-page-speed-how-do-i-make-my-website-faster/&amp;title=Google+and+Page+Speed%2C+How+do+I+make+my+Website+Faster%3F" rel="nofollow" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="sexy-digg">
			<a href="http://digg.com/submit?phase=2&amp;url=http://www.metamend.com/blog/2010/02/03/google-and-page-speed-how-do-i-make-my-website-faster/&amp;title=Google+and+Page+Speed%2C+How+do+I+make+my+Website+Faster%3F" rel="nofollow" title="Digg this!">Digg this!</a>
		</li>
		<li class="sexy-reddit">
			<a href="http://reddit.com/submit?url=http://www.metamend.com/blog/2010/02/03/google-and-page-speed-how-do-i-make-my-website-faster/&amp;title=Google+and+Page+Speed%2C+How+do+I+make+my+Website+Faster%3F" rel="nofollow" title="Share this on Reddit">Share this on Reddit</a>
		</li>
		<li class="sexy-stumbleupon">
			<a href="http://www.stumbleupon.com/submit?url=http://www.metamend.com/blog/2010/02/03/google-and-page-speed-how-do-i-make-my-website-faster/&amp;title=Google+and+Page+Speed%2C+How+do+I+make+my+Website+Faster%3F" rel="nofollow" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a>
		</li>
		<li class="sexy-technorati">
			<a href="http://technorati.com/faves?add=http://www.metamend.com/blog/2010/02/03/google-and-page-speed-how-do-i-make-my-website-faster/" rel="nofollow" title="Share this on Technorati">Share this on Technorati</a>
		</li>
		<li class="sexy-twitter">
			<a href="http://twitter.com/home?status=Google+and+Page+Speed%2C+How+do+I+make+my+Website+Faster%3F+-+http://www.metamend.com/blog/2010/02/03/google-and-page-speed-how-do-i-make-my-website-faster/+" rel="nofollow" title="Tweet This!">Tweet This!</a>
		</li>
		<li class="sexy-comfeed">
			<a href="http://www.metamend.com/blog/2010/02/03/google-and-page-speed-how-do-i-make-my-website-faster/feed" rel="nofollow" title="Subscribe to the comments for this post?">Subscribe to the comments for this post?</a>
		</li>
		<li class="sexy-facebook">
			<a href="http://www.facebook.com/share.php?v=4&amp;src=bm&amp;u=http://www.metamend.com/blog/2010/02/03/google-and-page-speed-how-do-i-make-my-website-faster/&amp;t=Google+and+Page+Speed%2C+How+do+I+make+my+Website+Faster%3F" rel="nofollow" title="Share this on Facebook">Share this on Facebook</a>
		</li>
		<li class="sexy-myspace">
			<a href="http://www.myspace.com/Modules/PostTo/Pages/?u=http://www.metamend.com/blog/2010/02/03/google-and-page-speed-how-do-i-make-my-website-faster/&amp;t=Google+and+Page+Speed%2C+How+do+I+make+my+Website+Faster%3F" rel="nofollow" title="Post this to MySpace">Post this to MySpace</a>
		</li>
		<li class="sexy-sphinn">
			<a href="http://sphinn.com/index.php?c=post&amp;m=submit&amp;link=http://www.metamend.com/blog/2010/02/03/google-and-page-speed-how-do-i-make-my-website-faster/" rel="nofollow" title="Sphinn this on Sphinn">Sphinn this on Sphinn</a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>
<!-- End SexyBookmarks Menu Code -->

]]></content:encoded>
			<wfw:commentRss>http://www.metamend.com/blog/2010/02/03/google-and-page-speed-how-do-i-make-my-website-faster/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Punxsutawney Phil Needs a Trademark.</title>
		<link>http://www.metamend.com/blog/2010/02/02/punxsutawney-phil-needs-a-trademark/</link>
		<comments>http://www.metamend.com/blog/2010/02/02/punxsutawney-phil-needs-a-trademark/#comments</comments>
		<pubDate>Tue, 02 Feb 2010 23:51:10 +0000</pubDate>
		<dc:creator>Dustin Busmann</dc:creator>
				<category><![CDATA[Search Engines, SEO]]></category>
		<category><![CDATA[reputation management]]></category>

		<guid isPermaLink="false">http://www.metamend.com/blog/?p=1259</guid>
		<description><![CDATA[Punxsutawney Phil, the world's most famous groundhog, has an online reputation management problem.]]></description>
			<content:encoded><![CDATA[<p>Punxsutawney Phil, the world&#8217;s most famous groundhog, has an online <a href="http://www.metamend.com/reputation-management-protection/" title="reputation management">reputation management</a> problem.</p>
<p>He emerged in Western Pennsylvania on Tuesday to see his shadow, which traditionally means winter will last another six weeks.</p>
<p>12,000+ people from as far as Chile and the Netherlands, came to watch the pseudo-German tradition unfold. It has mutated from the original holiday of &#8220;Candelmas&#8221; and has become somewhat of a pop-culture tradition more than anything.</p>
<p>People stand around in near freezing, and sometimes below freezing, temperatures to watch a Marmot look for a shadow.  This is all with the understanding that a superstition will forecast the weather for the next month and a half, approximately.</p>
<p>Far from a factual undertaking, the whole circus is now geared towards entertainment.</p>
<p>You can see &#8220;Phil&#8221; at his website;   <a href="http://www.punxsutawneyphil.com/">www.punxsutawneyphil.com</a> .  The site header is carefully worded;</p>
<p>&#8220;Greetings from Punxsutawney! A tribute site to the world&#8217;s most famous weather-forecasting groundhog&#8221;.</p>
<p>However, a direct search for the Marmot today, puts his site at 3rd place, behind &#8220;news&#8221; and then &#8220;groundhog.org&#8221;. This begs the question, why wouldn&#8217;t Phil want his traffic pointing to his site and then monetize it heavily?</p>
<p>Maybe because Marmot&#8217;s have no real use for money, and less use for people and attention?</p>
<p>Reference PETA and their <a href="http://latimesblogs.latimes.com/unleashed/2010/01/animatronic-punxsutawney-phil-peta-groundhog-day.html?utm_source=feedburner&amp;utm_medium=feed&amp;utm_campaign=Feed%3A+Unleashedblog+(L.A.+Unleashed+Blog">recommendation</a>, not surprisingly to, &#8220;stop waking Phil up because taking pictures of him is cruel,and he should be replaced with a robot.&#8221;</p>
<p>Personally, I think perhaps we might all be better served if all protestors would be replaced with robots; They could circle and hold signs and broadcast propaganda from speakers, but then who would be able to tell the difference, honestly?</p>
<p>Practicality aside, let&#8217;s pretend that Phil is the Capitalist that we all would be in his shoes (if he wore any).</p>
<p>Further internet searches related to Punxsutawney Phil today topped out at 3rd most searched items:</p>
<p>punxsutawney phil, groundhog day, punxsutawney phil 2010, punxsutawney phil video, will punxsutawney phil see his shadow, national hurricane center, empire state building, punxsutawney phil 1986, and punxsutawney phil pictures being the most relevant searches.</p>
<p>For example, when you enter &#8220;punxsutawney phil&#8221; on a Google search, you get a sponsored link for &#8220;eBay&#8221;; Sponsored Links Punxsutawney Phil -Beanie Babies &amp; Other Plush Dolls. Bid on Punxsutawney Phil.<br />
For the search &#8220;groundhog day&#8221; you will get a set of sponsored links for &#8220;<a href="http://www.alliedcreditsolutions.com/">www.alliedcreditsolutions.com</a>&#8221; and</p>
<p>&#8220;<a href="http://www.partycheap.com/">www.PartyCheap.com</a>&#8220;.</p>
<p>Who knew that there would be parties and credit solutions associated with burrowing rodents? Usually those kind of Marmot parties in the Northwest involve using &#8221;credit solutions&#8221; to purchase a rifle and/or some ammo, and then the &#8220;party&#8221; portion involves some beer and &#8220;downsizing&#8221; the Marmot population from your tailgate, but I digress.</p>
<p>If you would like to follow Phil on some of the social media outlets, there are a number of sites he is purported to use:</p>
<p>On facebook this is supposedly the one to use:  <a href="http://www.facebook.com/pages/Punxsutawney-Phil/103061141793">http://www.facebook.com/pages/Punxsutawney-Phil/103061141793</a></p>
<p>Then there are a number of videos to watch, and <a href="http://www.youtube.com/watch?">youtube</a> is no exception.</p>
<p>Then on Twitter, it starts to get confusing since there are two: <a href="http://twitter.com/GroundhogPhil">GroundhogPhil</a> and <a href="http://twitter.com/PunxsutawnePhil">PunxsutawnePhil</a>.</p>
<p>Amazingly, the little guy while unable to speak human dialects, is able to text you in English by  text &#8220;Groundhog&#8221; to 247365.</p>
<p>They will get a text message with the prediction on Feb. 2 (today).</p>
<p>The revenue and traffic can&#8217;t all be benefiting the marmot, so what is a &#8220;groundhog&#8221; to do?</p>
<p>First, the Marmot needs to take stock of what he owns and is entitled to protect.</p>
<p>Has he done a sufficient job of protecting and registering his intellectual property?</p>
<p>How much of what is irritating him is considered &#8220;fair use&#8221;?</p>
<p>Next, he needs a good strategy to both protect what is acquirable, enforceable, and still available.</p>
<p>Last, he needs a team or solution that involves expertise and experience with online legal and enforcement issues.</p>
<p>If you find your self in a similar situation as our furry friend, Metamend has online <a href="http://www.metamend.com/reputation-management-protection/">reputation management solutions</a> to prevent you from having your own groundhog day with regard to your online identity.</p>


<!-- Begin SexyBookmarks Menu Code -->
<div class="sexy-bookmarks sexy-bookmarks-expand">
<ul class="socials">
		<li class="sexy-delicious">
			<a href="http://del.icio.us/post?url=http://www.metamend.com/blog/2010/02/02/punxsutawney-phil-needs-a-trademark/&amp;title=Punxsutawney+Phil+Needs+a+Trademark." rel="nofollow" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="sexy-digg">
			<a href="http://digg.com/submit?phase=2&amp;url=http://www.metamend.com/blog/2010/02/02/punxsutawney-phil-needs-a-trademark/&amp;title=Punxsutawney+Phil+Needs+a+Trademark." rel="nofollow" title="Digg this!">Digg this!</a>
		</li>
		<li class="sexy-reddit">
			<a href="http://reddit.com/submit?url=http://www.metamend.com/blog/2010/02/02/punxsutawney-phil-needs-a-trademark/&amp;title=Punxsutawney+Phil+Needs+a+Trademark." rel="nofollow" title="Share this on Reddit">Share this on Reddit</a>
		</li>
		<li class="sexy-stumbleupon">
			<a href="http://www.stumbleupon.com/submit?url=http://www.metamend.com/blog/2010/02/02/punxsutawney-phil-needs-a-trademark/&amp;title=Punxsutawney+Phil+Needs+a+Trademark." rel="nofollow" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a>
		</li>
		<li class="sexy-technorati">
			<a href="http://technorati.com/faves?add=http://www.metamend.com/blog/2010/02/02/punxsutawney-phil-needs-a-trademark/" rel="nofollow" title="Share this on Technorati">Share this on Technorati</a>
		</li>
		<li class="sexy-twitter">
			<a href="http://twitter.com/home?status=Punxsutawney+Phil+Needs+a+Trademark.+-+http://www.metamend.com/blog/2010/02/02/punxsutawney-phil-needs-a-trademark/+" rel="nofollow" title="Tweet This!">Tweet This!</a>
		</li>
		<li class="sexy-comfeed">
			<a href="http://www.metamend.com/blog/2010/02/02/punxsutawney-phil-needs-a-trademark/feed" rel="nofollow" title="Subscribe to the comments for this post?">Subscribe to the comments for this post?</a>
		</li>
		<li class="sexy-facebook">
			<a href="http://www.facebook.com/share.php?v=4&amp;src=bm&amp;u=http://www.metamend.com/blog/2010/02/02/punxsutawney-phil-needs-a-trademark/&amp;t=Punxsutawney+Phil+Needs+a+Trademark." rel="nofollow" title="Share this on Facebook">Share this on Facebook</a>
		</li>
		<li class="sexy-myspace">
			<a href="http://www.myspace.com/Modules/PostTo/Pages/?u=http://www.metamend.com/blog/2010/02/02/punxsutawney-phil-needs-a-trademark/&amp;t=Punxsutawney+Phil+Needs+a+Trademark." rel="nofollow" title="Post this to MySpace">Post this to MySpace</a>
		</li>
		<li class="sexy-sphinn">
			<a href="http://sphinn.com/index.php?c=post&amp;m=submit&amp;link=http://www.metamend.com/blog/2010/02/02/punxsutawney-phil-needs-a-trademark/" rel="nofollow" title="Sphinn this on Sphinn">Sphinn this on Sphinn</a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>
<!-- End SexyBookmarks Menu Code -->

]]></content:encoded>
			<wfw:commentRss>http://www.metamend.com/blog/2010/02/02/punxsutawney-phil-needs-a-trademark/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>&#8220;Yes My Son, I Want You to Download 10 Hail Mary rev 2.3, Build 7, Service Pack 2s&#8230;&#8221;</title>
		<link>http://www.metamend.com/blog/2010/01/27/yes-my-son-i-want-you-to-download-10-hail-mary-rev-2-3-build-7-service-pack-2s/</link>
		<comments>http://www.metamend.com/blog/2010/01/27/yes-my-son-i-want-you-to-download-10-hail-mary-rev-2-3-build-7-service-pack-2s/#comments</comments>
		<pubDate>Wed, 27 Jan 2010 19:09:39 +0000</pubDate>
		<dc:creator>Dustin Busmann</dc:creator>
				<category><![CDATA[Search Engines, SEO]]></category>

		<guid isPermaLink="false">http://www.metamend.com/blog/?p=1254</guid>
		<description><![CDATA[In recent times the Vatican has been open about their perception of how the internet fits into the scheme of things from a religious standpoint.]]></description>
			<content:encoded><![CDATA[<p>In recent times the Vatican has been open about their perception of how the internet fits into the scheme of things from a religious standpoint. This is not a surprise as the internet has become nearly inseparable from our daily lives, as religion is to a number of us as well.</p>
<p>The somewhat &#8220;quakeresque&#8221; public perception of religious leadership is that anything &#8220;tech&#8221; is bad and living in an 1800&#8217;s way of life with a candle, and wooden shack and a Holy Bible is something we should all aspire to.</p>
<p>Possibly contrary to the stereotype, Pope Benedict XVI is encouraging his priests to become more versed in internet and technical things. The Vatican has been very much near the <a href="http://theodicy.blogspot.com/2007/05/god-vatican-and-internet.html">cutting edge</a>, believe it or not, for most of the internet&#8217;s existence.</p>
<p>For example; The Vatican / Holy See has had its own internet ccTld since inception of the naming standard. The registration web site is <a href="http://www.nic.va/">http://www.nic.va</a>, which is currently offline. The only used .va extension is <a href="http://www.vatican.va/">vatican.va</a> and the website is live.</p>
<p>Some of the content on the Vatican site is the <a href="http://www.vatican.va/roman_curia/pontifical_councils/pccs/documents/rc_pc_pccs_doc_20020228_church-internet_en.html ">PONTIFICAL COUNCIL FOR SOCIAL COMMUNICATIONS</a>.</p>
<p>Here is where the Vatican explains its position with regard to the internet. The site is very content heavy, and perhaps a bit wordy, but very thorough. The Pope has also weighed in on internet issues in the past.<br />
Last year he warned ICANN of the “perils” of allowing new internet domains such as “.catholic, .anglican, .orthodox, .hindu, .islam, .muslim, and perhaps .buddhist”. The Pope felt there was the danger of over or under acknowledging each religion and the problems that could follow sanctioning and not sanctioning each possible extension.</p>
<p>Given the overall Muslim reaction to Israel, <a href="http://en.wikipedia.org/wiki/Jyllands-Posten_Muhammad_cartoons_controversy">fundamentalist cartoons</a>, and even our own World Trade Center, its hard to argue with the Pope&#8217;s opinion to err on the side of caution when mixing religion and law.<br />
In addition to the Vatican&#8217;s multilingual Web site, it has recently launched the &#8220;Pope2you&#8221; portal, which offers a <a href="www.facebook.com">Facebook</a> app, iPhone app, <a href="http://www.youtube.com">YouTube</a> channel, and selected videos.</p>
<p>The pope has cautioned his internet handlers to use discretion and be mindful of social media content. Executives from <a href="www.facebook.com">Facebook</a>, <a href="www.wikipedia.org">Wikipedia</a> and <a href="http://www.google.com">Google</a> also attended a Vatican meeting to brief officials and Catholic bishops about the Internet and digital youth culture.<br />
He says: &#8220;Priests present in the world of digital communications should be less notable for their media savvy than for their priestly heart, their closeness to Christ. This will not only enliven their pastoral outreach, but also will give a &#8217;soul&#8217; to the fabric of communications that make up the Web.&#8221;</p>
<p>The meeting which addressed Internet copyright issues and hacking, included testimony from a young Swiss hacker and an Interpol cyber-crime official. The Vatican&#8217;s top communications official, Archbishop Claudio Maria Celli, has said a key priority of the Catholic Church is to be able to use new technologies to spread its message, particularly to the young.</p>
<p>&#8220;Our dream in this global village created by new technologies is that the church and Jesus&#8217; disciples can have their tent – Jesus&#8217; tent – so that the attention of men and women who walk the streets of the world is turned toward it,&#8221; he said recently on Vatican Radio.</p>
<p>Coincidentally, there is an internet cafe near the vatican called &#8220;Hackers&#8221; which is a Restaurant that serves pizza, beer, has state-of-the-art computers on-site and also provides internet access. In case anyone would like to add it to their travel itinerary, it is at address: Via Sebastiano Veniero 10-16 in Vatican City, tel: 06-3973-9268.</p>
<p>The Vatican has a notable history on the internet starting with the founders of Apple computer.</p>
<p>Using a captain crunch whistle, Steve Wozniak actually called the Vatican as a prank. He asked for the pope, and said, this is Henry Kissinger calling on behalf with Richard Nixon at the summit meeting in Moscow. He actually didn&#8217;t get anywhere as the Archbishop had spoken to Henry Kissinger early that day, and would not grant access to the Pope, as <a href="http://digg.com/apple/Steve_Wozniak_describes_Prankster_days_Harrowing_Adventures_Calls_Pope">the story </a>goes.</p>
<p>Later, Pope John Paul II used mass media and information technology to get out his message, overseeing the 1995 launch of the Vatican&#8217;s Web site, <a href="http://www.vatican.va/">http://www.vatican.va</a>. Virtual tours, and audio feeds from Vatican Radio can be found on the website.<br />
The radio stations are: Vatican Radio Ch1  Vatican City, Vatican Radio &#8220;One-O-Five live&#8221;: Italian, English,<br />
French and Spanish, Vatican Radio Ch2  Vatican City, Arabic, Czech, Croatian, Esperanto, French, English,<br />
Italian, Polish, Portuguese, Slovak, Slovenian, Spanish,German, Hungarian.<br />
Vatican Radio Ch3  Vatican City Albanian, Armenian, Byelorussian, Bulgarian, Esperanto,<br />
Philippine, Latvian, Lithuanian, Rumanian, Russian,Scandinavian, Ukranian<br />
Vatican Radio Ch4  Vatican City  Amharic, Chinese, French (Africa), Hindi, English (Africa),<br />
English (India), Kiswahili, Malealam, Portuguese (Africa),Somali, Spanish, Tamil, Tigrino, Vietnamese.<br />
Vatican Radio Ch5  Vatican City Arabic, French, English, Portuguese (Portugal, Brazil),<br />
Spanish (Spain, Ispanoamerica).<br />
But even in the wake of the Vatican trying to stay current, it still has online shortcomings.<br />
Earlier in the year, Pope Benedict stated that he was disappointed that Vatican officials hadn&#8217;t done a simple Internet search to discover the <a href="http://www.huffingtonpost.com/2009/01/24/bishop-richard-williamson_n_160598.html">Holocaust-denying comments</a> of an ultraconservative bishop whose excommunication he had lifted.<br />
Pope Benedict wrote a letter to his bishops saying that he had &#8220;learned the lesson&#8221; after public outrage over Bishop Richard Williamson&#8217;s re-instatement. The Pope assured all the Vatican would in the future pay greater attention to the Internet as a source of news.</p>
<p>This is a situation where a carefully crafted <a href="http://www.metamend.com/reputation-management-protection/">Online Reputation Managemen</a>t strategy would solve the problems at hand. Metamend has such solutions to help you fix your internet reputation issues.</p>


<!-- Begin SexyBookmarks Menu Code -->
<div class="sexy-bookmarks sexy-bookmarks-expand">
<ul class="socials">
		<li class="sexy-delicious">
			<a href="http://del.icio.us/post?url=http://www.metamend.com/blog/2010/01/27/yes-my-son-i-want-you-to-download-10-hail-mary-rev-2-3-build-7-service-pack-2s/&amp;title=%22Yes+My+Son%2C+I+Want+You+to+Download+10+Hail+Mary+rev+2.3%2C+Build+7%2C+Service+Pack+2s...%22" rel="nofollow" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="sexy-digg">
			<a href="http://digg.com/submit?phase=2&amp;url=http://www.metamend.com/blog/2010/01/27/yes-my-son-i-want-you-to-download-10-hail-mary-rev-2-3-build-7-service-pack-2s/&amp;title=%22Yes+My+Son%2C+I+Want+You+to+Download+10+Hail+Mary+rev+2.3%2C+Build+7%2C+Service+Pack+2s...%22" rel="nofollow" title="Digg this!">Digg this!</a>
		</li>
		<li class="sexy-reddit">
			<a href="http://reddit.com/submit?url=http://www.metamend.com/blog/2010/01/27/yes-my-son-i-want-you-to-download-10-hail-mary-rev-2-3-build-7-service-pack-2s/&amp;title=%22Yes+My+Son%2C+I+Want+You+to+Download+10+Hail+Mary+rev+2.3%2C+Build+7%2C+Service+Pack+2s...%22" rel="nofollow" title="Share this on Reddit">Share this on Reddit</a>
		</li>
		<li class="sexy-stumbleupon">
			<a href="http://www.stumbleupon.com/submit?url=http://www.metamend.com/blog/2010/01/27/yes-my-son-i-want-you-to-download-10-hail-mary-rev-2-3-build-7-service-pack-2s/&amp;title=%22Yes+My+Son%2C+I+Want+You+to+Download+10+Hail+Mary+rev+2.3%2C+Build+7%2C+Service+Pack+2s...%22" rel="nofollow" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a>
		</li>
		<li class="sexy-technorati">
			<a href="http://technorati.com/faves?add=http://www.metamend.com/blog/2010/01/27/yes-my-son-i-want-you-to-download-10-hail-mary-rev-2-3-build-7-service-pack-2s/" rel="nofollow" title="Share this on Technorati">Share this on Technorati</a>
		</li>
		<li class="sexy-twitter">
			<a href="http://twitter.com/home?status=%22Yes+My+Son%2C+I+Want+You+to+Download+10+Hail+Mary+rev+2.3%2C+Build+7%2C+Service+Pack+%5B..%5D+-+http://www.metamend.com/blog/2010/01/27/yes-my-son-i-want-you-to-download-10-hail-mary-rev-2-3-build-7-service-pack-2s/+" rel="nofollow" title="Tweet This!">Tweet This!</a>
		</li>
		<li class="sexy-comfeed">
			<a href="http://www.metamend.com/blog/2010/01/27/yes-my-son-i-want-you-to-download-10-hail-mary-rev-2-3-build-7-service-pack-2s/feed" rel="nofollow" title="Subscribe to the comments for this post?">Subscribe to the comments for this post?</a>
		</li>
		<li class="sexy-facebook">
			<a href="http://www.facebook.com/share.php?v=4&amp;src=bm&amp;u=http://www.metamend.com/blog/2010/01/27/yes-my-son-i-want-you-to-download-10-hail-mary-rev-2-3-build-7-service-pack-2s/&amp;t=%22Yes+My+Son%2C+I+Want+You+to+Download+10+Hail+Mary+rev+2.3%2C+Build+7%2C+Service+Pack+2s...%22" rel="nofollow" title="Share this on Facebook">Share this on Facebook</a>
		</li>
		<li class="sexy-myspace">
			<a href="http://www.myspace.com/Modules/PostTo/Pages/?u=http://www.metamend.com/blog/2010/01/27/yes-my-son-i-want-you-to-download-10-hail-mary-rev-2-3-build-7-service-pack-2s/&amp;t=%22Yes+My+Son%2C+I+Want+You+to+Download+10+Hail+Mary+rev+2.3%2C+Build+7%2C+Service+Pack+2s...%22" rel="nofollow" title="Post this to MySpace">Post this to MySpace</a>
		</li>
		<li class="sexy-sphinn">
			<a href="http://sphinn.com/index.php?c=post&amp;m=submit&amp;link=http://www.metamend.com/blog/2010/01/27/yes-my-son-i-want-you-to-download-10-hail-mary-rev-2-3-build-7-service-pack-2s/" rel="nofollow" title="Sphinn this on Sphinn">Sphinn this on Sphinn</a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>
<!-- End SexyBookmarks Menu Code -->

]]></content:encoded>
			<wfw:commentRss>http://www.metamend.com/blog/2010/01/27/yes-my-son-i-want-you-to-download-10-hail-mary-rev-2-3-build-7-service-pack-2s/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SEO Enterprise Level Outsourcing – Why This Makes Sense in This Economy?</title>
		<link>http://www.metamend.com/blog/2010/01/25/seo-enterprise-level-outsourcing-%e2%80%93-why-this-makes-sense-in-this-economy/</link>
		<comments>http://www.metamend.com/blog/2010/01/25/seo-enterprise-level-outsourcing-%e2%80%93-why-this-makes-sense-in-this-economy/#comments</comments>
		<pubDate>Mon, 25 Jan 2010 18:01:56 +0000</pubDate>
		<dc:creator>Mark Johnstone</dc:creator>
				<category><![CDATA[Search Engines, SEO]]></category>

		<guid isPermaLink="false">http://www.metamend.com/blog/?p=1248</guid>
		<description><![CDATA[A skilled SEO company is your best and most cost effective option to handle the daunting task of continuously growing relevant and converting search engine traffic.]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.metamend.com/blog/wp-content/uploads/2010/01/outsource.gif"><img class="alignnone size-full wp-image-1250" title="outsource" src="http://www.metamend.com/blog/wp-content/uploads/2010/01/outsource.gif" alt="SEM Outsourcing" width="614" height="105" /></a></p>
<p>It appears we are all not quite seeing the light at the end of the tunnel with the latest economic slump. It has hit everyone hard regardless of business size or industry and in many cases marketing dollars are the first to disappear.</p>
<p>Truth be known, many companies that do succeed during tougher economic times are the ones who actually increase their online marketing budgets.  In many cases this strategy is used to take advantage of the competition dropping their strategies all together and the benefits are far reaching well after the economy woes are over.</p>
<p>Everyone can understand the incredible value in this economy of having highly relevant traffic directed to your website showcasing your products or services. A skilled <a href="http://www.metamend.com/company.html" title="SEO company">SEO company</a> is your best and most cost effective option to handle the daunting task of continuously growing relevant and converting search engine traffic.</p>
<p>There are a large amount of key points to consider when deciding whether or not to outsource your SEM / SEO initiatives. The following points are two that are common throughout regardless of industry.</p>
<p><strong>Keeping Current and Connected</strong></p>
<p>The <a href="http://www.metamend.com/services/" title="search engine marketing">search engine marketing</a> environment is a fast ever-changing world and typically reputable SEO /SEM firms stay current with tactics and trends. In-house marketing and IT employees are commonly wearing many hats and it is difficult to be up to date with current developments and news throughout the industry. This can include certifications, training and industry specific tips and tricks.</p>
<p>Enterprise level search marketing firms have an extensive network of professional colleagues and other contacts operating within the major search engine companies. The majority of SEM company employees have spent a great deal of time and effort participating within their own industry via social media channels such as twitter, Facebook, LinkedIn etc. These added benefits can be a huge advantage to you and your company and in every case is a significant time saver if these resources need to be tapped for information during a <a href="http://www.metamend.com/seo-services/" title="search engine optimization">search engine optimization</a> of paid advertising campaign.</p>
<p><strong>Can Our In-house Developer or Marketing Manager Do It All?</strong></p>
<p>Perhaps, although these skilled individuals is very rare.  Surprisingly enough it is common to find even mid-sized firms employ a single staff member to handle not only their web properties, social media management, paid advertising management but their search marketing strategy as well. The most skilled of professionals would find this an impossible juggling act and those who can manage this multi disciplined work load should be well coveted.</p>
<p>The potential danger of your company losing this individual over time and not finding a suitable replacement could be devastating.  Companies that place a high value on this type of risk management should consider seeking outside professional search marketing assistance.</p>
<p>Freeing up in-house resources to focus on other vital business aspects of your company during these troubled economic times can be an extremely cost effective move.</p>


<!-- Begin SexyBookmarks Menu Code -->
<div class="sexy-bookmarks sexy-bookmarks-expand">
<ul class="socials">
		<li class="sexy-delicious">
			<a href="http://del.icio.us/post?url=http://www.metamend.com/blog/2010/01/25/seo-enterprise-level-outsourcing-%e2%80%93-why-this-makes-sense-in-this-economy/&amp;title=SEO+Enterprise+Level+Outsourcing+%E2%80%93+Why+This+Makes+Sense+in+This+Economy%3F" rel="nofollow" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="sexy-digg">
			<a href="http://digg.com/submit?phase=2&amp;url=http://www.metamend.com/blog/2010/01/25/seo-enterprise-level-outsourcing-%e2%80%93-why-this-makes-sense-in-this-economy/&amp;title=SEO+Enterprise+Level+Outsourcing+%E2%80%93+Why+This+Makes+Sense+in+This+Economy%3F" rel="nofollow" title="Digg this!">Digg this!</a>
		</li>
		<li class="sexy-reddit">
			<a href="http://reddit.com/submit?url=http://www.metamend.com/blog/2010/01/25/seo-enterprise-level-outsourcing-%e2%80%93-why-this-makes-sense-in-this-economy/&amp;title=SEO+Enterprise+Level+Outsourcing+%E2%80%93+Why+This+Makes+Sense+in+This+Economy%3F" rel="nofollow" title="Share this on Reddit">Share this on Reddit</a>
		</li>
		<li class="sexy-stumbleupon">
			<a href="http://www.stumbleupon.com/submit?url=http://www.metamend.com/blog/2010/01/25/seo-enterprise-level-outsourcing-%e2%80%93-why-this-makes-sense-in-this-economy/&amp;title=SEO+Enterprise+Level+Outsourcing+%E2%80%93+Why+This+Makes+Sense+in+This+Economy%3F" rel="nofollow" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a>
		</li>
		<li class="sexy-technorati">
			<a href="http://technorati.com/faves?add=http://www.metamend.com/blog/2010/01/25/seo-enterprise-level-outsourcing-%e2%80%93-why-this-makes-sense-in-this-economy/" rel="nofollow" title="Share this on Technorati">Share this on Technorati</a>
		</li>
		<li class="sexy-twitter">
			<a href="http://twitter.com/home?status=SEO+Enterprise+Level+Outsourcing+%E2%80%93+Why+This+Makes+Sense+in+This+Economy%3F+-+http://www.metamend.com/blog/2010/01/25/seo-enterprise-level-outsourcing-%e2%80%93-why-this-makes-sense-in-this-economy/+" rel="nofollow" title="Tweet This!">Tweet This!</a>
		</li>
		<li class="sexy-comfeed">
			<a href="http://www.metamend.com/blog/2010/01/25/seo-enterprise-level-outsourcing-–-why-this-makes-sense-in-this-economy/feed" rel="nofollow" title="Subscribe to the comments for this post?">Subscribe to the comments for this post?</a>
		</li>
		<li class="sexy-facebook">
			<a href="http://www.facebook.com/share.php?v=4&amp;src=bm&amp;u=http://www.metamend.com/blog/2010/01/25/seo-enterprise-level-outsourcing-%e2%80%93-why-this-makes-sense-in-this-economy/&amp;t=SEO+Enterprise+Level+Outsourcing+%E2%80%93+Why+This+Makes+Sense+in+This+Economy%3F" rel="nofollow" title="Share this on Facebook">Share this on Facebook</a>
		</li>
		<li class="sexy-myspace">
			<a href="http://www.myspace.com/Modules/PostTo/Pages/?u=http://www.metamend.com/blog/2010/01/25/seo-enterprise-level-outsourcing-%e2%80%93-why-this-makes-sense-in-this-economy/&amp;t=SEO+Enterprise+Level+Outsourcing+%E2%80%93+Why+This+Makes+Sense+in+This+Economy%3F" rel="nofollow" title="Post this to MySpace">Post this to MySpace</a>
		</li>
		<li class="sexy-sphinn">
			<a href="http://sphinn.com/index.php?c=post&amp;m=submit&amp;link=http://www.metamend.com/blog/2010/01/25/seo-enterprise-level-outsourcing-%e2%80%93-why-this-makes-sense-in-this-economy/" rel="nofollow" title="Sphinn this on Sphinn">Sphinn this on Sphinn</a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>
<!-- End SexyBookmarks Menu Code -->

]]></content:encoded>
			<wfw:commentRss>http://www.metamend.com/blog/2010/01/25/seo-enterprise-level-outsourcing-%e2%80%93-why-this-makes-sense-in-this-economy/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Wordpress SEO Theme</title>
		<link>http://www.metamend.com/blog/2010/01/20/wordpress-seo-bundled-theme/</link>
		<comments>http://www.metamend.com/blog/2010/01/20/wordpress-seo-bundled-theme/#comments</comments>
		<pubDate>Wed, 20 Jan 2010 23:05:09 +0000</pubDate>
		<dc:creator>Administrator</dc:creator>
				<category><![CDATA[Search Engines, SEO]]></category>
		<category><![CDATA[reputation management]]></category>
		<category><![CDATA[seo wordpress]]></category>
		<category><![CDATA[wordpress seo]]></category>
		<category><![CDATA[wordpress seo bundle]]></category>
		<category><![CDATA[wordpress seo theme]]></category>

		<guid isPermaLink="false">http://www.metamend.com/blog/?p=1175</guid>
		<description><![CDATA[Stop searching around for the right plugins to use with Wordpress. Try our Wordpress SEO Theme Bundle and save time.]]></description>
			<content:encoded><![CDATA[<div><img style="float: left;" title="free-wordpress-seo-theme" src="http://www.metamend.com/blog/wp-content/uploads/2010/01/free-wordpress-seo-theme.jpg" alt="Wordpress SEO" width="166" height="165" /></div>
<p>As a free open source option for beginners, advanced webmasters and SEO&#8217;s alike, Wordpress has become one of the most popular platforms in which to build a web property. Although Wordpress is rounding the corner towards version 3.0 there is still a lot of useful SEO tools that are not and will not be built-in to the blogging software.</p>
<p>Once having installed the software to your web server one must hunt around the internet tirelessly for Plugins in order to satisfy their requirements for SEO. Metamend has decided to make this task easier for our valued web visitors by putting together a little <em>wordpress seo</em> bundle. This <a title="Wordpress SEO" href="http://www.metamend.com/free-wordpress-theme-seo/">Wordpress SEO theme</a> bundle could save the average person hours of time researching and obtaining the best tools for Wordpress.</p>
<p>Wordpress in itself is naturally good for SEO in the way that it allows so much control over the website including on-page optimization and file naming. With a few additional plugins you can turn a wordpress site into an SEO dream.</p>
<p>To learn more about Wordpress and to download our comprehensive <strong>Wordpress SEO</strong> Bundle <a title="SEO Wordpress Theme" href="http://www.metamend.com/free-wordpress-theme-seo/">click here</a>.</p>
<div class="boxbc_box clearfix"><a href="http://www.metamend.com/free-wordpress-theme-seo/"><img style="border: 0pt none;" src="/images/downloadwptheme.gif" alt="Wordpress SEO Theme" /></a></div>


<!-- Begin SexyBookmarks Menu Code -->
<div class="sexy-bookmarks sexy-bookmarks-expand">
<ul class="socials">
		<li class="sexy-delicious">
			<a href="http://del.icio.us/post?url=http://www.metamend.com/blog/2010/01/20/wordpress-seo-bundled-theme/&amp;title=Wordpress+SEO+Theme" rel="nofollow" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="sexy-digg">
			<a href="http://digg.com/submit?phase=2&amp;url=http://www.metamend.com/blog/2010/01/20/wordpress-seo-bundled-theme/&amp;title=Wordpress+SEO+Theme" rel="nofollow" title="Digg this!">Digg this!</a>
		</li>
		<li class="sexy-reddit">
			<a href="http://reddit.com/submit?url=http://www.metamend.com/blog/2010/01/20/wordpress-seo-bundled-theme/&amp;title=Wordpress+SEO+Theme" rel="nofollow" title="Share this on Reddit">Share this on Reddit</a>
		</li>
		<li class="sexy-stumbleupon">
			<a href="http://www.stumbleupon.com/submit?url=http://www.metamend.com/blog/2010/01/20/wordpress-seo-bundled-theme/&amp;title=Wordpress+SEO+Theme" rel="nofollow" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a>
		</li>
		<li class="sexy-technorati">
			<a href="http://technorati.com/faves?add=http://www.metamend.com/blog/2010/01/20/wordpress-seo-bundled-theme/" rel="nofollow" title="Share this on Technorati">Share this on Technorati</a>
		</li>
		<li class="sexy-twitter">
			<a href="http://twitter.com/home?status=Wordpress+SEO+Theme+-+http://www.metamend.com/blog/2010/01/20/wordpress-seo-bundled-theme/+" rel="nofollow" title="Tweet This!">Tweet This!</a>
		</li>
		<li class="sexy-comfeed">
			<a href="http://www.metamend.com/blog/2010/01/20/wordpress-seo-bundled-theme/feed" rel="nofollow" title="Subscribe to the comments for this post?">Subscribe to the comments for this post?</a>
		</li>
		<li class="sexy-facebook">
			<a href="http://www.facebook.com/share.php?v=4&amp;src=bm&amp;u=http://www.metamend.com/blog/2010/01/20/wordpress-seo-bundled-theme/&amp;t=Wordpress+SEO+Theme" rel="nofollow" title="Share this on Facebook">Share this on Facebook</a>
		</li>
		<li class="sexy-myspace">
			<a href="http://www.myspace.com/Modules/PostTo/Pages/?u=http://www.metamend.com/blog/2010/01/20/wordpress-seo-bundled-theme/&amp;t=Wordpress+SEO+Theme" rel="nofollow" title="Post this to MySpace">Post this to MySpace</a>
		</li>
		<li class="sexy-sphinn">
			<a href="http://sphinn.com/index.php?c=post&amp;m=submit&amp;link=http://www.metamend.com/blog/2010/01/20/wordpress-seo-bundled-theme/" rel="nofollow" title="Sphinn this on Sphinn">Sphinn this on Sphinn</a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>
<!-- End SexyBookmarks Menu Code -->

]]></content:encoded>
			<wfw:commentRss>http://www.metamend.com/blog/2010/01/20/wordpress-seo-bundled-theme/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Privacy &#8211; A Thing of the Past? That&#8217;s Just Blippy&#8230;</title>
		<link>http://www.metamend.com/blog/2010/01/19/privacy-a-thing-of-the-past-thats-just-blippy/</link>
		<comments>http://www.metamend.com/blog/2010/01/19/privacy-a-thing-of-the-past-thats-just-blippy/#comments</comments>
		<pubDate>Tue, 19 Jan 2010 23:22:29 +0000</pubDate>
		<dc:creator>Dustin Busmann</dc:creator>
				<category><![CDATA[Search Engines, SEO]]></category>
		<category><![CDATA[reputation management]]></category>

		<guid isPermaLink="false">http://www.metamend.com/blog/?p=1236</guid>
		<description><![CDATA[As I was working on a client's social media build the other day, it occurred to me that suddenly,  we as people, have voluntarily surrendered most all of our privacy and anonymity.]]></description>
			<content:encoded><![CDATA[<p>As I was working on a client&#8217;s social media build the other day, it occurred to me that suddenly,  we as people, have voluntarily surrendered most all of our privacy and anonymity. This idea took hold as I was watching a 1980&#8217;s era film, and I was observing how the executives in the go-go 80&#8217;s had a brick cell phone, monochrome screen computers, got the morning paper and had a wall of analog tube televisions on different channels; this represented a person &#8220;in the know&#8221;.</p>
<p>Having said that, and even after having lived through 1980&#8217;s, I had mixed emotions as I thought about how in 2010 this movie would have changed? We now all have a cell phone, and usually its a phone that essentially doubles as your laptop for most duties. Most of us get our news online and have, long ago good or bad, cancelled our paper newsprint. One giant wide screen, Plasma, or LED TV has replaced the TV bank, and Satellite TV does not require a 10 foot dish. But I digress;</p>
<p>I think the situation is much like the 1956 version of &#8220;The Body Snatchers&#8221; where the takeover happened when we went to sleep; incrementally, so that no-one would notice. We happily latched on to the new technology and marveled at its ease of use. We raced to enjoy the fun and how it was making our lives simpler, and we became more connected one improvement at a time. Soon, we couldn&#8217;t wait to give up pieces of our anonymity to stay current with the new technology. But if you think we have gone as far as we can with giving up privacy, then you would be well served to take notice of one or more of these new changes that I found:</p>
<p>Take <a href="(http://econsultancy.com/blog/5253-blippy-tries-to-turn-shopping-into-status-updates)">&#8220;Blippy&#8221;</a>for example; Their website went live recently,  and what Blippy does is broadcast all your purchases online for everyone to see. You simply submit your credit card or debit card number, and Blippy automatically posts your transaction data. This data can now be cross-posted to Twitter, of all things.</p>
<p>Your posts will list the business where your purchases were made and how much you spent. If that isn&#8217;t intrusive enough, even more detail can be shared in the &#8220;comments&#8221; area. Twitter CEO Evan Williams is reportedly among the investors for Blippy. The Palo Alto based company insists that their high-tech encryption will protect data from being stolen or reused, as if that is the sole concern here.</p>
<p>Proponents suggest that we now live in such an &#8220;open&#8221; society that objections are mostly from people with last century thinking, and I have to say, I am in that last century thinking category.</p>
<p>Moving on, is Straley’s Seattle-based company <a href="http://trueslant.com/eilenezimmerman/2010/01/08/social-media-marketing">MeteorSolutions</a>.<br />
This company tags each visitor to a website and then tracks whomever they tell about your site as well as how they share links and content. In effect you are virally evangelizing for that site and are known as an “influencer,” according to the company. I used to think this was known as spyware but, I suppose if its voluntary, the whole &#8220;spy&#8221; portion is out of the equation. Again, I don&#8217;t understand this &#8220;tracking me&#8221; mentality, but seeing as how I enjoyed DOS based applications in the 80&#8217;s, perhaps this is just not in my demographic.</p>
<p>This takes us to 21st century Employee screening. Several places <a href="http://www.onrec.com/news/fifty-three_per_cent_of_employers_use_so">online </a>suggest now that employers should screen all applicants in a uniform manner by creating a list of the social media they will search for, on each applicant, and construct a list of the lawful information about each applicant desired from the social media search, (carefully minding discrimination laws and perceptions). I personally have always liked a one page resume myself, and a referral from someone whom I believe has good judgement. I have been known to roll the dice with an employee who I thought may have caught a bad break in life but was deep down a good candidate, and would appreciate a &#8220;second chance&#8221; from anyone. This type of decision is intuition and experience, and so far I have not seen a social media site that can replicate that, and I don&#8217;t think I would want to either.</p>
<p>If that isn&#8217;t intrusive enough, recently, a new application known as <a href="http://www.ilounge.com/index.php/articles/comments/18251/">UStream </a>uses your net phone camera  so you can let people see you walk down the street in real time. Ustream also doesn’t offer any real privacy settings when broadcasting from the iPhone, so people you don’t know can observe your streams when you are broadcasting. Apparently, just your credit card shopping tracking in real time isn&#8217;t enough, but now people want to see you walk between those purchases on camera.</p>
<p>Your ID is even ratting you out; <a href="http://eecue.com/log_archive/eecue-log-591-Major_Flaw_in_Proposed_RFID_Passports.html">US Passports</a> contain RFID tracking. Any kind of card that contains information stored on an RFID chip is readable at a distance. Many have suggested that based upon a viral <a href="http://mcgilldaily.com/articles/24382">youtube video</a>, that our US passports could be used to target US tourists for IEDs on foreign soil.</p>
<p>If your ID wasn&#8217;t bad enough, your car is tracking and <a href="http://www.marketingvox.com/onstar-mobile-app-example-of-next-gen-auto-apps-045944/">reporting</a> on you as well, and acting in conjunction with your data phone. Onstar now has a mobile app to communicate and interact with your car, as well as Mercedes-Benz and Ford as well.</p>
<p>Ford is planning to roll out iPhone apps that send navigation instructions from a leading car to the car behind it so that the follower doesn&#8217;t get lost if they&#8217;re separated by traffic or stoplights. Another app will let drivers command an iPhone to select among internet radio stations using the Sync voice recognition system, allowing the driver to keep looking at the road.</p>
<p>Mercedes-Benz and Hughes Telematics are working on a service app that will let drivers manage streaming music, locate points of interest or reply to e-mail, all by voice control. Both Mercedes-Benz and Ford will create their own app stores for mobile applications that run in its cars.</p>
<p>A recent TV commercial shows how Onstar can be used to signal your lights, and kill your engine via satellite. This is of course with the expressed purpose of preventing stolen cars, and would never be used in a &#8220;big brother&#8221; fashion, such as a no-start for late or missed car payments, insurance issues, repossession, bad mood customer service person, etc. That requires a significant amount of trust, that I don&#8217;t really possess, even in this open 21st century.</p>
<p>What is the sum of all of this for our industry? I see the writing on the wall for online <a href="http://www.metamend.com/reputation-management-protection/" title="reputation management">Reputation Management</a> and I believe we have just seen the tip of this boat-sinking iceberg. I believe this will all lead to new, more and deeper infringement and reputation attacks and those of us in this industry need to be vigilant and roll with these changes. If you want to learn more about <a href="http://www.metamend.com/reputation-management-protection/">Reputation Management</a>, please feel free to use Metamend expertise and we can help you protect or rebuild your good name.</p>


<!-- Begin SexyBookmarks Menu Code -->
<div class="sexy-bookmarks sexy-bookmarks-expand">
<ul class="socials">
		<li class="sexy-delicious">
			<a href="http://del.icio.us/post?url=http://www.metamend.com/blog/2010/01/19/privacy-a-thing-of-the-past-thats-just-blippy/&amp;title=Privacy+-+A+Thing+of+the+Past%3F+That%27s+Just+Blippy..." rel="nofollow" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="sexy-digg">
			<a href="http://digg.com/submit?phase=2&amp;url=http://www.metamend.com/blog/2010/01/19/privacy-a-thing-of-the-past-thats-just-blippy/&amp;title=Privacy+-+A+Thing+of+the+Past%3F+That%27s+Just+Blippy..." rel="nofollow" title="Digg this!">Digg this!</a>
		</li>
		<li class="sexy-reddit">
			<a href="http://reddit.com/submit?url=http://www.metamend.com/blog/2010/01/19/privacy-a-thing-of-the-past-thats-just-blippy/&amp;title=Privacy+-+A+Thing+of+the+Past%3F+That%27s+Just+Blippy..." rel="nofollow" title="Share this on Reddit">Share this on Reddit</a>
		</li>
		<li class="sexy-stumbleupon">
			<a href="http://www.stumbleupon.com/submit?url=http://www.metamend.com/blog/2010/01/19/privacy-a-thing-of-the-past-thats-just-blippy/&amp;title=Privacy+-+A+Thing+of+the+Past%3F+That%27s+Just+Blippy..." rel="nofollow" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a>
		</li>
		<li class="sexy-technorati">
			<a href="http://technorati.com/faves?add=http://www.metamend.com/blog/2010/01/19/privacy-a-thing-of-the-past-thats-just-blippy/" rel="nofollow" title="Share this on Technorati">Share this on Technorati</a>
		</li>
		<li class="sexy-twitter">
			<a href="http://twitter.com/home?status=Privacy+-+A+Thing+of+the+Past%3F+That%27s+Just+Blippy...+-+http://www.metamend.com/blog/2010/01/19/privacy-a-thing-of-the-past-thats-just-blippy/+" rel="nofollow" title="Tweet This!">Tweet This!</a>
		</li>
		<li class="sexy-comfeed">
			<a href="http://www.metamend.com/blog/2010/01/19/privacy-a-thing-of-the-past-thats-just-blippy/feed" rel="nofollow" title="Subscribe to the comments for this post?">Subscribe to the comments for this post?</a>
		</li>
		<li class="sexy-facebook">
			<a href="http://www.facebook.com/share.php?v=4&amp;src=bm&amp;u=http://www.metamend.com/blog/2010/01/19/privacy-a-thing-of-the-past-thats-just-blippy/&amp;t=Privacy+-+A+Thing+of+the+Past%3F+That%27s+Just+Blippy..." rel="nofollow" title="Share this on Facebook">Share this on Facebook</a>
		</li>
		<li class="sexy-myspace">
			<a href="http://www.myspace.com/Modules/PostTo/Pages/?u=http://www.metamend.com/blog/2010/01/19/privacy-a-thing-of-the-past-thats-just-blippy/&amp;t=Privacy+-+A+Thing+of+the+Past%3F+That%27s+Just+Blippy..." rel="nofollow" title="Post this to MySpace">Post this to MySpace</a>
		</li>
		<li class="sexy-sphinn">
			<a href="http://sphinn.com/index.php?c=post&amp;m=submit&amp;link=http://www.metamend.com/blog/2010/01/19/privacy-a-thing-of-the-past-thats-just-blippy/" rel="nofollow" title="Sphinn this on Sphinn">Sphinn this on Sphinn</a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>
<!-- End SexyBookmarks Menu Code -->

]]></content:encoded>
			<wfw:commentRss>http://www.metamend.com/blog/2010/01/19/privacy-a-thing-of-the-past-thats-just-blippy/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Choose Relevant Keyword Targets</title>
		<link>http://www.metamend.com/blog/2010/01/14/choose-relevant-keyword-targets/</link>
		<comments>http://www.metamend.com/blog/2010/01/14/choose-relevant-keyword-targets/#comments</comments>
		<pubDate>Thu, 14 Jan 2010 23:44:58 +0000</pubDate>
		<dc:creator>Mark Johnstone</dc:creator>
				<category><![CDATA[SEOTech Talk]]></category>
		<category><![CDATA[Search Engines, SEO]]></category>
		<category><![CDATA[keywords]]></category>
		<category><![CDATA[long-tail]]></category>

		<guid isPermaLink="false">http://www.metamend.com/blog/?p=1214</guid>
		<description><![CDATA[Ad Hoc Keyword Research is Dead - Determining an optimal keyword list can be a very involved process and is always considered the lynchpin of any successful search marketing campaign.]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.metamend.com/blog/wp-content/uploads/2010/01/adhoc-kwblog1.gif"><img class="alignright size-full wp-image-1228" title="adhoc-kwblog1" src="http://www.metamend.com/blog/wp-content/uploads/2010/01/adhoc-kwblog1.gif" alt="" width="400" height="100" /></a></p>
<p><strong>Ad Hoc Keyword Research is Dead</strong></p>
<p>Determining an optimal keyword list can be a very involved process and is always considered the lynchpin of any successful search marketing campaign. Gone are the days of focusing your search marketing efforts on a phrase list consisting of one or two keyword terms. These “short-tail” phrases might prove to be over saturated in the search engines results or are lacking in specific relevancy to your message thus leading to a poor conversion potential. Finding those “long-tail” terms will always lead to a great ROI potential, and greater user retention.</p>
<p><strong>The Process –In a Nutshell</strong></p>
<p>The phraseology process has in recent years has truly become an art form and each analyst will have a core set of tools and different methods of data collection when crafting their final targeted terms.</p>
<p>The first step of this process typically includes the collecting of related search terms en masse. Generating large groups of search terms varying in length are gathered using keyword search tools and one should utilize more than one set of tools. Relying on one keyword tool can be detrimental to the end result when assessing your keyword targets. It is always a safe bet to back up your search data comparing the results between multiple sources. As one can imagine different search data sources can lead to very different results.</p>
<p>Most reputable search marketing firms will have a gambit of in-house developed tools at their disposal however here is a sample of commonly used search / keyword tools:</p>
<ul>
<li>Google’s Keyword Tool and Insights to Search</li>
<li>Keyword Discovery</li>
<li>Word Tracker</li>
<li>Wordstream</li>
<li>Keyword Spy</li>
<li>SEOmoz – Keyword Difficulty Tool</li>
</ul>
<p>At the end of this phase you should take a close look at historical analytics to see what terms have delivered the most relevant targets in the past. It is imperative not to destroy the great traffic you have enjoyed in the past by diluting it with new terms. Build on past successes instead of just replacing it with another term.<br />
Once your core phrase targets have been collected and loosely organized the paring down phase of the process kicks in. The removal of unachievable terms (due competition) and others that have a lower relevancy or traffic potential should be performed. The results should deliver you with somewhat of a refined core list to work from.</p>
<p>The final goal of course is to have a tightly refined targeted list to apply to your <a href="http://www.metamend.com/seo-services/" title="search engine optimization">search engine optimization</a> strategies and this is where the historical knowledge of the types of keywords that convert comes in to play.<br />
Assessing the realistic expectations of the phrases you wish to employ is prudent. Can your site compete with the others targeting that term? Are you able to do what it takes to add value to your site in order to target that particular term? These are the questions that need to be addresses before committing to the final targets.</p>
<p>These tips are truly a very broad look at what is needed to come up with solid targets that will over time deliver you with all that huge traffic increases you are looking for. An experienced keyword analyst will have the insight to provide a solid targeted list and the search / historical data to back up the choices.</p>
<p><strong>The Company Branding and Messaging Misconception</strong></p>
<p>The right mindset is essential to come up with the final keyword selection that is going to deliver you with those “money” terms.  All too often traditional marketing individuals have a difficult time understanding that what has works for years on a billboard does not necessary translate into a winning term via search. This is not to say that one should not pay close attention to fully understanding a company’s brick and mortar business and the existing marketing initiatives. The more intimate you are with the business messaging, product or service will obviously have a large impact on the phraseology process.</p>
<p>Marketing managers and business owners will also sometimes have strong views on what terms they wish to be found under. All too often these terms are not searched by web searchers in great numbers and in some cases can deliver irrelevant results.</p>
<p>For example, an auto insurance company might be apprehensive with the keyword suggestion “cheap auto insurance quotes” with the thinking that the word “cheap” degrades the quality of their business and perhaps places a misconception on the quality of their service. They may push you on this and suggest that “inexpensive automobile insurance quotes” is what they want you to utilize in your strategies. Nine times out of ten once they realize that people just don’t search that way and your suggestions will come to fruition.</p>
<p>Mark Johnstone</p>
<p><a href="http://www.metamend.com/services/" title="search engine marketing">Search Engine Marketing</a> Analyst and Project Manager<br />
Google AdWords Qualified Individual<br />
Metamend &#8211; Search Engine Marketing Experts</p>


<!-- Begin SexyBookmarks Menu Code -->
<div class="sexy-bookmarks sexy-bookmarks-expand">
<ul class="socials">
		<li class="sexy-delicious">
			<a href="http://del.icio.us/post?url=http://www.metamend.com/blog/2010/01/14/choose-relevant-keyword-targets/&amp;title=Choose+Relevant+Keyword+Targets" rel="nofollow" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="sexy-digg">
			<a href="http://digg.com/submit?phase=2&amp;url=http://www.metamend.com/blog/2010/01/14/choose-relevant-keyword-targets/&amp;title=Choose+Relevant+Keyword+Targets" rel="nofollow" title="Digg this!">Digg this!</a>
		</li>
		<li class="sexy-reddit">
			<a href="http://reddit.com/submit?url=http://www.metamend.com/blog/2010/01/14/choose-relevant-keyword-targets/&amp;title=Choose+Relevant+Keyword+Targets" rel="nofollow" title="Share this on Reddit">Share this on Reddit</a>
		</li>
		<li class="sexy-stumbleupon">
			<a href="http://www.stumbleupon.com/submit?url=http://www.metamend.com/blog/2010/01/14/choose-relevant-keyword-targets/&amp;title=Choose+Relevant+Keyword+Targets" rel="nofollow" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a>
		</li>
		<li class="sexy-technorati">
			<a href="http://technorati.com/faves?add=http://www.metamend.com/blog/2010/01/14/choose-relevant-keyword-targets/" rel="nofollow" title="Share this on Technorati">Share this on Technorati</a>
		</li>
		<li class="sexy-twitter">
			<a href="http://twitter.com/home?status=Choose+Relevant+Keyword+Targets+-+http://www.metamend.com/blog/2010/01/14/choose-relevant-keyword-targets/+" rel="nofollow" title="Tweet This!">Tweet This!</a>
		</li>
		<li class="sexy-comfeed">
			<a href="http://www.metamend.com/blog/2010/01/14/choose-relevant-keyword-targets/feed" rel="nofollow" title="Subscribe to the comments for this post?">Subscribe to the comments for this post?</a>
		</li>
		<li class="sexy-facebook">
			<a href="http://www.facebook.com/share.php?v=4&amp;src=bm&amp;u=http://www.metamend.com/blog/2010/01/14/choose-relevant-keyword-targets/&amp;t=Choose+Relevant+Keyword+Targets" rel="nofollow" title="Share this on Facebook">Share this on Facebook</a>
		</li>
		<li class="sexy-myspace">
			<a href="http://www.myspace.com/Modules/PostTo/Pages/?u=http://www.metamend.com/blog/2010/01/14/choose-relevant-keyword-targets/&amp;t=Choose+Relevant+Keyword+Targets" rel="nofollow" title="Post this to MySpace">Post this to MySpace</a>
		</li>
		<li class="sexy-sphinn">
			<a href="http://sphinn.com/index.php?c=post&amp;m=submit&amp;link=http://www.metamend.com/blog/2010/01/14/choose-relevant-keyword-targets/" rel="nofollow" title="Sphinn this on Sphinn">Sphinn this on Sphinn</a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>
<!-- End SexyBookmarks Menu Code -->

]]></content:encoded>
			<wfw:commentRss>http://www.metamend.com/blog/2010/01/14/choose-relevant-keyword-targets/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Cyber Attacks May Mean the End of Google China</title>
		<link>http://www.metamend.com/blog/2010/01/13/1197/</link>
		<comments>http://www.metamend.com/blog/2010/01/13/1197/#comments</comments>
		<pubDate>Wed, 13 Jan 2010 23:12:08 +0000</pubDate>
		<dc:creator>Mark Johnstone</dc:creator>
				<category><![CDATA[Search Engine Industry News]]></category>
		<category><![CDATA[China]]></category>
		<category><![CDATA[free speech]]></category>
		<category><![CDATA[google]]></category>

		<guid isPermaLink="false">http://www.metamend.com/blog/?p=1197</guid>
		<description><![CDATA[Until a final decision by the powers that be at Google and the Chinese Government the verdict is still out on how this may affect the search engine marketing world.]]></description>
			<content:encoded><![CDATA[<p><strong>Cyber Attacks May Mean the End of Google C</strong><strong>hina</strong></p>
<p>Search engine giant Google announced yesterday that they have been targeted by cyber attacks of “varying degrees on a regular basis”. Google’s Chief legal Officer <a href="http://googleblog.blogspot.com/2010/01/new-approach-to-china.html">David Drummond also mentioned</a> that Google was not the sole recipient of these attacks and that it included at least 20 other companies from a variety of different industries. Google investigation thus far has led them to pass along the details of this cyber activity to these additional companies.</p>
<p>It is apparent that the attackers attempted to access Gmail accounts of Chinese human rights activists and Google is reporting that the malicious activity was for the most part unsuccessful. The unauthorized access consisted of two Gmail accounts being compromised and the attackers were only able to view the account creation dates, email subject lines and basic account information. Google immediately implemented changes to their architecture to enhance security for its users.</p>
<p>This latest round of cyber attacks has promoted Google to review their business ventures in China. In the interim Google has decided to not to continue censoring delivered results to Chinese web surfers claiming that they do not wish to further limit free speech.</p>
<p>This could very well be the end of Google operations in China resulting in google.cn and local offices being shut down completely.</p>
<p><strong>What does this mean for <a href="http://www.metamend.com/seo-services/">Search Engine Optimization</a>?</strong></p>
<p>Until a final decision by the powers that be at Google and the Chinese Government the verdict is still out on how this may affect the <a href="http://www.metamend.com/services/" title="search engine marketing">search engine marketing</a> world.  One would think that if Google pulled out of the Chinese market it could have a negative impact on companies that have heavily invested in optimizing and targeting this already massive and growing market.</p>


<!-- Begin SexyBookmarks Menu Code -->
<div class="sexy-bookmarks sexy-bookmarks-expand">
<ul class="socials">
		<li class="sexy-delicious">
			<a href="http://del.icio.us/post?url=http://www.metamend.com/blog/2010/01/13/1197/&amp;title=Cyber+Attacks+May+Mean+the+End+of+Google+China" rel="nofollow" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="sexy-digg">
			<a href="http://digg.com/submit?phase=2&amp;url=http://www.metamend.com/blog/2010/01/13/1197/&amp;title=Cyber+Attacks+May+Mean+the+End+of+Google+China" rel="nofollow" title="Digg this!">Digg this!</a>
		</li>
		<li class="sexy-reddit">
			<a href="http://reddit.com/submit?url=http://www.metamend.com/blog/2010/01/13/1197/&amp;title=Cyber+Attacks+May+Mean+the+End+of+Google+China" rel="nofollow" title="Share this on Reddit">Share this on Reddit</a>
		</li>
		<li class="sexy-stumbleupon">
			<a href="http://www.stumbleupon.com/submit?url=http://www.metamend.com/blog/2010/01/13/1197/&amp;title=Cyber+Attacks+May+Mean+the+End+of+Google+China" rel="nofollow" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a>
		</li>
		<li class="sexy-technorati">
			<a href="http://technorati.com/faves?add=http://www.metamend.com/blog/2010/01/13/1197/" rel="nofollow" title="Share this on Technorati">Share this on Technorati</a>
		</li>
		<li class="sexy-twitter">
			<a href="http://twitter.com/home?status=Cyber+Attacks+May+Mean+the+End+of+Google+China+-+http://www.metamend.com/blog/2010/01/13/1197/+" rel="nofollow" title="Tweet This!">Tweet This!</a>
		</li>
		<li class="sexy-comfeed">
			<a href="http://www.metamend.com/blog/2010/01/13/1197/feed" rel="nofollow" title="Subscribe to the comments for this post?">Subscribe to the comments for this post?</a>
		</li>
		<li class="sexy-facebook">
			<a href="http://www.facebook.com/share.php?v=4&amp;src=bm&amp;u=http://www.metamend.com/blog/2010/01/13/1197/&amp;t=Cyber+Attacks+May+Mean+the+End+of+Google+China" rel="nofollow" title="Share this on Facebook">Share this on Facebook</a>
		</li>
		<li class="sexy-myspace">
			<a href="http://www.myspace.com/Modules/PostTo/Pages/?u=http://www.metamend.com/blog/2010/01/13/1197/&amp;t=Cyber+Attacks+May+Mean+the+End+of+Google+China" rel="nofollow" title="Post this to MySpace">Post this to MySpace</a>
		</li>
		<li class="sexy-sphinn">
			<a href="http://sphinn.com/index.php?c=post&amp;m=submit&amp;link=http://www.metamend.com/blog/2010/01/13/1197/" rel="nofollow" title="Sphinn this on Sphinn">Sphinn this on Sphinn</a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>
<!-- End SexyBookmarks Menu Code -->

]]></content:encoded>
			<wfw:commentRss>http://www.metamend.com/blog/2010/01/13/1197/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Free Apps or Free Domains?</title>
		<link>http://www.metamend.com/blog/2010/01/12/free-apps-or-free-domains/</link>
		<comments>http://www.metamend.com/blog/2010/01/12/free-apps-or-free-domains/#comments</comments>
		<pubDate>Wed, 13 Jan 2010 01:53:45 +0000</pubDate>
		<dc:creator>Dustin Busmann</dc:creator>
				<category><![CDATA[Search Engines, SEO]]></category>
		<category><![CDATA[domains]]></category>
		<category><![CDATA[ORM]]></category>

		<guid isPermaLink="false">http://www.metamend.com/blog/?p=1192</guid>
		<description><![CDATA[Some recent articles credit "APP"s for mobile phones and devices as the death of websites, and that may or may not be true. However, if registry behavior is any indication, there may be something to that theory.]]></description>
			<content:encoded><![CDATA[<p>Some recent articles credit &#8220;APP&#8221;s for mobile phones and devices as <a href="http://www.imediaconnection.com/content/13300.asp ">the death of websites</a>, and that may or may not be true. However, if registry behavior is any indication, there may be something to that theory.</p>
<p>If we look at &#8220;.UK&#8221; for example and its domain name registration and web hosting company, <a href="www.lcn.com">LCN.com </a>they will be offering free .UK domain names as part of its “10th Birthday Countdown Promotion”. This &#8220;free&#8221; offer is only valid with purchase any other two year domain extension in the same order, but the strategy is clear; get more domains out there.</p>
<p>Then this week, Montenegro has released a <a href="http://domainnews.com/en/montenegro-s-.me-domain-name-gain.html">news story </a>about how their domain  .ME is &#8216;proving attractive to businesses&#8217;. Central to their strategy is the personal nature of the word &#8220;me&#8221; which has the same meaning in a host of languages. Not only that, but the extension has a marketing side-effect, that a number of other extensions also possess, which is simply, .me spells a word by itself; like youand.me and whatabout.me, and even notify.me.</p>
<p>Other notable extensions include Tonga, such as go.to and how.to, Italy with fix.it, find.it, Tuvalu, with the obvious .tv, then the &#8220;abbreviations&#8221; like Cocos Keeling with .cc marketed as &#8220;Carbon Copy&#8221; or Samoa with .ws for &#8220;Web Site&#8221; and finally Laos with .la for &#8220;Los Angeles&#8221;. New uses for some extensions like bit.ly, a hyperlink shortening site, exist in the gray area of the internet since .ly is the extension for Libya, an oft-times sanctioned adversary of the United States. TechnicalLu that is doing business with a sanctioned foreign power for Americans depending on the <a href="http://www.ustreas.gov/offices/enforcement/ofac/programs/ ">State Department&#8217;s stance</a> at that time.</p>
<p>Moving on, and while it spells nothing and isn&#8217;t short for anything, .CN has been a very successful selling domain.  China apparently is done with that success and has stated that no overseas application for .CN will be accepted until <a href="http://www.eurodns.com/eurodns-news/article/cn-registrations-suspended">further notice</a> from the registry. Very puzzling.</p>
<p>Conversely, .TK or Tokelau announced that they have opened the .TK registry for <a href="http://www.domainnews.com/en/dot-tk-has-opened-the-.tk-registry-for-free-domains-with-full-name-server-support.html ">free domains</a> with full name server support. In the past, Dot TK has provided free domain name registration services but only with its URL forwarding service.</p>
<p>Perhaps coincidence, but with the Nexus one launch recently and itunes store bulging with &#8220;<a href="http://www.apple.com/iphone/apps-for-iphone/">app&#8221;s</a>, its hard to deny the writing on the wall.</p>
<p>If you have seen the writing on the wall and its negatively about you, Metamend has a <a href="http://www.metamend.com/reputation-management-protection/">dedicated ORM team </a>to assist you in keeping your good name.</p>


<!-- Begin SexyBookmarks Menu Code -->
<div class="sexy-bookmarks sexy-bookmarks-expand">
<ul class="socials">
		<li class="sexy-delicious">
			<a href="http://del.icio.us/post?url=http://www.metamend.com/blog/2010/01/12/free-apps-or-free-domains/&amp;title=Free+Apps+or+Free+Domains%3F" rel="nofollow" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="sexy-digg">
			<a href="http://digg.com/submit?phase=2&amp;url=http://www.metamend.com/blog/2010/01/12/free-apps-or-free-domains/&amp;title=Free+Apps+or+Free+Domains%3F" rel="nofollow" title="Digg this!">Digg this!</a>
		</li>
		<li class="sexy-reddit">
			<a href="http://reddit.com/submit?url=http://www.metamend.com/blog/2010/01/12/free-apps-or-free-domains/&amp;title=Free+Apps+or+Free+Domains%3F" rel="nofollow" title="Share this on Reddit">Share this on Reddit</a>
		</li>
		<li class="sexy-stumbleupon">
			<a href="http://www.stumbleupon.com/submit?url=http://www.metamend.com/blog/2010/01/12/free-apps-or-free-domains/&amp;title=Free+Apps+or+Free+Domains%3F" rel="nofollow" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a>
		</li>
		<li class="sexy-technorati">
			<a href="http://technorati.com/faves?add=http://www.metamend.com/blog/2010/01/12/free-apps-or-free-domains/" rel="nofollow" title="Share this on Technorati">Share this on Technorati</a>
		</li>
		<li class="sexy-twitter">
			<a href="http://twitter.com/home?status=Free+Apps+or+Free+Domains%3F+-+http://www.metamend.com/blog/2010/01/12/free-apps-or-free-domains/+" rel="nofollow" title="Tweet This!">Tweet This!</a>
		</li>
		<li class="sexy-comfeed">
			<a href="http://www.metamend.com/blog/2010/01/12/free-apps-or-free-domains/feed" rel="nofollow" title="Subscribe to the comments for this post?">Subscribe to the comments for this post?</a>
		</li>
		<li class="sexy-facebook">
			<a href="http://www.facebook.com/share.php?v=4&amp;src=bm&amp;u=http://www.metamend.com/blog/2010/01/12/free-apps-or-free-domains/&amp;t=Free+Apps+or+Free+Domains%3F" rel="nofollow" title="Share this on Facebook">Share this on Facebook</a>
		</li>
		<li class="sexy-myspace">
			<a href="http://www.myspace.com/Modules/PostTo/Pages/?u=http://www.metamend.com/blog/2010/01/12/free-apps-or-free-domains/&amp;t=Free+Apps+or+Free+Domains%3F" rel="nofollow" title="Post this to MySpace">Post this to MySpace</a>
		</li>
		<li class="sexy-sphinn">
			<a href="http://sphinn.com/index.php?c=post&amp;m=submit&amp;link=http://www.metamend.com/blog/2010/01/12/free-apps-or-free-domains/" rel="nofollow" title="Sphinn this on Sphinn">Sphinn this on Sphinn</a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>
<!-- End SexyBookmarks Menu Code -->

]]></content:encoded>
			<wfw:commentRss>http://www.metamend.com/blog/2010/01/12/free-apps-or-free-domains/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Nexus One; Smart-Phone. The Online Strategy, Well&#8230;</title>
		<link>http://www.metamend.com/blog/2010/01/07/nexus-one-two-three/</link>
		<comments>http://www.metamend.com/blog/2010/01/07/nexus-one-two-three/#comments</comments>
		<pubDate>Thu, 07 Jan 2010 16:06:47 +0000</pubDate>
		<dc:creator>Dustin Busmann</dc:creator>
				<category><![CDATA[Search Engines, SEO]]></category>
		<category><![CDATA[reputation management]]></category>
		<category><![CDATA[smartphone]]></category>

		<guid isPermaLink="false">http://www.metamend.com/blog/?p=1184</guid>
		<description><![CDATA[Google's Nexus One product hit the market this week which marked Google's surprising entry into the smartphone market.]]></description>
			<content:encoded><![CDATA[<p>Google&#8217;s <a href="http://www.citrusdaily.com/ces-gadgets-google-nexus-one/2010/01/07/23651.html">Nexus One</a> product hit the market this week which marked Google&#8217;s surprising entry into the smartphone market.</p>
<p>More surprising however, is the apparent lack of a proactive domain strategy.</p>
<p><a href="http://www.averesa.com/1260946962z2-red/html/index.html">NexusOne.com</a> appears to have been around since 1998 and does not appear to be owned by Google nor any Google service provider or affiliate. In fact, it appears to be a web design themed site. Google has not publically shared any plan or strategy to acquire the domain name either.</p>
<p>So what exactly is Google&#8217;s strategy here?</p>
<p>We have all seen the shift from broad purchasing of defensive registrations by companies, to instead, better utilize property owned and step up enforcement efforts. There are many ways companies are doing this, and service providers like Metamend have the experience and expertise to assist in crafting these <a href="http://www.metamend.com/reputation-management-protection/">domain name management</a> strategies.</p>
<p>In this instance, not much is going on domain-wise either. However, Google does appear to have &#8220;unofficially&#8221; acquired at least two gtlds with variations of the &#8220;nexus one&#8221; brand, but I will not list them here as this is not been made official.</p>
<p>If you look at basic variations, we see the following intellectual property still available:</p>
<p>nexus-1.biz &#8211; was still available at the time of this writing&#8230;</p>
<p>GTLD domains that have been registered in the last month:</p>
<p>nexus-1.us &#8211; registered Tue Dec 29 22:10:51 GMT 200<br />
nexus-1.mobi and nexus-1.info &#8211; 15-Dec-2009 04:42:37 UTC<br />
nexus-1.org &#8211; 18-Dec-2009 14:41:51 UTC<br />
nexus-one.us &#8211; Sun Dec 13 09:00:05 GMT 2009<br />
nexus-one.mobi &#8211; 13-Dec-2009 09:00:11 UTC<br />
nexus-one.info &#8211; 12-Dec-2009 02:16:11 UTC<br />
nexus-one.biz &#8211; Sun Dec 13 09:01:46 GMT 2009<br />
nexus-one.org &#8211; 13-Dec-2009 08:51:49 UTC<br />
nexusone.us &#8211; Fri Dec 11 02:37:58 GMT 2009<br />
nexusone.mobi &#8211; 13-Dec-2009 06:28:08 UTC<br />
nexusone.biz &#8211; Wed Dec 15 01:48:26 GMT 2004<br />
nexusone.org &#8211; 15-Dec-2004 01:48:28 UTC<br />
nexus1.us &#8211; Fri Dec 11 02:38:18 GMT 2009<br />
nexus1.mobi &#8211; 13-Dec-2009 09:37:35 UTC<br />
nexus1.info &#8211; 13-Dec-2009 04:17:58 UTC</p>
<p>and finally, domains which have been registered for a while:</p>
<p>nexus1.net &#8211; 09-jul-1998<br />
nexus1.org &#8211; 31-Mar-2009 09:45:03 UTC<br />
nexus1.biz &#8211; Mon Nov 25 14:08:35 GMT 2002<br />
nexusone.com &#8211; 08-jul-1998<br />
nexusone.net &#8211; 27-aug-2007<br />
nexusone.info &#8211; 23-Sep-2009 20:36:43 UTC<br />
nexus-1.net &#8211; 21 May 2009 14:11:34<br />
nexus-one.net -  Tuesday, 26-Sep-2006<br />
nexus-one.com &#8211; 24-jun-2009<br />
nexus-1.com &#8211; 03-mar-2000<br />
A <a href="http://tmportal.uspto.gov/external/portal/tow?SRCH=Y&amp;isSubmitted=true&amp;details=&amp;SELECT=US+Serial+No&amp;TEXT=77891022">trademark application</a> for the name &#8220;Nexus One&#8221; was filed by Google, Inc. on December 10 and we see the first wave of new (2009+) registrations within hours on December 11th.</p>
<p>I am sure there are host of &#8220;good faith&#8221; reasons and coincidences, but it is compelling to say the least. In the next few December days, the lion&#8217;s share of the rest of the &#8220;nexus one&#8221; variants were registered and not apparently by Google.</p>
<p>No one can deny that Google obviously knows what it is doing business-wise but their online strategy here is confusing at best.</p>
<p>They have done a fine job of registering and enforcing their &#8220;Google&#8221; mark from a gtld perspective, but when we look at &#8220;gmail&#8221; we see that nexus one was not the first time this confusing strategy was employed.</p>
<p>Gmail.com is the Google e-mail client that a good portion of us use and is owned by Google, but gmail.net, gmail.org, gmail.biz, and gmail.info are not. G-mail.net, g-mail.org, and gmail.info are also owned by someone other than Google.</p>
<p>This is usually the result of Marketing, Legal, Production and most any or all other divisions of a company not talking to each other, or simply a non-existent strategy in most cases. Also some companies do not care and simply throw caution to the wind. I would not advise any of the above strategies or lack of.</p>
<p>Instead, I would have recommended the following steps to insure a smoother launch:</p>
<p>First, perform some due diligence.</p>
<p>Do a little internet and TM research and see if someone else has already had a similar idea to yours. If so, maybe consider a variation of your desired name or do a bit more research and try to find out if the domain holder would be willing to sell it or lease it to you. Remember that in most cases honey will get you a lot farther than vinegar; be nice, and try asking first.</p>
<p>Next, register all the gtlds. It is a shame to have to go back and negotiate the .net when it outperforms your .com. Keep in mind that SEO and similar tactics outpace direct searching these days so even a non-dot com can catch more traffic than the actual .com.</p>
<p>Finally, coordinate the timing in a coherent manner in advance of filing or purchasing anything. We saw in this instance with the &#8220;Nexus One&#8221; mark that within hours of the TM filing, possible squats were already showing up.</p>
<p>If you are in need of a strategy of this nature, I recommend contacting Metamend and we can assist you in developing your own online <a href="http://www.metamend.com/reputation-management-protection/">domain management</a> strategy.</p>


<!-- Begin SexyBookmarks Menu Code -->
<div class="sexy-bookmarks sexy-bookmarks-expand">
<ul class="socials">
		<li class="sexy-delicious">
			<a href="http://del.icio.us/post?url=http://www.metamend.com/blog/2010/01/07/nexus-one-two-three/&amp;title=Nexus+One%3B+Smart-Phone.+The+Online+Strategy%2C+Well..." rel="nofollow" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="sexy-digg">
			<a href="http://digg.com/submit?phase=2&amp;url=http://www.metamend.com/blog/2010/01/07/nexus-one-two-three/&amp;title=Nexus+One%3B+Smart-Phone.+The+Online+Strategy%2C+Well..." rel="nofollow" title="Digg this!">Digg this!</a>
		</li>
		<li class="sexy-reddit">
			<a href="http://reddit.com/submit?url=http://www.metamend.com/blog/2010/01/07/nexus-one-two-three/&amp;title=Nexus+One%3B+Smart-Phone.+The+Online+Strategy%2C+Well..." rel="nofollow" title="Share this on Reddit">Share this on Reddit</a>
		</li>
		<li class="sexy-stumbleupon">
			<a href="http://www.stumbleupon.com/submit?url=http://www.metamend.com/blog/2010/01/07/nexus-one-two-three/&amp;title=Nexus+One%3B+Smart-Phone.+The+Online+Strategy%2C+Well..." rel="nofollow" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a>
		</li>
		<li class="sexy-technorati">
			<a href="http://technorati.com/faves?add=http://www.metamend.com/blog/2010/01/07/nexus-one-two-three/" rel="nofollow" title="Share this on Technorati">Share this on Technorati</a>
		</li>
		<li class="sexy-twitter">
			<a href="http://twitter.com/home?status=Nexus+One%3B+Smart-Phone.+The+Online+Strategy%2C+Well...+-+http://www.metamend.com/blog/2010/01/07/nexus-one-two-three/+" rel="nofollow" title="Tweet This!">Tweet This!</a>
		</li>
		<li class="sexy-comfeed">
			<a href="http://www.metamend.com/blog/2010/01/07/nexus-one-two-three/feed" rel="nofollow" title="Subscribe to the comments for this post?">Subscribe to the comments for this post?</a>
		</li>
		<li class="sexy-facebook">
			<a href="http://www.facebook.com/share.php?v=4&amp;src=bm&amp;u=http://www.metamend.com/blog/2010/01/07/nexus-one-two-three/&amp;t=Nexus+One%3B+Smart-Phone.+The+Online+Strategy%2C+Well..." rel="nofollow" title="Share this on Facebook">Share this on Facebook</a>
		</li>
		<li class="sexy-myspace">
			<a href="http://www.myspace.com/Modules/PostTo/Pages/?u=http://www.metamend.com/blog/2010/01/07/nexus-one-two-three/&amp;t=Nexus+One%3B+Smart-Phone.+The+Online+Strategy%2C+Well..." rel="nofollow" title="Post this to MySpace">Post this to MySpace</a>
		</li>
		<li class="sexy-sphinn">
			<a href="http://sphinn.com/index.php?c=post&amp;m=submit&amp;link=http://www.metamend.com/blog/2010/01/07/nexus-one-two-three/" rel="nofollow" title="Sphinn this on Sphinn">Sphinn this on Sphinn</a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>
<!-- End SexyBookmarks Menu Code -->

]]></content:encoded>
			<wfw:commentRss>http://www.metamend.com/blog/2010/01/07/nexus-one-two-three/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
