<?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>Nick Pierno</title>
	<atom:link href="https://nickpierno.com/feed/" rel="self" type="application/rss+xml" />
	<link>https://nickpierno.com/</link>
	<description></description>
	<lastBuildDate>Fri, 26 Jan 2024 00:11:25 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=7.0</generator>

<image>
	<url>https://nickpierno.com/wp-content/uploads/2019/01/cropped-pizza-32x32.png</url>
	<title>Nick Pierno</title>
	<link>https://nickpierno.com/</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>Protected: This shit</title>
		<link>https://nickpierno.com/this-shit/</link>
		
		<dc:creator><![CDATA[Nick]]></dc:creator>
		<pubDate>Wed, 02 Jun 2021 16:03:40 +0000</pubDate>
				<category><![CDATA[Uncategorized]]></category>
		<guid isPermaLink="false">https://nickpierno.dvsrvr.in/?p=7501</guid>

					<description><![CDATA[<p>There is no excerpt because this is a protected post.</p>
<p>The post <a href="https://nickpierno.com/this-shit/">Protected: This shit</a> appeared first on <a href="https://nickpierno.com">Nick Pierno</a>.</p>
]]></description>
										<content:encoded><![CDATA[<form action="https://nickpierno.com/wp-login.php?action=postpass" class="post-password-form" method="post"><input type="hidden" name="redirect_to" value="https://nickpierno.com/this-shit/" /></p>
<p>This content is password-protected. To view it, please enter the password below.</p>
<p><label for="pwbox-7501">Password: <input name="post_password" id="pwbox-7501" type="password" spellcheck="false" required size="20" /></label> <input type="submit" name="Submit" value="Enter" /></p>
</form>
<p>The post <a href="https://nickpierno.com/this-shit/">Protected: This shit</a> appeared first on <a href="https://nickpierno.com">Nick Pierno</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Prevent Gravity Forms Notifications from Getting Stuck in Your Spam Folder (Easily)</title>
		<link>https://nickpierno.com/prevent-gravity-forms-notifications-getting-stuck-spam-folder-easily/</link>
					<comments>https://nickpierno.com/prevent-gravity-forms-notifications-getting-stuck-spam-folder-easily/#comments</comments>
		
		<dc:creator><![CDATA[Nick]]></dc:creator>
		<pubDate>Fri, 26 Jan 2018 23:37:10 +0000</pubDate>
				<category><![CDATA[General]]></category>
		<guid isPermaLink="false">https://nickpierno.dvsrvr.in/?p=7225</guid>

					<description><![CDATA[<p>So your website is all set up to generate you tons of leads&#8230; Rad! Unfortunately, your contact form submissions are getting stuck in your spam folder (not rad). I use Gravity Forms on all my sites, but this issue can arise from any form plugin because WordPress uses PHP to send mail. The best solution [&#8230;]</p>
<p>The post <a href="https://nickpierno.com/prevent-gravity-forms-notifications-getting-stuck-spam-folder-easily/">Prevent Gravity Forms Notifications from Getting Stuck in Your Spam Folder (Easily)</a> appeared first on <a href="https://nickpierno.com">Nick Pierno</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>So your website is all set up to generate you tons of leads&#8230; Rad! Unfortunately, your contact form submissions are getting stuck in your spam folder (not rad).</p>
<p>I use Gravity Forms on all my sites, but this issue can arise from any form plugin because WordPress uses PHP to send mail.</p>
<p>The best solution is probably to <a href="http://www.webdesign101.net/gravity-forms-confirmation-emails-going-spam-fixed/" target="_blank" rel="noopener">send email over SMTP</a>. But that is a bit of a chore, and will probably require you to sign up for a SendGrid (or similar) subscription service. Not a biggy, but when you build <strong>lots</strong> of sites like I do, it&#8217;s sort of a bummer.</p>
<p>Here&#8217;s an alternative:</p>
<ol>
<li>Go to your Gmail inbox and click the little &#8216;down-arrow&#8217; located on the right side of the search box.<br />
<img fetchpriority="high" decoding="async" class="size-full wp-image-7226 alignnone" src="https://nickpierno.dvsrvr.in/wp-content/uploads/2018/01/Inbox-nick@pierno.net-Pierno.net-Mail-2018-01-26-16-27-41.png" alt="" width="691" height="103" srcset="https://nickpierno.com/wp-content/uploads/2018/01/Inbox-nick@pierno.net-Pierno.net-Mail-2018-01-26-16-27-41.png 691w, https://nickpierno.com/wp-content/uploads/2018/01/Inbox-nick@pierno.net-Pierno.net-Mail-2018-01-26-16-27-41-300x45.png 300w, https://nickpierno.com/wp-content/uploads/2018/01/Inbox-nick@pierno.net-Pierno.net-Mail-2018-01-26-16-27-41-600x89.png 600w" sizes="(max-width: 691px) 100vw, 691px" /></li>
<li>In the &#8216;From&#8217; field, put the email address that is used by your form (in Gravity Forms, this is found in the form&#8217;s Notification settings &#8211; Note that there is a difference between &#8216;from&#8217; and &#8216;reply-to&#8217;).</li>
<li>Click on &#8216;Create a filter with this search &gt;&gt;&#8217;</li>
<li>Check the &#8216;Never send it to Spam&#8217; box and then &#8216;Create filter&#8217;</li>
</ol>
<p>That oughtta&#8217; do it. Good luck!</p>
<p>The post <a href="https://nickpierno.com/prevent-gravity-forms-notifications-getting-stuck-spam-folder-easily/">Prevent Gravity Forms Notifications from Getting Stuck in Your Spam Folder (Easily)</a> appeared first on <a href="https://nickpierno.com">Nick Pierno</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://nickpierno.com/prevent-gravity-forms-notifications-getting-stuck-spam-folder-easily/feed/</wfw:commentRss>
			<slash:comments>1</slash:comments>
		
		
			</item>
		<item>
		<title>My SMB Digital Marketing Toolkit</title>
		<link>https://nickpierno.com/my-smb-digital-marketing-toolkit/</link>
					<comments>https://nickpierno.com/my-smb-digital-marketing-toolkit/#comments</comments>
		
		<dc:creator><![CDATA[Nick]]></dc:creator>
		<pubDate>Wed, 28 Sep 2016 20:24:27 +0000</pubDate>
				<category><![CDATA[General]]></category>
		<guid isPermaLink="false">https://npierno1.wpengine.com/?p=7135</guid>

					<description><![CDATA[<p>I’ve built and managed tons of websites and marketing campaigns for small/medium businesses. Over the years, I’ve amassed a whole whack of tools and resources to help get the job done. I’m always sharing these tools with clients, friends, and colleagues so I decided to put together a list of the ones I like the best and [&#8230;]</p>
<p>The post <a href="https://nickpierno.com/my-smb-digital-marketing-toolkit/">My SMB Digital Marketing Toolkit</a> appeared first on <a href="https://nickpierno.com">Nick Pierno</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>I’ve built and managed tons of websites and marketing campaigns for small/medium businesses. Over the years, I’ve amassed a whole whack of tools and resources to help get the job done. I’m always sharing these tools with clients, friends, and colleagues so I decided to put together a list of the ones I like the best and use the most.</p>
<p>This isn’t every single tool I’ve ever used, but it’s a pretty comprehensive list of the ones I use for most projects.</p>
<p><strong>Bolded tools are ones I think are must-haves.</strong> Hope you find something useful!</p>
<p><em>Full disclosure: Some of these are affiliate links, and I may get a small kickback from the company if you choose to purchase from them. This has in no way influenced my suggestions. Some of them are free, some of them have no affiliate program, etc. I just figured I might as well use them if the vendor provides them <img decoding="async" draggable="false" src="https://s.w.org/images/core/emoji/11/svg/1f642.svg" alt="????" /></em></p>
<h2>Websites &#038; WordPress</h2>
<h4><strong>DOMAINS &amp; EMAIL</strong></h4>
<ul>
<li><a href="https://nickpierno.dvsrvr.in/recommends/namecheap" target="_blank" rel="noopener">Namecheap</a></li>
<li><a href="https://nickpierno.dvsrvr.in/recommends/gsuite" target="_blank" rel="noopener">Google G Suite</a></li>
</ul>
<h4><strong>THEMES</strong></h4>
<ul>
<li><strong><a href="https://nickpierno.dvsrvr.in/recommends/astra" target="_blank" rel="noopener">Astra</a></strong></li>
<li><a href="https://nickpierno.dvsrvr.in/recommends/oceanwp" target="_blank" rel="noopener">OceanWP</a></li>
<li><a href="https://nickpierno.dvsrvr.in/recommends/impreza" target="_blank" rel="noopener">Impreza</a></li>
<li><a href="https://nickpierno.dvsrvr.in/recommends/jupiter" target="_blank" rel="noopener">Jupiter</a></li>
<li><a href="https://nickpierno.dvsrvr.in/recommends/salient" target="_blank" rel="noopener">Salient</a></li>
<li><a href="https://nickpierno.dvsrvr.in/recommends/avada" target="_blank" rel="noopener">Avada</a></li>
<li><a href="https://envato.com/market-plugin/" target="_blank" rel="noopener">Envato</a><a href="https://envato.com/market-plugin/" target="_blank" rel="noopener"> Market</a></li>
<li><a href="https://nickpierno.dvsrvr.in/recommends/themeforest" target="_blank" rel="noopener">Themeforest</a></li>
</ul>
<h4><strong>STOCK RESOURCES</strong></h4>
<ul>
<li><a href="https://www.bigstockphoto.com/" target="_blank" rel="noopener">BigStock</a></li>
<li><a href="https://www.pond5.com/" target="_blank" rel="noopener">Pond5</a></li>
<li><a href="https://www.iconfinder.com/" target="_blank" rel="noopener">Iconfinder</a></li>
</ul>
<h4><strong>MANAGED WORDPRESS HOSTING</strong></h4>
<ul>
<li><strong><a href="https://nickpierno.dvsrvr.in/recommends/wpengine" target="_blank" rel="noopener">WP Engine</a></strong></li>
<li><a href="https://nickpierno.dvsrvr.in/recommends/flywheel" target="_blank" rel="noopener">Flywheel</a></li>
<li><a href="https://wpxhosting.com/?affid=1355" target="_blank" rel="noopener">WPX Hosting</a></li>
</ul>
<h4><strong>GENERAL PLUGINS</strong></h4>
<ul>
<li><a href="https://en-ca.wordpress.org/plugins/wordpress-seo/screenshots/" target="_blank" rel="noopener">Yoast</a></li>
<li><strong><a href="https://en-ca.wordpress.org/plugins/wordpress-seo/screenshots/" target="_blank" rel="noopener">Toolset</a></strong></li>
<li><a href="https://en-ca.wordpress.org/plugins/better-search-replace/" target="_blank" rel="noopener">Better Search and Replace</a></li>
<li><a href="https://en-ca.wordpress.org/plugins/relevanssi/" target="_blank" rel="noopener">Relevanssi</a></li>
<li><a href="https://en-ca.wordpress.org/plugins/sumome/" target="_blank" rel="noopener">Sumome</a></li>
<li><a href="https://wordpress.org/plugins/sendgrid-email-delivery-simplified/" target="_blank" rel="noopener">Sendgrid</a></li>
<li><a href="https://wordpress.org/plugins/disqus-comment-system/" target="_blank" rel="noopener">Disqus</a></li>
<li><a href="https://wordpress.org/plugins/reusable-text-blocks/" target="_blank" rel="noopener">Reusable Text Blocks</a></li>
<li><a href="https://thrivethemes.com/leads/" target="_blank" rel="noopener">Thive Leads</a></li>
</ul>
<h4><strong>CLOUD HOSTING</strong></h4>
<ul>
<li><a href="https://nickpierno.dvsrvr.in/recommends/digitalocean" target="_blank" rel="noopener">DigitalOcean</a></li>
<li><a href="https://cloud.google.com/" target="_blank" rel="noopener">Google Cloud Platform</a></li>
<li><a href="https://www.cloudways.com/en/" target="_blank" rel="noopener">Cloudways</a></li>
<li><a href="https://serverpilot.io/" target="_blank" rel="noopener">ServerPilot</a></li>
</ul>
<h4><strong>PAGE BUILDERS</strong></h4>
<ul>
<li><strong><a href="https://nickpierno.dvsrvr.in/recommends/elementor" target="_blank" rel="noopener">Elementor</a></strong></li>
<li><a href="https://nickpierno.dvsrvr.in/recommends/pagebuilder" target="_blank" rel="noopener">WPBakery Page Builder</a> (aka Visual Composer)</li>
<li><a href="https://nickpierno.dvsrvr.in/recommends/beaverbuilder" target="_blank" rel="noopener">Beaver Builder</a></li>
<li><a href="https://nickpierno.dvsrvr.in/recommends/divi" target="_blank" rel="noopener">Divi</a></li>
</ul>
<h4><strong>FORMS</strong></h4>
<ul>
<li><strong><a href="http://www.gravityforms.com/" target="_blank" rel="noopener">Gravity Forms</a></strong></li>
<li><a href="https://en-ca.wordpress.org/plugins/ninja-forms/" target="_blank" rel="noopener">Ninja Forms</a></li>
<li><a href="https://en-ca.wordpress.org/plugins/contact-form-7/" target="_blank" rel="noopener">Contact Forms 7</a></li>
</ul>
<h4><strong>TRADITIONAL HOSTING</strong></h4>
<ul>
<li><a href="https://nickpierno.dvsrvr.in/recommends/siteground" target="_blank" rel="noopener">SiteGround</a></li>
<li><a href="https://nickpierno.dvsrvr.in/recommends/inmotion" target="_blank" rel="noopener">Inmotion</a></li>
</ul>
<h4><strong>ECOMMERCE</strong></h4>
<ul>
<li><a href="https://woocommerce.com/" target="_blank" rel="noopener">WooCommerce</a></li>
<li><a href="https://woocommerce.com/products/follow-up-emails/" target="_blank" rel="noopener">Follow Ups</a></li>
<li><a href="https://woocommerce.com/products/stripe/" target="_blank" rel="noopener">WooCommerce Stripe Gateway</a></li>
<li><a href="https://nickpierno.dvsrvr.in/recommends/shopify" target="_blank" rel="noopener">Shopify</a></li>
</ul>
<h4><strong>OTHER SWEET STUFF</strong></h4>
<ul>
<li><a href="https://www.adobe.com/creativecloud/photography.html" target="_blank" rel="noopener">Adobe Photoshop CC</a> (Photographer Plan)</li>
<li><strong><a href="https://1password.com/" target="_blank" rel="noopener">1Password</a></strong></li>
<li><strong><a href="https://nickpierno.dvsrvr.in/recommends/freshbooks" target="_blank" rel="noopener">FreshBooks</a></strong></li>
<li><strong><a href="https://buffer.com/" target="_blank" rel="noopener">Buffer</a></strong></li>
<li><strong><a href="https://mailchimp.com/" target="_blank" rel="noopener">MailChimp</a></strong></li>
<li><strong><a href="https://www.streak.com/" target="_blank" rel="noopener">Streak for Gmail</a></strong></li>
</ul>
<h2>SEO &#038; Marketing<br />
</h2>
<h4><strong>PERFORMANCE MEASUREMENT</strong></h4>
<ul>
<li><strong><a href="https://analytics.google.com/" target="_blank" rel="noopener">Google Analytics</a></strong></li>
<li><a href="https://www.google.com/webmasters/tools/" target="_blank" rel="noopener">Google Search Console</a></li>
<li>Klipfolio</li>
<li><strong><a href="https://nickpierno.dvsrvr.in/recommends/supermetrics" target="_blank" rel="noopener">Supermetrics</a></strong></li>
<li><a href="https://www.google.ca/analytics/data-studio/" target="_blank" rel="noopener">Google Data Studio</a></li>
<li><a href="https://www.google.ca/analytics/tag-manager/" target="_blank" rel="noopener">Google Tag Manager</a></li>
<li><a href="https://ga-dev-tools.appspot.com/campaign-url-builder/" target="_blank" rel="noopener">Google URL Builder</a></li>
</ul>
<h4><strong>KEYWORD &amp; CONTENT RESEARCH</strong></h4>
<ul>
<li><a href="https://adwords.google.ca/KeywordPlanner" target="_blank" rel="noopener">Adwords Keyword Planner</a></li>
<li><a href="https://moz.com/products/pro/keyword-explorer" target="_blank" rel="noopener">Moz Keyword Explorer</a></li>
<li><a href="https://www.semrush.com/" target="_blank" rel="noopener">SEMrush</a></li>
<li><a href="https://ubersuggest.io/" target="_blank" rel="noopener">Ubersuggest</a></li>
<li><strong><a href="https://www.toptal.com/marketing/mergewords" target="_blank" rel="noopener">Mergewords</a></strong></li>
<li><strong><a href="http://answerthepublic.com/" target="_blank" rel="noopener">Answer The Public</a></strong></li>
</ul>
<h4><strong>CALL TRACKING &amp; 800 NUMBERS</strong></h4>
<ul>
<li><strong><a href="https://nickpierno.dvsrvr.in/recommends/callrail" target="_blank" rel="noopener">CallRail</a></strong></li>
<li>Phonewagon</li>
<li>Adwords Call Forwarding</li>
</ul>
<h4><strong>LINK BUILDING &amp; RESEARCH</strong></h4>
<ul>
<li><a href="https://ahrefs.com/" target="_blank" rel="noopener">Ahrefs</a></li>
<li><a href="https://chrome.google.com/webstore/detail/mozbar/eakacpaijcpapndcfffdgphdiccmpknp?hl=en" target="_blank" rel="noopener">MozBar</a></li>
<li><a href="https://moz.com/researchtools/ose/" target="_blank" rel="noopener">Open Site Explorer</a></li>
<li><a href="https://www.semrush.com/" target="_blank" rel="noopener">SEMrush</a></li>
<li><a href="https://contactout.com/email-finder" target="_blank" rel="noopener">ContactOut Email Finder</a></li>
</ul>
<h4><strong>PAID ADVERTISING</strong></h4>
<ul>
<li><a href="https://adwords.google.com/" target="_blank" rel="noopener">Google Adwords</a></li>
<li><a href="https://www.facebook.com/business/products/ads" target="_blank" rel="noopener">Facebook/Instagram</a></li>
<li><a href="http://www.outbrain.com/" target="_blank" rel="noopener">Outbrain</a></li>
</ul>
<h4><strong>WEBSITE MONITORING &amp; TESTING</strong></h4>
<ul>
<li>Uptime Robot</li>
<li><a href="https://tools.pingdom.com/" target="_blank" rel="noopener">Pingdom Website Speed Test</a></li>
<li><a href="https://www.pingdom.com/" target="_blank" rel="noopener">Pingdom</a></li>
<li><a href="https://gtmetrix.com/" target="_blank" rel="noopener">GTMetrix</a></li>
<li><a href="https://developers.google.com/speed/pagespeed/insights/" target="_blank" rel="noopener">Google Pagespeed Insights</a></li>
<li><a href="https://search.google.com/structured-data/testing-tool/u/0/" target="_blank" rel="noopener">Google Structured Data Testing Tool</a></li>
<li><a href="https://varvy.com/" target="_blank" rel="noopener">Varvy</a></li>
<li><a href="https://www.screamingfrog.co.uk/" target="_blank" rel="noopener">Screaming Frog</a></li>
</ul>
<h4><strong>RANK TRACKING &amp; CHECKING</strong></h4>
<ul>
<li><a href="https://www.advancedwebranking.com/" target="_blank" rel="noopener">AWR Cloud</a></li>
<li><a href="https://whitespark.ca/local-rank-tracker/" target="_blank" rel="noopener">Whitespark Local Rank Tracker</a></li>
<li><a href="https://www.brightlocal.com/local-search-results-checker/" target="_blank" rel="noopener">Bright Local Search Results Checker</a></li>
</ul>
<h4><strong>LOCAL CITATIONS</strong></h4>
<ul>
<li><a href="https://whitespark.ca/citation-audit-and-cleanup-service/" target="_blank" rel="noopener">Whitespark Citation Audit &amp; Cleanup</a></li>
<li><strong><a href="https://nickpierno.dvsrvr.in/recommends/citation-building" target="_blank" rel="noopener">Whitespark Citation Building</a></strong></li>
<li><a href="https://nickpierno.dvsrvr.in/recommends/lcf" target="_blank" rel="noopener">Whitespark Local Citation Finder</a></li>
<li><a href="https://moz.com/local" target="_blank" rel="noopener">Moz Local</a></li>
<li><a href="https://www.google.com/business/" target="_blank" rel="noopener">Google My Business</a></li>
</ul>
<p>The post <a href="https://nickpierno.com/my-smb-digital-marketing-toolkit/">My SMB Digital Marketing Toolkit</a> appeared first on <a href="https://nickpierno.com">Nick Pierno</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://nickpierno.com/my-smb-digital-marketing-toolkit/feed/</wfw:commentRss>
			<slash:comments>6</slash:comments>
		
		
			</item>
		<item>
		<title>10 Ways to Drastically Improve Your Small/Local Business Adwords Campaigns</title>
		<link>https://nickpierno.com/improve-small-local-business-adwords-campaigns/</link>
		
		<dc:creator><![CDATA[Nick]]></dc:creator>
		<pubDate>Thu, 15 Sep 2016 16:00:26 +0000</pubDate>
				<category><![CDATA[General]]></category>
		<guid isPermaLink="false">https://npierno1.wpengine.com/?p=7130</guid>

					<description><![CDATA[<p>Advertising with Google Adwords can be a mixed bag for small business owners. There’s tremendous potential for getting your products and services in front of targeted buyers, especially at a local level, but the options are overwhelming and it can be tricky to understand exactly what you’re getting for your money. Google is quite content [&#8230;]</p>
<p>The post <a href="https://nickpierno.com/improve-small-local-business-adwords-campaigns/">10 Ways to Drastically Improve Your Small/Local Business Adwords Campaigns</a> appeared first on <a href="https://nickpierno.com">Nick Pierno</a>.</p>
]]></description>
										<content:encoded><![CDATA[<div class="su-note"  style="border-color:#e5e4aa;border-radius:3px;-moz-border-radius:3px;-webkit-border-radius:3px;"><div class="su-note-inner su-u-clearfix su-u-trim" style="background-color:#fffec4;border-color:#ffffff;color:#333333;border-radius:3px;-moz-border-radius:3px;-webkit-border-radius:3px;">I originally wrote this post on the <a href="https://whitespark.ca/blog/10-ways-drastically-improve-small-local-business-adwords-campaigns/">Whitespark blog</a>.</div></div>
<p>Advertising with Google Adwords can be a mixed bag for small business owners. There’s tremendous potential for getting your products and services in front of targeted buyers, especially at a local level, but the options are overwhelming and it can be tricky to understand exactly what you’re getting for your money.</p>
<p>Google is quite content to have business owners fire up a campaign, set a daily budget, add a few keywords, and call it a day. You give them your budget, they give you some clicks… everyone’s happy. Right?</p>
<p>That’s what most small business Adwords campaigns amount to. It’s why they created <a href="https://www.google.ca/adwords/express/" target="_blank" rel="noopener">Adwords Express</a> after all, which simplifies the campaign creation process down to those very basic elements and removes all those pesky options. This is the easiest way to give Google your money, but all those <i>pesky options </i>are how savvy advertisers make the most of their campaigns.</p>
<p>You can do better. Use as many of the following suggestions as possible, and out-fox your local Adwords competition without spending more cash (even if they have bigger budgets than you)!</p>
<h2>1. Conversions &gt; Clicks</h2>
<p>Forget about clicks. Clicks just cost money. Virtually every effective local Adwords campaign should be centred completely around conversions and “cost-per-conversion” (not to be confused with CPC, cost-per-click). For most local businesses, a conversion would be defined as a contact form fill, an appointment booking, or a phone call.</p>
<p>With conversion data in hand, you might find out that two of your target keywords are bringing in the same amount of clicks, and costing you the same amount of cash – but that one of them is converting like a hot damn, and the other is just costing you money without bringing in any leads. <b>With this insight, you could confidently pull the plug on the poor-converting term and potentially double your return without increasing your investment!</b></p>
<h3>Getting Conversions into Adwords</h3>
<p>There are two common ways of getting conversion data in Adwords. Importing data from Google Analytics, and using Adwords’ built-in conversion tracking.</p>
<p>Here’s how Google compares the two options:</p>
<p><b>Google Analytics goals</b></p>
<ul>
<li>Ideal if you’re interested in the entire flow of customers through your site, not just conversions.</li>
<li>Can include conversions from non-AdWords sources, so it’s good for tracking all customer traffic on your website.</li>
</ul>
<p><b>AdWords conversion tracking</b></p>
<ul>
<li>Ideal if you’re interested only in conversions.</li>
<li>Tracks conversions only from AdWords sources.</li>
</ul>
<p>I’m a big advocate of the first option, having all your conversion data consolidated into Google Analytics, and importing it into Adwords. This approach is comprehensive and much more flexible. It’s also easier, and doesn’t require adding multiple additional tracking codes (like Adwords tracking does). Basically, you can have all your conversion data in Analytics and Adwords… or you can have some of it in Analytics and some of it in Adwords.</p>
<p>I’m not even really sure why they have the second option…</p>
<p><img decoding="async" class="size-full wp-image-4508 alignnone" src="https://whitespark.ca/wp-content/uploads/2016/07/tumblr_m8ar2aHjVc1r5jtugo1_500.gif" alt="tumblr_m8ar2aHjVc1r5jtugo1_500" width="500" height="297" /></p>
<p>Assuming you are already tracking conversions in Analytics (and if you aren’t you should be), importing into Adwords is pretty straightforward:</p>
<ol>
<li><a href="https://support.google.com/adwords/answer/1704341?hl=en&amp;ref_topic=3121765" target="_blank" rel="noopener">Make sure Adwords and Analytics are linked</a></li>
<li><a href="https://support.google.com/adwords/answer/1752125" target="_blank" rel="noopener">Make sure you have auto-tagging turned on in Adwords</a></li>
<li><a href="https://support.google.com/adwords/answer/2375435?hl=en" target="_blank" rel="noopener">Follow these instructions from Google to set up the import</a></li>
</ol>
<p><b>Note:</b> if you have at least the first two steps above in place, you’ll already be able to see your Adwords and conversion data in Analytics under Acquisition &gt; Adwords. Fun!</p>
<p>Once you have conversions being imported into Adwords, it’s also handy to add the corresponding columns to your Adwords reporting interface. I usually add Conversions and Cost-per-Conversion like so:</p>
<p><img decoding="async" class="size-full wp-image-4479 alignnone" src="https://whitespark.ca/wp-content/uploads/2016/07/Campaign-Management-%E2%80%93-Google-AdWords-2016-07-01-12-37-58.png" sizes="(max-width: 572px) 100vw, 572px" srcset="https://whitespark.ca/wp-content/uploads/2016/07/Campaign-Management-–-Google-AdWords-2016-07-01-12-37-58.png 572w, https://whitespark.ca/wp-content/uploads/2016/07/Campaign-Management-–-Google-AdWords-2016-07-01-12-37-58-300x143.png 300w, https://whitespark.ca/wp-content/uploads/2016/07/Campaign-Management-–-Google-AdWords-2016-07-01-12-37-58-24x11.png 24w, https://whitespark.ca/wp-content/uploads/2016/07/Campaign-Management-–-Google-AdWords-2016-07-01-12-37-58-36x17.png 36w, https://whitespark.ca/wp-content/uploads/2016/07/Campaign-Management-–-Google-AdWords-2016-07-01-12-37-58-48x23.png 48w" alt="Campaign Management – Google AdWords 2016-07-01 12-37-58" width="572" height="273" /></p>
<p><img loading="lazy" decoding="async" class="size-full wp-image-4478 alignnone" src="https://whitespark.ca/wp-content/uploads/2016/07/Campaign-Management-%E2%80%93-Google-AdWords-2016-07-01-12-38-51.png" sizes="auto, (max-width: 571px) 100vw, 571px" srcset="https://whitespark.ca/wp-content/uploads/2016/07/Campaign-Management-–-Google-AdWords-2016-07-01-12-38-51.png 571w, https://whitespark.ca/wp-content/uploads/2016/07/Campaign-Management-–-Google-AdWords-2016-07-01-12-38-51-300x205.png 300w, https://whitespark.ca/wp-content/uploads/2016/07/Campaign-Management-–-Google-AdWords-2016-07-01-12-38-51-24x16.png 24w, https://whitespark.ca/wp-content/uploads/2016/07/Campaign-Management-–-Google-AdWords-2016-07-01-12-38-51-36x25.png 36w, https://whitespark.ca/wp-content/uploads/2016/07/Campaign-Management-–-Google-AdWords-2016-07-01-12-38-51-48x33.png 48w" alt="Campaign Management – Google AdWords 2016-07-01 12-38-51" width="571" height="391" /></p>
<p>Now (after you’ve allowed Adwords to collect some data) go check out your Keywords tab and see how well your target terms are really performing!</p>
<h2>2. Call Tracking</h2>
<p>Most businesses don’t just get form-fills from their website, they also get calls. Depending on your industry, calls might even be the predominant form of lead generated from your website or your ads. Calls also tend to be a “hotter” lead than a form-fill. And yet most local businesses only have a very vague idea of how many calls they’re getting are coming from their online efforts.</p>
<p>There are two ways to track calls in Adwords…</p>
<h3>3rd Party Call Tracking</h3>
<p>The ideal solution is to use a 3rd party call tracking platform. This will allow you to track more than just your Adwords calls and get all the data in Analytics.</p>
<p>There’s a common concern in SEO that call tracking is bad, and will disrupt your NAP consistency. This is true if you’re using static call tracking numbers in place of your real phone number in the HTML of your site. Don’t do that.</p>
<p>Modern call tracking setups let you leave your real phone number in the code, and only show your tracked numbers when it’s appropriate. To make sure your call tracking aligns with best practices, fetch your page as Googlebot from Search Console, and verify that your real number is the one it picks up.</p>
<p>3rd party tracking is relatively easy and affordable to set up, and can really round out the measurement of your site’s performance. If calls constitute any significant portion of your web leads (and they probably do), you should be tracking them in your Analytics – and importing them into Adwords.</p>
<p>Here’s a handful of solid call tracking companies:</p>
<ul>
<li><a href="http://www.callrail.com/" target="_blank" rel="noopener">CallRail</a> (my fave)</li>
<li><a href="https://www.infinitycloud.com/" target="_blank" rel="noopener">Infinity</a></li>
<li><a href="https://www.convirza.com/" target="_blank" rel="noopener">Convirza</a></li>
<li><a href="https://www.activedemand.com/call-tracking-software/" target="_blank" rel="noopener">ActiveDemand</a></li>
</ul>
<p><a href="https://www.google.com/analytics/partners/search/apps?category=110" target="_blank" rel="noopener">You can also check out this full list of Google Analytics Partner vendors.</a></p>
<p>Whatever company you go with, the idea is about the same. You use a “pool” of numbers to dynamically swap with your real number on your site. When a user enters your site, their source (organic, cpc, referral) is attributed to that number, and a corresponding event gets sent to your Analytics if they make the call. Obviously the call will be directed to you as usual (you can even record calls, receive text messages, and all other sorts of fancy stuff).</p>
<p>Now, since your Adwords account is importing goal conversions from Analytics, anything tagged as cpc will be recorded in your Adwords account and you’ll have yourself a full representation of your Adwords conversions! Woo!</p>
<h3>Adwords’ Built-in Call Forwarding</h3>
<p>“But Adwords offers built-in call tracking,” you might say. Well, kind of. If you use Adwords’ Call Forwarding feature on your campaigns, you’ll have to install their number insertion snippet on your site. You’ll only get Adwords calls tracked, and the conversion data will only live in Adwords. It’s better than nothing, but not preferable to getting full call conversion data, as you would with a third party setup.</p>
<p>The only place I’d recommend using Adwords’ Call Forwarding option is in your Call Extensions (calls that take place directly from your ads in the SERPs in other words), since those aren’t typically calls you’d track with your website’s Analytics to begin with.</p>
<h2>3. Ad Extensions</h2>
<p>Sitelinks Extensions, Call Extensions, Location Extensions, Review Extensions… Use the crap out of them. They provide a richer ad, take up more SERP space, and create extra elements for searchers to engage with.</p>
<p>They don’t cost anything extra, and are generally easy to add to your campaign. <a href="https://support.google.com/adwords/answer/2375499?hl=en" target="_blank" rel="noopener">Here’s some more info on Ad Extensions, and getting yours set up.</a></p>
<h2>4. Campaign Type: Search Network Only</h2>
<p>This one isn’t a hard-and-fast rule, but most local businesses are much better off running their primary campaigns as “Search Network Only.” The display network is useful for awareness campaigns (and remarketing, more on that later), but it generally offers much lower conversion rates than Search Network ads.</p>
<p>If you’re looking to generate business from your ads, getting in front of people looking for your exact service right now is going to be infinitely more effective than showing up on every website loosely related to your market.</p>
<p><b>If you do want to run ads on the Display Network, you should definitely consider separating Display and Search networks into distinct campaigns so you can easily measure their individual performance.</b></p>
<h2>5. Granular Location Targeting</h2>
<p>Obviously if you’re running a local adwords campaign for your Brooklyn-based plumbing company (for example), you don’t want your ads showing up for searchers who need a plumber in Seattle. So you’ll target your ads to, let’s say, New York City. This will show your ads in Brooklyn and the surrounding areas like Manhattan, Queens, etc. Perfecto, right?</p>
<p>There’s nothing wrong with this, but if you were to target more granular areas individually, you’d be able to see which areas are performing the best, and then <a href="https://support.google.com/adwords/answer/2732132?hl=en" target="_blank" rel="noopener">bid adjust in favour of the better performers.</a></p>
<h1><img loading="lazy" decoding="async" class="size-full wp-image-4477 alignnone" src="https://whitespark.ca/wp-content/uploads/2016/07/Campaign-Management-%E2%80%93-Google-AdWords-2016-07-01-15-35-32.png" sizes="auto, (max-width: 1112px) 100vw, 1112px" srcset="https://whitespark.ca/wp-content/uploads/2016/07/Campaign-Management-–-Google-AdWords-2016-07-01-15-35-32.png 1112w, https://whitespark.ca/wp-content/uploads/2016/07/Campaign-Management-–-Google-AdWords-2016-07-01-15-35-32-300x96.png 300w, https://whitespark.ca/wp-content/uploads/2016/07/Campaign-Management-–-Google-AdWords-2016-07-01-15-35-32-768x247.png 768w, https://whitespark.ca/wp-content/uploads/2016/07/Campaign-Management-–-Google-AdWords-2016-07-01-15-35-32-1024x329.png 1024w, https://whitespark.ca/wp-content/uploads/2016/07/Campaign-Management-–-Google-AdWords-2016-07-01-15-35-32-24x8.png 24w, https://whitespark.ca/wp-content/uploads/2016/07/Campaign-Management-–-Google-AdWords-2016-07-01-15-35-32-36x12.png 36w, https://whitespark.ca/wp-content/uploads/2016/07/Campaign-Management-–-Google-AdWords-2016-07-01-15-35-32-48x15.png 48w" alt="Campaign Management – Google AdWords 2016-07-01 15-35-32" width="1112" height="357" /></h1>
<h2>6. Optimized Landing Pages</h2>
<p>Most small/local business Adwords ads point to the site’s home page and leave it at that. This might be ok if you have awesome content on your home page, and super clear calls to action. Most often though, home pages are light on content or offer very general information about all the products/services offered by the company.</p>
<p>A more specific, tailor-made page can have a pretty dramatic effect on two important elements of your ad campaign; Quality Score, and conversion rate.</p>
<p><a href="https://support.google.com/adwords/answer/2454010?hl=en" target="_blank" rel="noopener">Your ad’s Quality Score is influenced by several factors</a>, with landing page quality being a primary one. If you have an ad targeting ‘deck builders’ pointing to the home page of your general contracting company website, you’re probably not matching the relevance of the ad very well with your landing page and your Quality Score will suffer. And rightfully so! If a user is looking for someone to build them a deck, and they land on your home page, they’re going to still need to look around your site for the deck-related information they’re after – and you might lose them in the process.</p>
<p>For the same reason, you’re also best to have a prominent and convenient call to action for that user on the landing page, so that once they find the information they’re looking for and they’re ready to engage with your business, they don’t have to go digging for your contact form or phone number.</p>
<h1><img loading="lazy" decoding="async" class="size-full wp-image-4484 alignnone" src="https://whitespark.ca/wp-content/uploads/2016/07/Edmontons-Deck-Builders.jpg" sizes="auto, (max-width: 600px) 100vw, 600px" srcset="https://whitespark.ca/wp-content/uploads/2016/07/Edmontons-Deck-Builders.jpg 600w, https://whitespark.ca/wp-content/uploads/2016/07/Edmontons-Deck-Builders-300x203.jpg 300w, https://whitespark.ca/wp-content/uploads/2016/07/Edmontons-Deck-Builders-24x16.jpg 24w, https://whitespark.ca/wp-content/uploads/2016/07/Edmontons-Deck-Builders-36x24.jpg 36w, https://whitespark.ca/wp-content/uploads/2016/07/Edmontons-Deck-Builders-48x32.jpg 48w" alt="Edmonton's-Deck-Builders" width="600" height="405" /></h1>
<h2>7. Stricter Match Types</h2>
<p>Match types are one of the most devastating Adwords settings to overlook for small business owners – and one of the most commonly neglected. In conjunction with Negative Keywords, match types can make a huge difference as to whether your ad shows up for the right queries.</p>
<p>The available match types in Adwords are:</p>
<ul>
<li>Broad (ad shows on anything loosely related to the term)</li>
<li>Broad +modifier (ad shows on searches containing the +modified term)</li>
<li>“Phrase” (ad shows on searches containing the full phrase targeted)</li>
<li>[Exact] (ad shows on searches containing only the exact target term/phrase)</li>
</ul>
<p><a href="https://support.google.com/adwords/answer/2497836?hl=en" target="_blank" rel="noopener">I’ll let Google explain what each of these mean in detail,</a> but in local ad campaigns on a small budget, you’ll almost never want to use straight up broad matching. Of course, this is the default match type when you spin up a campaign, so it’s very common for business owners to have all their campaign’s terms set to broad match resulting in tons $$ being spent on clicks that aren’t a good fit.</p>
<p>The best combination of match types depends on the individual campaign, but I find using broad modified and phrase match to be pretty effective in almost all situations.</p>
<p>Let’s say you run a hot tub repair business… Here’s a simplified example of what your ad might show up on under each match type:</p>
<p><b>Hot tub repair </b>(<em>broad match)</em><b><br />
</b></p>
<ul>
<li>Hot tubs</li>
<li>Hot tub sales</li>
<li>Best hot tub brands</li>
<li>Costco hot tubs</li>
<li>Hot tub repairs</li>
<li>Hot tub cleaner</li>
<li>Hot tub covers</li>
<li>Hot tub replacement parts</li>
<li>Spa maintenance</li>
</ul>
<p><b>Hot tub +repair </b>(broad modified)</p>
<ul>
<li>Hot tub repair company</li>
<li>Bathtub repair</li>
<li>Hot tub cover repair</li>
<li>Spa repair</li>
</ul>
<p><b>“Hot tub repair” </b>(phrase match)</p>
<ul>
<li>Hot tub repairs</li>
<li>Hot tub repair companies</li>
<li>Where to get hot tub repairs</li>
<li>Hot tub repair technicians</li>
</ul>
<p><b>[hot tub repair] </b>(exact match)</p>
<ul>
<li>Hot tub repair</li>
<li>Hot tub repairs</li>
</ul>
<p>Notice how many phrases you probably don’t want to pay for clicks on in the first grouping, and how they can all be avoided by using a more strict match type!</p>
<p>Don’t stop there though… the other fundamental component to keeping your targeting neat and tidy is your negative keywords list.</p>
<h2>8. Negative Keywords</h2>
<p>Negative Keywords are terms you tell your Adwords campaign to avoid completely. You may want to start your campaign out with a few obvious Negative Keywords. Using our hot tub repairman example above, you might want to add the following keywords to your Negative Keywords List right from the get go:</p>
<ul>
<li>Sales</li>
<li>Parts</li>
<li>Brands</li>
<li>Costco</li>
<li>Covers</li>
</ul>
<p>You should also maintain your Negative Keywords list on an ongoing basis. Maintaining your negative keywords list is part of a healthy balanced, breakfa- Adwords campaign. Are you doing it? You should be.</p>
<h3>Check Your Search Terms</h3>
<p>Regardless of your match types, head over to the Keywords tab in your Adwords interface, and click on the Search Terms button.</p>
<p><img loading="lazy" decoding="async" class="size-full wp-image-4475 alignnone" src="https://whitespark.ca/wp-content/uploads/2016/07/Campaign-Management-%E2%80%93-Google-AdWords-2016-07-01-17-25-43.png" sizes="auto, (max-width: 598px) 100vw, 598px" srcset="https://whitespark.ca/wp-content/uploads/2016/07/Campaign-Management-–-Google-AdWords-2016-07-01-17-25-43.png 598w, https://whitespark.ca/wp-content/uploads/2016/07/Campaign-Management-–-Google-AdWords-2016-07-01-17-25-43-300x77.png 300w, https://whitespark.ca/wp-content/uploads/2016/07/Campaign-Management-–-Google-AdWords-2016-07-01-17-25-43-24x6.png 24w, https://whitespark.ca/wp-content/uploads/2016/07/Campaign-Management-–-Google-AdWords-2016-07-01-17-25-43-36x9.png 36w, https://whitespark.ca/wp-content/uploads/2016/07/Campaign-Management-–-Google-AdWords-2016-07-01-17-25-43-48x12.png 48w" alt="Campaign Management – Google AdWords 2016-07-01 17-25-43" width="598" height="153" /></p>
<p>This will reveal all the actual search queries that resulted in a click on your ad, as well as how much it cost you, and how many conversions it resulted in. <b>Brace yourself though</b>, if you’ve never reviewed this report it can sometimes be a bit painful to look at. Seeing all those weird terms your ad somehow got shown for, and how much you spent for those clicks can be downright gnarly.</p>
<p>It’s a good hurt though, because now you can start marking those terms as Negative Keywords, banishing them from ever triggering your ad again!</p>
<h1><img loading="lazy" decoding="async" class="size-full wp-image-4485 alignnone" src="https://whitespark.ca/wp-content/uploads/2016/07/ysnp.jpg" sizes="auto, (max-width: 625px) 100vw, 625px" srcset="https://whitespark.ca/wp-content/uploads/2016/07/ysnp.jpg 625w, https://whitespark.ca/wp-content/uploads/2016/07/ysnp-300x164.jpg 300w, https://whitespark.ca/wp-content/uploads/2016/07/ysnp-24x13.jpg 24w, https://whitespark.ca/wp-content/uploads/2016/07/ysnp-36x20.jpg 36w, https://whitespark.ca/wp-content/uploads/2016/07/ysnp-48x26.jpg 48w" alt="ysnp" width="625" height="342" /></h1>
<h2>9. Mobile-Only Click-to-Call</h2>
<p>If phone calls are more valuable to your business than form-fills or other actions, you might want to consider running a mobile-only click-to-call campaign.</p>
<p>This is a campaign set to show only on mobile devices that can make calls, and that substitutes the traditional website link for a click-to-call link. No one will visit your website from this ad. Instead, your phone number will be added to the user’s mobile dialler and all they need to do is make the call.</p>
<p>I’ve seen these campaigns drastically reduce the cost-per-conversion for companies like plumbers and lawyers where the cost-per-click is high due to competition. Why? Because with this type of campaign, just about every click turns directly into a conversion!</p>
<p><b>The basic setup for one of these campaigns is:</b></p>
<ol>
<li>Create a new campaign</li>
<li>For Ad Type, select Search Network only and Call-only.</li>
<li>Set your target locations &amp; budget</li>
<li>Consider scheduling ads for your office/reception hours</li>
<li>Create your ad</li>
</ol>
<h2>10. Remarketing</h2>
<p>Remarketing (AKA retargeting) is often the best way to use the Display Network for small businesses, as it allows you to target users with super clear intent on the cheap. There’s almost no reason you shouldn’t have a remarketing campaign in place!</p>
<p>Essentially, a remarketing campaign shows ads on the Display Network to users who have already visited your site. The advantages of this are significant:</p>
<ul>
<li>Users who have already visited your site are probably the best group you could ever find to target with display ads. They’ve already shown they’re directly interested in your business!</li>
<li>The Adwords display network is everywhere. YouTube, eBay, CNN, The Guardian, Forbes, and so on.<i>Broadly</i> targeted display ads on these networks can get really expensive (and may convert poorly), but showing up there can make your business look like a big deal.</li>
<li>In a remarketing campaign, showing up on these major websites is super cheap because you’re only targeting a relatively small group of users.</li>
<li>Your ads remind users about your brand. If they had taken a look around at you and your competitors’ sites, and then decided to think about it before engaging – your remarketing ads might be the difference maker!</li>
</ul>
<p>The basic steps to setting up your remarketing campaign are:</p>
<ol>
<li><a href="https://support.google.com/analytics/answer/2611404?hl=en" target="_blank" rel="noopener">Create your Remarketing Audience list in Analytics</a></li>
<li><a href="https://support.google.com/adwords/answer/3210317?hl=en&amp;ref_topic=3122877" target="_blank" rel="noopener">Create a new Adwords campaign that you’ll use specifically for Remarketing</a></li>
<li>Create some snazzy display ads (Adwords’ ad builder is decent – or make something extra slick with<a href="http://www.google.ca/webdesigner/" target="_blank" rel="noopener">Google Web Designer</a>), set your budget, and let’er rip!</li>
</ol>
<p>Keep an eye on your campaign and tweak the budget depending on its performance after a couple weeks. You can also experiment with different ad styles and messages.</p>
<h2>Boom!</h2>
<p>Now you’re equipped with some serious artillery that most small business/local Adwords campaigns are not taking advantage of. Roll as many of these suggestions as you can into your Adwords account, and you’ll be getting way better value out of your Adwords spend than any of your local competitors – and on your way to world domination… probably.</p>
<p>Good luck! And let me know in the comments if you have any questions about these tips, or any tips of your own to add.</p>
<p>The post <a href="https://nickpierno.com/improve-small-local-business-adwords-campaigns/">10 Ways to Drastically Improve Your Small/Local Business Adwords Campaigns</a> appeared first on <a href="https://nickpierno.com">Nick Pierno</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Analytics Interface Change</title>
		<link>https://nickpierno.com/analytics-interface-change/</link>
		
		<dc:creator><![CDATA[Nick]]></dc:creator>
		<pubDate>Wed, 13 Jul 2016 23:14:25 +0000</pubDate>
				<category><![CDATA[General]]></category>
		<guid isPermaLink="false">https://npierno1.wpengine.com/?p=7126</guid>

					<description><![CDATA[<p>Just noticed this change to the Google Analytics interface on Whitespark&#8217;s account. Those are all the things that I know. Update: So far it&#8217;s annoying to switch properties/views, and I don&#8217;t like it. &#160;</p>
<p>The post <a href="https://nickpierno.com/analytics-interface-change/">Analytics Interface Change</a> appeared first on <a href="https://nickpierno.com">Nick Pierno</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>Just noticed this change to the Google Analytics interface on Whitespark&#8217;s account. Those are all the things that I know.</p>
<p><strong>Update:</strong> So far it&#8217;s annoying to switch properties/views, and I don&#8217;t like it.</p>
<p><img loading="lazy" decoding="async" class="aligncenter size-large wp-image-7128" src="https://npierno1.wpengine.com/wp-content/uploads/2016/07/Audience-Overview-Analytics-2016-07-13-17-10-31-1024x807.png" alt="Audience Overview - Analytics 2016-07-13 17-10-31" width="1024" height="807" srcset="https://nickpierno.com/wp-content/uploads/2016/07/Audience-Overview-Analytics-2016-07-13-17-10-31-1024x807.png 1024w, https://nickpierno.com/wp-content/uploads/2016/07/Audience-Overview-Analytics-2016-07-13-17-10-31-300x236.png 300w, https://nickpierno.com/wp-content/uploads/2016/07/Audience-Overview-Analytics-2016-07-13-17-10-31-768x605.png 768w, https://nickpierno.com/wp-content/uploads/2016/07/Audience-Overview-Analytics-2016-07-13-17-10-31-330x260.png 330w, https://nickpierno.com/wp-content/uploads/2016/07/Audience-Overview-Analytics-2016-07-13-17-10-31-974x768.png 974w, https://nickpierno.com/wp-content/uploads/2016/07/Audience-Overview-Analytics-2016-07-13-17-10-31-525x414.png 525w, https://nickpierno.com/wp-content/uploads/2016/07/Audience-Overview-Analytics-2016-07-13-17-10-31-414x326.png 414w, https://nickpierno.com/wp-content/uploads/2016/07/Audience-Overview-Analytics-2016-07-13-17-10-31.png 1227w" sizes="auto, (max-width: 1024px) 100vw, 1024px" /><img loading="lazy" decoding="async" class="aligncenter size-large wp-image-7127" src="https://npierno1.wpengine.com/wp-content/uploads/2016/07/Audience-Overview-Analytics-2016-07-13-17-11-37-1024x807.png" alt="Audience Overview - Analytics 2016-07-13 17-11-37" width="1024" height="807" srcset="https://nickpierno.com/wp-content/uploads/2016/07/Audience-Overview-Analytics-2016-07-13-17-11-37-1024x807.png 1024w, https://nickpierno.com/wp-content/uploads/2016/07/Audience-Overview-Analytics-2016-07-13-17-11-37-300x236.png 300w, https://nickpierno.com/wp-content/uploads/2016/07/Audience-Overview-Analytics-2016-07-13-17-11-37-768x605.png 768w, https://nickpierno.com/wp-content/uploads/2016/07/Audience-Overview-Analytics-2016-07-13-17-11-37-330x260.png 330w, https://nickpierno.com/wp-content/uploads/2016/07/Audience-Overview-Analytics-2016-07-13-17-11-37-974x768.png 974w, https://nickpierno.com/wp-content/uploads/2016/07/Audience-Overview-Analytics-2016-07-13-17-11-37-525x414.png 525w, https://nickpierno.com/wp-content/uploads/2016/07/Audience-Overview-Analytics-2016-07-13-17-11-37-414x326.png 414w, https://nickpierno.com/wp-content/uploads/2016/07/Audience-Overview-Analytics-2016-07-13-17-11-37.png 1227w" sizes="auto, (max-width: 1024px) 100vw, 1024px" /></p>
<p>&nbsp;</p>
<p>The post <a href="https://nickpierno.com/analytics-interface-change/">Analytics Interface Change</a> appeared first on <a href="https://nickpierno.com">Nick Pierno</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>4 Reasons I use Managed WordPress Hosting over Shared Hosting</title>
		<link>https://nickpierno.com/why-i-use-managed-wordpress-hosting/</link>
					<comments>https://nickpierno.com/why-i-use-managed-wordpress-hosting/#comments</comments>
		
		<dc:creator><![CDATA[Nick]]></dc:creator>
		<pubDate>Wed, 22 Jun 2016 17:36:42 +0000</pubDate>
				<category><![CDATA[General]]></category>
		<guid isPermaLink="false">https://npierno1.wpengine.com/?p=7101</guid>

					<description><![CDATA[<p>The Best Hosting for WordPress Hosting websites can be a pretty harrowing experience, especially when it&#8217;s for clients. Pretty much every site I&#8217;m involved with is built on WordPress, which means a constantly updating core, themes, and a handful of plugins from various third-party developers. WordPress is wonderful in many ways, but the anxiety about [&#8230;]</p>
<p>The post <a href="https://nickpierno.com/why-i-use-managed-wordpress-hosting/">4 Reasons I use Managed WordPress Hosting over Shared Hosting</a> appeared first on <a href="https://nickpierno.com">Nick Pierno</a>.</p>
]]></description>
										<content:encoded><![CDATA[<h2>The Best Hosting for WordPress</h2>
<div class="su-note"  style="border-color:#e5e1ce;border-radius:3px;-moz-border-radius:3px;-webkit-border-radius:3px;"><div class="su-note-inner su-u-clearfix su-u-trim" style="background-color:#fffbe8;border-color:#ffffff;color:#333333;border-radius:3px;-moz-border-radius:3px;-webkit-border-radius:3px;">Last Updated: May 25, 2017</div></div>
<p>Hosting websites can be a pretty harrowing experience, especially when it&#8217;s for clients. Pretty much every site I&#8217;m involved with is built on WordPress, which means a constantly updating core, themes, and a handful of plugins from various third-party developers. WordPress is wonderful in many ways, but the anxiety about script compatibilities, security threats, and even simple accidental clicks on the backend can leave you with less hair on your head and shorter nails on your fingers.</p>
<h5>Recommended Managed WordPress Hosts:</h5>
<ul>
<li >
					<a href="https://nickpierno.dvsrvr.in/recommends/wpengine"><br />
										WP ENGINE<br />
											</a>
									</li>
<li >
					<a href="https://nickpierno.dvsrvr.in/recommends/flywheel"><br />
										FLYWHEEL<br />
											</a>
									</li>
</ul>
<p><strong>Pro Tip:</strong> Before you sign up for any hosting, check for available promo codes to get a discount. Also, for WP Engine, I recommend always signing up for a year at a time. You get 2 months free, and you can cancel any time and get a refund for unused months!</p>
<p>In the past few years, an industry has emerged to help ease some of the tension involved in hosting WordPress sites, and it addresses most of these major concerns very well. It&#8217;s called Managed WordPress Hosting, and it has matured to a point where I believe it should be the standard for most situations in which folks need to host WordPress websites. In other words, I think <strong>managed WordPress hosting is the best WordPress hosting.</strong></p>
<p>Why..? I&#8217;m glad you asked <img src="https://s.w.org/images/core/emoji/17.0.2/72x72/1f642.png" alt="🙂" class="wp-smiley" style="height: 1em; max-height: 1em;" /> Here are 4 convincing reasons why managed WordPress hosting is the best way to host WordPress sites:</p>
<h3>1. Off-server Daily Backups with 1-Click Restore</h3>
<p>This has been a game-changer for me. I no longer break into a cold sweat before every plugin or theme update. I&#8217;m always 100% confident that I have a backup of my sites that can be restored within seconds. Yea, you can absolutely have backups without using Managed WordPress Hosting (and I hope you do), but they&#8217;re usually pretty clunky to create &#8211; and even clunkier to restore in a pinch.</p>
<p>Most cPanel hosting providers require you to submit a ticket (and even pay a fee in some cases) in order to restore a backup. They also usually keep user-generated backups in the root folder on the same server (not so great if your server has been compromised by hacking). If you restore a server backup, you&#8217;re probably restoring all the websites you host on that server to the state they were in when you took the backup. It&#8217;s all pretty inconvenient.</p>
<p>Other folks might use backup plugins in their WordPress installs. These are pretty handy, but I&#8217;ve had mixed results with them. Sometimes they behave the way I expected, sometimes not. And if you&#8217;re locked out of your WordPress backend, and don&#8217;t know your way around FTP and phpMyAdmin, you might be hooped. Not very confidence inspiring.</p>
<p>On my <a href="https://nickpierno.dvsrvr.in/recommends/wpengine" target="_blank" rel="noopener">WP Engine</a> Account (where I host all of mine and my clients&#8217; sites), I know I can count on a few things:</p>
<ul>
<li>Individual daily backups of every install</li>
<li>Backups stored off-site on Amazon S3</li>
<li>1-click ad-hawk backups I can perform in seconds (depending on site size)</li>
<li>1-click restores that are live in seconds, undoing any oopsies I may have incurred during updates or &#8220;trying something new&#8221;</li>
</ul>
<p>Speaking of trying new things, many Managed WordPress Hosts also offer staging environments. They are super handy.</p>
<h3>2. Staging Environments</h3>
<p>Not every Managed WordPress provider offers this, but many do, and the others seem to be working towards it. If you get into Managed WordPress Hosting without this feature, though, you&#8217;re missing out. A staging environment allows you to make an exact duplicate of your existing site on a completely separate domain. You can then make whatever changes you want to the staging site and see everything in live action before pushing the whole shebang back to you production site. This allows you to get as adventurous as you want with plugins, themes, and anything else &#8211; and even show your clients, peers, etc. before committing to changes.</p>
<p>Isn&#8217;t this fun? Know what else is fun? Fast websites are fun.</p>
<h3>3. Speed &amp; Infrastructure</h3>
<p>The M.O. of most of these Managed WordPress Hosting providers is that their infrastructure is built exclusively for WordPress, and all it&#8217;s eccentricities. What that roughly translates to in real life is often way better page load speeds for your users. All things being equal, the same website on a basic shared hosting plan will be significantly outpaced by a decent Managed WordPress Host, thanks to custom-built architecture and advanced, non-annoying, caching systems (I&#8217;m looking at you, caching plugins).</p>
<p>Another huge advantage to a server configured specifically for WordPress is that you won&#8217;t run into those weird compatibility issues with WordPress functions, themes, or plugins that you might encounter on whatever random stack of software your average host is using.</p>
<p>You can definitely achieve the same, or even better results, on the dollar with a super slick VPS or dedicated server setup&#8230; if you really know what you&#8217;re doing, and have the time to do it. But a good Managed WordPress host can get you pretty outstanding performance and reliability on a reasonable budget, without having to wear yet another daunting hat. And if you&#8217;re not a server-architect extraordinaire, there&#8217;s another area of hosting that might be the most daunting of all. Security.</p>
<h3>4. Security</h3>
<p>Security is obviously important, but it&#8217;s still one of the most overlooked aspects of having websites on the internet. Especially in the era where virtually anyone with a little ambition can figure out how to build their own website &#8211; and where the vast majority of folks are using the same open-source softwares to build those websites on.</p>
<p>The whole backup and restore situation mentioned above goes a very long way to helping you keep things secure on your WordPress site because it removes one of the major barriers to performing those updates in the first place. While keeping your software up to date is the single most important thing you can do to stay safe out there, there are numerous other aspects to server security that I really don&#8217;t even understand well enough to explain here. The folks at your Managed WordPress Hosting company do understand these things though, and they make security a pillar of their offerings. <a href="https://nickpierno.dvsrvr.in/recommends/wpengine" target="_blank" rel="noopener">Some of them even guarantee your site&#8217;s security &#8211; and if it ever gets hacked, they&#8217;ll fix it for free.</a> That is some serious peace of mind right there.</p>
<h3>Downsides</h3>
<p>Nothing in this life is perfect, and there are some minimal sacrifices you may need to make in order to use a Managed WordPress Host for your website(s)</p>
<h4>Price</h4>
<p>Site-for-site, a Managed WordPress Host will cost most than your average shared hosting provider. Most of them also require you to pay per installation. It&#8217;s very much a case of &#8220;you get what you pay for&#8221; though, as the shared hosting plan you pay $10/month for is generally a steaming pile of garbage in terms of features, resources, security, support, etc. As you get into the better traditional hosting setups, you get into much closer pricing territory. Basically, if you&#8217;re not a server wizard, I think you&#8217;ll get your money&#8217;s worth from a reputable Managed WordPress Hosting provider.</p>
<h4>Disallowed Plugins</h4>
<p>Some Managed WordPress Providers have a list of plugins they don&#8217;t allow on their ecosystem, either because they pose a security risk, or they run away with your server&#8217;s resources and put a strain on the whole platform. I&#8217;ve never personally encountered a disallowed plugin I actually wanted to use though, and for the most part I&#8217;m happy that plugins are being audited by someone who knows more than me.</p>
<h2>Recommended Managed WordPress Hosts</h2>
<ol>
<li><a href="https://nickpierno.dvsrvr.in/recommends/wpengine" target="_blank" rel="noopener">WP Engine</a> &#8211; I think these guys are the bomb-diggety. They are the de-facto leader in the space, and I use them for every site I build for myself or for clients. They have the best list of features for the best price. Their support kicks ass, and I couldn&#8217;t imagine my WordPress life without them. WP Engine is also that host that guarantees your site&#8217;s security, and if anything ever goes wrong they&#8217;ll get it all cleaned up <strong>for free.</strong></li>
<li><a href="https://nickpierno.dvsrvr.in/recommends/flywheel" target="_blank" rel="noopener">Flywheel</a> &#8211; These guys offer a smaller list of features, but their price reflects it. They have a beautiful interface and some cool features of their own. Check them out if you&#8217;re on a tighter budget.</li>
<li><a href="https://pagely.com/">Pagely</a> &#8211; Industrial strength Managed WordPress Hosting. Quite a bit more expensive, but it&#8217;s who the big enterprise guys use.</li>
</ol>
<p><strong>Note to server geeks:</strong> None of this is to say that if you&#8217;re some badass server architect with your own setup on Linode, doing all this stuff and more already (and faster, and cheaper), that you shouldn&#8217;t keep on your merry way. This is for the majority of us who just want to run businesses or build client websites without all the technical bother &#8211; and worry a lot less <img src="https://s.w.org/images/core/emoji/17.0.2/72x72/1f642.png" alt="🙂" class="wp-smiley" style="height: 1em; max-height: 1em;" /></p>
<p>Good luck and happy hosting!</p>
<p>The post <a href="https://nickpierno.com/why-i-use-managed-wordpress-hosting/">4 Reasons I use Managed WordPress Hosting over Shared Hosting</a> appeared first on <a href="https://nickpierno.com">Nick Pierno</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://nickpierno.com/why-i-use-managed-wordpress-hosting/feed/</wfw:commentRss>
			<slash:comments>6</slash:comments>
		
		
			</item>
		<item>
		<title>The SEO Equation: The Basics of Search Engine Optimization that Everyone Should Know</title>
		<link>https://nickpierno.com/the-seo-equation/</link>
					<comments>https://nickpierno.com/the-seo-equation/#comments</comments>
		
		<dc:creator><![CDATA[Nick]]></dc:creator>
		<pubDate>Tue, 23 Feb 2016 16:02:11 +0000</pubDate>
				<category><![CDATA[General]]></category>
		<guid isPermaLink="false">https://npierno1.wpengine.com/?p=7065</guid>

					<description><![CDATA[<p>SEO is not an isolated component of your marketing strategy. I believe it can affect, and be affected by, every aspect of your business. Because of this, I think everyone in an organization should have a fundamental understanding of SEO. There&#8217;s a heck of a lot more to SEO than I&#8217;m about to put forth [&#8230;]</p>
<p>The post <a href="https://nickpierno.com/the-seo-equation/">The SEO Equation: The Basics of Search Engine Optimization that Everyone Should Know</a> appeared first on <a href="https://nickpierno.com">Nick Pierno</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p class="graf graf--p">SEO is not an isolated component of your marketing strategy. I believe it can affect, and be affected by, every aspect of your business. Because of this, I think everyone in an organization should have a fundamental understanding of SEO.</p>
<p>There&#8217;s a heck of a lot more to SEO than I&#8217;m about to put forth here &#8211; but I hope this post can serve as an accessible way for the layperson to wrap their head how search engines work.</p>
<p>Search rankings can be largely reduced to this simple equation:</p>
<h2><em>Relevance * Authority = Rankings</em></h2>
<p><strong>Relevance determines what your pages will rank for and authority determines how well.</strong></p>
<p>That&#8217;s really all there is to it. Yes, search engines like Google consider <a href="http://backlinko.com/google-ranking-factors" target="_blank" rel="noopener">over 200 ranking factors</a> in determining where to place your site in their SERPs (search engine result pages), but most of them either fall neatly into this equation, or you don&#8217;t need to worry about them to form a basic understanding of SEO.</p>
<p>And that&#8217;s just the thing&#8230; the technicalities of SEO can be completely overwhelming. They all have their place, but search engines ultimately have one goal: <strong>to give users the best result for their search</strong>. They&#8217;ve evolved drastically over the years in an effort to beat the people who try to game the system, and they&#8217;re going to keep doing that. A common mantra among web marketers and developers is &#8220;don&#8217;t build websites for search engines, build them for people.&#8221; This can be very powerful advice, since how search engines behave is constantly moving towards interpreting the web more like humans. That doesn&#8217;t mean you should completely ignore SEO, but it&#8217;s a good reason to take a step back from the complexity of SEO, and see the forest for the trees.</p>
<p>Scammy or complicated tactics to win rankings come and go, but the two main pillars of SEO, relevance and authority, have been around since the beginning &#8211; and they&#8217;re here to say.</p>
<h2>Relevance</h2>
<p>Relevance is the first and most critical piece of every SEO puzzle. Relevance is established almost entirely on your website on a page-by-page basis by a process most people call &#8220;on page SEO.&#8221; In the simplest terms, search engines see each URL on your site as an individual page. In order to rank for a phrase or concept, you need to have a web page on your site that is relevant to the query.</p>
<p>The best bet for ranking on a phrase is usually to have a specific page as close to the concept you wish to rank for as possible. There&#8217;s a delicate art to how granularly you slice up your concepts into target phrases and individual pages on your site, which has swung from one end of the spectrum in the early days of SEO (one landing page per target phrase) to the other (not targeting phrases at all, and only targeting general topics), but the best approach is most often somewhere in between &#8211; <a href="https://moz.com/blog/can-seos-stop-worrying-keywords-focus-topics-whiteboard-friday" target="_blank" rel="noopener">as Rand Fishkin of MOZ explains very well in this Whiteboard Friday video.</a></p>
<h3>Establishing Relevance</h3>
<p><strong>Search engines interpret your web pages a lot like a person interprets a magazine article. </strong></p>
<p>People start at the top, and determine what the article is about by reading the title, headings, and sub-headings. They also take into account what magazine they&#8217;re reading (an article about cars in a woodworking magazine might seem out of place), and how prominently the article is featured (was it mentioned on the cover page? is it a big important article or a small one-off?) All these tendencies are reflected in how search engines crawl your web pages and determine the relevance of the pages.</p>
<p>Web pages are composed of a handful of important elements that most search engines (and readers) prioritize for relevance as follows:</p>
<ol>
<li>Title Tag</li>
<li>URL</li>
<li>Headings (H1, H2, etc)</li>
<li>Body text</li>
<li>Media (images, videos, etc)</li>
</ol>
<p>I recommend including your target terms naturally into these elements by order of importance, but not stuffing them in simply for the sake of it, or repeating them over and over again. Just like a person, when a search bot reads your content, they can also tell if it&#8217;s meaningful &#8211; or if it&#8217;s just a bunch of words put together for the sake of targeting phrases to rank on.</p>
<p>Want more insight into the perfectly optimized page? <a href="https://www.google.ca/webhp?sourceid=chrome-instant&amp;ion=1&amp;espv=2&amp;ie=UTF-8#q=anatomy%20of%20an%20optimized%20page" target="_blank" rel="noopener">Let me Google that for you <img src="https://s.w.org/images/core/emoji/17.0.2/72x72/1f642.png" alt="🙂" class="wp-smiley" style="height: 1em; max-height: 1em;" /></a></p>
<p><strong>Once you have a well-targeted page, you may not even need anything else to get top rankings.</strong> That is, if there&#8217;s little or no competition for a phrase you&#8217;ve established clear relevance for &#8211; that might be all you need. If I made a page right now that directly targeted something extremely obscure, it could take the top spot in a few hours!</p>
<p><a href="https://www.google.ca/webhp?sourceid=chrome-instant&amp;ion=1&amp;espv=2&amp;ie=UTF-8#q=zombocom" rel="attachment wp-att-7069"><img loading="lazy" decoding="async" class="alignnone wp-image-7069 " src="https://npierno1.wpengine.com/wp-content/uploads/2016/02/zombocom-Google-Search-2016-02-19-14-10-40-1024x781.png" alt="zombocom - Google Search 2016-02-19 14-10-40" width="601" height="458" srcset="https://nickpierno.com/wp-content/uploads/2016/02/zombocom-Google-Search-2016-02-19-14-10-40-1024x781.png 1024w, https://nickpierno.com/wp-content/uploads/2016/02/zombocom-Google-Search-2016-02-19-14-10-40-300x229.png 300w, https://nickpierno.com/wp-content/uploads/2016/02/zombocom-Google-Search-2016-02-19-14-10-40-768x586.png 768w, https://nickpierno.com/wp-content/uploads/2016/02/zombocom-Google-Search-2016-02-19-14-10-40-330x252.png 330w, https://nickpierno.com/wp-content/uploads/2016/02/zombocom-Google-Search-2016-02-19-14-10-40-400x305.png 400w, https://nickpierno.com/wp-content/uploads/2016/02/zombocom-Google-Search-2016-02-19-14-10-40-800x610.png 800w, https://nickpierno.com/wp-content/uploads/2016/02/zombocom-Google-Search-2016-02-19-14-10-40.png 1053w" sizes="auto, (max-width: 601px) 100vw, 601px" /></a></p>
<h3>Keyword Research</h3>
<p>You can rank #1 all day and night for something, but if no one is searching for it there&#8217;s not much value in it. <strong>Even more important than establishing relevance on your web pages is establishing relevance on the right thing.</strong></p>
<p>One of the most useful tools for doing keyword research is <a href="https://adwords.google.ca/KeywordPlanner" target="_blank" rel="noopener">Google&#8217;s AdWords Keyword Planner</a>.</p>
<p>It&#8217;s free, but you do need an AdWords account to use it (however you don&#8217;t need an active campaign). <a href="https://npierno1.wpengine.com/2012/02/how-to-do-basic-keyword-research-simple-guide/" target="_blank" rel="noopener">Here&#8217;s a basic (and slightly outdated &#8211; sorry) guide to using it for keyword research.</a></p>
<p>Some other great tools for doing keyword research are:</p>
<ul>
<li><a href="https://www.google.ca/trends/" target="_blank" rel="noopener">Google Trends</a></li>
<li><a href="http://ubersuggest.org/" target="_blank" rel="noopener">Ubersuggest</a></li>
<li><a href="http://keywordtool.io/" target="_blank" rel="noopener">Keywordtool.io</a></li>
<li><a href="https://kwfinder.com/" target="_blank" rel="noopener">KWFinder</a> (paid)</li>
<li><a href="https://moz.com/tools/keyword-difficulty" target="_blank" rel="noopener">MOZ Keyword Difficulty Tool</a> (paid)</li>
<li><a href="https://www.semrush.com/" target="_blank" rel="noopener">SEMrush</a> (paid)</li>
</ul>
<p>The most lucrative terms are those with the highest volume of searches, but those are also most often highly competitive. Maybe you&#8217;ll find a gem or two that are high volume/low competition. In order to evaluate the competition (other websites who&#8217;ve already established some degree of relevance on your desired phrases), you&#8217;ll need to take a look at their&#8230;</p>
<h2>Authority</h2>
<p>Authority is how the search engines measure the worthiness of your web page against that of all the others vying for a particular ranking spot. All relevance factors being equal, it is the authority of a page that will ultimately determine how well it ranks.</p>
<p>Where relevance is the most <em>important</em> factor in a page&#8217;s ranking (a blank page with infinite authority can&#8217;t rank for anything), authority is far and away the most powerful factor. A page with massive authority that simply mentions a certain phrase in its body copy can easily outrank a perfectly optimized page with inferior authority.</p>
<h3>Measuring Authority</h3>
<p>Authority doesn&#8217;t have a fully standardized means of measurement, but the closest we have in the SEO industry are MOZ Domain Authority &amp; Page Authority, which can be measured using their <a href="https://moz.com/researchtools/ose/" target="_blank" rel="noopener">Open Site Explorer tool</a>, or a variety of other tools that use its API including <a href="https://moz.com/tools/seo-toolbar" target="_blank" rel="noopener">MOZ&#8217;s SEO Toolbar</a> and a number of Chrome and Firefox extensions (my personal go-to is <a href="https://chrome.google.com/webstore/detail/seo-site-tools/diahigjngdnkdgajdbpjdeomopbpkjjc" target="_blank" rel="noopener">SEO Site Tools for Chrome</a>).</p>
<p>There are numerous other tools with their own indexes that provide a version of domain and page authority metrics, including <a href="https://www.semrush.com/" target="_blank" rel="noopener">SEMrush</a> and <a href="https://ahrefs.com/" target="_blank" rel="noopener">Ahrefs</a>. They all have their pros and cons, but generally each will provide a decent comparison of authority relative to itself. MOZ&#8217;s Domain and Page Authority, however, are the most widely used and are accessible for free.</p>
<p>These metrics are often abbreviated to DA and PA. Essentially, DA measures the authority of the domain, or the website as a whole, and PA measures the authority of each individual page&#8230; But you probably sorted that out already <img src="https://s.w.org/images/core/emoji/17.0.2/72x72/1f61b.png" alt="😛" class="wp-smiley" style="height: 1em; max-height: 1em;" /></p>
<p>An authoritative domain can have its pages rank without them necessarily having their own page authority. An obvious example of this would be when CNN publishes a new article on a hot topic, that article may rank well in Google before anyone starts linking to it. Similarly, a strong page can rank in spite of a weak domain. An example of this would be a blog post on a small website that gains critical mass and becomes the primary traffic generator for that website.</p>
<h3>Sizing Up the Competition</h3>
<p>We can use DA and PA as a rough means of gauging competition for a given search result. Plug your target term into Google and look at the first result (and the second, and maybe the tenth). If one of these pages are well-optimized, clearly targeting your searches intent, and if MOZ tells you that page has 50 PA while your site has 10 &#8211; you&#8217;re going to have to grow your page&#8217;s authority in order to outrank them.</p>
<p>On the other hand, if these pages have killer authority, but don&#8217;t actually have your searched term prominently featured in their title tag, or the ranking pages don&#8217;t seem to really match the intent of your search, there may be an opportunity to create a more relevant page and sidestep the authority game (or perhaps you&#8217;ll need <em>some</em> authority to outrank them, but not actually more than them).</p>
<h3>Building Authority</h3>
<p>This is the hardest part of SEO, period. And it should be! The goal of every search result is to give the searcher the absolute best page on the internet that relates to what they are looking for. While there are of course many nuanced facets to how a search engine determines authority, what is and always shall be the most prominent authority-driver is <strong>links</strong>.</p>
<p>Links from other websites that point to yours indicate that your content was deemed valuable by others. The more of them your domain or page has, the more confident a search engine can be in the quality of your content. Not all links are equal, though. Far from it. The value of a link is largely determined by the DA and PA of the linking page, so a link from The National Post is going to be worth a lot more to your site than one from scammy-link-farm-directory.net.</p>
<p>You can think of websites like investors, and links like currency. Mark Cuban is a well-known investor. If he invests in your product, that endorsement goes a lot farther than if your uncle Jim does. Even if they invest the same amount, Cuban&#8217;s investment will help you get other investments, and give your product more visibility.</p>
<p>The context of the link is also considered (what kind of page it&#8217;s on, what that page is about) as well as the words contained in the link &#8220;anchor text&#8221; itself. There&#8217;s a lot more value in getting an editorial link to your freelance SEO website in an article about &#8220;The Top 5 Freelance SEO&#8217;s Ever&#8221; with the anchor text <a href="https://nickpierno.dvsrvr.in" target="_blank" rel="noopener">Nick is the best freelance SEO guy out there</a>, than there is from being on a handful of self-submitted web directories with your business name as the anchor text.</p>
<p>A few popular ways of generating links to your site are:</p>
<ul>
<li><strong>Directory link building</strong> (adding your business/site to relevant business directories)</li>
<li><strong>Guest posting</strong> (writing posts on other websites&#8217; blogs)</li>
<li><strong>Competitive link building</strong> (finding pages that link to your competitors, but don&#8217;t link to you, and asking them for a link)</li>
<li><strong>Broken link building</strong> (finding pages that link to other pages that don&#8217;t work anymore or suck, and providing a better page to link to on your own site)</li>
<li><strong>Link outreach</strong> (connecting with website owners in relevant areas to your own, and explore opportunities for acquring links)</li>
<li><strong>Link baiting or content marketing</strong> (building great content that attracts traffic and links by virtue of its greatness)</li>
</ul>
<h4>Link Bait &amp; Content Marketing</h4>
<p>One of the most popular and effective means of generating authority for your site is by not doing link building at all. If you can create amazing content and get it in front of the right audience, you can potentially garner more links of a higher quality than by any other approach. One single blog post that hits a critical mass can accumulate links from 100&#8217;s of sites, or from enormous sites like national news publications, etc. Content can come in many forms: blog posts, infographics, resources, tools, etc.</p>
<p>If you always find your customers asking the same questions, or your industry peers always need to do some certain calculation and there are no solid answers or tools out there &#8211; those might be opportunities to create high-value content that could generate traffic, links, and authority for years to come! Everything I&#8217;ve linked to in this post is an example of those sites accumulating links by providing good content!</p>
<h4>Follow/nofollow</h4>
<p>Authority passed from one page to another is often referred to as &#8220;link juice&#8221; or &#8220;link equity.&#8221; When one website links to another, they give away a little bit of link equity away to the site they link to. Don&#8217;t get too hung up on this, as it&#8217;s far from a 1:1 relationship and linking off your site in a natural way can be a good thing, but helps illustrate why certain websites use the &#8220;nofollow&#8221; attribute in their links.</p>
<p>Nofollowing a link asks the search engine crawling the page to ignore the link, and not count it as an investment from the website. Links from directories (like Yellow Pages), social sites (like Facebook, Twitter, or Reddit), or comment sections are often nofollowed so as to prevent abusing these sites to build quick links. Nofollowed links can still be valuable, either simply by generating traffic, or in some cases still passing on some equity, but they offer significantly less authority to the sites they link to than their followed counterparts.</p>
<h4>Spam = Bad</h4>
<p>A lot of folks try and artificially generate links by creating some form of web spam. Whether it&#8217;s buying PBN&#8217;s on Fivr, or commenting on blog posts with a link back to your site until your fingers bleed (or creating a bot to do it for you). Some of these tactics can work temporarily, but most often result in domain penalties that can tarnish your site&#8217;s reputation (and ability to rank) for years, or forever. If you want to build a sustainable web presence, it&#8217;s probably best to avoid spam at all costs.</p>
<p><img loading="lazy" decoding="async" class="alignnone size-full wp-image-7072" src="https://npierno1.wpengine.com/wp-content/uploads/2016/02/no-spam-51.jpg" alt="no-spam-51" width="260" height="255" /></p>
<h4>Social Shares</h4>
<p>Social networks&#8217; contribution to DA and PA is debatable. They can absolutely offer indirect authority boosts, by generating traffic to your site (which can then result in links and other authority signals), but simply putting your content on Facebook isn&#8217;t going to have a significant impact on your site&#8217;s authority in and of itself.</p>
<p>One handy thing to keep in mind, especially if you have a smaller or newer website, is that Google&#8217;s network, Google+, does help speed up the indexing process when you create new content. For example, when you create a new post on your blog, Google doesn&#8217;t know it exists until it follows a link to it from somewhere else. Until your post is noticed by Google, or &#8220;indexed&#8221; it won&#8217;t show up anywhere in the search results. Sharing your new blog posts on Google+ is a pretty reliable way to make sure Google begins to evaluate it for relevance and authority as quickly as possible.</p>
<p><strong>For more in-depth advice on building links to your site, <a href="http://backlinko.com/link-building" target="_blank" rel="noopener">here&#8217;s a crazy-good guide from Brian Dean at Backlinko</a>.</strong></p>
<p>Learn how to build a successful blog with <a href="https://www.matthewwoodward.co.uk/start-a-blog/" target="_blank" rel="noopener">Matthew Woodward&#8217;s How To Start A Blog Tutorial</a>.</p>
<h2>TL;DR</h2>
<ul>
<li><strong>Relevance determines what your pages will rank for.</strong></li>
<li>Establish relevance with your page structure, title tags, headings and content.</li>
<li>Research search volumes to find the best phrases to target.</li>
<li><strong>Authority determines how well you&#8217;ll rank on something your page is relevant for.</strong></li>
<li>Measure authority by MOZ&#8217;s DA and PA, or the metrics used by other popular tools.</li>
<li>Consider the DA and PA of your competition when deciding what to target.</li>
<li>Find ways to acquire links to your website without being a spammy jerk.</li>
<li>Great content is one excellent way to generate activity and links.</li>
</ul>
<p>Thanks for reading and good luck!</p>
<p>The post <a href="https://nickpierno.com/the-seo-equation/">The SEO Equation: The Basics of Search Engine Optimization that Everyone Should Know</a> appeared first on <a href="https://nickpierno.com">Nick Pierno</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://nickpierno.com/the-seo-equation/feed/</wfw:commentRss>
			<slash:comments>7</slash:comments>
		
		
			</item>
		<item>
		<title>5th Annual Christmas Tree Time Lapse</title>
		<link>https://nickpierno.com/5th-annual-christmas-tree-time-lapse/</link>
		
		<dc:creator><![CDATA[Nick]]></dc:creator>
		<pubDate>Fri, 19 Dec 2014 23:21:53 +0000</pubDate>
				<category><![CDATA[Personal]]></category>
		<guid isPermaLink="false">https://www.npierno1.wpengine.com/?p=6986</guid>

					<description><![CDATA[<p>[vc_video title=&#8221;&#8221; link=&#8221;https://www.youtube.com/watch?v=F0i35fVmbb8&#8243;]</p>
<p>The post <a href="https://nickpierno.com/5th-annual-christmas-tree-time-lapse/">5th Annual Christmas Tree Time Lapse</a> appeared first on <a href="https://nickpierno.com">Nick Pierno</a>.</p>
]]></description>
										<content:encoded><![CDATA[[vc_video title=&#8221;&#8221; link=&#8221;https://www.youtube.com/watch?v=F0i35fVmbb8&#8243;]
<p>The post <a href="https://nickpierno.com/5th-annual-christmas-tree-time-lapse/">5th Annual Christmas Tree Time Lapse</a> appeared first on <a href="https://nickpierno.com">Nick Pierno</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>10 Reasons Android Users May Consider the iPhone 6</title>
		<link>https://nickpierno.com/10-reasons-android-users-may-consider-iphone-6/</link>
					<comments>https://nickpierno.com/10-reasons-android-users-may-consider-iphone-6/#comments</comments>
		
		<dc:creator><![CDATA[Nick]]></dc:creator>
		<pubDate>Tue, 16 Sep 2014 08:10:53 +0000</pubDate>
				<category><![CDATA[Personal]]></category>
		<guid isPermaLink="false">https://www.npierno1.wpengine.com/?p=6949</guid>

					<description><![CDATA[<p>I recently wrote an article; I Strongly Prefer Android, So Why did I Pre-order an iPhone? It&#8217;s a bit long-form &#8211; so here&#8217;s a more consumable list of reasons current, steadfast Android users might consider buying an iPhone 6: Third Party Keyboards I can&#8217;t be the only Android user who&#8217;s almost had a panic attack trying to use an [&#8230;]</p>
<p>The post <a href="https://nickpierno.com/10-reasons-android-users-may-consider-iphone-6/">10 Reasons Android Users May Consider the iPhone 6</a> appeared first on <a href="https://nickpierno.com">Nick Pierno</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>I recently wrote an article; <a href="https://www.npierno1.wpengine.com/2014/09/i-strongly-prefer-android-so-why-did-i-pre-order-an-iphone/#comment-1589989023">I Strongly Prefer Android, So Why did I Pre-order an iPhone?</a></p>
<p>It&#8217;s a bit long-form &#8211; so here&#8217;s a more consumable list of reasons current, steadfast Android users might consider buying an iPhone 6:</p>
<h1>Third Party Keyboards</h1>
<p><img loading="lazy" decoding="async" class=" size-full wp-image-7031 alignright" src="https://npierno1.wpengine.com/wp-content/uploads/sites/2/2015/07/third-party-keyboards-apple-android-1.jpg" alt="third-party-keyboards-apple-android (1)" width="294" height="200" />I can&#8217;t be the only Android user who&#8217;s almost had a panic attack trying to use an Apple keyboard in the past few years&#8230; (I&#8217;m exaggerating, but not by much). No gesture typing? No long press for numbers and characters? No choice in the matter whatsoever?</p>
<p>That&#8217;s all about to change, and I think opening up to third party keyboards is the single most influential change Apple could have made towards bringing in Android users.</p>
<h1>Screen Sizes</h1>
<p>A very close second is the new, larger screens. The smallest one is about the size of my Nexus 5, which makes the current iPhone model look like a phone for ants. This is roughly the form factor most people seem to want, regardless of make. Sure it foregoes a little bit of thumb/screen accessibility, and sure Steve Jobs is probably rolling in his grave, but it seems to be a sacrifice users are willing to make for more screen real estate.</p>
<p>I&#8217;d say good on Apple for adapting here, but they really just had to do this to remain relevant.</p>
<p>And then there&#8217;s the 5.5. The one that caught my eye. I was going to get a big ridiculous phablet as my next phone regardless, and the iPhone 6+ is one indeed, but it seems more manageable than it&#8217;s Android contemporaries. I just hope they put a monster battery in there.</p>
<h1>Camera</h1>
<p><img loading="lazy" decoding="async" class=" size-full wp-image-7034 alignright" src="https://npierno1.wpengine.com/wp-content/uploads/sites/2/2015/07/iphone6-camera-vs-android-300x169.jpg" alt="iphone6-camera-vs-android-300x169" width="300" height="169" /></p>
<p>Few would argue that Apple packs a killer shooter into it&#8217;s phones. This isn&#8217;t anything new, and while some Android phones do have excellent cameras, they either completely overshadow the device&#8217;s other functionality, or simply aren&#8217;t as well-rounded as the iSight.</p>
<h1>Continuity &amp; Handoff</h1>
<p>Google&#8217;s suite of communication and productivity tools are really good (Hangouts, Drive, Gmail, etc.), and having them work persistently across devices is wonderful. Frankly Apple&#8217;s iCloud, iMessage, and iOffice (or whatever) never really seemed appealing to me. Too flaky, limited, and lame (respectively).</p>
<p>I don&#8217;t really know enough about how Apple is implementing these new &#8216;Continuity&#8217; features, but they sound in a lot of ways like a decent answer to what Google currently does so well. Better late than never.</p>
<h1>Opening Up</h1>
<p>We talked about it in keyboards and screen sizes. Apple is relinquishing some of their seemingly unshakable paradigms, and turning iOS into a more open-minded platform.</p>
<p>Slowly but surely we will see greater ability for customization, and more leeway for developers to do cool things.</p>
<h1>App Store</h1>
<p>I haven&#8217;t spent much time in Apple&#8217;s App Store in recent years, but I know the Google Play Store has really matured. There&#8217;s still plenty of garbage in there, but the interface is great, downloads are fast, there&#8217;s a timed refund window, and you can do it all from your web browser.</p>
<p>An app store is really only as good as its apps though. And while Android has developed a very respectable catalogue indeed, Apple is still the first place (and sometimes only place) the best developers go to.</p>
<p>Every Android user has a handful of apps they&#8217;re patiently waiting for their version of.</p>
<h1>Google&#8217;s Apps</h1>
<p>Know what you&#8217;ll also find in the App Store? Quite a few of the things that you love on your Android. Gmail, Hangouts, Drive, Chrome&#8230;</p>
<p>So apps-wise, you can get Google on an iPhone &#8211; but not Apple on an Android. That made sense. Shut up.</p>
<h1>Apple Pay</h1>
<p><img loading="lazy" decoding="async" class="alignright size-full wp-image-7033" src="https://npierno1.wpengine.com/wp-content/uploads/sites/2/2015/07/apple-pay-canada.png" alt="apple-pay-canada" width="355" height="200" /></p>
<p>Apple can make tech stick like no one else. Even Google hasn&#8217;t been able to get mobile payments off the ground&#8230; But Apple is about to put potential sales in the pocket of millions of shoppers, and retail has been made aware.</p>
<p>Also, and I don&#8217;t usually knock Google (shh.. they&#8217;re listening), I&#8217;d kinda rather Apple win this one anyway. They&#8217;re in the business of selling products. Google is in the business of getting all the data, which doesn&#8217;t exactly pair well with my most sensitive assets.</p>
<h1>WiFi Calling</h1>
<p>Like paying for things, this is nothing new to the industry. Like Apple Pay, they&#8217;re probably going to do it really well, and their influence will lead to mass adoption. Maybe even Canada will get it.</p>
<h1>Design</h1>
<p><img loading="lazy" decoding="async" class="aligncenter size-full wp-image-7039" src="https://npierno1.wpengine.com/wp-content/uploads/sites/2/2014/09/iphone-drop.gif" alt="iphone-drop" width="800" height="228" /></p>
<p>Last but not least, Apple makes great products. They have access to the best designers, engineers, and fabrication techniques, and it shows. For as long as I&#8217;ve been an Android faithful, I&#8217;ve had daydreams of running Android on some larger version of an iPhone&#8230;</p>
<p><strong>Well, maybe Apple has finally made the iPhone 6 just Android-y enough for that to come true!</strong></p>
<p>The post <a href="https://nickpierno.com/10-reasons-android-users-may-consider-iphone-6/">10 Reasons Android Users May Consider the iPhone 6</a> appeared first on <a href="https://nickpierno.com">Nick Pierno</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://nickpierno.com/10-reasons-android-users-may-consider-iphone-6/feed/</wfw:commentRss>
			<slash:comments>9</slash:comments>
		
		
			</item>
		<item>
		<title>I Strongly Prefer Android, So Why did I Pre-order an iPhone?</title>
		<link>https://nickpierno.com/i-strongly-prefer-android-so-why-did-i-pre-order-an-iphone/</link>
					<comments>https://nickpierno.com/i-strongly-prefer-android-so-why-did-i-pre-order-an-iphone/#comments</comments>
		
		<dc:creator><![CDATA[Nick]]></dc:creator>
		<pubDate>Sat, 13 Sep 2014 14:17:59 +0000</pubDate>
				<category><![CDATA[Personal]]></category>
		<guid isPermaLink="false">https://www.npierno1.wpengine.com/?p=6940</guid>

					<description><![CDATA[<p>I love Android. Every time I&#8217;ve tried to embrace iOS (3 solid efforts) I&#8217;ve always bailed. For whatever reason, the things I want to do on a phone have just always been more efficient and intuitive on an Android. And it just keeps getting better. I also love my Nexus 5, and I&#8217;ve barely had it [&#8230;]</p>
<p>The post <a href="https://nickpierno.com/i-strongly-prefer-android-so-why-did-i-pre-order-an-iphone/">I Strongly Prefer Android, So Why did I Pre-order an iPhone?</a> appeared first on <a href="https://nickpierno.com">Nick Pierno</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>I love Android. Every time I&#8217;ve tried to embrace iOS (3 solid efforts) I&#8217;ve always bailed. For whatever reason, the things I want to do on a phone have just always been more efficient and intuitive on an Android. And it just keeps getting better.</p>
<p>I also love my Nexus 5, and I&#8217;ve barely had it long enough to be in upgrade mode. But I am. For everything it does so well (especially for the price) my values have shifted a bit, and I&#8217;m no longer inclined to overlook the two major caveats of this phone; Camera and battery.</p>
<p>As the years rush by I&#8217;m in wonder of the photos section of my Google Plus account. It, like, chronologically documents my life.. automatically. All my photos and videos just show up there. Sometimes they even get the &#8220;auto-awesome&#8221; treatment.</p>
<p>It just kinda bums me out how mediocre all my photos and videos are. Not to mention all the missed opportunities from slow autofocus, bad low light sensing, etc. I know, I know.. woe is me. But if I can, I&#8217;d like to look back on the next 5 years with a bit more fidelity.</p>
<p>I&#8217;ve also been stricken with a bit of a bum rap this past year. I have an illness that has kept me stuck at home and in beds/bathrooms/waiting rooms/etc. a lot more than usual. This results in increased phone use, and of course, battery drain. Well&#8230; turns out the Nexus 5, despite being a truly outstanding phone, isn&#8217;t a champion of endurance.</p>
<p>One more thing&#8230; (see what I did there?) Though this wouldn&#8217;t be a good enough reason to upgrade on its own, all that phone-using time has made me long for a larger screen.</p>
<h3>So explore the newer, big-screened, flagshippy Android phones out there! Right?</h3>
<p>Well, I have, and I&#8217;m just not completely sold on anything. And when I went to reserve one for Lindsey (my fiance), I got a crazy idea&#8230; Maybe I&#8217;ll give it another kick at the can!</p>
<p>I&#8217;m not necessarily jumping ship here. And I&#8217;m quite interested to see Android L and whatever new Nexus/Shamu/Silver device it comes with. I&#8217;ve also taken a pretty close look at the upcoming Note 4, the new Moto X, the LG G3, HTC M8, OnePlus One and Sony Xperia&#8230; *deep breath*</p>
<p>But if I didn&#8217;t reserve an iPhone now I&#8217;d be looking at next year to get one at retail, and frankly I&#8217;d rather be selling than buying when the holiday season hits.</p>
<h1>So what are the key factors that might make an Android lover consider switching?</h1>
<p>First, you have to be a bit platform-agnostic. I use a MacBook and Windows PC at home. I just switched to a Mac at work from my Windows setup. I&#8217;ve had iPhones, Blackberries, Nexi, Motos, iPads, and Tablets of all OS&#8217;s. I just like using whatever works best for me.</p>
<p>As long as you&#8217;re not too hung up on what logo your devices has, here are a few things that I think make the new iPhone and OS work a lot better for Android users than before.</p>
<h2>Third Party Keyboards</h2>
<p><img loading="lazy" decoding="async" class="size-full wp-image-7035 alignright" src="https://npierno1.wpengine.com/wp-content/uploads/sites/2/2015/07/third-party-keyboards-apple-android.jpg" alt="third-party-keyboards-apple-android" width="294" height="200" />This was always my biggest issue. Virtual keyboards still completely suck, and they are the thing you probably use the most on your phone.</p>
<p>For me, a keyboard that accommodates normal thumb typing and gesture (swype) typing is an absolute must because they suck slightly less. If this hadn&#8217;t changed, I wouldn&#8217;t have even thought twice about these snazzy new devices.</p>
<p>Jury&#8217;s still out. But I&#8217;d venture a guess that SwiftKey on iPhone will be a sleeper-game-changer. You read it here.</p>
<h2><img loading="lazy" decoding="async" class="alignright size-full wp-image-7034" src="https://npierno1.wpengine.com/wp-content/uploads/sites/2/2015/07/iphone6-camera-vs-android-300x169.jpg" alt="iphone6-camera-vs-android-300x169" width="300" height="169" />Screen Sizes</h2>
<p>Apple ate some crow on this one. I&#8217;m actually a bit surprised they didn&#8217;t even keep the present form factor and add a size or two to say &#8220;Steve Jobs was still right, our customers are just also right too.&#8221;</p>
<p>But alas. Bigger is better. And the 5.5 screen might just scratch that Note 4 itch I have.</p>
<p>I haven&#8217;t overlooked the fact that the Note packs a crazy high res 5.7 screen into roughly the same form factor though. And if Apple doesn&#8217;t think I can see the difference between 401 and 515 ppi, then I guess they&#8217;ll never make a higher res screen than this and I&#8217;ll never have to upgrade!</p>
<p>Realistically the iPhone isn&#8217;t the winner on displays. The point is they offer bigger ones. And since I&#8217;m sure they&#8217;re still plenty pleasant to behold, they&#8217;re another reason I&#8217;m opening myself up to seeing other OS&#8217;s.</p>
<h2>Camera &amp; Video</h2>
<p>As I mentioned before, this is a major reason I want to settle into a different device, regardless of OS. It&#8217;s not crystal clear who the king of cam is (certainly there are phones with an even greater emphasis on camera.. but not without sacrifices), but when Apple claims they changed mobile photography I can hardly argue.</p>
<p>The iPhone camera is consistently outstanding. And with features like time lapse, video stabilization, and 240 fps video done the Apple way, I&#8217;m sure these new devices will set another bar for convenient media-making.</p>
<p>Here&#8217;s some iPhone footage from the Keynote. Just wow.</p>
<h2>Continuity &amp; Handoff</h2>
<p>One of my most used Android features is Hangouts. I can take my conversations from phone to full computer/keyboard at my whimsy. I know Hangouts is on iPhone, and they have iMessage, but hangouts being my one source for conversation is really handy. It doesn&#8217;t hurt that my office runs on Google Apps and everyone uses hangouts to communicate.</p>
<p><a href="https://www.apple.com/ca/ios/whats-new/continuity/">Apple&#8217;s Continuity features seem to be addressing a lot of this</a> pretty elegantly, and is even bringing texting to your Mac, regardless of who you&#8217;re chatting with and what device they use.</p>
<p>Don&#8217;t get too excited. I think the SMS portion of Apple&#8217;s new Continuity service is getting delayed.. and I not sure how any of this applies to Canadians like myself&#8230; but that would be one killer feature.</p>
<p>Obviously, this feature won&#8217;t hold much sand for Windows users, but I look forward to seeing how it can enhance the Mac/iPhone experience.</p>
<h2>Opening up &amp; Cross-app Talk</h2>
<p>iOS as a platform is opening up a fair amount, including more ability for applications to communicate with each other. Another thing that makes iOS more like Android, and another reason I&#8217;m open to it.</p>
<h2>App Store</h2>
<p>Google&#8217;s Play Store has really come into it&#8217;s own, and the last time I was in Apple&#8217;s App Store it was a really slow and cumbersome experience.</p>
<p>Now the performance may have been the two year old iPad&#8217;s fault (the iPad 3 retina, one of Apple&#8217;s bastard sons), but I still think Google&#8217;s really got a great thing going. Timed refunds and installing from your browser come to mind immediately.</p>
<p>Apple&#8217;s App store is more mature though, and is still often the first and sometimes only place the get the best apps and games.</p>
<h2>Google Apps</h2>
<p>If I move to an iPhone, I can still use Google Chrome, Gmail, Hangouts, Maps, Authenticator, Drive, G+, and so on, and so forth. And thank goodness, because Google is better at almost all of those things.</p>
<h2>WiFi Calling</h2>
<p>Tim Cook almost seemed like he thought Apple invented WiFi calling when he revealed the feature. It sounded silly.</p>
<p>As with many technologies Apple uses, this isn&#8217;t anything new&#8230; but they&#8217;ll probably do it really well. And that&#8217;d be nice, because I get worse reception than Mars at my house.</p>
<h2>Design/Hardware</h2>
<p>Last but not least, nothing is built like an Apple. They consistently offer unprecedented visual design and build quality. They also support their devices better than anyone else, even if Apple support has deteriorated a bit with their growth over the years.</p>
<p>I could go on&#8230; but just look at it.</p>
<p><img loading="lazy" decoding="async" class="aligncenter size-full wp-image-7039" src="https://npierno1.wpengine.com/wp-content/uploads/sites/2/2014/09/iphone-drop.gif" alt="iphone-drop" width="800" height="228" /></p>
<h1>If you love it so much, why don&#8217;t you marry it?</h1>
<p>I haven&#8217;t used an iPhone for any meaningful amount of time since the 4s, and I have&#8217;t gotten a really good chance to experience iOS 7 (a couple weeks on a sluggish iPad 3 retina actually had me pretty disgruntled). A lot will just come down to seeing how it feels, but there are still a few things I&#8217;m not sure about.</p>
<h2>Lock screen</h2>
<p>I&#8217;m not a fan of the song and dance most people do to use their phones. Swiping, passwords, gestures&#8230; all an extra step to get to what&#8217;s doing.</p>
<p>I see the value of the extra security, but I haven&#8217;t lost a phone in 15 years &#8211; and if I did, I&#8217;d remotely wipe it. In my daily life, I relish being able to just press the power button and go.</p>
<p>Bypassing this is a snap on Android. Maybe there&#8217;s an app for this on iPhone.. Maybe the fingerprint unlock is just that slick.. We&#8217;ll see.</p>
<h2>Notifications</h2>
<p>The concept of automatically turning on the screen every time I get a notification absolutely baffles me. I won&#8217;t even go into it because it makes me angry.</p>
<p>Android does it really well. Little flashy light lets me know what&#8217;s up, power button, pull down top menu, see all notifications.</p>
<p>iPhones can probably achieve this flow more or less now I&#8217;m assuming. I&#8217;ll just have to play with it.</p>
<h2>Customization</h2>
<p>The older I get, the less I care to visually enhance my interfaces. But when I can hack at something a bit to make it work more efficiently, that&#8217;s valuable to me. I&#8217;m not holding my breath for all of my little workflow hacks to port over to iOS, but again, we&#8217;ll see!</p>
<h2>Price/Specs</h2>
<p>This will likely never change, and while I could wax philosophic all day about tech giant business models the simple fact is that Apple products cost more to make, they cost more to buy, and they don&#8217;t always compete on spec/$.</p>
<p>Especially when it comes to the things we interact with 100x a day for work and life, it really just comes down to how it feels &#8211; and how it works for you.</p>
<h2>Investment in Android</h2>
<p>Having been in Android land for several years now, I&#8217;ve bought some apps. They&#8217;ll be there if I ever come back I guess&#8230; like the App Store apps I have waiting for me from the past!</p>
<h2>Navigation/Multitasking</h2>
<p>At least from my limited experience, Android&#8217;s persistent three button navigation/multitasking setup is the bomb-diggetty and iOS&#8217;s device navigation is a bit more spastic. Maybe I just need to get used to it though&#8230;</p>
<h1>Bottom Line</h1>
<p>I&#8217;m going to putz around with a Space Grey 64 Gig iPhone 6 Plus and see how it goes. If it&#8217;s not for me I&#8217;ll pass it along and report back either way.</p>
<p>Let me know if you have any thoughts on the matter. Just be gentle..</p>
<p>The post <a href="https://nickpierno.com/i-strongly-prefer-android-so-why-did-i-pre-order-an-iphone/">I Strongly Prefer Android, So Why did I Pre-order an iPhone?</a> appeared first on <a href="https://nickpierno.com">Nick Pierno</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://nickpierno.com/i-strongly-prefer-android-so-why-did-i-pre-order-an-iphone/feed/</wfw:commentRss>
			<slash:comments>105</slash:comments>
		
		
			</item>
	</channel>
</rss>
