<?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>Cornestone SEO</title>
	<atom:link href="http://www.cornerstoneseo.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.cornerstoneseo.com</link>
	<description>Building The CornerStone Of Your Website</description>
	<lastBuildDate>Thu, 18 Feb 2010 15:06:20 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=abc</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Using Google Apps Premier</title>
		<link>http://www.cornerstoneseo.com/using-google-apps-premier/</link>
		<comments>http://www.cornerstoneseo.com/using-google-apps-premier/#comments</comments>
		<pubDate>Thu, 18 Feb 2010 15:06:20 +0000</pubDate>
		<dc:creator>Chris</dc:creator>
				<category><![CDATA[Email Issues]]></category>

		<guid isPermaLink="false">http://www.cornerstoneseo.com/?p=134</guid>
		<description><![CDATA[OK I made the switch!
So I have a handful of email addresses that I use and support. It gets a bit annoying handling all the different addresses. I love gmail! The interface is great as well as the [<a href="http://www.cornerstoneseo.com/using-google-apps-premier/">More...</a>]]]></description>
			<content:encoded><![CDATA[<p>OK I made the switch!</p>
<p>So I have a handful of email addresses that I use and support. It gets a bit annoying handling all the different addresses. I love gmail! The interface is great as well as the spam protection. Lately a few of my accounts have been getting hit with so much spam and a lot of my emails are being sent back as undeliverable.</p>
<p>The thing is I have a few servers the I run my websites off of and I have a few mailing lists that go out. No matter how hard you try you are going to get your emails flagged. For the most part you can handle it, but nowadays even people who have opted in to revcieve email will send you to a blacklist. Then you have the fun job of getting off that blacklist. Yey good times!</p>
<p>So I have decided to just take all my email addresses and funnel them into my new google apps premier account. At $50 for the year 25gigs of space and a bit more privacy you can&#8217;t go wrong.</p>
<p>OK so what is this post really about? Well I had about 5 email accounts that I use very heavily via windows live mail.  How the heck can I get them into my new google email account? After researching a few different options, I found the best way to really do it!</p>
<p>You can use your google email in many email programs, but I truly love the gmail interface so I wanted to switch everything to that.</p>
<p>Now this is for Windows Live mail, but the idea should work for any other email program you are using.</p>
<p>What you need to do is create a new IMAP account in your Windows Live mail with your new Google email information. <a href="http://mail.google.com/support/bin/answer.py?answer=77696">CLICK HERE FOR INSTRUCTIONS</a></p>
<p>Once your account is set up it is as simple as copying the emails you want into the newly create google email account.  Voila you can now see your old emails on  your google email interface.</p>
<p>I am so glad I found this. I now have all my emails into my google email and all the old addresses forwarded to it. In my signature I have a little message asking people to update their information with my new email address.</p>
<p>I am very happy with the service so far. I will keep you posted.</p>
<p>If you have tried google apps or went for Google apps premeir, please leave a comment about how it has been working for you.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.cornerstoneseo.com/using-google-apps-premier/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Ping From Your Browser Trick</title>
		<link>http://www.cornerstoneseo.com/ping-from-your-browser-trick/</link>
		<comments>http://www.cornerstoneseo.com/ping-from-your-browser-trick/#comments</comments>
		<pubDate>Tue, 19 Jan 2010 17:20:59 +0000</pubDate>
		<dc:creator>Chris</dc:creator>
				<category><![CDATA[SEO Tips]]></category>

		<guid isPermaLink="false">http://www.cornerstoneseo.com/?p=129</guid>
		<description><![CDATA[Letting the search engines know about new content you have posted is key to gaining traffic.  In my last post 5 Simple Ways to Increase Website Authority we talked about how fast your new content will get indexed. [<a href="http://www.cornerstoneseo.com/ping-from-your-browser-trick/">More...</a>]]]></description>
			<content:encoded><![CDATA[<p>Letting the search engines know about new content you have posted is key to gaining traffic.  In my last post <a href="http://www.cornerstoneseo.com/5-simple-ways-to-increase-website-authority/">5 Simple Ways to Increase Website Authority</a> we talked about how fast your new content will get indexed. Normally if your site does have authority it could be indexed in under an hour even less sometimes.</p>
<p>Another way to let the search engines know is by pinging. Some people say let the search engines find the info on their own, but pinging is still a good way to get new content noticed.</p>
<p>There are 100&#8217;s of pinging services out there and it can be overwhelming sometimes.  <a href="http://pingomatic.com/">Pingomatic</a> is a great service, but you need to manually enter all your site information, title, url, feed, etc. Not anymore. This little trick rocks!</p>
<p>Steps to automate your pinging process -</p>
<p>Step 1: Add a new bookmark to your browser. Here are the <a href="http://mozilla.gunnars.net/firefox_bookmarks_tutorial.html" target="_blank">Firefox instructions</a>, if you do not know how to do this.</p>
<p>Step 2: Enter “Pingomatic” in the Name field</p>
<p>Step 3: Insert this java code in the Location field:</p>
<p><code>javascript:(function(){var%20url=encodeURIComponent(window.location);var%20%20name=encodeURIComponent(document.title);%20var%20rss%20='';var%20%20links=document.getElementsByTagName('link');for%20(i=0;i%3Clinks.length;i++)%20{if(links[i].getAttribute('type')%20==%20'application/rss+xml')%20%20rss=encodeURIComponent(links[i].getAttribute('href'));}%20%20window.location='http://pingomatic.com/ping/?%20title='+name+'&amp;blogurl='+url+'&amp;rssurl='+rss+'&amp;chk_weblogscom=on&amp;chk_blogs=on&amp;chk_technorati=on&amp;ch%20k_feedburner=on&amp;chk_syndic8=on&amp;chk_newsgator=on&amp;chk_myyahoo=on&amp;chk_pubsubcom=on&amp;chk_blog%20digger=on&amp;chk_blogrolling=on&amp;chk_blogstreet=on&amp;chk_moreover=on&amp;chk_weblogalot=on&amp;chk_icerocket%20=on&amp;chk_newsisfree=on&amp;chk_topicexchange=on&amp;chk_google=on&amp;chk_tailrank=on&amp;chk_bloglines=on';})()</code></p>
<p>Step 4: Click “Save”</p>
<p>Step 5: Visit any page, or posting of your blog, and simply Click your new Pingomatic Bookmark Button..and It’s Done!</p>
<p>Gotta love that!</p>
<p>Thanks to <a href="http://www.markdulisse.com/blog/seo/my-little-pinging-browser-trick/">Mark Dulisse</a> for the tip! It rocks!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.cornerstoneseo.com/ping-from-your-browser-trick/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>5 Simple Ways To Increase Website Authority</title>
		<link>http://www.cornerstoneseo.com/5-simple-ways-to-increase-website-authority/</link>
		<comments>http://www.cornerstoneseo.com/5-simple-ways-to-increase-website-authority/#comments</comments>
		<pubDate>Tue, 08 Dec 2009 19:44:24 +0000</pubDate>
		<dc:creator>Chris</dc:creator>
				<category><![CDATA[SEO Tips]]></category>

		<guid isPermaLink="false">http://www.cornerstoneseo.com/?p=121</guid>
		<description><![CDATA[So you have a website. You add awesome content to it all the time, but it never seems to rank for anything your write about. Why is that? Is it a conspiracy? Does google not like you?  [<a href="http://www.cornerstoneseo.com/5-simple-ways-to-increase-website-authority/">More...</a>]]]></description>
			<content:encoded><![CDATA[<p>So you have a website. You add awesome content to it all the time, but it never seems to rank for anything your write about. Why is that? Is it a conspiracy? Does google not like you?  Maybe… but I doubt it.</p>
<p>One thing your website probably needs is authority. What is website authority? To make it simple it just means that your website is legit and has some pull. It means that people come to your website and actually learn something and might even leave a useful comment and maybe even link to you. It means that the search engines like  your site for specific reasons and when you create a useful post that content will usually get indexed fast and rank just as fast.</p>
<p><strong>That sounds great! How can I get some authority to my website?</strong></p>
<p>I am glad you asked! Here are <strong>5 simple ways to start building authority</strong> to your website.</p>
<h2>1.  Submit A Press Release</h2>
<ul>
<li>Press releases go out to many outlets which in turn will get you some nice back links. Press releases show that you are willing to put out money for your website. This shows your site is not some spam junk site. Most releases get indexed in Google news which is great to have a mention in. Listed below are a few sites to use for press releases.</li>
<li><a href="http://www.prweb.com">Prweb.com</a> This site is one of the biggest. A must if you are serious about your site.</li>
<li><a href="http://www.transworldnews.com">Transworldnews.com</a> &#8211; Great service. You can get a press release live in about an hour with anchor text. Usually in google news within an hour of release.</li>
<li><a href="http://www.1888pressrelease.com">1888PressRelease.com</a> &#8211; Another great service. Will normally have  you in google news as well. Nice distribution also.</li>
</ul>
<h2>2.   Directory Listings</h2>
<ul>
<li>I can hear it now! Directory listings? C&#8217;mon! Directories listings can be a great part of gaining authority. Don&#8217;t believe me? Go pay and get listed in the Yahoo directory. There are so many directories out there. The ones I am talking about are the paid ones. Anyone can submit to 1,000&#8217;s of the free ones, but a very small % will actually pay money to be listed. Again this shows the search engines that you are willing to put out money to promote your website. You are serious about your site and you are willing to pay for that. Below are a list of sites that I feel you should be listed in if you are truly serious about your website. (Is this site listed? ummm.. no&#8230;)That&#8217;s cause I am a wizard lol.</li>
<li><a href="http://dir.yahoo.com/">Yahoo Directory</a> &#8211; Sure its $$$, but I have seen sites jump pages in rank after a week of being excepted into this directory.</li>
<li><a href="https://secure.business.com/crm/signup/Standard1.do">Business.com</a> &#8211; Another great directory, but will cost you a few dollars.</li>
<li><a href="http://botw.org/helpcenter/submitcommercial.aspx?uid=31519">Botw.org</a> &#8211; I would say out of all of these get a listing here. They also have some awesome trial ads you can get as well. Give it a shot.</li>
<li><a href="http://www.joeant.com/">JoeAnt Directory</a> &#8211; Another good one. Least out of the bunch. Human edited and all that fun stuff.</li>
<li>There are more, but these are a great start to gaining authority.</li>
<li>If you are starting a new SEO campaign I would start this first.</li>
</ul>
<h2>3.  Links From Established Niche Sites</h2>
<ul>
<li>If there is any one key factor that will gain you authority it is getting recognition from an Established site! C&#8217;mon you have to know someone who has an established site with some authority? Use  your connections and get some links. Most importantly you should have something to offer for that link or maybe you can just get a hook up. I would rather have 5 links from established sites in my niche then 1000 junk links any day of the week.  Sometimes you only need that link for a few months to get in the search engines good graces, but your site better be pumping out quality content to stay in those good graces. Below are a few things you might offer to get those links if you don&#8217;t have any friends <img src='http://www.cornerstoneseo.com/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </li>
<li>Create some tool for people to use. Make it niche related i.e. if your site is about tanning lotion create a tool that will let you figure out what lotion is good for your skin type.</li>
<li>Create and e-book and offer it for free! Yes free, it will be worth it in then end.</li>
<li>Solve a problem. If your site is about web hosting, create a video tutorial showing people how to create email accounts via CPanel.</li>
<li>Start thinking about the above ideas and how you can make life easier for others. If you can truly do that, people will link to you.</li>
</ul>
<h2>4.  Great Content &amp; Interaction</h2>
<ul>
<li>Yeah yeah I&#8217;ve heard it all before content is king!! Well&#8230; good content is King, crap content is just that&#8230; crap. The content you want is the content people are going to comment on and ask questions about. I can tell you 9 times out of 10 the sites that I run that invite dialogue from my visitors rank the best! Prime example is here &#8220;<a href="http://www.catechnologiesllc.com/exchange-set-up-with-iphone-3g/">Iphone 3g Exchange Set Up</a>&#8221; I have an iphone &#8220;which is awesome btw <img src='http://www.cornerstoneseo.com/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> &#8221; and I run an exchange server. I was having a tricky time getting it running and finally figured it out. I posted about it and at one point was getting about 50 visitors a day from that one post. There aren&#8217;t hundreds of comments on the site, but there are comments and people are contributing and thanking me. If you can create a post that gets people involved then  you are on the way to gaining authority. Think about it this way. With new comments and interaction that page is always being updated so it&#8217;s not stale. People sometimes will start there own back and forths because they are helping each other out. Create engaging content and people will talk about it!</li>
</ul>
<h2>5.  Using Digg, Stumble Upon, Reddit etc&#8230;</h2>
<ul>
<li>Again I know you have heard it before, but if you can truly create something that will get on the front page of digg or reddit you my friend are on your way to having authority. But&#8230;.. I have tried and no matter what I do I can&#8217;t get too the front page&#8230;. whineeeee. I know its hard. Is your content really that good? Prob not. Did the content you created just take you 10 minutes to create? Ummm.. Yeah? Below are some ideas for you to get your content on the front page or at least a good amount of respect and people re-posting it.</li>
<li>Ok say your niche is Tanning Lotion &#8211; Nobody is going to digg or reddit your post about some Tingle Tanning Lotion. A way you could spin it is to  create a slide show of really bad sunburns. You know the ones with the big blisters or funny pics where someone wrote something on somebodies back with lotion lol. This sort of stuff will capture peoples attention and in turn will get them digging it, forwarding it off to friends, even linking to it.</li>
<li>Say your a pool company. Pay some college kids to do belly flops off a 20ft diving board and video tape it. Submit that and people will come!</li>
<li>Those are just a few ways to put a spin on your niche. You need to be creative and come up with the unique angle. Your creative, you can do it!!</li>
</ul>
<h2>Conclusion</h2>
<p>I know a lot of the stuff has been said before. The main goal here is to look at it from different angles. When you take a deep look at almost any site that really has something to offer you can find that angle! Find the angle, create the content, and run with it. After awhile you will start to have that mind set and will be thinking and reeling in these angles left and right! Once your site does get the authority it is a beautiful thing. There is nothing better then creating new content and having it indexed in less then 10 minuts.</p>
<p>Feel free to leave some comments.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.cornerstoneseo.com/5-simple-ways-to-increase-website-authority/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>WordPress database error: [Got error -1 from storage engine]</title>
		<link>http://www.cornerstoneseo.com/wordpress-database-storage-engine-error/</link>
		<comments>http://www.cornerstoneseo.com/wordpress-database-storage-engine-error/#comments</comments>
		<pubDate>Sun, 06 Sep 2009 01:23:08 +0000</pubDate>
		<dc:creator>Chris</dc:creator>
				<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://www.cornerstoneseo.com/?p=103</guid>
		<description><![CDATA[Ever get this error?
*** WordPress database error: [Got error -1 from storage engine] ***
One of our sites kept getting this error every once in awhile.  After thinking it was some sort of plugin issue it turns out [<a href="http://www.cornerstoneseo.com/wordpress-database-storage-engine-error/">More...</a>]]]></description>
			<content:encoded><![CDATA[<p>Ever get this error?<br />
*** WordPress database error: [Got error -1 from storage engine] ***</p>
<p>One of our sites kept getting this error every once in awhile.  After thinking it was some sort of plugin issue it turns out it had to do with the /tmp folder on our server.<br />
It was getting filled up by eaccelerator to be precise. <a href="http://www.dedicated-resources.com/guide/128/eAccelerator-for-PHP.html">What is Eaccelerator</a>?</p>
<p>Normally we get a warning when it is close to full and I will delete all the files when I get this notice. I guess this time I just did not heed the warning and mysql was not playing nice.</p>
<p>Here is how to clean out your /tmp drive via ssh.</p>
<ol>
<li>Login via putty.</li>
<li> type the following.</li>
<li> cd /tmp</li>
<li> rm -rfv eaccelerator</li>
</ol>
<p>After I did this all was back to normal.</p>
<p>I have also heard about people getting the same error and having to repair their database via phpmyadmin.</p>
<p>For us it was eaccelerator eating up space.</p>
<p>Next step is to set our /tmp to delete itself automatically. I will update this post on how to implement this soon.</p>
<p>Hope this helps a few people out there.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.cornerstoneseo.com/wordpress-database-storage-engine-error/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Website Validation Is Important? Who Knew&#8230;</title>
		<link>http://www.cornerstoneseo.com/website-validation-is-important-who-knew/</link>
		<comments>http://www.cornerstoneseo.com/website-validation-is-important-who-knew/#comments</comments>
		<pubDate>Thu, 27 Aug 2009 19:34:22 +0000</pubDate>
		<dc:creator>Chris</dc:creator>
				<category><![CDATA[SEO Tips]]></category>

		<guid isPermaLink="false">http://www.cornerstoneseo.com/?p=73</guid>
		<description><![CDATA[
Have you had a validation, http://validator.w3.org/, run on your website  ? If not, you definitely should!
There may a be a lot of people and organizations out there who look past a sloppily programmed website, but by not [<a href="http://www.cornerstoneseo.com/website-validation-is-important-who-knew/">More...</a>]]]></description>
			<content:encoded><![CDATA[<div style="float: right; margin: 0 0 10px 10px"><img src="http://www.cornerstoneseo.com/wp-content/uploads/2009/08/validation.jpg" alt="Website Validation" /></div>
<p>Have you had a validation, <a title="w3c" href="http://validator.w3.org/">http://validator.w3.org/</a>, run on your website  ? If not, you definitely should!</p>
<p>There may a be a lot of people and organizations out there who look past a sloppily programmed website, but by not having a validated website you are making more work for the search engines. Why not create a seamless website that will allow the search engines to crawl happily?</p>
<p>After speaking with <a title="Edward Lewis" href="http://twitter.com/pageoneresults">Edward Lewis</a>, the validation process became  much more clear to me. Although it is often over looked, website validation can play a vital role in your SEO.</p>
<p>I was amazed at some of the validation errors I was seeing on big name sites and shhh&#8230; even a few of my own.</p>
<p>If you haven&#8217;t run your website through <a title="URI Valet" href="http://www.urivalet.com/">http://www.urivalet.com/</a> then you should take this opportunity to do so. The main reason you should do this is that it&#8217;s free and it gives you a wealth of knowledge as to how the bots see your site! Give it a whirl, you will be amazed at what you may find.</p>
<p>It is definitely worth it to take the time to clean up your site to get that green passing result! C&#8217;mon you know you want it!</p>
<p>O.K., so now after all of this you may be wondering, is this sight passing? You betcha!! Don&#8217;t believe me? Check for yourself! <a href="http://validator.w3.org/check?uri=http%3A%2F%2Fwww.cornerstoneseo.com%2F&amp;charset=%28detect+automatically%29&amp;doctype=Inline&amp;group=0&amp;user-agent=W3C_Validator%2F1.654">Click Here</a></p>
<p>You can even check the internal pages, although you will find an <strong>ARIA  validation error</strong>. It is not much too worry about and you can read more about  that here <a title="aria validation errors" href="http://www.blog.selectdigitals.com/aria-and-css-validation-errors/">ARIA  and CSS validation errors</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.cornerstoneseo.com/website-validation-is-important-who-knew/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
