<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss 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/" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">

<channel>
	<title>Straight North Internet Marketing Blog</title>
	
	<link>http://www.straightnorth.com/blog</link>
	<description>Internet Marketing, Branding and Web Development for B2B</description>
	<lastBuildDate>Tue, 21 Feb 2012 20:13:15 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/straightnorth/JpyEE" /><feedburner:info uri="straightnorth/jpyee" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><feedburner:emailServiceId>straightnorth/JpyEE</feedburner:emailServiceId><feedburner:feedburnerHostname>http://feedburner.google.com</feedburner:feedburnerHostname><item>
		<title>Why Does My Website Look Different in Different Browsers?</title>
		<link>http://feedproxy.google.com/~r/straightnorth/JpyEE/~3/1BSFBLKeCPg/</link>
		<comments>http://www.straightnorth.com/blog/why-does-my-website-look-different-in-different-browsers/#comments</comments>
		<pubDate>Tue, 21 Feb 2012 16:32:09 +0000</pubDate>
		<dc:creator>Brad Shorr</dc:creator>
				<category><![CDATA[Web Development]]></category>

		<guid isPermaLink="false">http://www.straightnorth.com/blog/?p=11401</guid>
		<description><![CDATA[<p><strong><em>&#8220;Why does my website look different in different browsers?&#8221;</em></strong></p>
<p>We get this question a lot and thought it might be a good idea to run down the major causes. Bottom line: No matter how carefully you check for browser compatibility, &#8230;</p>]]></description>
			<content:encoded><![CDATA[<p><div id="attachment_11446" class="wp-caption alignnone" style="width: 635px"><img src="http://www.straightnorth.com/blog/wp-content/uploads/2012/01/whyweb-looks-dif.jpg" alt="" title="browser-display-issues" width="625" height="274" class="size-full wp-image-11446" /><p class="wp-caption-text">Consistent Browser Display Is Doggone Difficult</p></div><br />
<strong><em>&#8220;Why does my website look different in different browsers?&#8221;</em></strong></p>
<p>We get this question a lot and thought it might be a good idea to run down the major causes. Bottom line: No matter how carefully you check for browser compatibility, differences at the user level make it virtually impossible for a web page to display exactly the same way for everyone.</p>
<p>This post will give you an overview of site display issues, and help you respond when your customers have a problem. </p>
<h2>Hardware Issues</h2>
<p>A computer&#8217;s <strong>graphics card</strong> allows users to adjust brightness, digital vibrance, contrast, image sharpness, <a href="http://graphics.stanford.edu/gamma.html" target="_blank">gamma</a>, and other settings that affect color. Depending on the settings, a user will see different colors or tones for all elements on a web page, including images and fonts.</p>
<p>Furthermore, most monitors have <strong>color settings</strong> independent of the computer&#8217;s graphics card. This creates even more variables in how colors appear on screen. </p>
<p>The <strong>display resolution setting</strong> of a monitor affects the appearance of a web page as well. As a rule, we design sites to display optimally on a setting of 1024&#215;768 and up. Pages will not display optimally at lower resolutions. As you can see from these <a href="http://www.w3schools.com/browsers/browsers_display.asp" target="_blank">browser display statistics</a>, 1024&#215;768 and up covers 99% of current users. However, if a site is designed for, say, 1280&#215;1024 resolution, it may not display properly on lower resolution monitors.</p>
<h2>Software Issues</h2>
<p>A user&#8217;s operating system, installed fonts, and browser type all have an impact on how a web page displays. Some of the issues and manifestations get rather technical and specific, but here are a few common issues.</p>
<h3>Operating System</h3>
<p>Certain elements on <strong>website forms</strong> sometimes appear differently to Mac and PC users, select boxes in particular. This issue can be overcome with a properly customized design.</p>
<p><a href="http://www.microsoft.com/typography/cleartypeinfo.mspx" target="_blank">ClearType</a>, Microsoft&#8217;s advanced software for <strong>sub-pixel rendering</strong>, displays fonts with an ultra high level of smoothness and sharpness. Depending on whether a user has ClearType on or off, fonts will display sharply, or not as sharply. ClearType is disabled by default on Windows XP and turned on for Vista and Windows 7, so PC users are sure to experience fonts quite differently. Mac users have an LCD font smoothing setting which affects the appearance of fonts, again creating a difference in visualization.</p>
<h3>Installed Fonts</h3>
<p>Websites are designed, or should be, with what are called &#8220;<a href="http://cssfontstack.com/" target="_blank">font stacks</a>.&#8221; What this does is create a default font for display; if a particular user doesn&#8217;t have that font loaded on his/her computer, the display defaults to the next font in the stack, and so forth. How the stack matches up to the computer&#8217;s fonts determines how a website will be seen on that device.</p>
<h3>Browsers</h3>
<p>Browser differences are probably the biggest culprit in web display inconsistency. Every browser has a &#8220;<a href="http://blog.typekit.com/2010/10/21/type-rendering-web-browsers/" target="_blank">layout engine</a>&#8221; that interprets a site&#8217;s CSS code and converts it into a visual image of a web page. Most display issues occur in various versions of Internet Explorer, which has a still-hefty 20% <a href="http://www.w3schools.com/browsers/browsers_stats.asp" target="_blank">browser market share</a>. Common problems include:</p>
<ul>
<li>Rounded corners appearing squared off in IE</li>
<li>Shadows and rollover effects being ignored in IE</li>
<li>Blog sidebars being pushed to the bottom in IE, because the layout engine automatically widens a page&#8217;s pixel width for certain page designs</li>
<li>Top navigation elements being pushed to the second level in IE, for the same reason as above</ul>
</li>
<h2>What to Do if You Get Complaints about Your Site</h2>
<p>There&#8217;s no need to be flummoxed if one of your customers calls with a complaint about how your site looks. As you can see, there are many possible explanations, none of which has anything to do with your competence!</p>
<p><strong>The first thing to do is find out what browser your customer is using.</strong> If he/she is using IE, suggest they switch to Chrome or Firefox: display issues may disappear doing that and nothing else. If the customer is using an old version of IE &#8212; IE6 or IE7 &#8212; urge them to upgrade to a newer version.</p>
<p>If the browser doesn&#8217;t seem to be the problem, we like to get a screen shot of what the user is seeing, and have our web developers take a look. Usually, they can diagnose the cause from there. </p>
<p>Sometimes, design oversights <em>can</em> cause a display problem; if that&#8217;s the case, a screen shot usually reveals that as well. </p>
<blockquote><p>Learn more about our <a href="http://www.straightnorth.com/web-development">web development services</a>. We work with small and midsized firms in a wide variety of businesses, including a <a href="http://www.aestheticdentaldesigns.com/" target="_blank">Newport Beach cosmetic dentist</a> and a firm doing <a href="http://www.hydraulicengineeringpros.com/" target="_blank">hydraulic pump repair</a>.</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://www.straightnorth.com/blog/why-does-my-website-look-different-in-different-browsers/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.straightnorth.com/blog/why-does-my-website-look-different-in-different-browsers/</feedburner:origLink></item>
		<item>
		<title>How to Turn Old Blog Posts into Gold</title>
		<link>http://feedproxy.google.com/~r/straightnorth/JpyEE/~3/NHi2v23CJ64/</link>
		<comments>http://www.straightnorth.com/blog/how-to-turn-old-blog-posts-into-gold/#comments</comments>
		<pubDate>Wed, 15 Feb 2012 17:32:03 +0000</pubDate>
		<dc:creator>Brad Shorr</dc:creator>
				<category><![CDATA[Social Media]]></category>

		<guid isPermaLink="false">http://www.straightnorth.com/blog/?p=11376</guid>
		<description><![CDATA[<h2>8 Conversion and SEO Tips for Your Archives</h2>
<p>One of your most valuable assets for generating leads and higher Google rankings could be gathering dust right under your nose. If your attitude about archived blog posts is &#8220;out of sight, &#8230;</p>]]></description>
			<content:encoded><![CDATA[<div id="attachment_11429" class="wp-caption alignnone" style="width: 635px"><img src="http://www.straightnorth.com/blog/wp-content/uploads/2012/01/blog-to-gold.jpg" alt="" title="SEO Tips for Blogs" width="625" height="274" class="size-full wp-image-11429" /><p class="wp-caption-text">There&#039;s Gold in Them There Archives</p></div>
<h2>8 Conversion and SEO Tips for Your Archives</h2>
<p>One of your most valuable assets for generating leads and higher Google rankings could be gathering dust right under your nose. If your attitude about archived blog posts is &#8220;out of sight, out of mind&#8221; &#8212; I&#8217;m hoping this post will <em>change</em> your mind. </p>
<p>Here eight are super-simple ways to tune up yesterday&#8217;s blog posts to serve today&#8217;s conversion and SEO needs.</p>
<ol>
<li><strong>Identify your high traffic posts.</strong> Every blog has a handful (or several handfuls) of posts that attract a disproportionately high amount of search traffic. Don&#8217;t underestimate the value of these posts! They could be the first place a potential customer experiences your brand.</li>
<li><strong>Study the stats.</strong> What are the bounce rates on your high traffic posts? How long are readers staying on the page? What pages are they visiting next? More insight on these questions will help you execute many of the tips that follow.</li>
<li><strong>Clean up the content.</strong> Since high traffic posts garner lots of attention, put your best content foot forward: fix grammatical errors; break up long paragraphs with bullets; add bold or italic styling for emphasis; make sure all links are working; polish subheads; correct factual errors.</li>
<li><strong>Add images.</strong> Strong images make posts more sticky; plus, you can link images to other pages on the site that you think visitors will be interested in looking at next.</li>
<li><strong>Add or update calls to action.</strong> After people read one of your standout posts, chances are good they&#8217;ll be hungry for more. Satisfy their appetite by inserting a strong call to action (CTA) at the bottom of these posts, as well as a secondary CTA &#8212; a free download, for instance &#8212; to make it easy for people to reach out.</li>
<li><strong>Remarket.</strong> Though it&#8217;s generally a bad idea to perpetually push your content on social media, high traffic posts merit an exception. Periodically recirculate your posts via Twitter, Facebook, Google+, and LinkedIn. Besides bringing new visitors to the site, you&#8217;ll get a bit of an SEO bump from new social mentions.</li>
<li><strong>Update meta titles.</strong> Meta titles are very important for SEO. Make sure high traffic posts are optimized for relevant, strategic keywords; if you have time, update meta titles for every post.</li>
<li><strong>Update meta descriptions.</strong> Meta descriptions show up in SERPs, as well as in links posted on Google+, Facebook and other social networks. Enticing meta descriptions will attract more clicks, more readers, and more social mentions!</ol>
</li>
<h3>OVER TO YOU</h3>
<p>What else can a blogger do to beef up the productivity of old posts?</p>
<blockquote><p><a href="http://www.straightnorth.com/contact-us" target="_blank">Talk SEO strategy</a> with Straight North: We work with middle market B2Bs in industries such as <a href="http://www.trackyourtruck.com/systems/bus-and-truck-tracking" target="_blank">GPS tracking truck</a> software and <a href="http://www.magidglove.com/Machine-Knit-Gloves.aspx" target="_blank">knit gloves</a>.</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://www.straightnorth.com/blog/how-to-turn-old-blog-posts-into-gold/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		<feedburner:origLink>http://www.straightnorth.com/blog/how-to-turn-old-blog-posts-into-gold/</feedburner:origLink></item>
		<item>
		<title>22 Tips for Getting Your Email Newsletter Read</title>
		<link>http://feedproxy.google.com/~r/straightnorth/JpyEE/~3/6dXu8MVGjTc/</link>
		<comments>http://www.straightnorth.com/blog/22-tips-for-getting-your-email-newsletter-read/#comments</comments>
		<pubDate>Tue, 14 Feb 2012 11:31:20 +0000</pubDate>
		<dc:creator>Shanna Mallon</dc:creator>
				<category><![CDATA[Email Marketing]]></category>

		<guid isPermaLink="false">http://www.straightnorth.com/blog/?p=11517</guid>
		<description><![CDATA[<p><img src="http://www.straightnorth.com/blog/wp-content/uploads/2012/01/22-tips.jpg" alt="" title="Email Marketing Tips" width="625" height="274" class="alignnone size-full wp-image-11581" /></p>
<h2>Do&#8217;s and Don’ts for Email Template Design</h2>
<p>A major player in the realm of digital media, email marketing can an incredibly effective—and cost-efficient—way to reach out to both new and returning customers. The only problem? With the prevalence of spam &#8230;</p>]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.straightnorth.com/blog/wp-content/uploads/2012/01/22-tips.jpg" alt="" title="Email Marketing Tips" width="625" height="274" class="alignnone size-full wp-image-11581" /></p>
<h2>Do&#8217;s and Don’ts for Email Template Design</h2>
<p>A major player in the realm of digital media, email marketing can an incredibly effective—and cost-efficient—way to reach out to both new and returning customers. The only problem? With the prevalence of spam and junk emails nowadays, it’s easy to get overlooked. Readers scan subject lines quickly, and if your email doesn’t grab their interest right away, they’ll move on.</p>
<p>What can you do?</p>
<p>Below, we’ve put together our top 22 tips for email marketing design—time-tested do’s and don’ts for getting your emails read. By utilizing these design tips, you’ll be better equipped to make the most of your email newsletters. What’s more, you’ll see the conversions to prove it.</p>
<h3>BIG-PICTURE DESIGN</h3>
<ol>
<li><strong>DO consider the user.</strong> Emails usually come to readers while they’re already in the middle of something else—running errands, at the office, with the kids—so it’s hard for them to give you their full attention.</li>
<li><strong>DO keep things simple.</strong> You may only get a few seconds to communicate your message before a user clicks away from your email, so you want to streamline your design to focus on what’s most important.</li>
<li><strong>DON’T choose a busy background.</strong> Highlight your content by placing it against a solid, simple background of either one color or one very simple, repeating image.</li>
<li><strong>DO compare your newsletter in various browsers.</strong> You never know what browser a reader will be using to view your content, so compare functionality in different versions of Internet Explorer, Firefox, Safari and Chrome.</li>
<li><strong>DO craft an attention-grabbing subject line.</strong> Your email’s subject line will be your first point of contact with readers. According to <a href="http://www.smh.com.au/small-business/smallbiz-marketing/get-your-newsletter-read-10-hot-tips-20120124-1qf70.html#ixzz1kxh0JTtU">marketing strategist Fran Iseli-Hall</a>, it “makes a huge difference in the opening rate” and can essentially “make or break a campaign.”</li>
<li><strong>DO make sure your newsletter comes from a reputable email name. </strong>Remember that spam detectors know to filter out e-newsletters from unusual domains.</li>
<p></p>
<h3>EFFECTIVE CONTENT</h3>
<li><strong>DO use headlines.</strong> Headlines make it easy for users to scan text and pull out key ideas in moments.</li>
<li><strong>Don’t be overly self-promotional.</strong> If readers get the sense that you’re just pushing your promotions, they’ll be easily turned off.</li>
<li><strong>DO provide valuable info. </strong>A good newsletter should provide exactly what it sounds like it would: news. Give readers content that they can appreciate like exclusive offers or relevant info that can help them in some way.</li>
<li><strong>DO break information into readable chunks.</strong> Rather than overwhelming readers with one massive pile of information, break content into chunks that are easy to scan and skim.</li>
<li><strong>DO focus on tone.</strong> The tone of your content goes a long way towards drawing readers and amplifying your brand. Your content should sound like your company, as in, be consistent with your other materials.</li>
<li><strong>DON’T expect readers to scroll far down.</strong> Most readers won’t take the time to scroll far down your email, so you want to emphasize your key info at the top.</li>
<li><strong>DO give readers a way to opt out.</strong> As <a href="http://www.inspiredm.com/10-valuable-tips-and-tricks-for-designing-html-emails/">Matt Nieass writes at Inspired Mag,</a> “Continual unwanted emails will give your company a bad name and could very quickly become an legal issue.”</li>
<p></p>
<h3>ATTRACTIVE IMAGES</h3>
<li><strong>DO add captivating images.</strong> Amplify the power of your messaging with powerful graphics or photos that make your template attractive and interesting.</li>
<li><strong>DON’T start with your logo.</strong> While of course it’s tempting to promote you business with logos and sales pitches throughout your newsletter, it’s also the surest way to turn off readers. Get your logo in the newsletter, but make value for the reader your focus.</li>
<li><strong>DON’T rely too heavily on images. </strong>Limit the use of images so that your primary messaging is always done through text. Remember that there are many times when images might not load for certain users.</li>
<li><strong>DO use the alt-text tag. </strong>The alt-text tag effectively names your images so if they don’t display, readers see the title instead, giving them an understanding of what would have been there.<strong> </strong></li>
<li><strong>DON’T rely totally on CSS.</strong> CSS is known for technical difficulties, so it’s safer to control your design with HTML tables.</li>
<p></p>
<h3>CLEAR ORGANIZATION</h3>
<li><strong>DON’T oversize your template.</strong> The average email width is 600 pixels, and that’s the size most email template designers recommend.</li>
<li><strong>DO consider two columns.</strong> Organizing your template into two columns of content maximizes the amount of space in which you can feature info.</li>
<li><strong>DO start with a call to action.</strong> As <a href="http://www.lyris.com/resources/email-marketing/articles/email-marketing-design">Anita Taylor writes at Lyris.com,</a> “This section of your email might be all that readers see in the ‘reading pane’ or ‘preview pane,’ now a fixture in virtually all email clients.” You don’t want to waste that all-important space with something easy to forget or ignore. Start with your call to action or a clear value proposition, telling the reader why they should click through. Then put your photo or logo beneath.</li>
<li><strong>DO </strong><strong>make that call to action text-based HTML. </strong>If your call to action is imbedded within an image or button, there’s a good chance readers won’t see it in the all-too-common situation where graphics don’t load. Make it text-based instead for greater power—then feel free to amplify it with an image.</li>
</ol>
<blockquote><p>Learn more about Straight North&#8217;s <a href="http://www.straightnorth.com/email-marketing">email marketing services</a>. Our agency does a lot of work with middle market, B2B firms, in niche industries such as <a href="http://www.pacmoore.com/external-manufacturing/spray-drying " target="_blank">toll manufacturing spray dryers</a> and <a href="http://www.magidglove.com/Cut-Resistant-Gloves.aspx" target="_blank">kevlar gloves</a>.</p></blockquote>
<p>(Image credit: &copy;FrameAngel, <a href="http://www.fotolia.com/" target="_blank">Fotolia</a>)</p>
]]></content:encoded>
			<wfw:commentRss>http://www.straightnorth.com/blog/22-tips-for-getting-your-email-newsletter-read/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		<feedburner:origLink>http://www.straightnorth.com/blog/22-tips-for-getting-your-email-newsletter-read/</feedburner:origLink></item>
		<item>
		<title>Great Royalty-Free Blog Images from Fotolia</title>
		<link>http://feedproxy.google.com/~r/straightnorth/JpyEE/~3/EwJoMaHqQ1s/</link>
		<comments>http://www.straightnorth.com/blog/great-royalty-free-blog-images-from-fotolia/#comments</comments>
		<pubDate>Thu, 09 Feb 2012 11:50:00 +0000</pubDate>
		<dc:creator>Brad Shorr</dc:creator>
				<category><![CDATA[Web Design]]></category>

		<guid isPermaLink="false">http://www.straightnorth.com/blog/?p=11508</guid>
		<description><![CDATA[<p><img src="http://www.straightnorth.com/blog/wp-content/uploads/2012/02/Screen-Shot-2012-02-08-at-7.38.46-AM.png" alt="" title="Fotolia Royalty Free Images" width="179" height="67" class="alignright size-full wp-image-11611" />Thanks to a tip from our friends at <a href="http://www.pamil-visions.net/" target="_blank">Everything PR</a>, we recently started using Fotolia for <a href="http://www.fotolia.com/" target="_blank">royalty-free stock photos</a> for blog posts, Web pages and print production. </p>
<p>I&#8217;m impressed! </p>
<p>Fotolia&#8217;s basic selection of images is first rate, but they &#8230;</p>]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.straightnorth.com/blog/wp-content/uploads/2012/02/Screen-Shot-2012-02-08-at-7.38.46-AM.png" alt="" title="Fotolia Royalty Free Images" width="179" height="67" class="alignright size-full wp-image-11611" />Thanks to a tip from our friends at <a href="http://www.pamil-visions.net/" target="_blank">Everything PR</a>, we recently started using Fotolia for <a href="http://www.fotolia.com/" target="_blank">royalty-free stock photos</a> for blog posts, Web pages and print production. </p>
<p>I&#8217;m impressed! </p>
<p>Fotolia&#8217;s basic selection of images is first rate, but they have additional options when you need imagery that packs a bigger creative punch. Check out their recently released <a href="http://www.fotolia.com/dacollection" target="_blank">deviantART collection</a>, which includes more than 3,000 images created by art photographers all over the world. These images are definitely off the beaten track. Click on these links to see samples from the collection in the featured categories of <a href="http://www.fotolia.com/id/36728747" target="_blank">gestures</a>, <a href="http://www.fotolia.com/id/36872132" target="_blank">journeys</a>, <a href="http://www.fotolia.com/id/36729029" target="_blank">dreams &#038; nightmares</a>, and <a href="http://www.fotolia.com/id/36719536" target="_blank">attitude</a>. </p>
<p>Dreams &#038; Nightmares is my favorite category &#8211; what&#8217;s yours? Any of these images would be enough to make a blog post stand out from the crowd, that&#8217;s for sure. </p>
<p>Fotolia also puts a lot of effort into community and education. Their <a href="http://us.tenbyfotolia.com/" target="_blank">Ten Collection</a> is a unique program that rolls innovative art and innovative education into one. Patrick Lor, Fotolia North America president, describes it this way:</p>
<blockquote><p>&#8220;Fotolia’s TEN campaign is a collection that showcases digital art unlike any other. Every month for the next 10 months, a top digital artist will walk you through the process of turning a basic image into an amazing digital illustration. Each artist’s techniques, tools and methods will be revealed in a PSD file with over 100 layers!&#8221;</p></blockquote>
<p>Pretty great opportunity for designers, I would think. I&#8217;ve gotten some behind-the-scenes peeks at the creative processes of top writers, and I can think of few things more instructive.</p>
<p>Anyway, check Fotolia out. I asked our art director to give me some images he liked, so here&#8217;s samples of Fotolia&#8217;s standard collection for you to enjoy.</p>
<div id="attachment_11606" class="wp-caption alignnone" style="width: 635px"><img src="http://www.straightnorth.com/blog/wp-content/uploads/2012/01/fotolio-2.jpg" alt="" title="Snowboarding" width="625" height="274" class="size-full wp-image-11606" /><p class="wp-caption-text">&copy; dell, Fotolia</p></div>
<div id="attachment_11608" class="wp-caption alignnone" style="width: 635px"><img src="http://www.straightnorth.com/blog/wp-content/uploads/2012/02/fotolio-1.jpg" alt="" title="Man and Woman Flying" width="625" height="274" class="size-full wp-image-11608" /><p class="wp-caption-text">&copy; Yuri Arcurs, Fotolia</p></div>
<div id="attachment_11609" class="wp-caption alignnone" style="width: 635px"><img src="http://www.straightnorth.com/blog/wp-content/uploads/2012/02/fotolio-3.jpg" alt="" title="On the Beach" width="625" height="274" class="size-full wp-image-11609" /><p class="wp-caption-text">&copy; .shock, Fotolia</p></div>
<blockquote><p>Did you know Straight North offers <a href="http://www.straightnorth.com/branding">branding services</a>, with print and web design capabilities? We specialize in middle market B2B, with clients in niche industries such as <a href="http://www.pacmoore.com/external-manufacturing/spray-drying" target="_blank">spray drying</a> and <a href="http://www.qualityglassblock.com/glassblockpanels.php" target="_blank">energy efficient glass panels</a>.</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://www.straightnorth.com/blog/great-royalty-free-blog-images-from-fotolia/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.straightnorth.com/blog/great-royalty-free-blog-images-from-fotolia/</feedburner:origLink></item>
		<item>
		<title>8 Ways to Make Your Website Content Stand Out from the Crowd</title>
		<link>http://feedproxy.google.com/~r/straightnorth/JpyEE/~3/Hns1DIFKM4A/</link>
		<comments>http://www.straightnorth.com/blog/8-ways-to-make-your-website-content-stand-out-from-the-crowd/#comments</comments>
		<pubDate>Tue, 07 Feb 2012 11:56:49 +0000</pubDate>
		<dc:creator>Shanna Mallon</dc:creator>
				<category><![CDATA[Content Management]]></category>

		<guid isPermaLink="false">http://www.straightnorth.com/blog/?p=11483</guid>
		<description><![CDATA[<p><img src="http://www.straightnorth.com/blog/wp-content/uploads/2012/01/stand-out.jpg" alt="" title="Web Copywriting Tips" width="625" height="274" class="alignnone size-full wp-image-11539" /><br />
In today’s Internet-saturated world, there’s no denying the power of the Web. We use the Internet to find and share information, create and build connections, expand influence, launch products, learn, search, grow—and just as we see the value of the &#8230;</p>]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.straightnorth.com/blog/wp-content/uploads/2012/01/stand-out.jpg" alt="" title="Web Copywriting Tips" width="625" height="274" class="alignnone size-full wp-image-11539" /><br />
In today’s Internet-saturated world, there’s no denying the power of the Web. We use the Internet to find and share information, create and build connections, expand influence, launch products, learn, search, grow—and just as we see the value of the Web in our daily lives, so your business recognizes its power on your operations. Ever wonder what the key is to harnessing the Internet’s power to market services, generate new business, enhance operations and more?</p>
<p><strong>Simply put: it’s your content.</strong></p>
<p>Because of the nature of the Web, <em>online success is writing-based</em>—it relies on effective, persuasive, strategic copywriting to communicate a clear message that converts visitors and calls them to action.</p>
<p>Here are Straight North’s top eight tips for crafting website content that stands out from the crowd:</p>
<p><strong>1. </strong><strong>Keep the Reader First.</strong></p>
<p>First things first: You need to know your content isn’t about you—it’s about your readers. The single most important question your content has to answer for a reader is this: <strong>What’s in it for me?</strong> You can accomplish this, as <a href="http://www.copyblogger.com/the-structure-of-persuasive-content/">Brian Clark of Copyblogger</a> says, by making “an important promise early on (with your headline and opening paragraphs) that tells the reader what’s in it for her.” Then make good on that promise with your new information or helpful tips or answers to specific questions. Not only will reader-focused content get you noticed, but also it will make you memorable—making you the place readers turn when they need your services and the resource they share when other friends do.</p>
<p><strong>2. Write with a Purpose.</strong></p>
<p>Web content that stands out from the crowd is web content that does something—provides relevant information, answers questions, calls readers to action—all to work towards specific goals you’ve set for your site. Unlike fluff or filler language, stellar content does more than fill a page; it achieves a purpose. And lest you think only experts can handle this kind of strategic writing, Erin Kissane of <a href="http://www.alistapart.com/articles/writingcontentthatworksforaliving/">A List Apart</a> says, “[A]nyone who touches copy can make a difference by insisting that every chunk of text on the site is <strong>doing</strong> something concrete. And alas, ‘selling product!’ doesn’t count: ‘selling’ is a muzzy, undefined process, so you can’t tell if you’re doing it properly just by looking. Copy needs specific goals to accomplish.”</p>
<p>Evaluate the goals of your site and determine what each page needs to do: Tell about a product? Explain how a service works? Enhance your brand? Once you know your goals, you’re better prepared to address them with purpose-driven, meaningful content.</p>
<p><strong>3. Get to the Point.</strong></p>
<p>In the world of web content, more isn’t always better. Write your copy clearly and concisely, and you have a much greater chance of retaining visitors. “If you can’t say it simply in just a few words, then you’ve lost readers. Write short, write lean, and write clearly, so you don’t have to waste words explaining what you’ve just written,” says James Chartrand of <a href="http://www.copyblogger.com/fast-writing-improvement/">Copyblogger</a>. “Interestingly, people actually read longer lines faster,” he adds. “But fast reading isn’t necessarily what you want them to be doing. You want readers to be absorbing what you wrote, understanding your message, and reading comfortably as well. So go for short.”</p>
<p>&nbsp;</p>
<p><strong>4. Use Effective Headlines.</strong></p>
<p>One of the best ways to stand out amongst a sea of web content is through attention-grabbing, interest-boosting headlines that promise some benefit to a reader for giving their time to read more. As David Ogilvy writes in <a href="http://www.straightnorth.com/blog/david-ogilvy-on-how-to-write-headlines/">Ogilvy on Advertising</a>, “On average, five times as many people read the headlines as read the body copy. It follows that unless your headline sells your product, you have wasted 90 percent of your money.”</p>
<p>Yet truly effective headlines will do even more than draw the attention of readers—they’ll appeal to search engines as well. Search engines pay particular attention to headlines, so writing page headlines to appeal to them can boost your search rankings and set your content apart.</p>
<p><strong>5. Make Text Scannable.</strong></p>
<p>It’s as true with websites as it is with newspapers: text is most readable when it’s easily scanned. In fact, <a href="http://www.useit.com/papers/webwriting/writing.html">a study</a> involving five different website styles showed scannable text made content almost 50% more understandable than it otherwise would have been. Because Web users generally skim content rather than read it all line by line, crafting writing to appeal to quick glances improves the chance of getting it across to readers. Scannable text is organized into headings and subheadings, may include bulleted lists, is concise, keeps paragraphs short and uses familiar language.</p>
<p><strong>6. Use Lists.</strong></p>
<p>While we’re on the topic of making content scannable, here’s one sure-fire way to do it: use lists. Lists grab attention and communicate key information quickly and easily. As Brian Clark, founder of CopyBlogger, <a href="http://www.copyblogger.com/7-reasons-why-list-posts-will-always-work/">writes</a>, “Any headline that lists a number of reasons, secrets, types, or ways will work because, once again, it makes a very specific promise of what’s in store for the reader.” He adds, “A nice quantifiable return on attention invested goes a long way toward prompting action, and as long as you deliver with quality content, you’ll have a satisfied reader.”</p>
<p><strong>7. Be Credible.</strong></p>
<p>With so much information on the Internet that isn’t trustworthy, readers today are skeptical—and for good reason. Make your content stand out by incorporating statistics, expert opinions, documented studies and clear reasons for the specific assertions you make as often as you can—this makes your content stronger even as it gives readers assurance they can trust you and your brand. <a href="http://credibility.stanford.edu/guidelines/">Stanford Web Credibility Research</a> suggests you build web credibility by also “providing third-party support (citations, references, source material) for information you present, especially if you link to this evidence.”</p>
<p><strong>8. Provide Call to Action. </strong></p>
<p>Even the most compelling content is worthless without a clear call to action (CTA). A call to action is, simply put, what makes your copy strategic. It’s a way to ask the reader to do exactly what you want them to do, whether that means calling your company, subscribing to your newsletter or continuing onto another page.</p>
<blockquote><p>Learn more about our <a href="http://www.straightnorth.com/copywriting-services">copywriting services</a>. Our agency works with many types of clients, from Smile in the City, a <a href="http://www.smileinthecity.com/" target="_blank">top dentist in New York</a>, to Dealers Transmission Exchange, who specializes in <a href="http://www.dtetrans.com/" target="_blank">rebuilt industrial transmissions</a>.
</p></blockquote>
<p>(Image Credit: &copy;Lambros Kazan &#8211; <a href="http://www.fotolia.com/" target="_blank">Fotolia.com</a>)</p>
]]></content:encoded>
			<wfw:commentRss>http://www.straightnorth.com/blog/8-ways-to-make-your-website-content-stand-out-from-the-crowd/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.straightnorth.com/blog/8-ways-to-make-your-website-content-stand-out-from-the-crowd/</feedburner:origLink></item>
		<item>
		<title>Straight North around the Web</title>
		<link>http://feedproxy.google.com/~r/straightnorth/JpyEE/~3/E-g9Gquis24/</link>
		<comments>http://www.straightnorth.com/blog/straight-north-around-the-web/#comments</comments>
		<pubDate>Thu, 02 Feb 2012 18:14:11 +0000</pubDate>
		<dc:creator>Brad Shorr</dc:creator>
				<category><![CDATA[Marketing]]></category>

		<guid isPermaLink="false">http://www.straightnorth.com/blog/?p=11559</guid>
		<description><![CDATA[<p>Hi there. Here are some recent offsite posts we wrote that hit a variety of SEO, social media, content marketing, and blogging topics. </p>
<ul>
<li>On the <strong>Content Marketing Institute</strong> blog, <a href="http://www.contentmarketinginstitute.com/2012/02/essential-guide-to-meta-descriptions/" target="_blank">The Essential Guide to Meta Descriptions that Will Get You Found </a></li>&#8230;</ul>]]></description>
			<content:encoded><![CDATA[<p><div id="attachment_9476" class="wp-caption alignnone" style="width: 650px"><img src="http://www.straightnorth.com/blog/wp-content/uploads/2011/06/links.jpg" alt="" title="Choice Links" width="640" height="320" class="size-full wp-image-9476" /><p class="wp-caption-text">Links to Tasty Straight North Posts around the Web</p></div><br />
Hi there. Here are some recent offsite posts we wrote that hit a variety of SEO, social media, content marketing, and blogging topics. </p>
<ul>
<li>On the <strong>Content Marketing Institute</strong> blog, <a href="http://www.contentmarketinginstitute.com/2012/02/essential-guide-to-meta-descriptions/" target="_blank">The Essential Guide to Meta Descriptions that Will Get You Found Online</a>. Lots of screen shots that show what meta descriptions look like on social media sites and Google SERPs.</li>
<li>On <strong>Crowdshifter</strong>, <a href="http://crowdshifter.com/2012/02/01/how-a-blog-can-help-your-sales-force/#.TyrLy-NWq25" target="_blank">How a Blog Can Help Your Sales Force</a>. If your company is sales-driven, this article will be of interest.</li>
<li>On <strong>BlogHer</strong>, <a href="http://www.blogher.com/power-pinterest-simplicity" target="_blank">The Power of Pinterest: Simplicity</a>. Pinterest is the hot topic in social media, and this post talks about why users are loving it.</li>
<li>On <strong>SocialMouths</strong>, <a href="http://socialmouths.com/blog/2012/01/24/my-life-without-klout/" target="_blank">My Life Without Klout</a>. Expressing my views only, a rant against where Klout is trying to take social media.</li>
<li>On <strong>Search Engine People</strong>, <a href="http://www.searchenginepeople.com/blog/seo-content-site-structure.html" target="_blank">How to Organize &#038; Structure Your Website Content for SEO and People</a>. If you want to be more up to speed on navigation best practices, content silos and content theming &#8212; read this.</li>
<li>On <strong>Facebook Advertising</strong>, <a href="http://facebook-advertising-marketing.com/the-immense-value-of-small-talk-in-social-media/" target="_blank">The Immense Value Of Small Talk In Social Media</a>. Explains why you shouldn&#8217;t look down on people who talk about the weather on Twitter.</li>
<li>On <strong>WeBlogBetter</strong>, <a href="http://weblogbetter.com/2012/01/16/how-to-write-an-online-press-release/" target="_blank">How to Write an Online Press Release</a>. Despite the popularity of online releases, not everybody is doing it right. These tips will help you get the most out of every release.</li>
<li>On <strong>EverythingPR</strong>, <a href="http://www.pamil-visions.net/tips-for-lead-generation/232651/" target="_blank">10 Practical Tips for Improving Your Lead Generation Website</a>. Sometimes relatively minor tweaks can vastly improve lead generation. This article discusses simple but important adjustments you can start making today.</ul>
</li>
<p>Hope you enjoy these<br />
<img src="http://www.straightnorth.com/blog/wp-content/uploads/2012/02/Links.jpg" alt="" title="Links" width="540" height="124" class="alignnone size-full wp-image-11576" /></p>
<p>(Links image credit: <a href="http://www.fotolia.com/" target="_blank">Fotolia</a>)</p>
]]></content:encoded>
			<wfw:commentRss>http://www.straightnorth.com/blog/straight-north-around-the-web/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.straightnorth.com/blog/straight-north-around-the-web/</feedburner:origLink></item>
		<item>
		<title>Top Design Mistakes That Will Destroy Your Website’s SEO</title>
		<link>http://feedproxy.google.com/~r/straightnorth/JpyEE/~3/9ViB37UWs_A/</link>
		<comments>http://www.straightnorth.com/blog/top-design-mistakes-that-will-destroy-your-websites-seo/#comments</comments>
		<pubDate>Wed, 01 Feb 2012 12:19:30 +0000</pubDate>
		<dc:creator>Harrison Jones</dc:creator>
				<category><![CDATA[Web Design]]></category>

		<guid isPermaLink="false">http://www.straightnorth.com/blog/?p=11493</guid>
		<description><![CDATA[<p>You just launched a brand-new website design full of stellar JavaScript navigation, a mind-blowing Java splash page, and fancy imagery throughout the website. Last month, you had an average of 10,000 visitors per week, and now you only have 100. &#8230;</p>]]></description>
			<content:encoded><![CDATA[<p>You just launched a brand-new website design full of stellar JavaScript navigation, a mind-blowing Java splash page, and fancy imagery throughout the website. Last month, you had an average of 10,000 visitors per week, and now you only have 100. What the heck happened? Whether the site is for delivering daily news or selling <a href="http://www.drifire.com/commercial/fire" target="_blank">fire protective clothing</a>, it must perform well in search engines to be successful. After every re-design, it’s important to perform a <a href="http://www.seomoz.org/blog/how-to-do-a-site-audit">site audit</a> to find design errors that may hurt your website’s SEO.</p>
<p>A highly-skilled designer can do brilliant things with a website’s design, but search engine optimization must be taken into consideration when shaping a new design. This doesn’t mean you have to go back to the Stone Age designs of the 90’s. Designers should work on a team with wireframers, developers, and SEO specialists to create a website formula that will be eye-catching for both viewers and search engines. Unfortunately, most web designers like to ignore SEO when building sites because they want to express their artistic abilities. Below is an explanation of commonly-made design mistakes that will ruin your SEO.<ins cite="mailto:Harrison%20Jones" datetime="2011-09-23T14:01"></ins></p>
<h2>Using Splash Pages</h2>
<div id="attachment_11511" class="wp-caption alignnone" style="width: 635px"><img src="http://www.straightnorth.com/blog/wp-content/uploads/2012/01/SN-blog-designmistakes1.jpg" alt="" title="Splash Pages" width="625" height="274" class="size-full wp-image-11511" /><p class="wp-caption-text">Don&#039;t Make a Splash</p></div>
<p>Have you ever tried reading a book that sits on the opposite side of a brick wall? It’s just not going to work – and asking Google to read a website that hides behind a splash page is not much different. Your astonishing, psychedelic Java splash page may seem like the cool thing to do, but take my advice and don’t drink the Kool-Aid. The only thing you will accomplish with a splash page is the erection of a massive barrier between your website and search engines.</p>
<p>The reason Java splash pages create a barrier is because search engines can’t read Java. You’re basically creating a home page with no content or navigation. This will cause the homepage to be indexed improperly, stranding the rest of the website from proper indexation. If you absolutely must have a splash page, then add plenty of textual content and global navigation links in the body of the page. This is still a horrible idea, but at least it will give search engines something to read.</p>
<h2>Building an All Java Site</h2>
<p>Ever heard of the saying, “It’s like talking to a brick wall?” If you build an all Java website, search engines will be talking to a brick wall when trying to find out more about your website. When I explained the horrors of a splash page, I mentioned the fact that it creates a homepage with no content or navigation. Imagine an entire site with no content, no internal linking, and no real navigation. Basically, you have a piece of art, not a website.</p>
<p>On top of being completely SEO unfriendly, Java sites are annoying to use. Nobody wants to wait for pages to load. The worst Java sites are the ones where the applet is only 500&#215;500 pixels – which seems to be a common trend with these types of sites. Here are some words of advice if you still think a Java site is a good idea. If people and search engines can’t read the tiny, Java-embedded text, navigation links, and have to wait 30 seconds for each page to load, then you will end up with a dead website.</p>
<h2>Using Frames</h2>
<p>Unlike the Nike commercials, just <strong>don’t</strong> do it. Any designer worth half their weight will also agree that frames are totally 1996. On top of being atrocious looking, frames will also make it extremely difficult for search engines to read your website. All that nicely written content you spent dozens of hours writing is now buried in the markup by the big bad frame monster that doesn’t want to let it be seen by Google.</p>
<p>Why does the frame monster keep Google away? Framed websites use three different html files to create the design. A normal website only uses one html file. This causes a major conflict with the indexation of the website, and only one of the files gets indexed properly. In fact, many framed websites won’t get indexed by search engines at all. It’s like taking all the internal linking on each of the three files, and throwing them in the ring for a Royal Rumble.</p>
<h2>Using Images Improperly</h2>
<p>Let me put this in very simple terms. Do <strong>not</strong> use images as your primary form of navigation. Google will get caught up admiring the vibrant colors in the pictures instead of trying to figure out what they are supposed to mean. I’m not saying to use pure text links for navigation. That would be a sin against modern web design. Utilizing text-over-image techniques with cascading style sheets is the best solution to the dilemma between SEO and design. Designers get their pretty, colorful images and SEOs get their juicy text links. Everybody is happy, right?</p>
<p>Aside from navigation, your website probably also uses images in the content area of most pages. While Bing is gazing at your glorious imagery, it will want to know more about the main images related to the page. You can make this very easy for her by optimizing the image. This practice will give words to the image without sacrificing the beauty of the design. Read my article on <a href="http://www.straightnorth.com/blog/image-optimization-best-practices/">image optimization best practices</a> for a complete guide on optimizing images.</p>
<h2>Forgetting about Breadcrumbs</h2>
<div id="attachment_11512" class="wp-caption alignnone" style="width: 635px"><img src="http://www.straightnorth.com/blog/wp-content/uploads/2012/01/SN-blog-designmistakes2.jpg" alt="" title="Navigation Breadcrumbs" width="625" height="274" class="size-full wp-image-11512" /><p class="wp-caption-text">Breadcrumbs are Nutritious for SEO</p></div>
<p>While hiking in the woods, you forgot to leave a trail of breadcrumbs. Now you are hopelessly lost and can’t find your way back home. Does this sound like your website? Breadcrumbs not only help make the website more user-friendly, but they also helps search engines figure out the hierarchal navigation structure. They also reduce the need to overly expand the navigation bar with unnecessary categories.</p>
<p>If properly implemented, breadcrumbs create an internal linking matrix which will greatly improve search engine performance. Flashy Java-based breadcrumbs may look cool, but nothing performs better than good old-fashioned text links. Text links are easily read by search engines, and they allow for anchor text. Use one of your targeted keywords for the page as the anchor text for the breadcrumb. This will help search engines determine, “Oh hey, this page talks about <a href="http://www.tsi.com/Respirator-Fit-Testers/">respirator fit testing equipment</a>.”</p>
<h2>Using Images in Place of Content in Headers</h2>
<p>Going back to the section about using images properly, don’t replace content with images. Using cool graphics with text for headers may look awesome, but it will hurt your SEO. The purpose of using header text is to emphasize the importance of keywords in the content to search engines. If you don’t use proper h1 tags, you will be depreciating the value of your content. This brings me to my next point about not using header text at all.</p>
<h2>Not Using Header Text</h2>
<p>Using header tags establishes the hierarchy of importance of content sections within a page, enabling search engines to determine the importance of text. The h1 tag tells Google that the text contained within is the most important, overlying idea of the page – which is why you will want to include a keyword in it. An h2 tag tells the search engine that this is a section describing the h1 tag. The h3 sections are read as sub-sections of the h2s. Any decent designer should be able to easily come up with a creative, eye-catching method of displaying header text.</p>
<h2>Using Pop-ups</h2>
<p>Pop-up windows are the most obnoxious design error a designer can make. Not only will most browsers block pop-ups, but most users will close the window immediately because it is annoying. That being said, search engines also find your pop-ups to be annoying. In fact, they won’t even index pop-ups as part of the website. Do you really want to infuriate visitors <em>and</em> Google? I think not! If it looks like spam, reads like spam, then it probably is spam.</p>
<h2>Using Inconsistent Layouts on the Site</h2>
<p>Even if you think a backpacking trip to the middle of the Mojave Desert without food or water sounds like fun, don’t do it to your website. Every website should implement global navigation and footer links on every page. A global navigation bar is the main navigation bar that is on each page. By adding this, your viewers and search engines will never get lost on the website. If you decide to omit this suggestion, take a gander at your analytics. The exit pages with the highest number will probably be the forgotten pages you stranded out in the middle of nowhere. Search engines will also look at this neglect as poor internal linking structure, which will impact your search engine rankings negatively.</p>
<h2>Using Geo Redirecting</h2>
<p>On multi-language sites, nothing is more convenient than adding in automatic geo redirecting to the correct language. Geo redirects read the geographic location and language of your computer to determine what language the website should be displayed in, and redirect you to the proper language-bearing website. If users are automatically being redirected away from the homepage, you will lose 50% of the link juice from your back-links. Most inbound links point at the homepage, so why would you want to tell Google and Bing to go somewhere else? Sure, it’s very convenient and makes perfect sense to automatically redirect, but it will hurt your SEO. The least inconvenient solution to this problem is to have a “pick your language” option on the homepage. By having users manually pick their language, you get the full strength of your inbound links. <a href="http://www.bmw.com/">BMW</a> does a good job at directing traffic to the correct geographic website with a drop-down menu. BMW also has a different domain and website for each country, and does their SEO separately for each site.</p>
<h2>Embedding Videos Improperly</h2>
<p>Videos are a great way to engage your audience in the subject matter. Custom pop-up media player scripts are an impressive way to capture the attention of viewers, but they won’t help your SEO. Again, custom media players are usually done with Java – making it impossible for search engines to read. It may sound a bit tacky, but embedding videos directly from YouTube will give your videos optimal search performance.</p>
<p>Using proper metadata, optimization, and embedding from YouTube will create a cinematographic atmosphere that Google can understand. Yes, YouTube does convert video files into Java, but Google acquired YouTube not too long ago, and has set up options to make the videos crawlable. Read my article on <a href="http://www.searchenginejournal.com/youtube-video-optimization-from-a-to-z/">YouTube video optimization</a> for a complete guide on how to do this properly.</p>
<h2>Botching the 404 Error Page</h2>
<div id="attachment_11513" class="wp-caption alignnone" style="width: 635px"><img src="http://www.straightnorth.com/blog/wp-content/uploads/2012/01/SN-blog-image-3.jpg" alt="" title="404 Redirect Pages" width="625" height="274" class="size-full wp-image-11513" /><p class="wp-caption-text">Avoid an Error on Your Error Page</p></div>
<p>Implementing a custom 404 error page is a must-have for any website, but it must be done correctly. If you take the time to make a 404 error page, spend the extra few seconds it takes to add in links to return to the website. Forgetting this very simple task is like throwing someone over an electric fence then telling them to come back. Use our <a href="http://www.straightnorth.com/youtypedinthewrongurl">custom 404 page</a> as an example. It’s humorous, has nice graphics, but also includes global navigation, footer links, and a button to return to the homepage. Don’t strand your audience or search engines. Having broken internal links depreciates the value of your internal linking structure, which search engines don’t like. If you don’t include links in your 404 page, Google will place more weight on broken links as being a website error during indexation.</p>
<h2>Skipping the Footer Links</h2>
<p>I’m sure I’ve beaten this one into the ground already, but proper internal linking structure with text links is mandatory if you want your site to perform well. Think of the footer links section as a secondary form of fully optimized navigation. This is the place where you can really smash in that juicy anchor text, and very few readers will notice it. This is also a place where you can include links to pages that you don’t want to place any emphasis on like the sitemap, terms of use, and privacy policy. If you can’t think of any better places to put social media links, this is also a great place to insert them.</p>
<h2>Not Writing Optimized Content</h2>
<p>Am I repeating myself? Am I repeating myself? Does this sound like the content on your website? Duplicate content is a huge no-no from an SEO standpoint. If Google, Bing, and Yahoo have to read the same content over and over, they will grab your website from their cupboard, throw it in a frying pan, and cook it up like the spam it appears to be. Write original content for each page on your website. Don’t scrape content from other sites either. It will not help your SEO. Also make sure you are optimizing the content properly so search engines and users read your content the way you want them to read it. Here’s a great article written by Straight North’s very own, Brad Shorr, on how to properly <a href="http://www.straightnorth.com/blog/content-optimization-checklist-for-human-readers-and-seo/">optimize content for SEO</a>. Use that checklist to make sure you are getting the most out of your content.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.straightnorth.com/blog/top-design-mistakes-that-will-destroy-your-websites-seo/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		<feedburner:origLink>http://www.straightnorth.com/blog/top-design-mistakes-that-will-destroy-your-websites-seo/</feedburner:origLink></item>
		<item>
		<title>How Often Should You Review Your Internet Marketing Strategy</title>
		<link>http://feedproxy.google.com/~r/straightnorth/JpyEE/~3/xMqLiWY_GO8/</link>
		<comments>http://www.straightnorth.com/blog/how-often-should-you-review-your-internet-marketing-strategy/#comments</comments>
		<pubDate>Tue, 24 Jan 2012 13:43:19 +0000</pubDate>
		<dc:creator>Brad Shorr</dc:creator>
				<category><![CDATA[Search Engine Marketing]]></category>

		<guid isPermaLink="false">http://www.straightnorth.com/blog/?p=11335</guid>
		<description><![CDATA[<h2>A Strategic Look at Marketing in 2012</h2>
<p>Back in December I wrote a post suggesting that <a href="http://www.straightnorth.com/blog/how-to-succeed-in-marketing-stop-having-ideas/" title="marketing strategy tips" target="_blank">companies change gears too often</a> on their marketing. The flip side of this problem, of course, is  not changing gears often enough. How do &#8230;</p>]]></description>
			<content:encoded><![CDATA[<div id="attachment_11448" class="wp-caption alignnone" style="width: 635px"><img src="http://www.straightnorth.com/blog/wp-content/uploads/2012/01/review-internet-strategy.jpg" alt="" title="review-internet-strategy" width="625" height="274" class="size-full wp-image-11448" /><p class="wp-caption-text">Internet Marketing Strategy Requires Ongoing Attention</p></div>
<h2>A Strategic Look at Marketing in 2012</h2>
<p>Back in December I wrote a post suggesting that <a href="http://www.straightnorth.com/blog/how-to-succeed-in-marketing-stop-having-ideas/" title="marketing strategy tips" target="_blank">companies change gears too often</a> on their marketing. The flip side of this problem, of course, is  not changing gears often enough. How do you know when it&#8217;s time, as an old manager of mine used to say, to stop beating a dead horse?</p>
<h3>SEO and Social Media</h3>
<p>Certain aspects of Internet marketing need to be reviewed on a monthly basis, regardless of your results. In particular, I&#8217;m thinking about <strong>social media</strong> and <strong>SEO</strong>. Changes in these areas are occurring at lightening speed, and companies need to be extremely careful NOT to assume that just because something worked yesterday, it will work tomorrow. Questions that should be hotly discussed at this moment include:</p>
<ul>
<li>How should we adjust our social media and SEO activities in light of rising <a href="http://www.straightnorth.com/blog/why-google-has-legs-asymmetrical-symmetry/" target="_blank">importance of Google+</a> in Google&#8217;s search results?</li>
<li>What does the future of your Facebook marketing look like? Only a year ago, it looked like a slam-dunk winner. Now we see legitimate concerns that <a href="http://www.guardian.co.uk/technology/2011/jun/13/has-facebook-peaked-drop-uk-users" target="_blank">Facebook has peaked</a>.</li>
<li>Google is now <a href="http://www.straightnorth.com/blog/simple-explanation-of-google-ssl-search/" target="_blank">hiding certain search data</a>, making it more difficult to evaluate results. What adaptations need to be made in terms of strategy and metrics?</li>
<li>As a larger SEO issue, two big factors are changing the very meaning of SEO. First, the line between SEO and social media continue to blur; second, personalized search threatens to render the traditional emphasis on pure ranking obsolete. Again, how do we adapt?</ul>
</li>
<p>Six months from now, the key strategic questions might look completely different &#8212; which is further evidence of the need for continuous strategic review.</p>
<h3>Mobile Marketing</h3>
<p>Another area that merits frequent strategic attention is <strong>mobile marketing</strong>. Earlier we predicted that <a href="http://www.straightnorth.com/blog/will-mobile-search-be-the-big-seo-story-of-2011/" target="_blank">mobile marketing would be the big story of 2011</a>. I think we were off by a year; although <a href="http://www.aicpa.org/PRESS/PRESSRELEASES/2011/Pages/2011TopTechnologySurvey.aspx" target="_blank">mobile <em>was</em> big in 2011</a>, lots and lots of companies have only begun to formulate a mobile strategy, leaving a lot of room open for rapid development and deployment in 2012. These are some questions you ought to be discussing:</p>
<ul>
<li>How many of our customers are using mobile devices for business?</li>
<li>How many of our customers plan to use mobile devices for business in the next 12-24 months?</li>
<li><em>How</em> are our customers using or planning to use mobile?</li>
<li>Is our website <a href="http://www.straightnorth.com/blog/mobile-sites-mobile-apps-and-mobile-display-of-pc-mac-websites/" target="_blank">mobile ready</a>?</li>
<li>Is there a role for <a href="http://searchenginewatch.com/article/2126692/How-to-Use-QR-Codes-for-Better-Conversion-Rates" target="_blank">QR codes in our mobile marketing</a>?</ul>
</li>
<p>Companies can quickly get outflanked by competitors on mobile, and playing catch-up will be costly and difficult. To avoid getting caught in that bind, start by surveying customers and prospects to understand where they are heading with mobile technology. </p>
<h4>OVER TO YOU</h4>
<p>What are your big strategic challenges for 2012? What&#8217;s changing quickly in your marketing world?</p>
<blockquote><p>Contact us to talk marketing strategy: we&#8217;d love to lend a hand. We specialize in B2B and offer a complete suite of services, with clients in industries as diverse as <a href="http://www.bluepay.com/processing-services/merchant-types/small-businesses" target="_blank">credit card processing for small business</a> and <a href="http://www.nmfrings.com/" target="_blank">aluminum fabrication</a>. </p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://www.straightnorth.com/blog/how-often-should-you-review-your-internet-marketing-strategy/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		<feedburner:origLink>http://www.straightnorth.com/blog/how-often-should-you-review-your-internet-marketing-strategy/</feedburner:origLink></item>
		<item>
		<title>Font Selection for Web Designers</title>
		<link>http://feedproxy.google.com/~r/straightnorth/JpyEE/~3/Rt6Oxf4tMaA/</link>
		<comments>http://www.straightnorth.com/blog/font-selection-for-web-designers/#comments</comments>
		<pubDate>Tue, 17 Jan 2012 12:17:54 +0000</pubDate>
		<dc:creator>Shanna Mallon</dc:creator>
				<category><![CDATA[Web Design]]></category>

		<guid isPermaLink="false">http://www.straightnorth.com/blog/?p=11069</guid>
		<description><![CDATA[<p>If <a href="http://www.informationarchitects.jp/en/the-web-is-all-about-typography-period/">95% of web design</a> is written language, then, as a web designer, it only makes sense to do all you can to make that written language effective. It’s no secret that quality design is about much more than looking &#8230;</p>]]></description>
			<content:encoded><![CDATA[<p><div id="attachment_11444" class="wp-caption alignnone" style="width: 635px"><img src="http://www.straightnorth.com/blog/wp-content/uploads/2012/01/font-selection.jpg" alt="" title="font-selection" width="625" height="274" class="size-full wp-image-11444" /><p class="wp-caption-text">Let&#039;s Take The Confusion Out Of Font Selection</p></div><br />
If <a href="http://www.informationarchitects.jp/en/the-web-is-all-about-typography-period/">95% of web design</a> is written language, then, as a web designer, it only makes sense to do all you can to make that written language effective. It’s no secret that quality design is about much more than looking pretty&#8211;it’s about giving users a sense of your brand; communicating information quickly and clearly; and providing a place to offer a clear call to some desired action, be it subscribing, becoming a member or making a purchase&#8211;and written language is key to achieving those goals. That’s why font is such a key part of quality web design. Font selection, also called typography, is about finding the right fonts to make your written content clear, understandable and successful—-so that your message gets across and your business can grow.</p>
<h2>Why Font Selection Matters</h2>
<p>Just like layout, organization, color scheme and photo selection, font can create a certain perception or feel of your site to visitors, as well as a certain emotional response. As Nick Harrison of <a href="http://www.chicagobusiness.com/article/20111212/BLOGS06/111219990/nick-harrison-5-common-digital-marketing-mistakes">Crain&#8217;s Chicago Business wrote</a> recently, one of the keys to differentiating a company’s image is to “[b]e as consistent (color schema, logo, font, brand message, etc.) with all of your digital assets and communication” as possible. By using coherent font selections across marketing materials, you can enhance the sense of your brand and set your company apart.</p>
<p>Font also directly affects the reliability of how information is communicated to users, and that’s as true in the world of web design as it is in the realm of fonts outside the Internet—-where <a href="http://www.nytimes.com/2007/08/12/magazine/12fonts-t.html?pagewanted=all">the poor readability of road signs</a> has been known to lead to car accidents, for example. If a font is hard to read, it might not be able to communicate your message, or, even worse, it may annoy or frustrate visitors enough to send them away from your site completely. Easy-to-read fonts, on the other hand, enhance a user’s ability to understand your messaging and become engaged.</p>
<p><strong>Readability of Different Fonts</strong></p>
<p>The readability of a font is influenced by several factors, including style, size, spacing, alignment, font color, tint and background color. While less readable fonts may sometimes serve certain stylistic purposes, “in most cases, communication comes before style,” as <a href="http://www.smashingmagazine.com/2011/03/24/how-to-choose-a-typeface/">Douglas Bonneville of Smashing Magazine</a> says.</p>
<p>There are two main types of fonts available: serif and sans serif. Serif fonts are fonts with extra tails or embellishments on the letters, such as Times New Roman, Georgia and Garamond; sans serif are fonts without those additional details, such as Arial, Helvetica or Verdana. In print, serif fonts are traditionally more readable, but on the web, it’s the sans serif fonts that typically seem most legible through the pixels of computer monitors. As available technology continually increases the resolutions of computer screens, there may be less need for sans-serif web fonts; however, because of the familiarity users have developed with them on the web, they are likely to remain the preference of most designers.</p>
<p>When choosing a font for body copy, look for one that’s clean, legible, made to work well in large blocks of text. Fonts with decoration or detail work better as headers or small chunks of text.</p>
<p><em>General Qualities That Make for Easy-to-Read Fonts:</em></p>
<ul>
<li>Familiar style and shapes (which may explain the prevalence of Times New Roman in materials)</li>
<li>Designed for the computer screen (such as Georgia or Verdana)</li>
<li>Performs well on various operating systems</li>
<li>High x-height (distance between baseline and top of lowercase “x”)</li>
<li>Strong contrast between font color and background color</li>
<li>Sufficient space between lines of text</li>
<li>Sufficient space between letters</li>
<li>Sufficient space between words</li>
</ul>
<p>Beyond general readability, the type of font you select for a given web design should meet the particular needs of the project in terms of legibility, style and emotional response.</p>
<h2>Size of Fonts</h2>
<p>One of the most crucial aspects of font readability is size: font that is too small will be hard to read, but at the same time, font that is too big will waste space. So what size is the right size? <a href="http://www.informationarchitects.jp/en/100e2r/">Oliver Reichenstein</a> of Information Architects makes a strong case for 100% font size for the body text of a web page (i.e., 16 pixels). “Initially it is more difficult to create a good layout with a big font size, but that difficulty will help you design a simpler, clearer site,” Reichenstein says. “[16 pixels] is not big. It’s the text size browsers display by default. It’s the text size browsers were intended to display … It looks big at first, but once you use it you quickly realize why all browser makers chose this as the default text size.”</p>
<p><a href="http://www.smashingmagazine.com/2011/10/07/16-pixels-body-copy-anything-less-costly-mistake/">Smashing Magazine</a> agrees: “16-pixel text on a screen is about the same size as text printed in a book or magazine; this is accounting for reading distance.” Not only is 16 pixels a default size and a size comparable with typical print materials, but also, this larger-than-average text size particularly appeals to an older audience. Web visitors in their 40s work twice as hard to read as those in their 20s, Smashing Magazine reports, and those around 60 work four times as hard as that.</p>
<p>By choosing a 100% font size, you benefit the maximum number of readers—which means you market to the maximum number of potential customers.</p>
<h2>Number of Fonts</h2>
<p>When combining multiple fonts in one web design, it’s important to consider how they work together. Fonts should complement each other rather than confuse the reader: ideally they’ll have something in common but otherwise be totally different. In most cases, it’s best to use just a few. According to <a href="http://www.alistapart.com/articles/on-web-typography/">A List Apart</a>, “One typeface can be enough to say what you need to say, and two is usually plenty. If you are using more than that, have a good reason&#8211;like trying to achieve a certain aesthetic&#8211;such as replicating the look of an old boxing, film or music poster, for example.”</p>
<p>The different fonts you choose should also be able to be easily distinguished from one another. “We don’t want to distract the viewer with the question, <em>are these the same or not?”</em> writes Smashing Magazine. “If we are going to throw another font into the pot along with Helvetica, much better if we use something like Bembo, a classic Old Style face.”</p>
<p>Incorporating easily readable, large, distinguishable fonts into a web design can greatly enhance web communication and effectiveness. Click <a href="http://www.straightnorth.com/web-design">here for more information on web design</a>. Our agency specializes in B2B Internet marketing, with clients in businesses such as <a href="http://www.drifire.com/" target="_blank">fire retardant clothing</a> and <a href="http://www.magidglove.com/Welding--Heat-Resistant.aspx" target="_blank">welding gloves</a>.  </p>
]]></content:encoded>
			<wfw:commentRss>http://www.straightnorth.com/blog/font-selection-for-web-designers/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		<feedburner:origLink>http://www.straightnorth.com/blog/font-selection-for-web-designers/</feedburner:origLink></item>
		<item>
		<title>Is LinkedIn Still a Valuable Marketing Tool?</title>
		<link>http://feedproxy.google.com/~r/straightnorth/JpyEE/~3/KtYqPNDkYLw/</link>
		<comments>http://www.straightnorth.com/blog/is-linkedin-still-a-valuable-marketing-tool/#comments</comments>
		<pubDate>Tue, 10 Jan 2012 13:02:14 +0000</pubDate>
		<dc:creator>Shanna Mallon</dc:creator>
				<category><![CDATA[Social Media]]></category>

		<guid isPermaLink="false">http://www.straightnorth.com/blog/?p=11075</guid>
		<description><![CDATA[<p>With profiles for over 135 million users and seven million companies, LinkedIn is a rapidly growing social network—adding as many as one new member every second, according to <a href="http://mashable.com/2010/11/17/linkedin-stats/">reports from Mashable</a>, and considered the most important network by 60 &#8230;</p>]]></description>
			<content:encoded><![CDATA[<p><div id="attachment_11438" class="wp-caption alignnone" style="width: 635px"><img src="http://www.straightnorth.com/blog/wp-content/uploads/2012/01/linkedin-blog1.jpg" alt="" title="LinkedIn Opinions" width="625" height="274" class="size-full wp-image-11438" /><p class="wp-caption-text">What&#039;s Your Take on LinkedIn?</p></div><br />
With profiles for over 135 million users and seven million companies, LinkedIn is a rapidly growing social network—adding as many as one new member every second, according to <a href="http://mashable.com/2010/11/17/linkedin-stats/">reports from Mashable</a>, and considered the most important network by 60 percent of those tested in <a href="http://www.performics.com/news-room/press-releases/Social-Media-Study-LinkedIn-Most-Important-Social-Network-Account/1431">a recent social media study</a>. Yet despite this continued growth, to a lot of businesses, the true value of LinkedIn as a corporate-focused social network seems unclear. Amongst popular networking tools like Facebook and Twitter, how does LinkedIn compare? Is it still worthwhile to invest time and resources into? Should your business be active on LinkedIn? And if so, why? What difference could it make?</p>
<p>To answer those questions, we took a look at what some social media thought leaders, various publications and other businesses have had to say about LinkedIn. Consider these opinions:</p>
<h2>Perspective #1: LinkedIn Is Loaded with Potential.</h2>
<p><a href="http://www.straightnorth.com/blog/is-linkedin-still-a-valuable-marketing-tool/chris-brogan-300x300/" rel="attachment wp-att-11287"><img class="alignleft size-full wp-image-11287" src="http://www.straightnorth.com/blog/wp-content/uploads/2011/12/Chris-Brogan-300x300.jpg" alt="chris brogan" width="100" height="100" /></a>“LinkedIn is the de facto online social network for business types. The thing is, lots of people are ‘on there’ but aren’t necessarily using it to the fullest.” <a href="http://www.chrisbrogan.com/use-linkedin-effectively/">Chris Brogan, ChrisBrogan.com</a></p>
<p>“Despite it being the third largest social network, LinkedIn still seems like that social network in the corner that people forget is there. That’s why having a LinkedIn company page is so crucial. Have your sales team send prospective customers to the page to check out new products and services. Add status updates in a location that few others are doing so. The best thing about LinkedIn is that there’s tons of uncharted territory, especially in the construction industry.” <a href="http://www.industryleadersmagazine.com/social-media-tips-for-the-construction-industry/">Carrie Ann, Industry Leaders Magazine</a></p>
<p><a href="http://www.straightnorth.com/blog/is-linkedin-still-a-valuable-marketing-tool/guykawasaki/" rel="attachment wp-att-11292"><img class="alignleft size-full wp-image-11292" src="http://www.straightnorth.com/blog/wp-content/uploads/2011/12/guykawasaki.jpg" alt="guy kawasaki" width="100" height="100" /></a>“Most people use LinkedIn to ‘get to someone’ in order to make a sale, form a partnership, or get a job. It works well for this because it is an online network of more than 8.5 million experienced professionals from around the world representing 130 industries. However, it is a tool that is under-utilized.”  <a href="http://blog.guykawasaki.com/2007/01/ten_ways_to_use.html#ixzz1gQei9UH7">Guy Kawasaki, How to Change the World</a></p>
<h2>Perspective #2: LinkedIn Leads to New Connections &amp; Business.</h2>
<p><a href="http://www.straightnorth.com/blog/is-linkedin-still-a-valuable-marketing-tool/lisa-barone-small/" rel="attachment wp-att-11293"><img class="alignleft size-full wp-image-11293" src="http://www.straightnorth.com/blog/wp-content/uploads/2011/12/lisa-barone-small.jpg" alt="lisa barone" width="100" height="100" /></a>“Unlike the other social networks, people swarm to LinkedIn for one reason – to connect with others for business-related reasons. They’re looking for future vendors or job prospects or a way to build a resume they can cash in on later. Because the mindset of a typical LinkedIn user is much more focused than, say, that of a Twitter user, LinkedIn is the perfect platform to reach out and connect for business reasons. As a small business owner, you can use LinkedIn to find vendors you can outsource things to, connect with others in your industry you can partner with down the road, and more. People are on LinkedIn with the sole purpose of connecting for business reasons. Take advantage of it.” <a href="http://smallbiztrends.com/2011/11/linkedin-benefits.html">Lisa Barone, Small Business Trends</a><strong></strong></p>
<p><a href="http://www.straightnorth.com/blog/is-linkedin-still-a-valuable-marketing-tool/zeke/" rel="attachment wp-att-11294"><img class="alignleft size-full wp-image-11294" src="http://www.straightnorth.com/blog/wp-content/uploads/2011/12/zeke.jpg" alt="zeke camusio" width="100" height="100" /></a>&#8220;With the dizzying number of social networking sites that have sprung up in recent years, trying to select the most worthwhile for your business can be a daunting task. However, there is one that stands out. Created in 2003, LinkedIn is the ONE social network that you, as an entrepreneur or business owner, should join. The goal for any business person joining LinkedIn is not to add friends and swap stories and pictures, but rather, to make new business connections.&#8221; <a href="http://www.startupnation.com/series/132/9338/linkedin-marketing-6-reasons.htm">Zeke Camusio, Startup Nation</a></p>
<p><a href="http://www.straightnorth.com/blog/is-linkedin-still-a-valuable-marketing-tool/jennifer_laycock_364518762/" rel="attachment wp-att-11295"><img class="alignleft size-full wp-image-11295" src="http://www.straightnorth.com/blog/wp-content/uploads/2011/12/jennifer_laycock_364518762.jpg" alt="jennifer laycock" width="100" height="100" /></a>“[LinkedIn] is actually one of the world&#8217;s best networking tools … The real value of LinkedIn is in using it to discover the hidden connections among my network and the rest of the world.” <a href="http://www.searchengineguide.com/jennifer-laycock/why-linkedin-is-the-one-social-network-i.php">Jennifer Laycock, Search Engine Guide</a></p>
<p><a href="http://www.straightnorth.com/blog/is-linkedin-still-a-valuable-marketing-tool/rosenbaum3527web2_reasonably_small/" rel="attachment wp-att-11296"><img class="alignleft" src="http://www.straightnorth.com/blog/wp-content/uploads/2011/12/Rosenbaum3527WEB2_reasonably_small.jpg" alt="" width="100" height="100" /></a>“Twitter and Facebook are both great places for B-2-C while LinkedIn can be a great way to go if you want to market to consumers and businesses. “<a href="http://smallbusiness.foxbusiness.com/marketing-sales/2011/12/12/five-easy-ways-to-spread-your-brand-through-social-media/#ixzz1gQRwLv7C">Mary Rosenbaum, Fox Small Business Center</a></p>
<p><a href="http://www.straightnorth.com/blog/is-linkedin-still-a-valuable-marketing-tool/lewis_howes/" rel="attachment wp-att-11297"><img class="alignleft size-full wp-image-11297" src="http://www.straightnorth.com/blog/wp-content/uploads/2011/12/lewis_howes.jpg" alt="lewis howes" width="100" height="100" /></a>“I have seen people build their entire business, market a number of products and services, sell out their paid events, and become thought leaders in their niche all around a single LinkedIn group.” <a href="http://www.lewishowes.com/linkedin/top-10-reasons-to-start-a-linkedin-group/">Lewis Howes, LewisHowes.com</a></p>
<h2>Perspective #3: LinkedIn Is a Huge Waste of Time.</h2>
<p>&#8220;Seven out of 10 journalists investigated in the Newswise study had user profiles on LinkedIn, and 42% of them responded to requests to connect via the social networking site. Among the journalists who replied to the survey, 75% confirmed that they use LinkedIn and gave detailed responses about their attitudes and perceptions of the value of social networking. In spite of this widespread participation, a majority of respondents indicated that the value of LinkedIn was unclear.&#8221; <a href="http://www.newswise.com/articles/view/580816/">Newswise press release</a></p>
<p><a href="http://www.straightnorth.com/blog/is-linkedin-still-a-valuable-marketing-tool/jeff-atwood/" rel="attachment wp-att-11298"><img class="alignleft size-full wp-image-11298" src="http://www.straightnorth.com/blog/wp-content/uploads/2011/12/jeff-atwood.jpg" alt="jeff atwood" width="100" height="100" /></a>“I&#8217;ve been a member of LinkedIn for almost two years now. I dutifully entered my credentials and kept them up to date. The only other interaction I&#8217;ve had with the service since then has been a continual stream of link requests. I&#8217;m selective about who I approve, limiting it to people I&#8217;ve only met in real life. And the net benefit of this selectivity? As far as I can tell, zilch. Nada. Nothing. I did get a cold call from a headhunter once based on my LinkedIn profile, but I don&#8217;t consider that a benefit.</p>
<p>Has this service ever been useful to anyone? I&#8217;m telling you, LinkedIn is the digital equivalent of a chain letter. If you really want to contact a friend of a friend (of a friend), just pick up the phone or send an email. If the only way you can reach someone is through this nutty online social pyramid scheme, you don&#8217;t deserve to be taken seriously. And I can guarantee that you won&#8217;t be.” <a href="http://www.codinghorror.com/blog/2006/10/opting-out-of-linked-in.html">Jeff Atwood, Coding Horror</a></p>
<p><a href="http://www.straightnorth.com/blog/is-linkedin-still-a-valuable-marketing-tool/tedsamson/" rel="attachment wp-att-11299"><img class="alignleft size-full wp-image-11299" src="http://www.straightnorth.com/blog/wp-content/uploads/2011/12/tedsamson.jpg" alt="ted samson" width="100" height="100" /></a>“Based on all the people who have signed up with LinkedIn, there must be some demand for a professional social network, a place for networking, collaboration, brainstorming, idea-sharing, finding resources, and the like. But if the site is going to simply be a place where professionals get nothing but sales pitches, unsolicited job offers, and a Facebook-esque feed in exchange for their valuable data (and time), they have no reason to stick around.” <a href="http://www.infoworld.com/t/social-networking/dont-see-the-value-in-linkedin-youre-not-alone-678">Ted Samson, InfoWorld</a><strong></strong></p>
<p><a href="http://www.straightnorth.com/blog/is-linkedin-still-a-valuable-marketing-tool/joshuambrown/" rel="attachment wp-att-11300"><img class="alignleft size-full wp-image-11300" src="http://www.straightnorth.com/blog/wp-content/uploads/2011/12/JoshuaMBrown.jpg" alt="" height="100" /></a>“I’m sorry, I just don’t get it.  I’m sure it’s me and I’m just not making the most of LinkedIn, but before I spend any time and energy on a social networking site, I’ve gotta get <em>something</em> back from it, anything! The whole LinkedIn thing seems like a colossal waste of time.  Aside from some creepy people from my past, no one of value has reached out to me in over three years of having a profile.” <a href="http://www.thefastertimes.com/wallstreet/2010/08/08/is-linkedin-a-colossal-waste-of-time/">Joshua M. Brown, The Faster Times</a></p>
<p><a href="http://www.straightnorth.com/blog/is-linkedin-still-a-valuable-marketing-tool/ernst-janpfauth/" rel="attachment wp-att-11309"><img class="alignleft size-full wp-image-11309" src="http://www.straightnorth.com/blog/wp-content/uploads/2011/12/ernst-janpfauth.jpg" alt="ernst-jan pfauth" width="100" height="100" /></a>“Yesterday a business student interviewed me for his master thesis about the perceived trustworthiness within social networking sites. He wanted to know how I shaped my judgments about people on LinkedIn. His last question blew me away, although is was very simple. ‘How will LinkedIn be evolved in five years?’. I had never really thought about this. After a few minutes, I realized my LinkedIn network will be quite useless then. When we were discussing this devaluation, we both acknowledged it had two main reasons. We’re too friendly, and a lot of people go separate ways.” <a href="http://thenextweb.com/2008/09/03/your-linkedin-network-is-getting-less-valueable-with-the-day/">Ernst-Jan Pfauth, The Next Web</a></p>
<h2>Perspective #4: It’s Not Magic, and It’s Not a Waste of Time. LinkedIn Is All about What You Put into It.</h2>
<p><a href="http://www.straightnorth.com/blog/is-linkedin-still-a-valuable-marketing-tool/tomanderson/" rel="attachment wp-att-11310"><img class="alignleft size-full wp-image-11310" src="http://www.straightnorth.com/blog/wp-content/uploads/2011/12/tomanderson.jpg" alt="tom anderson" height="100" /></a>“Part of the reason our LinkedIn metrics are so high [is because of the fact that I am rather active in [a] group I founded and moderated which this weekend hit the 14,000 member mark. Still I think many underestimate the power of actively managing a brand via your network and groups on LinkedIn.” <a href="http://smartdatacollective.com/tomanderson/43815/roi-social-media-mix">Tom Anderson, Smart Data Collective</a></p>
<p><a href="http://www.straightnorth.com/blog/is-linkedin-still-a-valuable-marketing-tool/barbararozgonyi/" rel="attachment wp-att-11311"><img class="alignleft size-full wp-image-11311" src="http://www.straightnorth.com/blog/wp-content/uploads/2011/12/BarbaraRozgonyi.jpg" alt="" width="100" height="100" /></a>“Like any social media tool, LinkedIn is about creating and nurturing relationships so make sure you put out the welcome mat. ‘It&#8217;s important to be known for being approachable, visible, and helpful in groups by sharing information, leading discussions, and contributing to the conversation,’ [Barbara] Rozgonyi [of WiredPRWorks] says. To achieve this, make a list of people you want to stay in touch with and follow their updates, leaving comments, and engaging in conversation. When you send your invitations, let people know why you want to connect and thank them for their consideration. And when you accept an invitation, offer to answer questions or exchange ideas about your area of expertise.  Ask them a question to get a conversation going, just as you would at a networking event.” <a href="http://www.inc.com/marla-tabaka/make-linkedin-worth-your-networking-time.html?nav=pop">Marla Tabaka, Inc. Magazine</a></p>
<p><a href="http://www.straightnorth.com/blog/is-linkedin-still-a-valuable-marketing-tool/lewis_howes/" rel="attachment wp-att-11297"><img class="alignleft size-full wp-image-11297" src="http://www.straightnorth.com/blog/wp-content/uploads/2011/12/lewis_howes.jpg" alt="lewis howes" width="100" height="100" /></a>&#8220;Although LinkedIn has been great for job seekers during the most recent economic cycle, it is much much more than that.  Individuals and companies are achieving more professional goals than imaginable on LinkedIn.  For example, LinkedIn can help you:</p>
<ul>
<li>Sell products</li>
<li>Find new clients or employees</li>
<li>Generate leads</li>
<li>Receive funding for your company</li>
<li>Obtain sponsorships</li>
<li>Sell hundreds of tickets to your professional event</li>
<li>Get national and local press coverage</li>
<li>And last but not least, drive massive traffic to your blog</li>
</ul>
<p>Achieving these goals on LinkedIn [doesn’t] come naturally.  You’ve gotta work the system on LinkedIn and experiment with different methods.” <a href="http://www.problogger.net/archives/2010/02/18/top-10-ways-to-drive-traffic-to-your-blog-using-linkedin/">Lewis Howes, ProBlogger</a></p>
<p>Among all these opinions, one thing is certain: LinkedIn is a social network with millions of users. Whether or not that fact alone makes it a valuable marketing tool is still uncertain: as these perspectives reveal, the jury&#8217;s still out. In the months and years to come, will LinkedIn become more valuable? Less?</p>
<blockquote><p>To learn more about <a href="http://www.straightnorth.com/social-media-marketing">social media marketing from Straight North, click here</a>. Our agency specializes in B2B marketing, with clients in industries such as <a href="http://www.hpcorporategroup.com/packaging-solutions.html" target="_blank">packaging solutions</a> and <a href="http://www.bluepay.com/processing-services/merchant-types/restaurants" target="_blank">restaurant credit card processing</a>.</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://www.straightnorth.com/blog/is-linkedin-still-a-valuable-marketing-tool/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		<feedburner:origLink>http://www.straightnorth.com/blog/is-linkedin-still-a-valuable-marketing-tool/</feedburner:origLink></item>
	</channel>
</rss><!-- Served from: www.straightnorth.com @ 2012-02-21 14:13:28 by W3 Total Cache -->

