<?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>thisismyurl.com &#187; Marketing</title>
	<atom:link href="http://thisismyurl.com/category/tutorials/marketing/feed/" rel="self" type="application/rss+xml" />
	<link>http://thisismyurl.com</link>
	<description>Tutorials for WordPress and Website Design</description>
	<lastBuildDate>Sun, 12 Feb 2012 19:02:06 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Sitemaps, WordPress, and SEO</title>
		<link>http://thisismyurl.com/7331/sitemaps-wordpress-seo/</link>
		<comments>http://thisismyurl.com/7331/sitemaps-wordpress-seo/#comments</comments>
		<pubDate>Wed, 08 Feb 2012 13:54:57 +0000</pubDate>
		<dc:creator>Christopher Ross</dc:creator>
				<category><![CDATA[Authority (Power)]]></category>
		<category><![CDATA[Marketing]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[Google Webmaster]]></category>
		<category><![CDATA[robots.txt]]></category>
		<category><![CDATA[Seo]]></category>
		<category><![CDATA[Sitemap]]></category>

		<guid isPermaLink="false">http://thisismyurl.com/?p=7331</guid>
		<description><![CDATA[Sitemaps are a great way to tell Google about your website and pages or posts that it may not otherwise discover. Sitemaps are simply XML documents that help Google by creating a list of links on your website, and presenting them in a way that Google understands. By creating and submitting a sitemap to Google, [...]]]></description>
			<content:encoded><![CDATA[<p>Sitemaps are a great way to tell Google about your website and pages or posts that it may not otherwise discover. Sitemaps are simply XML documents that help Google by creating a list of links on your website, and presenting them in a way that Google understands. By creating and submitting a sitemap to Google,  <strong>you&#8217;re helping the search giant to find pages it might otherwise miss</strong>.<span id="more-7331"></span></p>
<h2>How to Create a Sitemap with WordPress</h2>
<p>There are many great plugins for WordPress for website owners to use to create a Sitemap, perhaps one of the oldest and best known is <a title="Google XML Sitemap" href="http://wordpress.org/extend/plugins/google-sitemap-generator/">Google XML Sitemap</a> by <a href="http://www.arnebrachhold.de/2006/11/16/yahoo-and-msn-join-the-google-sitemaps-program/">Arne Brachhold</a>, a very simple to install solution which will create a sitemap file for Google to  index.</p>
<p>Google has published a number of articles on how to build a Sitemap, and some website owners may wish to create a more custom version for themselves. Here on <a title="WordPress website design, SEO and marketing" href="http://thisismyurl.com">thisismyurl.com</a> for example, we use no fewer than three sitemaps, each designed to help Google index the website in a different way.</p>
<ul>
<li><strong>Google Images Sitemap</strong> (<a href="http://thisismyurl.com/image-sitemap.xml">http://thisismyurl.com/image-sitemap.xml</a>) which follows the <a href="http://support.google.com/webmasters/bin/answer.py?hl=en&amp;answer=178636" target="_blank">Image Sitemap recommendations</a> and indexes the feature images on thisismyurl.com for inclusion in the Google Image Search.</li>
<li><strong>Google Code Sitemap</strong> (<a href="http://thisismyurl.com/code-sitemap.xml" target="_blank">http://thisismyurl.com/code-sitemap.xml</a>) which includes a list of all articles containing code samples for Google to index and follows the <a href="http://support.google.com/webmasters/bin/answer.py?answer=75225" target="_blank">Code Sitemap structure</a>, allowing WordPress code snippets to be indexed at a higher rate.</li>
<li><strong>Google Sitemap</strong> (<a href="http://thisismyurl.com/sitemap.xml" target="_blank">http://thisismyurl.com/sitemap.xml</a>) which is a generic sitemap for all posts on thisismyurl.com and follows the recommendations of <a href="http://support.google.com/webmasters/bin/answer.py?answer=183668" target="_blank">Google&#8217;s How to Create a Sitemap</a>.</li>
</ul>
<p>There are several additional Sitemap formats including <a href="http://support.google.com/webmasters/bin/answer.py?answer=80471">video</a>, <a href="http://support.google.com/webmasters/bin/answer.py?answer=178636">images</a>, <a href="http://support.google.com/webmasters/bin/answer.py?answer=34627">mobile</a>, <a href="http://www.google.com/support/news_pub/bin/answer.py?answer=75717">news</a>,<a href="http://support.google.com/webmasters/bin/answer.py?answer=75225"> source code</a>, and <a href="http://support.google.com/webmasters/bin/answer.py?answer=94554">geographic</a>.</p>
<h2>Who Should add a Sitemap to their website?</h2>
<p>All website owners should have Sitemaps but they are particularly helpful if:</p>
<ul>
<li>Your site has dynamic content and that content changes on a regular basis;</li>
<li>Your site has hard to reach pages that the Googlebot can&#8217;t locate;</li>
<li>Your site has few hyperlinks;</li>
<li>Your site has a large archive of pages;</li>
</ul>
<p>While Google doesn&#8217;t guarantee it will index (or even crawl) all the pages included in your Sitemap, it will use that information to make more informed calculations about your website and in most cases, website owners will benefit from the inclusion of a sitemap.</p>
<h2>Adding Your Sitemap to a WordPress website</h2>
<p>Once you&#8217;ve created your Sitemap, be sure to add it to your robots.txt file. If you would like the Sitemap to be auto discovered by Google simply add the line <strong>Sitemap: http://thisismyurl.com/sitemap.xml</strong> to your robots.txt file to ensure that Google is able to discover and index your Sitemap. Also, remember to add your RSS feed to your robots.txt file if you&#8217;d like to use the built in RSS feed for WordPress as a Sitemap on Google.</p>
<p>Your robots.txt file should look something like this:</p>
<blockquote><p>User-agent: *<br />
Disallow: /wp-<br />
Disallow: /feed/<br />
Disallow: /trackback/</p>
<p>Sitemap: http://thisismyurl.com/image-sitemap.xml<br />
Sitemap: http://thisismyurl.com/code-sitemap.xml<br />
Sitemap: http://thisismyurl.com/sitemap.xml<br />
Sitemap: http://thisismyurl.com/feed/</p></blockquote>
<h2>How to Add Your Sitemap to Google</h2>
<p>Once you&#8217;ve created a Sitemap, adding the file to Google is done through your Google Webmaster account at <a href="http://google.com/webmaster/">http://google.com/webmaster/</a>, simply choose your website from the list and navigate to <em>Site configuration &gt; Sitemaps</em>  to see a list of your website Sitemaps and add new Sitemaps to your account.</p>
]]></content:encoded>
			<wfw:commentRss>http://thisismyurl.com/7331/sitemaps-wordpress-seo/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Christopher Ross: Make a Living by Giving it Away for Free (Toronto Style)</title>
		<link>http://thisismyurl.com/7262/christopher-ross-living-giving-free-toronto-style/</link>
		<comments>http://thisismyurl.com/7262/christopher-ross-living-giving-free-toronto-style/#comments</comments>
		<pubDate>Sat, 28 Jan 2012 20:24:37 +0000</pubDate>
		<dc:creator>Christopher Ross</dc:creator>
				<category><![CDATA[Authority (Power)]]></category>
		<category><![CDATA[Marketing]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[speach]]></category>
		<category><![CDATA[video]]></category>
		<category><![CDATA[WordCamp]]></category>

		<guid isPermaLink="false">http://thisismyurl.com/?p=7262</guid>
		<description><![CDATA[If you didn&#8217;t get a chance to attend WordCamp in Toronto this year, the great team over at WordPress.tv has recently added my presentation to the system. I&#8217;ll be honest, I was really nervous and had to rewrite a whole lot of the presentation at the last minute when I couldn&#8217;t get a cable. You&#8217;ll [...]]]></description>
			<content:encoded><![CDATA[<p>If you didn&#8217;t get a chance to attend <strong>WordCamp in Toronto</strong> this year, the great team over at WordPress.tv has recently added my presentation to the system.</p>
<p>I&#8217;ll be honest, I was really nervous and had to rewrite a whole lot of the presentation at the last minute when I couldn&#8217;t get a cable. You&#8217;ll also note some great things &#8230; one, I call <a href="http://howardlindzon.com/">Howard Lindzon</a> &#8220;<a href="http://www.howard.tv/">Howard Stern</a>&#8220;, also I talk a lot about sex.</p>
<p>BTW, a few links from the video for you &#8230; <a title="Chris Bavota" href="http://bavotasan.com">Chris Bavota</a>, <a title="Ron and Andrea" href="http://ronandandrea.com/">Ron &amp; Andrea Rennick</a>, <a href="http://www.billerickson.net/">Bill Erickson</a>, <a href="http://digibombinc.com/">Brendan Sera-Shriar</a> and of course <a href="http://ottopress.com/">Otto</a>.</p>
<p><a href="http://wordpress.tv/2012/01/27/christopher-ross-make-a-living-by-giving-it-away-for-free/">How to Make Money with WordPress (video)</a></p>
]]></content:encoded>
			<wfw:commentRss>http://thisismyurl.com/7262/christopher-ross-living-giving-free-toronto-style/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Be successful in Social Media by doing your own thing.</title>
		<link>http://thisismyurl.com/7155/successful-social-media/</link>
		<comments>http://thisismyurl.com/7155/successful-social-media/#comments</comments>
		<pubDate>Tue, 10 Jan 2012 18:57:51 +0000</pubDate>
		<dc:creator>Rodonic Corporation</dc:creator>
				<category><![CDATA[Authority (Power)]]></category>
		<category><![CDATA[Marketing]]></category>
		<category><![CDATA[authority building]]></category>
		<category><![CDATA[Facebook]]></category>
		<category><![CDATA[online]]></category>
		<category><![CDATA[Social Media]]></category>
		<category><![CDATA[Twitter]]></category>

		<guid isPermaLink="false">http://thisismyurl.com/?p=7155</guid>
		<description><![CDATA[There are a whole lot of online strategy guides for social media but in the end, the real trick to being social with modern technology is to simply forget that it&#8217;s modern technology and instead focus on being social by doing what you do best. Heidi Cohen has a wonderful piece about the 5 Stages [...]]]></description>
			<content:encoded><![CDATA[<p>There are a whole lot of online strategy guides for social media but in the end, the real trick to being social with modern technology is to simply forget that it&#8217;s modern technology and instead focus on being social by doing what you do best.<span id="more-7155"></span></p>
<p>Heidi Cohen has a wonderful piece about the <a href="http://heidicohen.com/social-media-adoption-chart/">5 Stages of Social Media</a> in which she breaks down the phases that a business goes through for social media, and presents a structured approach to businesses growing their social structure.  I think she&#8217;s right about almost everything she says but at the same time, I think it&#8217;s vital for business owners (and marketers) to take a step back from well executed social media strategies and remember what it&#8217;s really about &#8230; being social.</p>
<p>Here are my 5 rules for social media, let me know if you agree or disagree.</p>
<p><strong>Be remarkable.</strong></p>
<p>I love that word, remarkable. I use it on the new Rodonic website all the time, because it doesn&#8217;t mean the same as great or impressive, it means to be <em>worthy of remark</em>. I learned that reading one of <a href="http://sethgodin.typepad.com/seths_blog/2012/01/out-on-a-limb.html">Seth Godin</a>&#8216;s books.</p>
<p><strong>Be interesting.</strong></p>
<p><a href="https://twitter.com/#!/MizKitts">Colleen Kitts</a> is a writer in Fredericton who spends too much of her time correcting my grammar and spelling. She reminded me this week that being interesting is important as a blogger, but also on social media. That&#8217;s why I&#8217;m a fan of <a href="http://www.facebook.com/georgehtakei">George Takei</a>.</p>
<p><strong>Be positive.</strong></p>
<p>Positive is another funny word, we tend to think of it as meaning uplifting or cheery, but it actually means to be clear and without doubt, being positive about something is to be clear about it and have faith in what your saying, which would make anybody pleased.</p>
<p><strong>Be honest.</strong></p>
<p>The internet has a very, very long memory. If you&#8217;re going to take the time to post something, make sure it&#8217;s the truth and on those rare occasions when you&#8217;re wrong, be sure to correct yourself before somebody else does.</p>
<p><strong>Be yourself.</strong></p>
<p>I can&#8217;t stress this one enough, be yourself.</p>
]]></content:encoded>
			<wfw:commentRss>http://thisismyurl.com/7155/successful-social-media/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>7 Ways to Increase Your Online Reputation</title>
		<link>http://thisismyurl.com/7141/7-increase-online-reputation/</link>
		<comments>http://thisismyurl.com/7141/7-increase-online-reputation/#comments</comments>
		<pubDate>Tue, 03 Jan 2012 14:38:31 +0000</pubDate>
		<dc:creator>Christopher Ross</dc:creator>
				<category><![CDATA[Authority (Power)]]></category>
		<category><![CDATA[Marketing]]></category>
		<category><![CDATA[Advertising]]></category>
		<category><![CDATA[apologize]]></category>
		<category><![CDATA[authority]]></category>
		<category><![CDATA[online marketing]]></category>
		<category><![CDATA[reputation]]></category>
		<category><![CDATA[sharing]]></category>
		<category><![CDATA[Social Media]]></category>

		<guid isPermaLink="false">http://thisismyurl.com/?p=7141</guid>
		<description><![CDATA[How do you influence what people think of you or your company using the Internet? Or perhaps a broader question is how do the methods we've used our whole lives translate to the modern digital world?  I've outlined seven ways to help manage your business reputation online.]]></description>
			<content:encoded><![CDATA[<p>In today&#8217;s blog, I&#8217;m going to avoid talking about my passionate love for WordPress and instead focus on one of the three things that I believe it takes to make a living, I call it <em>authority</em> but it could just as easily be called <em>reputation</em> or <em>power</em>. It&#8217;s the only third of the equation (the other two being <em>sex</em> and <em>money</em>) that while we can directly influence, we can&#8217;t control.</p>
<p>How do you influence what people think of you or your company using the Internet? Or perhaps, a broader question is how do the methods we&#8217;ve used our whole lives translate to the modern digital world?  I&#8217;ve outlined seven ways to help manage your business reputation online.</p>
<h2>Be honest and consistent.</h2>
<p>Nothing is more insulting to an irate customer than insincerity. Years ago I was flying from Edmonton, Alberta to Fredericton, New Brunswick the day before Christmas. We had a connecting flight in Toronto, Ontario but the plane was three hours late taking off from Edmonton and we all knew that our connecting flights would leave without us but the air crew had been trained to lie to us and tell us everything would be OK, clearly it wasn&#8217;t.</p>
<p>While the air crew choose to blame the weather for our delay, a quick search and a phone call to the airport terminal revealed that the reason for our delay was due to a shortage of ground crew staff, in short there was nobody to load our luggage.</p>
<p>This reminds me of a rule an Art Director once taught me, it&#8217;s OK to screw up in graphic design, but do it consistently and people will just assume it&#8217;s part of your style.</p>
<h2>Learn to apologize, for real.</h2>
<p>If there&#8217;s one thing that I fear we&#8217;ve lost in the age of 140 character messages and email, it&#8217;s the art of an apology. We all make mistakes, so <a href="http://www.pickthebrain.com/blog/5-steps-to-an-effective-apology/">learn how to be genuine and apologize</a>. Here&#8217;s mine;</p>
<p><em>I&#8217;m sorry for not posting much in the past month, I know my regular readers might have wondered where I disappeared to and that it&#8217;s not acceptable for me to simply stop posting. I was caught up with the holidays, a crisis at work and a lack of motivation. I took some time away from blogging to help myself get a clearer picture of what I wanted to blog about and hope you&#8217;ll approve of the new subjects.</em></p>
<h2>Respond to issues before they become crisis.</h2>
<p>If there&#8217;s one thing that great politicians have taught us over the years it is that the saying <em>&#8216;a stitch in time saves nine&#8217;</em> is more than a old adage, it&#8217;s a way of life. Now I&#8217;m not talking about national politicians or celebrity politicians, I&#8217;m talking about the type of mayor who gets re-elected five, six or even ten times in a row. The type of political powerhouse who could easily run for a Senate seat but instead stays in the community.</p>
<p>These people know how to manage issues before those issues because crisis and it&#8217;s a vital skill that every online business should take the time to learn. What seasoned politicians don&#8217;t do is start deleting comments off their Facebook wall in response to an advertising failure. This Christmas, <a href="http://www.globalnews.ca/mobile/news/latest/mobile/plus/zellers+customers+outraged+by+online+ad+error/6442550290/story.html">Zellers (Canada&#8217;s version of Target) did just that</a> when they accidentally published a Facebook <strong>coupon offering 50% off anything in the store. </strong>The proper response would have been to fix the issue, apologize and close the issue. The incorrect response &#8230; would have been everything Zellers did.</p>
<h2>Have a clear method of communication.</h2>
<p>Let us lament the days gone by when we, the company, controlled the message because it&#8217;s gone (if it ever truly existed) and instead accept that today customers can control the message. Look at what happened to GoDaddy this year when they openly supported the <strong>Stop Online Piracy Act</strong>, activists took to the social media channels and the result was thousands of customers leaving GoDaddy over the holidays.</p>
<p>It could have, if GoDaddy had listened to all of it&#8217;s stakeholders but this story reminds me of working for an international software developer in Ottawa, Ontario. I was working as the web master for the company (let&#8217;s pretend you don&#8217;t know them) in 2000 and asked the email team, how I could access the <em>webmaster@</em> email account, their response? You couldn&#8217;t. The email address went straight to the spam folder, despite being publicly posted throughout our website because as their director explained &#8230;. <em>too many people used it to complain about things</em>. That may have worked in 2000 but with social media, your best defence against a consumer backlash is to offer a free and easy means for them to talk directly with your team.</p>
<h2>Dedicate your best people to solving your problems.</h2>
<p>Every company has <em>gate keepers</em>, they&#8217;re the lower rung employee who&#8217;s job it is to protect management from the rest of the company, the general public, sales people and unfortunately the customer. The gate keeper&#8217;s job is to protect the important people inside the company from people who would consume their time and waste company resources.</p>
<p><strong>We all hate the gate keeper</strong> but nobody hates the gate keeper more than a customer with a legitimate problem that could be solved by an effective employee quickly. Instead of hiring more gate keepers to keep the thinkers from interacting with customers, companies should be encouraging these core team members to spend more time with customers.</p>
<h2>Be open and stop hiding behind your rules.</h2>
<p>Customers may hate the gate keeper but we truly loathe the bureaucrat who hides behind company policy when a decision is clearly unjust and public opinion (the type that is generated through social media) doesn&#8217;t care about your rules, they care about what&#8217;s right and wrong.</p>
<p>In the 1960&#8242;s, the Canadian government sprayed large areas of land outside Fredericton with Agent Orange. While not admitting fault, in 2007 the government began issuing cheques to victims of the after affects but <a href="http://www.cbc.ca/news/canada/story/2011/12/16/bc-agentorange.html">dozens of people found themselves without compensation</a> due to an overly complex, bureaucratic application process. The resulting public outcry led the government to reverse it&#8217;s decision and compensate people caught up in the &#8220;less than perfect&#8221; program.</p>
<h2>Learn from what WalMart does right.</h2>
<p>You won&#8217;t often hear me compliment WalMart, but one thing WalMart does exceptionally well is handle returns. In fact, they seem almost happy to take their merchandise back. It&#8217;s hard to complain about anything when you show up to their store in a foul mood, wait in line for less time than you expected and then find yourself greeted by a smiling, happy person who&#8217;s ready to give your money back.</p>
<p>In the online world, we might not always be able to do it quite as well as WalMart does at store level, but we can help customers get over their frustrations and solve their issues before they become crisis, we can be sincere with them and apologize instead of hiding behind bureaucracy and we can help our customers by opening better means to communication, directly to the people who can help them best.</p>
]]></content:encoded>
			<wfw:commentRss>http://thisismyurl.com/7141/7-increase-online-reputation/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>5 beautiful websites that you wouldn&#8217;t guess are made with WordPress</title>
		<link>http://thisismyurl.com/7054/5-beautiful-websites-guess-wordpress/</link>
		<comments>http://thisismyurl.com/7054/5-beautiful-websites-guess-wordpress/#comments</comments>
		<pubDate>Sun, 25 Dec 2011 23:05:09 +0000</pubDate>
		<dc:creator>Christopher Ross</dc:creator>
				<category><![CDATA[Marketing]]></category>
		<category><![CDATA[beautiful websites]]></category>
		<category><![CDATA[website design]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://thisismyurl.com/?p=7054</guid>
		<description><![CDATA[Can WordPress make a website do [insert website type here]? That's a question I get all the time, so here are a few great examples of websites build with WordPress that you might not have guessed.]]></description>
			<content:encoded><![CDATA[<p>Today being Chris-e-mas (the celebration of all things Chris) and the season of giving, I&#8217;ve decided to post something a little different here on the site.  5 websites that you might have had a hard time guessing are powered by WordPress. These sites demonstrate that given the <strong>right designer</strong>, a <strong>talented developer</strong> and the <strong>power of WordPress</strong>, almost anything is possible.</p>
<p><a href="http://thisismyurl.com/files/2011/12/Developer-Drive.jpg" rel="lightbox[7054]" title="5 beautiful websites that you wouldn't guess are made with WordPress"><img class="aligncenter size-full wp-image-7055" src="http://thisismyurl.com/files/2011/12/Developer-Drive.jpg" alt="Developer Drive 5 beautiful websites that you wouldnt guess are made with WordPress" width="500" height="304" title="marketing  5 beautiful websites that you wouldnt guess are made with WordPress" /></a></p>
<p><a href="http://www.developerdrive.com/">http://www.developerdrive.com/</a></p>
<p><a href="http://thisismyurl.com/files/2011/12/Cast-Iron-Design-Company.jpg" rel="lightbox[7054]" title="5 beautiful websites that you wouldn't guess are made with WordPress"><img class="aligncenter size-full wp-image-7056" src="http://thisismyurl.com/files/2011/12/Cast-Iron-Design-Company.jpg" alt="Cast Iron Design Company 5 beautiful websites that you wouldnt guess are made with WordPress" width="500" height="304" title="marketing  5 beautiful websites that you wouldnt guess are made with WordPress" /></a></p>
<p><a href="http://www.castirondesign.com/">http://www.castirondesign.com/</a></p>
<p><a href="http://thisismyurl.com/files/2011/12/Ecomagination.jpg" rel="lightbox[7054]" title="5 beautiful websites that you wouldn't guess are made with WordPress"><img class="aligncenter size-full wp-image-7057" src="http://thisismyurl.com/files/2011/12/Ecomagination.jpg" alt="Ecomagination 5 beautiful websites that you wouldnt guess are made with WordPress" width="500" height="304" title="marketing  5 beautiful websites that you wouldnt guess are made with WordPress" /></a></p>
<p><a href="http://www.ecomagination.com/">http://www.ecomagination.com/</a></p>
<p><a href="http://thisismyurl.com/files/2011/12/Editor-Journal.jpg" rel="lightbox[7054]" title="5 beautiful websites that you wouldn't guess are made with WordPress"><img class="aligncenter size-full wp-image-7059" src="http://thisismyurl.com/files/2011/12/Editor-Journal.jpg" alt="Editor Journal 5 beautiful websites that you wouldnt guess are made with WordPress" width="500" height="304" title="marketing  5 beautiful websites that you wouldnt guess are made with WordPress" /></a></p>
<p><a href="http://editerjournal.com/">http://editerjournal.com/</a></p>
<p><a href="http://thisismyurl.com/files/2011/12/Stubble-and-Glasses.jpg" rel="lightbox[7054]" title="5 beautiful websites that you wouldn't guess are made with WordPress"><img class="aligncenter size-full wp-image-7060" src="http://thisismyurl.com/files/2011/12/Stubble-and-Glasses.jpg" alt="Stubble and Glasses 5 beautiful websites that you wouldnt guess are made with WordPress" width="500" height="304" title="marketing  5 beautiful websites that you wouldnt guess are made with WordPress" /></a></p>
<p><a href="http://www.stubbleandglasses.com/">http://www.stubbleandglasses.com/</a></p>
<p>Have you seen some great looking WordPress websites that you&#8217;d like to share with me? I&#8217;m always looking for websites designed with WordPress that don&#8217;t look like a traditional WordPress powered blog. Have a safe and happy holiday.</p>
]]></content:encoded>
			<wfw:commentRss>http://thisismyurl.com/7054/5-beautiful-websites-guess-wordpress/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Five WordPress Tips for First Time Bloggers</title>
		<link>http://thisismyurl.com/6490/5-wordpress-tips-time-bloggers/</link>
		<comments>http://thisismyurl.com/6490/5-wordpress-tips-time-bloggers/#comments</comments>
		<pubDate>Tue, 06 Sep 2011 12:25:56 +0000</pubDate>
		<dc:creator>Christopher Ross</dc:creator>
				<category><![CDATA[Marketing]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[Bloggers]]></category>
		<category><![CDATA[Search Engine Optimization]]></category>

		<guid isPermaLink="false">http://thisismyurl.com/?p=6490</guid>
		<description><![CDATA[Five simple tips to help a first time blogger use WordPress.]]></description>
			<content:encoded><![CDATA[<h2>Find the right WordPress host</h2>
<p>WordPress is a big software package. It&#8217;s comparable to a desktop publishing suite in a lot of ways, so it&#8217;s vital that your website host gives WordPress enough power to run properly. Before you invest in a hosting company, call their technical support team and ask some basic questions about WordPress. That way you can gauge their understanding of the package.</p>
<h2>Learn about your website visitors</h2>
<p>It&#8217;s critical for first time bloggers to know how many people are coming to your website and what they&#8217;re reading while they&#8217;re on your site. Make sure to install <a href="http://jetpack.me">JetPack</a> to take advantage of the free WordPress.com statistics (also install my <a href="http://thisismyurl.com/downloads/wordpress/plugins/wordpress-com-stats-smiley-remover/">WordPress.com Smiley Face remover plugin</a> to hide the smiley face it adds). This package will not only let you know how many people come to your site, but also what they&#8217;re reading and where they&#8217;re coming from.</p>
<h2>Take advantage of features in WordPress</h2>
<p>WordPress has tons of great features and an effective blogger is somebody who learns how to take advantage of those features to improve their writing efforts. For example, did you know that you can schedule a post in WordPress to appear at a later date? It&#8217;s easy, just click the Edit button beside Publish Immediately and select the date!</p>
<h2>Search engine optimization should come later</h2>
<p>Search engine optimization (SEO) is a method for making your articles more appealing to search engines by organizing the content in a structured manner. It helps your website get listed faster and more often. However, it shouldn&#8217;t be the focus of a new blog. Instead, take advantage of the built-in power of WordPress to make your website searchable and focus on writing great content.</p>
<h2>Understand why you&#8217;re blogging</h2>
<p>I love this video. It features author Seth Godin and Tom Peters discussing why they blog. It&#8217;s a powerful promotion for blogging because it&#8217;s clear that both of the presenters understand the power of blogging, as well as why they do it.</p>
<span style="text-align:center; display: block;"><a href="http://thisismyurl.com/6490/5-wordpress-tips-time-bloggers/"><img src="http://img.youtube.com/vi/livzJTIWlmY/2.jpg" alt="2 Five WordPress Tips for First Time Bloggers"  title="wordpress tutorials marketing  Five WordPress Tips for First Time Bloggers" /></a></span>
]]></content:encoded>
			<wfw:commentRss>http://thisismyurl.com/6490/5-wordpress-tips-time-bloggers/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Forty WordPress plugins to Help Promote a Website</title>
		<link>http://thisismyurl.com/6310/40-wordpress-plugins-promote-website/</link>
		<comments>http://thisismyurl.com/6310/40-wordpress-plugins-promote-website/#comments</comments>
		<pubDate>Fri, 29 Jul 2011 14:35:23 +0000</pubDate>
		<dc:creator>Christopher Ross</dc:creator>
				<category><![CDATA[Marketing]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[Wp]]></category>

		<guid isPermaLink="false">http://thisismyurl.com/?p=6310</guid>
		<description><![CDATA[A collection of 40 WordPress plugins, all designed to help promote and market your website for free using the best SEO practices. ]]></description>
			<content:encoded><![CDATA[<h2>Social Bookmarking Plugins for WordPress</h2>
<p><a href="http://thisismyurl.com/blog/2011/07/29/40-wordpress-plugins-promote-website/"><img class="alignright size-full wp-image-6601" src="http://thisismyurl.com/files/2011/10/WordPress-Logo.jpeg" alt=" Forty WordPress plugins to Help Promote a Website" width="300" height="300" title="wordpress tutorials marketing  Forty WordPress plugins to Help Promote a Website" /></a>These ten<a href="http://thisismyurl.com/6310/40-wordpress-plugins-promote-website/"> plugins</a> are designed to improve how users can share your content with their friends and promote your website through <a href="http://thisismyurl.com/4754/social-media-build-business/">social marketing</a> and online networks.</p>
<ol>
<li><a href="http://jetpack.me">JetPack</a> includes ShareDaddy to easily <strong>add share links</strong> on the bottom of your posts. This encourages users to Tweet, Like or Share your content, includes Reddit, StumbleUpon and Digg as well as Twitter and Facebook. Also includes a Twitter widget and shortlink generator for your posts.</li>
<li><a href="http://www.sexybookmarks.net/">Sexy Bookmarks</a> is very similar to JetPack&#8217;s ShareDaddy, but allows linking to dozens of social bookmark services and is, well, sexy.</li>
<li><a href="http://blogplay.com/sociable-for-wordpress/">Sociable</a> is another alternative method for adding share and email options to your posts.</li>
<li><a href="http://www.gara.com/projects/bookmarkify/">Bookmarkify</a> is an alternative method for adding share and email options to your posts.</li>
<li><a href="http://wordpress.org/extend/plugins/share-this/">ShareThis</a> is the granddaddy of social booking. ShareThis is the most extensive of the social sharing services with a huge library to choose from.</li>
<li><a href="http://wordpress.org/extend/plugins/share-on-facebook/">Share on Facebook</a>  will add a Facebook share button to your post.</li>
<li><a href="http://wordpress.org/extend/plugins/digg-this-button/">Digg This</a> adds a Digg button to your post.</li>
<li><a href="http://wordpress.org/extend/plugins/tweetmeme/">TweetMeme</a> easily adds a Tweet button to your posts.</li>
<li><a href="http://www.milienzo.com/wordpress-plugins/i-love-social-bookmarking/">I love Social Bookmarketing</a> is another option , similar to JetPack&#8217;s ShareDaddy and Sexy Bookmarks.</li>
<li>Social Bookmarks – one last alternative, similar to JetPack ShareDaddy and Sexy Bookmarks.</li>
</ol>
<p>While limited to a few key services, my favourite in the list above is JetPack because of its simplicity of operation and easy means of adding new services.</p>
<h2>Comment Plugins for WordPress</h2>
<p>Improving the <a href="http://thisismyurl.com/5069/wordpress-code-snippets-twitter-comments/">comments</a> on your website will not only increase return visits, but also help search engines to know your pages are active and full of fresh content.</p>
<ol>
<li><a href="http://disqus.com">Disqus</a> offers a great, clean commenting tool for <strong>WordPress</strong> and integrates with <a href="http://akismet.com/">Askimet</a> for spam fighting.</li>
<li><a href="http://wordpress.org/extend/plugins/openid/">OpenID</a> works with the built-in WordPress comments to offer users the option of signing in via their OpenID profile.</li>
<li><a href="http://www.smashingmagazine.com/2009/01/08/twitter-avatars-in-comments-wordpress-plugin/">Twitter Avatars In Comments</a> allows users&#8217; comments to include their Twitter profile picture. You can also do it <a href="http://www.wprecipes.com/ho-to-use-twitter-avatars-in-comments">without a plugin</a>, if you enjoy coding.</li>
<li><a href="http://wordpress.org/extend/plugins/tinymcecomments/">TinyMCE Comments</a> adds the TinyMCE html editor to comments.</li>
<li><a href="http://wordpress.org/extend/plugins/commentluv/">CommentLuv</a> shares the title of the comment author&#8217;s latest post with CommentLuv.</li>
<li><a href="http://wordpress.org/extend/plugins/reply-to/">@reply</a> adds the ability to use Twitterish @reply-to links in comments.</li>
<li><a href="http://jetpack.me">JetPack</a> adds Gravatar hovercards with profile details for comment authors. While we&#8217;re on the subject of Gravatar, <a href="http://wordpress.org/extend/plugins/gravatar-signup/">Gravatar Signup</a> adds a checkbox for quick sign up for non Gravatar members.</li>
<li><a href="http://wordpress.org/extend/plugins/intensedebate/">IntenseDebate Comments</a> is a powerful commenting tool similar to Disqus, from the makers of WordPress.</li>
<li><a href="http://wordpress.org/extend/plugins/search.php?q=facebook+comments">Facebook Comments</a> – there are several plugins available to take care of integrating Facebook to WordPress, I&#8217;ll just link to the list and you can try them out.</li>
<li><a href="http://wordpress.org/extend/plugins/paged-comments/">Paged Comments</a> stops your comments from getting out of control by displaying only a set number per page.</li>
</ol>
<h2>Search Engine Optimization Plugins for WordPress</h2>
<p>These plugins are designed to improve your <a href="http://thisismyurl.com/6214/deep-linking-wordpress-search-engines-readers/">SEO performance</a> and bring traffic to your website through search engines.</p>
<ol>
<li><a href="http://wordpress.org/extend/plugins/google-sitemap-generator/">Google XML Sitemaps</a> works with <strong>Google Webmaster Tools</strong> to tell Google what changes to your website should be indexed.</li>
<li><a href="http://wordpress.org/extend/plugins/redirection/">Redirection</a> is perfect for migrating URLs to a new site structure. If you&#8217;ve updated your blog, moved a page or changed the location of a file you can use this plugin to tell search engines where it is.</li>
<li><a href="http://wordpress.org/extend/plugins/simple-tags/" target="_blank">Simple Tags</a>  helps you pick tags for your posts by integrating with Yahoo and other search engines for advice.</li>
<li><a href="http://wordpress.org/extend/plugins/robots-meta/">Robots Meta</a> add metadata to your posts and pages to help search engines process your pages.</li>
<li><a href="http://wordpress.org/extend/plugins/seo-image/">SEO Friendly Images</a> automatically adds alt and title tags to your images based on your post name.</li>
<li><a href="http://wordpress.org/extend/plugins/seo-no-duplicate/">SEO No Duplicate</a> removes duplicate content from your website listings.</li>
<li><a href="http://www.labnol.org/internet/google-image-sitemap-for-wordpress/14125/">Google Images Sitemap</a> adds your website images to Google Images with Webmaster Tools.</li>
<li><a href="http://www.vretoolbar.com/news/seo-slugs-wordpress-plugin">SEO Slugs</a> removes excess words (e.g. the, an,a) from your permalinks to increase slug performance.</li>
</ol>
<h2>Deep Linking Plugins for WordPress</h2>
<p>The term <a href="http://thisismyurl.com/6214/deep-linking-wordpress-search-engines-readers/">deep linking</a> describes a simple SEO strategy of linking to relevant posts deep within your website. This helps readers and search engines find content no longer on your homepage.</p>
<ol>
<li><a href="http://thisismyurl.com/downloads/wordpress/plugins/easy-popular-posts/">Easy Popular Posts</a>  links to the most popular posts on your website.</li>
<li><a href="http://thisismyurl.com/downloads/wordpress/plugins/easy-recent-posts/">Easy Recent Posts</a> links to the most recent posts on your site.</li>
<li><a href="http://thisismyurl.com/downloads/wordpress/plugins/easy-random-posts/">Easy Random Posts</a> links to 5,10,20 or more random posts on your site.</li>
<li>Easy Related Posts automatically finds related posts on your site.</li>
<li><a href="http://www.prelovac.com/vladimir/wordpress-plugins/seo-smart-links">SEO Smart Links</a> links popular words in your posts to related content on your website.</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://thisismyurl.com/6310/40-wordpress-plugins-promote-website/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Ten Great SEO Tips for WordPress Bloggers</title>
		<link>http://thisismyurl.com/6296/10-great-seo-tips-wordpress-bloggers/</link>
		<comments>http://thisismyurl.com/6296/10-great-seo-tips-wordpress-bloggers/#comments</comments>
		<pubDate>Tue, 26 Jul 2011 14:40:10 +0000</pubDate>
		<dc:creator>Christopher Ross</dc:creator>
				<category><![CDATA[Marketing]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[Drive Traffic]]></category>
		<category><![CDATA[Seo]]></category>
		<category><![CDATA[Wp]]></category>

		<guid isPermaLink="false">http://thisismyurl.com/?p=6296</guid>
		<description><![CDATA[Ten easy, free ways to get more traffic from search engines to your WordPress blog using nothing more than the tool itself!]]></description>
			<content:encoded><![CDATA[<p>Building traffic through free organic channels, such as major search engines, should be the goal of every WordPress blogger. So, how do you stand out and use the built-in features of WordPress to help promote your site? Here are ten easy to implement, great ways to get your blog noticed <strong>for free</strong>.</p>
<p><strong>1. Unique Content</strong></p>
<p>Your website is your voice to the world! Use it to speak to your audience but use your own words. It&#8217;ll help your SEO as well as building an audience.</p>
<p><strong>2. Hyperlink Keywords</strong></p>
<p>This drives search engines wild, it helps readers find great content and it helps search engines dive deep into your website. See my article on <a href="http://thisismyurl.com/6214/deep-linking-wordpress-search-engines-readers/">deep linking with WordPress</a> to learn about it.</p>
<p><strong>3. Focus your Titles with Keywords</strong></p>
<p>Titles are the most important SEO element on a page. They appear in search engine results and are vital to being found. Use keywords in your titles, but never force it, stay natural.</p>
<p><strong>4. Tag your Posts in WordPress</strong></p>
<p>Use the Tags option to build a directory of interlinking articles and, while you&#8217;re at it, drive the point home with powerful <a href="http://thisismyurl.com/6262/create-wordpress-meta-tags-plugin/">WordPress meta tags</a>. You can build them without a plugin.</p>
<p><strong>5. Use WordPress Excerpts</strong></p>
<p>Every time you post a new article, include an excerpt as a short summary and include it as your post description using meta tags.</p>
<p><strong>6. Make the Most of Comments</strong></p>
<p>Search engines love comments. They keep content fresh and help your site stay relevant. Sometimes I find the comments on a post as important (or even more relevant) to my search than the original article.</p>
<p><strong>7. Keep Your Website Simple</strong></p>
<p>We all want a great looking website, but don&#8217;t get caught in a design trap. Install the default WordPress theme while you&#8217;re starting out and focus on the content.</p>
<p><strong>8. Make the Most of JetPack</strong></p>
<p>The great team behind WordPress have released a monster plugin called JetPack and it&#8217;s jam-packed with goodies. There are share buttons, URL shorteners and more short codes than you can shake a stick at! These are all tuned to work perfectly on WordPress websites and are easy to install.</p>
<p><strong>9. Use Social Networks</strong></p>
<p>Share your posts on social networks, offer retweet and repost buttons. Make sharing easy. These links will drive both people and search engines back to your website.</p>
<p><strong>10. Include Photos, Maps and More</strong></p>
<p>Drive traffic to your website using photo search engines. Remember that people find your content through more than just the main search tools of Google. Add your images to Google Images, get listed in Google News and include yourself on Google Maps.</p>
]]></content:encoded>
			<wfw:commentRss>http://thisismyurl.com/6296/10-great-seo-tips-wordpress-bloggers/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Deep Linking in WordPress for Search Engines (and Readers!)</title>
		<link>http://thisismyurl.com/6214/deep-linking-wordpress-search-engines-readers/</link>
		<comments>http://thisismyurl.com/6214/deep-linking-wordpress-search-engines-readers/#comments</comments>
		<pubDate>Mon, 18 Jul 2011 18:12:31 +0000</pubDate>
		<dc:creator>Christopher Ross</dc:creator>
				<category><![CDATA[Marketing]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[Search Engine Optimization]]></category>

		<guid isPermaLink="false">http://thisismyurl.com/?p=6214</guid>
		<description><![CDATA[A Step by step guide to deep linking in WordPress, designed to help bloggers make the most of search engine optimization.]]></description>
			<content:encoded><![CDATA[<p>If improving your online marketing is your goal, then this article is for you. We&#8217;re going to not only talk about what deep linking is (and why it&#8217;s so valuable), but also how to do it using WordPress, the easiest online editing tool around.</p>
<h2>What is Deep Linking?</h2>
<p>First of all, let&#8217;s establish what <strong>deep linking</strong> is so that there is no mystery to it. You&#8217;ll see why it&#8217;s such a vital step in both online marketing and <a href="http://thisismyurl.com/4840/white-hat-black-hat-seo-tactics/">search engine optimization</a>.</p>
<p>Deep linking, while it sounds complicated, is simply the process of linking from one page on your website to another page throughout the text. For example, in this article I&#8217;ve mentioned the phrase search engine optimization and since I know that some readers won&#8217;t know what search engine optimization is, I&#8217;ve linked those words to another article that focuses on search engine optimization. That&#8217;s all deep linking is – helping your visitors to move from one page to another to find related content.</p>
<h2>Why is Deep Linking Valuable?</h2>
<p>Linking content from one page to another is valuable for two key reasons:</p>
<ol>
<li>It <strong>helps search engines</strong> find content on your website and, as a result, index those pages;</li>
<li>It <strong>helps readers</strong> find content on your website and therefore read more of what you post.</li>
</ol>
<p>Both of those are tremendously important for online marketing. Using deep linking, you&#8217;re not only helping your visitors, but also helping search engines to better understand your content.</p>
<h2>How to Deep Link in WordPress</h2>
<p>The first step to deep linking in WordPress is to remember that it&#8217;s all about helping people find similar content. Scan through your post and find a keyword or phrase that you feel a reader might want more information about.</p>
<p>Next, save the post as a Draft copy (located in the Publish box of your post editor).</p>
<p>To make editing easier, open a new browser window and navigate to Posts &gt; All Posts in WordPress.</p>
<p><img class="alignright size-medium wp-image-6215" src="http://thisismyurl.com/files/2011/07/WordPress-Search-Field-300x80.png" alt="WordPress Search Field 300x80 Deep Linking in WordPress for Search Engines (and Readers!)" width="300" height="80" title="wordpress tutorials marketing  Deep Linking in WordPress for Search Engines (and Readers!)" />Using the Search Posts field at the top right-hand of your posts list, search for  articles that feature the keyword or phrase you&#8217;d like to link to and call up a list of related posts by clicking Search Posts.</p>
<p><a href="http://thisismyurl.com/files/2011/07/View-Posts-in-WordPress-Post-List.png" rel="lightbox[6214]" title="Deep Linking in WordPress for Search Engines (and Readers!)"><img class="alignright size-full wp-image-6216" src="http://thisismyurl.com/files/2011/07/View-Posts-in-WordPress-Post-List.png" alt="View Posts in WordPress Post List Deep Linking in WordPress for Search Engines (and Readers!)" width="390" height="178" title="wordpress tutorials marketing  Deep Linking in WordPress for Search Engines (and Readers!)" /></a>You can grab the URL of the post you&#8217;d like to link to by right clicking the View option while hovering over the article name, or click the View link to open the post into a new window.</p>
<p>Now that you have the URL of your target article copied to your clipboard, let&#8217;s go back to the original article and insert it as a link.</p>
<ol>
<li>Select the words that you would like to be hyperlinked;</li>
<li>Click the small link icon located in the editor toolbar for WordPress (<img class="alignnone size-full wp-image-6217" src="http://thisismyurl.com/files/2011/07/WordPress-Insert-Link-Icon.png" alt="WordPress Insert Link Icon Deep Linking in WordPress for Search Engines (and Readers!)" width="26" height="25" title="wordpress tutorials marketing  Deep Linking in WordPress for Search Engines (and Readers!)" />);</li>
<li>Paste the link into the available URL field and add a title to your link.</li>
</ol>
<p>Once you click Add Link you have successfully created a link between the new article and the older article, stored deep in your website.</p>
<h2>Quick Tips for Deep Linking</h2>
<ol>
<li>Only link to content that is relevant and helpful;</li>
<li>Limit the number of links in an article to a reasonable amount, based on content;</li>
<li>Avoid linking entire paragraphs or large sentences;</li>
<li>Avoid hyperlinking words such as &#8220;Click here&#8221; or &#8220;Read More&#8221;, instead link phrases.</li>
</ol>
<div>Remember, the purpose of deep linking is to help your readers find similar, expansive content and as a side benefit, you&#8217;ll also help search engines dig deep into your website!</div>
]]></content:encoded>
			<wfw:commentRss>http://thisismyurl.com/6214/deep-linking-wordpress-search-engines-readers/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Ten Steps to Starting a Blog</title>
		<link>http://thisismyurl.com/5780/10-steps-starting-blog/</link>
		<comments>http://thisismyurl.com/5780/10-steps-starting-blog/#comments</comments>
		<pubDate>Thu, 30 Jun 2011 09:50:21 +0000</pubDate>
		<dc:creator>Christopher Ross</dc:creator>
				<category><![CDATA[Marketing]]></category>
		<category><![CDATA[Advertising]]></category>
		<category><![CDATA[Analytics]]></category>
		<category><![CDATA[Bloggers]]></category>
		<category><![CDATA[Social Media]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://thisismyurl.com/?p=5780</guid>
		<description><![CDATA[Blogs are fast becoming cost effective business marketing tools as well as personal publishing platforms, what does it take to run one successfully?]]></description>
			<content:encoded><![CDATA[<p>Over the past few years, blogs have become a staple of the Internet. This is due, in a large part, to the ease of publishing content with tools such as WordPress and the need for small publishers to fill unique niches. In fact, blogs are now used for business in a way that traditional newsletters, emails and speciality magazines have been used for decades.</p>
<p>Despite the simplicity of installing a blog (<a href='http://www.bluehost.com/track/getawaygraphics/?s=http%3A%2F%2Fthisismyurl.com%2F5780%2F10-steps-starting-blog%2F' rel='nofollow' target='_blank' title='Bluehost web hosting' target='_blank'>Bluehost</a> for example offers a one click solution), running a successful blog still has a lot more to do with mastering the world of publishing, rather than the technical aspects of setting up a website address and WordPress. This is especially true if you&#8217;re looking to build a regular readership and a successful advertising campaign.</p>
<p>The key to blog success is to convince readers to visit your blog and continue to return. This is the most important aspect of your website. Remember, readers don&#8217;t differentiate between a blog and a magazine, so your content should attract and retain an audience just like print publications.</p>
<p>Here are ten steps to develop a successful <a href="http://thisismyurl.com/246/building-a-profitable-ad-driven-website/">and profitable blog</a>.</p>
<h3>Understand your Blog Market</h3>
<p>Remember that blogging isn&#8217;t about technology, it&#8217;s about writing for your subject in a way that readers will enjoy and want to come back. You&#8217;ll need to education yourself on what works and doesn&#8217;t in the online world and the best ways to do that is to look at other, successful blogs to see what they&#8217;re doing right (and wrong).</p>
<p>How do you know who&#8217;s successful? Tools like <a href="http://alexa.com">Alexa</a> and <a href="http://compete.com">Complete</a> allow you to review the traffic patterns of other websites for free.</p>
<h3>Find a Niche that Works</h3>
<p><a href="http://thisismyurl.com/files/2011/06/AdWords-Apple-Cider.png" rel="lightbox[5780]" title="Ten Steps to Starting a Blog"><img class="alignright size-medium wp-image-5785" src="http://thisismyurl.com/files/2011/06/AdWords-Apple-Cider-300x189.png" alt="AdWords Apple Cider 300x189 Ten Steps to Starting a Blog" width="300" height="189" title="marketing  Ten Steps to Starting a Blog" /></a>What to write about becomes an even more difficult question when faced with the concern of making a blog profitable, but using popular technology, it&#8217;s easier than you think. Google offers a tool as part of their <a href="https://adwords.google.com/">Google AdWords</a> suite to help identify popular, profitable and competitive keywords for bloggers.</p>
<p>Using the AdWords tool, a blogger can review their subjects to see which ideas could have an audience as well as which are profitable. In the example to the right, you&#8217;ll see that the subject <em>apple cider</em> has 1 million searches monthly with low completion for the subject.</p>
<h3>Understand Your Goals and Measure</h3>
<p>What is the goal of your blog? Are you building a mailing list, generating interest in a business or publishing an online magazine with your blog? Understanding your goals is vital to building a successful blog.</p>
<p>Some measurements of success, such as personal happiness, are hard to quantify, but others are easy using online tools such as the JetPack and Google Analytics plugins for WordPress. These two plugins will allow you to measure the number of visitors to your website and gain a better understanding of which articles they&#8217;re reading regularly.</p>
<h3>Write Strong and Write Well</h3>
<p>Many bloggers are not professional writers and grammar is a complex subject, but it&#8217;s vital for a successful blog to be well written with proper spelling and a respect for proper grammar. JetPack, a free plugin for WordPress, includes a <a href="http://thisismyurl.com/4758/add-powerful-grammar-checking-wordpress/">built in grammar checker</a> that helps authors catch common errors and typos.</p>
<p>Before you even begin to setup your WordPress blog, start writing. Content is the most important aspect of a blog and it&#8217;s also the most time consuming. Writing great content is key to launching your blog.</p>
<h3>Write Consistently</h3>
<p>Blogging is a way for you to share ideas, information and content with a community. Once you establish a readership it&#8217;s important that your audience receive a consistent quality of post, on a regular schedule and subject matter. Some bloggers prefer to write daily or weekly, others once a month or even at once a quarter. The schedule you post at will impact your audience size, as well as how you&#8217;re ranked in the search engines.</p>
<h3>Establish Your Credibility</h3>
<p>Assuming you&#8217;ve now selected a blog subject and tested to see that it has a reasonable market size, you&#8217;re ready to start blogging (sort of). Remember that blogging is about building an audience and that your expertise is being shared with other people. Write content people will benefit from and share knowledge to increase your credibility.</p>
<h3>Build an Audience</h3>
<p>So far, I&#8217;ve talked about how to write quality content for your blog, but to encourage people to read it is the next, vital step to running a successful blog. When you encourage visitors to come to your blog, you need to remember the goals you&#8217;ve set and what you consider a successful blog visit. If you&#8217;re writing about a subject for personal pleasure, this may not seen as important, but building an audience is at the heart of blogging for business.</p>
<p><img class="alignright size-full wp-image-5786" src="http://thisismyurl.com/files/2011/06/Blog-Search-on-Google.png" alt="Blog Search on Google Ten Steps to Starting a Blog" width="294" height="131" title="marketing  Ten Steps to Starting a Blog" />You can use Google Blog Search to find similar blogs by searching for a subject under the <em>more</em> tab of Google to help build a network of similar blogs. Look for articles that interest you and contribute by leaving a comment, this will encourage the blog owner (as well as other readers) to visit your blog and also participate in discussions.</p>
<h3>Become Socially Active</h3>
<p>Linking your blog to popular social media applications is just the first step in becoming a social blogger. It should go without saying that your blog should link to <a href="http://twitter.com/thisismyurl">Twitter</a> and <a href="http://www.facebook.com/pages/thisismyurlcom/114745151907899">Facebook</a>, but being a social blogger is about more than just linking to social network. Here are a few suggestions to help you along the way:</p>
<ul>
<li>Participate in networking events such as WordCamp and other real world activities;</li>
<li>Attend local TweetUps and other events or host one in your community;</li>
<li>Link to similar and source articles;</li>
<li>Reply to comments and thank the community for contributing to your blog;</li>
<li>Guest write for other blogs, and encourage writers to write for your blog.</li>
</ul>
<h3>Optimize for People, not Search Engines</h3>
<p>You&#8217;ll discover a lot of content on my blog about optimizing your website for search engines. What I hope you&#8217;ll take away from the articles is that SEO isn&#8217;t really about optimizing your site for Google, it&#8217;s about helping Google read content that you&#8217;ve written well for people.</p>
<p>It&#8217;s important that you learn to write great titles, format your pages correctly, build deep linking structures and include keywords, however, poor articles with great SEO won&#8217;t build an audience so instead focus on writing for people, not computers.</p>
<h3>Maintain your Blog</h3>
<p>Remember that your blog is always growing, always changing and always needs attention. Put a couple of hours a week aside to reply to comments and update old content. Feel free to edit old posts with more updated information, add new photos or share old links that you feel are timely again.</p>
<p>Building a successful blog isn&#8217;t likely to happen if you simple write content and push it out to the community. You need to write content and revisit it regularly. Add links between articles to help readers find similar content, fix your mistakes when you find them and keep your blog updated with fresh, strong content regularly.</p>
<div class='rodonic_full_disclosure'><strong>Disclosure</strong><br>
					In accordance with the FTC Endorsements and Testimonials in Advertising, please note that this post includes reviews
					or links to affiliate programs. The reviews provided in this post are unbiased and presented a fair manner. This post does 
					not include misleading or paid reviews.</div>]]></content:encoded>
			<wfw:commentRss>http://thisismyurl.com/5780/10-steps-starting-blog/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

