<?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>Life Style By Choice &#187; SEO</title>
	<atom:link href="http://www.lifestylebychoice.com/tag/seo/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.lifestylebychoice.com</link>
	<description>Because Life is All Too Short and Fabulous... to sweat the small stuff!</description>
	<lastBuildDate>Tue, 24 Mar 2009 22:05:05 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>LifeStyleByChoice &#124; SEO Friendly Buttons</title>
		<link>http://www.lifestylebychoice.com/seo-friendly-buttons/</link>
		<comments>http://www.lifestylebychoice.com/seo-friendly-buttons/#comments</comments>
		<pubDate>Tue, 10 Feb 2009 16:28:14 +0000</pubDate>
		<dc:creator>Lynn Rockwell</dc:creator>
				<category><![CDATA[SEO]]></category>
		<category><![CDATA[Buttons]]></category>
		<category><![CDATA[Link Text]]></category>

		<guid isPermaLink="false">http://www.lifestylebychoice.com/?p=138</guid>
		<description><![CDATA[

I just learned something new today that I thought I&#8217;d share, because I&#8217;m sure there are others like myself that are learning this stuff.  This is pretty cool for those that are new to creating SEO friendly code, like myself.  With this code you can create buttons with link text that is readable by the [...]]]></description>
			<content:encoded><![CDATA[<p><img style="margin-right: 10px; float: left;" title="SEO Button" src="http://www.lifestylebychoice.com/images/button-Large-Red-SEO.gif" alt="SEO Button" /></p>
<div style="float:right; padding-left:5px; padding-bottom:10px;"><script src="http://digg.com/tools/diggthis.js" type="text/javascript"></script></div>
<p>I just learned something new today that I thought I&#8217;d share, because I&#8217;m sure there are others like myself that are learning this stuff.  This is pretty cool for those that are new to creating SEO friendly code, like myself.  With this code you can create buttons with link text that is readable by the search engines, plus you can also create buttons that are reusable rather than having to create a button for each variation of the same button that you want to put different text  into.</p>
<p>Let me give you an example of this.  I had two buttons on one of my pages.  They were exactly the same except for the text. One button I wanted to read &#8220;Compare&#8221; and the other read &#8220;Reviews&#8221;.  Plus it would be extremely helpful if the search engines actually read that text and followed my link to those pages.<span id="more-138"></span>Now normally you&#8217;d say just create two buttons, one for each with graphical text embedded into the button, and you can do that and it&#8217;ll work just fine.  However, with a normal button with the text embedded into the button itself, the search engines can not and will not read that &#8220;compare&#8221; or &#8220;review&#8221; text&#8230; thus you loose potential SEO power.  With the code I&#8217;m proposing, you will actually be creating a css style, and wrapping the &#8220;&lt;a href&gt;&#8221; tag around the div to accomplish the same thing, but now the search engines will see it as a link and follow it.(if you choose to allow them)</p>
<p>So first, here is the code that actually goes into you page: (or in my case my page to show my compare and review buttons)</p>
<p style="padding-left: 30px;"><span style="color: #0000ff;">&lt;a class=&#8221;lower_button&#8221; href=&#8221;&lt;your website location here&gt;&#8221;&gt;<br />
&lt;div class=&#8221;compare_review_button&#8221; onmouseover=&#8221;this.className=&#8217;compare_review_button_hover&#8217;&#8221;<br />
onmouseout=&#8221;this.className=&#8217;compare_review_button&#8217;&#8221;&gt;</span></p>
<p style="padding-left: 30px;"><span style="color: #0000ff;"> COMPARE &lt;/div&gt;<br />
&lt;/a&gt;</span></p>
<p style="padding-left: 30px;">&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;</p>
<p>this is the code for the review button:</p>
<p style="padding-left: 60px;"><span style="color: #0000ff;">&lt;a class=&#8221;lower_button&#8221; href=&#8221;http://&lt;your website location here&gt;&#8221;&gt;<br />
&lt;div class=&#8221;compare_review_button&#8221; onmouseover=&#8221;this.className=&#8217;compare_review_button_hover&#8217;&#8221;<br />
onmouseout=&#8221;this.className=&#8217;compare_review_button&#8217;&#8221;&gt;<br />
REVIEWS </span></p>
<p style="padding-left: 60px;"><span style="color: #0000ff;">&lt;/div&gt;<br />
&lt;/a&gt;</span></p>
<p style="padding-left: 60px;"><span style="color: #0000ff;"><span style="color: #000000;">&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;</span></span></p>
<p><span style="color: #0000ff;"><span style="color: #000000;">Here are the classes you will need to add to your css style sheet.  They control the button characteristics using a url of a graphic we defined in fireworks, the size, the text font, and hover characteristics.<br />
</span></span></p>
<p style="padding-left: 60px;"><span style="color: #0000ff;"><span style="color: #000000;"><span style="color: #0000ff;">.compare_review_button {<br />
color:#000000;<br />
font-family: &#8220;Trebuchet MS&#8221;, Arial, Helvetica, sans-serif;<br />
font-size:11pt;<br />
font-weight:bold;<br />
height:30px;<br />
margin-left: 20px;<br />
margin-top: 0px;<br />
margin-bottom: 20px;<br />
padding-top:5px;<br />
text-align:center;<br />
text-decoration:none;<br />
width:140px;<br />
background-attachment: scroll;<br />
background-color: transparent;<br />
background-image: url(/images/button-orange.gif);<br />
background-repeat: no-repeat;<br />
background-position: 0 0;<br />
}</span></span></span></p>
<p style="padding-left: 60px;"><span style="color: #0000ff;"><span style="color: #000000;"><span style="color: #0000ff;">.compare_review_button_hover {<br />
color:#000000;<br />
font-family: &#8220;Trebuchet MS&#8221;, Arial, Helvetica, sans-serif;<br />
font-size:11pt;<br />
font-weight:bold;<br />
margin-left: 20px;<br />
margin-top: 0px;<br />
margin-bottom: 20px;<br />
height:30px;<br />
padding-top:5px;<br />
text-align:center;<br />
text-decoration:none;<br />
width:140px;<br />
background-attachment: scroll;<br />
background-color: transparent;<br />
background-image: url(/images/button-orange-hover.gif);<br />
background-repeat: no-repeat;<br />
background-position: 0 0;<br />
}<br />
</span></span></span></p>
<p><span style="color: #0000ff;"><span style="color: #000000;">What  you ultimately end up with are two buttons that look similar to the ones in the screen shot below:</span></span></p>
<p><span style="color: #0000ff;"><span style="color: #000000;"><img title="SEO Buttons Screenshot" src="http://www.lifestylebychoice.com/images/seo-buttons-screenshot.gif" alt="SEO Buttons Screenshot" width="476" height="65" /></span></span></p>
<p><span style="color: #0000ff;"><span style="color: #000000;">The difference with this code is that the search engines will now read two links, one that says &#8220;Compare&#8221; and one that says &#8220;Reviews&#8221; that link to other pages on your site.</span></span></p>
<p><span style="color: #0000ff;"><span style="color: #000000;">Now I&#8217;m sure some of the established SEO guru&#8217;s will say, wow, she just learned this.. yep, I did.  This is an SEO 101.  But I look at it this way, &#8220;never too late&#8221;, and I&#8217;d welcome any comments or corrections if I&#8217;ve stated anything incorrectly.  I love learning new things, and sometimes it&#8217;s the simplest, easiest things to the guru&#8217;s that us newbies don&#8217;t know, and still need to learn.<br />
</span></span></p>
<p><span style="color: #0000ff;"><span style="color: #000000;">Test it out, have fun with it, and give me a shout if you need any help.</span></span></p>
<p><span style="color: #0000ff;"><span style="color: #000000;">Best Successes!</span></span></p>
<p><span style="color: #0000ff;"><span style="color: #000000;"><br />
</span></span></p>
]]></content:encoded>
			<wfw:commentRss>http://www.lifestylebychoice.com/seo-friendly-buttons/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>LifeStyleByChoice &#124; Cheat Sheets, Wordpress Themes, and Just General Cool Stuff</title>
		<link>http://www.lifestylebychoice.com/cheat-sheets-wordpress-themes-and-just-general-cool-stuff/</link>
		<comments>http://www.lifestylebychoice.com/cheat-sheets-wordpress-themes-and-just-general-cool-stuff/#comments</comments>
		<pubDate>Wed, 12 Nov 2008 18:30:37 +0000</pubDate>
		<dc:creator>Lynn Rockwell</dc:creator>
				<category><![CDATA[Cool Stuff]]></category>
		<category><![CDATA[Cheat Sheets]]></category>
		<category><![CDATA[Key Words]]></category>
		<category><![CDATA[SEO]]></category>
		<category><![CDATA[SiteMaps]]></category>
		<category><![CDATA[Wordpress Themes]]></category>

		<guid isPermaLink="false">http://www.lifestylebychoice.com/?p=75</guid>
		<description><![CDATA[
As I&#8217;ve been working on developing my affiliate sites this past year, I&#8217;ve come across some other cool sites with some absolutely great information, and just general COOL stuff.  I figured I&#8217;d put it in one place, and share it with everyone.  Oh, most of these are not affiliate links &#8211; only where I&#8217;ve [...]]]></description>
			<content:encoded><![CDATA[<div style="float: left; margin: 0 auto 0 auto; padding-right:10px; padding-bottom:10px;"><img style="margin: 10px; float: left;" title="Question Mark Maze" src="http://www.lifestylebychoice.com/images/question_mark_maze.jpg" alt="Question mark" width="134" height="203" /></div>
<p>As I&#8217;ve been working on developing my affiliate sites this past year, I&#8217;ve come across some other cool sites with some absolutely great information, and just general COOL stuff.  I figured I&#8217;d put it in one place, and share it with everyone.  Oh, most of these are not affiliate links &#8211; only where I&#8217;ve specifically stated so.</p>
<blockquote>
<ul>
<li>This first one, is a collection of &#8220;cheat sheets&#8221;, everything from CSS Cheat Sheets, to Mod_rewrite Cheat Sheets, to Ruby on Rails Cheat Sheets, to PHP Cheat Cheat Sheets, to HTML Cheat Sheets, to even a World of Warcraft Cheat Sheet.   This is one of the best reference sites, I&#8217;ve stumbled upon&#8230; <a title="Added Bytes" href="http://www.addedbytes.com/cheat-sheets/">Added Bytes</a> by Dave Child.  This guy is WAY more organized than I am, or ever hope to be.  <img src='http://www.lifestylebychoice.com/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </li>
</ul>
<ul>
<li>Another site I found that may interest some of you is this one: <a title="Perfect muli colun liquid layouts" href="http://matthewjamestaylor.com/blog/perfect-multi-column-liquid-layouts">The Perfect 3 Column Liquid Layout </a>by Matthew James Taylor.  It provides you with a series of website layouts that use percentage widths and relative positioning, that work with all the common web browsers. They are SEO friendly, and contain no CSS hacks.  This one was referred to me via Stomping the Search Engines 2.</li>
</ul>
<p><span id="more-75"></span></p>
<ul>
<li><a title="Thesis Wordpress theme" href="http://www.lifestylebychoice.com/oms_track/click.php?link=2">Thesis Theme</a> (affiliate link) for Wordpress, by Chris Pearson. Although you can get many free word press themes, and I started out using free themes, I found that they really limit your ability to do what you really need to.  Also they tend to not be as SEO friendly as you would really want.  This theme is what I use here at LifeStyleByChoice and it&#8217;s very customizable, SEO friendly, and upgradeable without losing your valuable customizations.  They also offer fantastic support, and a very knowledgeable user community via their forum.</li>
</ul>
<ul>
<li>Create .xml sitemaps for google with this site&#8230; <a title="xml sitemaps" href="http://www.xml-sitemaps.com/">XML-Sitemaps.com</a>. Very useful when using google&#8217;s webmaster tools and submitting a sitemap to google.</li>
</ul>
<ul>
<li>Use <a title="Compete.com" href="http://www.compete.com/">Compete.com</a> to research potential competitors in a niche you are considering entering.  Then continue to use it to check on them as your business grows. You can check 3 domains without signing up, and if you sign up for a free account, you can check up to 5 domains at a time.  You can compare daily/monthly visitors, daily/monthly growth, as well as other metrics.  They also offer keyword analytics &#8211; showing the top keywords driving traffic to the site.  The keyword analytics only offers a short listing of the keywords, and then you have to purchase the &#8220;pro&#8221; version to get the full listing.  The biggest advantage of Compete.com for me, is researching who the true market leaders are in a niche you are considering, and tracking that information over time to see if it changes.</li>
</ul>
<ul>
<li> <a title="Key Word Spy" href="http://www.keywordspy.com/">KeywordSpy</a> and <a href="http://www.keycompete.com/home.asp">KeyCompete </a>are both great key word research tools.  Use them to &#8220;spy&#8221; into what your competitors or even your vendors are using for keywords to drive traffic to their sites.  KeywordSpy by far has many more features, but is quite a bit more expensive.  You can try out either service and get a very limited result set to work with, before purchasing the expanded versions.</li>
</ul>
<ul>
<li>Almost forgot this one&#8230; <a title="Traffic Travis" href="http://www.traffictravis.com/">Traffic Travis</a>. I learned about it, as a free bonus.  I&#8217;ve just started playing with this one myself, so I don&#8217;t have alot of details on it yet, but from what I&#8217;ve seen so far, there is some pretty cool information available at your fingertips.  Plus the base product which has alot of functionality, is Free.   Granted it&#8217;s kinda got a goofy name, and it&#8217;s not the slickest looking, but some of the information you have available icludes:
<ul>
<li>page analysis of every page on your site, showing the top 20 links with % of link value each is getting, top 20 page words, all your h1, h2 and h3&#8217;s on the page, and your google page rank.  This is some useful info all in one place.</li>
<li>keyword research tool with daily search counts from google, yahoo, and MSN.  I did find a few that I did not see via google&#8217;s keyword tool</li>
<li>run analysis on your PPC keywords and see how many competitor ad&#8217;s are running for each keyword, also use the search engine tools and see the top ranking sites for each keyword.</li>
</ul>
</li>
</ul>
</blockquote>
<p>As I think of more I will update!</p>
<p>To your success!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.lifestylebychoice.com/cheat-sheets-wordpress-themes-and-just-general-cool-stuff/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
