<?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/"
	
xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#"
>

<channel>
	<title>Andrew Hansen&#039;s Blog</title>
	<atom:link href="http://andrewhansen.name/feed/" rel="self" type="application/rss+xml" />
	<link>http://andrewhansen.name</link>
	<description>Digital Strategies That Attract More, Sell More, Make More.</description>
	<lastBuildDate>Fri, 23 Aug 2019 05:46:42 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>https://wordpress.org/?v=4.9.10</generator>
<site xmlns="com-wordpress:feed-additions:1">116401985</site>	<item>
		<title>3 Advanced WordPress Plugins To Boost Traffic &#038; Sales in 2019</title>
		<link>http://andrewhansen.name/affiliate-marketing/3-advanced-wp-plugins-traffic-sales-2019/</link>
		<comments>http://andrewhansen.name/affiliate-marketing/3-advanced-wp-plugins-traffic-sales-2019/#comments</comments>
		<pubDate>Fri, 26 Apr 2019 11:50:35 +0000</pubDate>
		<dc:creator><![CDATA[Andrew Hansen]]></dc:creator>
				<category><![CDATA[Affiliate Marketing]]></category>

		<guid isPermaLink="false">http://andrewhansen.name/?p=2380</guid>
		<description><![CDATA[<p>Past a certain point, continued success with your websites becomes a game of small tweaks. Here are 3 of my small tweaks from so far in 2019 that anybody can implement, and that are very likely to have a positive impact on traffic and revenue. #1 Improve Page Load Speeds With A3 Lazy Load If [&#8230;]</p>
<p>The post <a rel="nofollow" href="http://andrewhansen.name/affiliate-marketing/3-advanced-wp-plugins-traffic-sales-2019/">3 Advanced WordPress Plugins To Boost Traffic &#038; Sales in 2019</a> appeared first on <a rel="nofollow" href="http://andrewhansen.name">Andrew Hansen&#039;s Blog</a>.</p>
]]></description>
				<content:encoded><![CDATA[<p>Past a certain point, continued success with your websites becomes a game of small tweaks.</p>
<p>Here are 3 of my small tweaks from so far in 2019 that anybody can implement, and that are very likely to have a positive impact on traffic and revenue.</p>
<p><span id="more-2380"></span></p>
<h3>#1 Improve Page Load Speeds With <a href="https://wordpress.org/plugins/a3-lazy-load/">A3 Lazy Load</a></h3>
<p>If you have a lot of image heavy posts, this plugin will make a significant impact on your page speeds, without you having to do anything but install it.</p>
<p>The concept is incremental loading. If you have some image at the bottom of a page, is it really necessary that this image be rendered before the reader is anywhere near it?</p>
<p>A3 Lazy Load makes it so that images don&#8217;t load until the reader has scrolled to them. It means the page render completes more quickly and the user has to wait (slightly) less at the top of the page, where they start.</p>
<p>The plugin&#8217;s not perfect. If you hit a table of contents item that has an image, or if you scroll quickly, you &#8220;see&#8221; the image appear, and it can come off a touch clunky. But for the gains you can make, and compared to custom coding something like this (which big sites do instead) it&#8217;s a solid &#8220;hands off&#8221; approach.</p>
<h3>#2 Improve Search Clickthroughs With <a href="https://wordpress.org/plugins/schema/">Schema</a></h3>
<p>Schema &#8211; the other little bits and pieces of information you can get to appear near your site when it pops up in Google search results: Dates, star ratings, authors and more &#8211; is a big topic, but I made some changes recently to correct one annoying problem that was hurting my search engine CTRs.</p>
<figure id="attachment_2384" style="width: 640px" class="wp-caption aligncenter"><img class="wp-image-2384 size-shareaholic-thumbnail" src="https://mk0andrewhansenkhnr9.kinstacdn.com/wp-content/uploads/2019/04/schema-640x148.png" alt="" width="640" height="148" srcset="https://mk0andrewhansenkhnr9.kinstacdn.com/wp-content/uploads/2019/04/schema-640x148.png 640w, https://mk0andrewhansenkhnr9.kinstacdn.com/wp-content/uploads/2019/04/schema-300x69.png 300w, https://mk0andrewhansenkhnr9.kinstacdn.com/wp-content/uploads/2019/04/schema-768x178.png 768w, https://mk0andrewhansenkhnr9.kinstacdn.com/wp-content/uploads/2019/04/schema-1024x237.png 1024w, https://mk0andrewhansenkhnr9.kinstacdn.com/wp-content/uploads/2019/04/schema.png 1374w" sizes="(max-width: 640px) 100vw, 640px" /><figcaption class="wp-caption-text">This information is Schema stuff.</figcaption></figure>
<p><strong>It&#8217;s about dates.</strong></p>
<p>When you publish a piece of content, WordPress keeps a record of (and often outputs to your site, depending on the theme) the publish date, and or, the &#8220;last updated&#8221; date (Called datemodified in the code)</p>
<p>Both of these have value for readers, and for your users. A recent, up to date piece of content has more value than something that&#8217;s out of date. But an older piece of content that has existed for a long time, and has been gradually added to is also of tremendous value.</p>
<p>You want Google to see both your published and updated dates, but next to your search result, in the structured data (Schema), you want people to see the most recent date, for obvious reasons.</p>
<p>Search for something of your own in Google now to see how it shows up. If your published date is showing, rather than your last update, it&#8217;s worth making this change.</p>
<p><span style="text-decoration: underline;"><strong>Warning:</strong></span><strong> You probably need a developer for this next part.</strong> I used someone from Fiverr who fixed it for $5.</p>
<p>The best practice here is to take the datepublished code out of your article and leave it only in the meta tags. Then your article body will have the datemodified (or your last update) code, and that&#8217;s the one Google should read.</p>
<p>There&#8217;s a <a href="https://www.distilled.net/datemodified-datepublished-schema/">more precise description of the change to make here at this link.</a></p>
<p><strong>But there&#8217;s another reason I made Schema a bullet in this article.</strong></p>
<p>Sara and I just changed from using the plugin &#8220;All in one Schema&#8221; to configure rich snippets and other Schema bits&#8230; to the plugin just called <a href="https://wordpress.org/plugins/schema/">Schema</a>.</p>
<p>It&#8217;s a little easier to work with. It outputs more of the right Schema data automatically (rather than having to add the same details for lots of different posts) and it solved another little problem too.</p>
<p>We wanted to give a more specific description of our content in Schema language. A lot of blog style sites have the posts on the site marked as Article, but Article schema is a top level category from which some more specific options (like NewsArticle or General) can be chosen.</p>
<p>The description in Schema that best fit our kinds of articles is BlogPosting, and as it turns out, this Schema plugin gives an option to change all your site&#8217;s posts to this setting with one switch.</p>
<figure id="attachment_2385" style="width: 640px" class="wp-caption aligncenter"><img class="size-shareaholic-thumbnail wp-image-2385" src="https://mk0andrewhansenkhnr9.kinstacdn.com/wp-content/uploads/2019/04/schema2-640x419.png" alt="" width="640" height="419" srcset="https://mk0andrewhansenkhnr9.kinstacdn.com/wp-content/uploads/2019/04/schema2-640x419.png 640w, https://mk0andrewhansenkhnr9.kinstacdn.com/wp-content/uploads/2019/04/schema2-300x196.png 300w, https://mk0andrewhansenkhnr9.kinstacdn.com/wp-content/uploads/2019/04/schema2-768x503.png 768w, https://mk0andrewhansenkhnr9.kinstacdn.com/wp-content/uploads/2019/04/schema2-1024x670.png 1024w, https://mk0andrewhansenkhnr9.kinstacdn.com/wp-content/uploads/2019/04/schema2-720x470.png 720w, https://mk0andrewhansenkhnr9.kinstacdn.com/wp-content/uploads/2019/04/schema2.png 1118w" sizes="(max-width: 640px) 100vw, 640px" /><figcaption class="wp-caption-text">If you&#8217;re using the plugin, this is in Schema &gt;&gt; Types</figcaption></figure>
<p><span style="text-decoration: underline;"><strong>Summary:</strong></span> Fix up how your post dates are showing in Schema, and make sure (using Schema plugin) you&#8217;re giving the most specific definition of your content possible in Schema language.</p>
<h3>#3 Increase Affiliate Clickthroughs With <a href="https://getaawp.com/?ref=391">AAWP</a></h3>
<p>Lots of people use the <a href="https://getaawp.com/?ref=391">Amazon Affiliates for WordPress plugin</a> (aff). The plugin itself isn&#8217;t cutting edge knowledge, but using it, and using it well, can make a number of small improvements to an affiliate site simultaneously.</p>
<p>Those improvements are:</p>
<p style="padding-left: 30px;"><strong>Improving page speeds (by loading images through the API)</strong></p>
<p>If you have the images of your products displaying with the code Amazon gives you, you may have noticed it has a negative effect on page speeds.</p>
<p>I am not the technical person to explain to you properly why this is so, but it&#8217;s a long piece of code, with some weird repeated bits, and when you test the load speed of a page with one of those Amazon images on it, vs a regular image of the same size, with all else being equal, you&#8217;ll see the first one takes longer to load.</p>
<p>With AAWP you can show images on your site that come via Amazon&#8217;s API, so you can get rid of that slow loading code while still showing an up to date, appropriately sized image of the product on your page.</p>
<p style="padding-left: 30px;"><strong>Improving clickthrough rates (by &#8211; among other things &#8211; highlighting when an item is on sale)</strong></p>
<p>A lot of people use AAWP for their comparison tables, and when you take the time to do them well and add value, it&#8217;s a convenient option.</p>
<p>But the CTR increase I wanted to talk about first is from the ability to show an item as &#8220;on sale&#8221;. Lots of items on Amazon are on sale at any given time, but you can never mention this in the text of your articles as it&#8217;s against Amazon&#8217;s TOS&#8230; except when the pricing data is coming from the API.</p>
<p>So when you add a product box and have the right setting ticked, you can get this detail showing near your products</p>
<figure id="attachment_2381" style="width: 300px" class="wp-caption aligncenter"><img class="wp-image-2381 size-medium" src="https://mk0andrewhansenkhnr9.kinstacdn.com/wp-content/uploads/2019/04/aawp1-300x49.png" alt="" width="300" height="49" srcset="https://mk0andrewhansenkhnr9.kinstacdn.com/wp-content/uploads/2019/04/aawp1-300x49.png 300w, https://mk0andrewhansenkhnr9.kinstacdn.com/wp-content/uploads/2019/04/aawp1-640x104.png 640w, https://mk0andrewhansenkhnr9.kinstacdn.com/wp-content/uploads/2019/04/aawp1.png 712w" sizes="(max-width: 300px) 100vw, 300px" /><figcaption class="wp-caption-text">This shows in the top right corner of a product box</figcaption></figure>
<figure id="attachment_2382" style="width: 300px" class="wp-caption aligncenter"><img class="wp-image-2382 size-medium" src="https://mk0andrewhansenkhnr9.kinstacdn.com/wp-content/uploads/2019/04/aawp2-300x102.png" alt="" width="300" height="102" srcset="https://mk0andrewhansenkhnr9.kinstacdn.com/wp-content/uploads/2019/04/aawp2-300x102.png 300w, https://mk0andrewhansenkhnr9.kinstacdn.com/wp-content/uploads/2019/04/aawp2-720x248.png 720w, https://mk0andrewhansenkhnr9.kinstacdn.com/wp-content/uploads/2019/04/aawp2-640x217.png 640w, https://mk0andrewhansenkhnr9.kinstacdn.com/wp-content/uploads/2019/04/aawp2.png 732w" sizes="(max-width: 300px) 100vw, 300px" /><figcaption class="wp-caption-text">And this goes in the bottom right.</figcaption></figure>
<p>which is a great added incentive for someone to click and buy immediately. You don&#8217;t need to be constantly updating your articles either. If the box is in, it will automatically display any price reductions as per the API, in real time.</p>
<p>Not all the products you promote on your site will be on sale, so an easy way to get started with this plugin is to run through and add a product box on each of your articles where you mention a product that is on sale (to find out which are on sale, you&#8217;d just go to Amazon, look at the item, and see if there&#8217;s a price reduction)</p>
<p style="padding-left: 30px;"><strong>Improving compliance with Amazon&#8217;s TOS: By being able to show the details of item directly from Amazon.</strong></p>
<p>There&#8217;s an added peace of mind that comes from knowing you&#8217;re only showing data that Amazon already has in its system. You&#8217;re not going to accidentally mention a price somewhere, or misquote a detail about a product, or show an incorrect image, or some other trivial thing that causes Amazon to bring down the hammer on you.</p>
<p>Obviously using this plugin doesn&#8217;t guarantee you&#8217;ll never have a problem, but it&#8217;s multiple steps in the right direction.</p>
<p><strong>Those are the 3.</strong></p>
<p>Let me know if you&#8217;re already using these, or if you start using them after reading this. I&#8217;d love to hear your results.</p>
<p>The post <a rel="nofollow" href="http://andrewhansen.name/affiliate-marketing/3-advanced-wp-plugins-traffic-sales-2019/">3 Advanced WordPress Plugins To Boost Traffic &#038; Sales in 2019</a> appeared first on <a rel="nofollow" href="http://andrewhansen.name">Andrew Hansen&#039;s Blog</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://andrewhansen.name/affiliate-marketing/3-advanced-wp-plugins-traffic-sales-2019/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
	<post-id xmlns="com-wordpress:feed-additions:1">2380</post-id>	</item>
		<item>
		<title>The Ranking Factor I&#8217;m Thinking Most About Going Into 2019</title>
		<link>http://andrewhansen.name/affiliate-marketing/expertise-authority-trust/</link>
		<comments>http://andrewhansen.name/affiliate-marketing/expertise-authority-trust/#comments</comments>
		<pubDate>Mon, 07 Jan 2019 03:21:12 +0000</pubDate>
		<dc:creator><![CDATA[Andrew Hansen]]></dc:creator>
				<category><![CDATA[Affiliate Marketing]]></category>

		<guid isPermaLink="false">http://andrewhansen.name/?p=2375</guid>
		<description><![CDATA[<p>Here&#8217;s what I think is the most important ranking factor right now; The single thing that anyone wanting more search engine traffic in 2019 should have top of mind. Expertise, Authority &#38; Trust If your business gets traffic from Google (or if you want it to) it is no longer viable to proceed without understanding [&#8230;]</p>
<p>The post <a rel="nofollow" href="http://andrewhansen.name/affiliate-marketing/expertise-authority-trust/">The Ranking Factor I&#8217;m Thinking Most About Going Into 2019</a> appeared first on <a rel="nofollow" href="http://andrewhansen.name">Andrew Hansen&#039;s Blog</a>.</p>
]]></description>
				<content:encoded><![CDATA[<p>Here&#8217;s what I think is the most important ranking factor right now; The single thing that anyone wanting more search engine traffic in 2019 should have top of mind.<span id="more-2375"></span></p>
<h3>Expertise, Authority &amp; Trust</h3>
<p>If your business gets traffic from Google (or if you want it to) it is no longer viable to proceed without understanding what E-A-T is.</p>
<p>In short, Google put out a document some years back called the Quality Raters&#8217; Guidelines. It was originally a document given only to contractors they were using to help assess the quality of websites in the search index. Information from these &#8220;quality raters&#8221; was fed back into the algorithm to help improve it&#8217;s ability to&#8230; assess quality. Turns out robots can&#8217;t do everything afterall.</p>
<p>This is not a minor thing.</p>
<p>Ben Gomes, Google&#8217;s vice president of search, assistant and news, <a href="https://www.cnbc.com/2018/09/17/google-tests-changes-to-its-search-algorithm-how-search-works.html">told CNBC</a>, that the Quality Raters&#8217; Guidelines,</p>
<p style="text-align: center;"><em>&#8220;don&#8217;t tell you how the algorithm is ranking results, but they fundamentally show <span style="text-decoration: underline;">what</span> the algorithm should do&#8221;.</em></p>
<p>Yes, this document lays out the best they hope the algorithm to be able to achieve some day. Paying attention yet?</p>
<p>Later the guide became publicly available (<a href="https://static.googleusercontent.com/media/guidelines.raterhub.com/en//searchqualityevaluatorguidelines.pdf">link here</a>), and SEOs began poring over it for tips to improve their rankings. It&#8217;s a huge document. You probably don&#8217;t want to read the whole thing, but I strongly recommend at least a skim through during tonight&#8217;s Netflix binge. (We just finished &#8220;<em>Wild Wild Country</em>&#8220;&#8230; what a story!)</p>
<p>One of the core concepts of the report is E-A-T. These contractors are taught to assess the quality of a site based on, among other things, the site&#8217;s apparent levels of Expertise, Authority &amp; Trust.</p>
<p>There is a lot that goes into E-A-T but for the sake of a handy simplification it can be roughly separated into two parts: <strong>On site, and off site.</strong></p>
<p><strong>On site is about the EAT of your authors</strong>, contributors and anyone else involved in the running of the site. Who actually writes your site? What&#8217;s their expertise? What&#8217;s their experience? How credible are they? Are they known in their field? How are they thought of in their industry? What qualifications do they have? Have they been recognized in any particular way?</p>
<p>The answers to these questions have to be considered and then communicated on your site to the greatest extent possible, to show you have sufficient E-A-T in your market.</p>
<p><strong>Off site is about how your site and your authors are referred to elsewhere on the internet.</strong> Have you been quoted in newspapers? Appeared on TV? Published some important report? Have you been positively reviewed anywhere? Are you mentioned on consumer report websites? Maybe the Better Business Bureau?</p>
<p>Essentially, if someone went looking for information about your site&#8230; that wasn&#8217;t written by you&#8230; what would they find, and how authoritative would it make you look? Current opinion is that off site E-A-T carries the most weight.</p>
<p><strong>Now, before anyone throws their hands up and quits SEO for good, a couple of notes.</strong></p>
<p>The place where these principles are supposed to be being applied most carefully by Google is in YMYL markets: Your Money or Your Life. Any market with a safety component: primarily finance and health/medical.</p>
<p>It&#8217;s still true that in the majority of markets outside of this, sites with no E-A-T are doing great. <strong>If your blog is on quilting or pet clothing, you can afford to pay much less attention to this.</strong> How much expertise can anyone really have on dog sweaters?</p>
<p>Secondly, even despite having been affected by updates supposedly targeting E-A-T this year (my main site lost about 40% of it&#8217;s organic traffic. Yuck.) I see this as a really positive step for search.</p>
<p>SEOs have complained for years that Google is bad at determining the quality of content. It doesn&#8217;t know what great content is so it has to rely on secondary metrics like links to decide.</p>
<p>E-A-T might well be the beginning of the end of that. There are prominent SEOs <a href="https://blog.grade.us/saving-sites-link-building-marie-haynes/?utm_medium=forum&amp;utm_source=localsearchforum.com&amp;utm_content=content-blog&amp;utm_campaign=marie-haynes&amp;utm_term=agency--gradeus--all">who believe</a> that Google will come to rely less on links and more on authenticity to determine the quality of content.</p>
<p><strong>Better search rankings with less link building?? I&#8217;ll take it.</strong></p>
<p>(Ok let&#8217;s not get too excited. There&#8217;s still plenty of work to do.)</p>
<h3>E-A-T Action Steps</h3>
<p>So as to avoid leaving this discussion purely theoretical, here are some of the things I have done and am doing to increase my E-A-T in 2018 and 2019.</p>
<p><span style="text-decoration: underline;">NOTE:</span> I&#8217;m in a YMYL niche so I have to take this more seriously than most.</p>
<p><strong>Author Pages</strong></p>
<p>You know in your Yoast settings where you can choose to noindex those silly pages like tag pages, archives&#8230; and AUTHORS. Yeah, those days are done.</p>
<p>My author pages are indexable and they are basically shrines to my authors. On them you can read a full list of their qualifications, their achievements, their backgrounds, all the important work they&#8217;ve published, all the places they&#8217;ve been recognized, as well as the usual feed of their most recent articles. Their real images are there; social profiles; other websites and more. No one can have any doubt about whether this author is a real person with real qualifications who is a real hero in their field.</p>
<p><strong>No More Template Legal Pages</strong></p>
<p>This year I paid to have proper legal pages created that were specific to my website. Even if you don&#8217;t want to pay for it, it&#8217;s worth a review of your Terms of Service, Privacy and Affiliate Disclosure/Disclaimer to make sure they properly reflect what your website is doing and not doing.</p>
<p>If you&#8217;re not sure what else might need to be added, look at some of your competitors for ideas then ask for one off advice from a lawyer on those.</p>
<p><span style="text-decoration: underline;">Oh, and INDEX THEM.</span> Forget whatever duplicate content concerns you once had. Think about it from a trustworthiness perspective: What kind of a website HIDES their legal pages from being found in Google?!</p>
<p><strong>No More Pseudonyms/Personas</strong></p>
<p>There are plenty of reasons you might want to use a pseudonym. I&#8217;m not saying a site that has a pseudonym author can&#8217;t work anymore. It still works perfectly fine in plenty of niches.</p>
<p>I am saying a pseudonym author can&#8217;t build E-A-T properly. Obviously it can&#8217;t. Is your fake persona going to be quoted in a major industry publication? If a quality rater digs into the qualifications and education and experience of your fake persona author, are they doing to find anything good?</p>
<p>If your niche requires a lot of E-A-T, you&#8217;re going to lose out by not having your authors be real, searchable people.</p>
<p><strong>Disclaimers</strong></p>
<p>Disclaimers for safety if that&#8217;s a component of your site, and disclaimers for advertising: Not just on a dedicated page of your site, buried in a footer link somewhere&#8230;</p>
<p><strong>but in a small note on EVERY page where there&#8217;s safety affecting information, or affiliate links.</strong></p>
<p>Affiliate wise, all the biggest sites do this. <a href="https://thewirecutter.com/reviews/best-iphone-cases/">TheWireCutter</a> for example, has this one sentence declaration, in prime real estate, at the top of every page with affiliate links</p>
<p style="text-align: center;"><em>&#8220;Wirecutter is reader supported. When you buy through links on our site, we may earn an affiliate commission&#8221;</em></p>
<p>Why not add something similar to your template?</p>
<p>Then for any content that may affect a person&#8217;s safety (arguably even a fitness website could benefit here) a similar one sentence on every page (sidebar, header, whatever) isn&#8217;t going to hurt:</p>
<p style="text-align: center;"><em>&#8220;This workout advice does not take into consideration your personal fitness or health, and could be dangerous if implemented incorrectly. Seek specific advice from a qualified trainer before attempting this yourself&#8221;.</em></p>
<p>This even gives me the chance to make a disclaimer of my own:</p>
<p><em>&#8220;This advice on disclaimers is for illustrative purposes only. Andrew Hansen is blatantly not a lawyer. He doesn&#8217;t even like Law and Order. Don&#8217;t copy the disclaimers he&#8217;s given. Write your own, ideally with help from a legal professional&#8221;.</em></p>
<p>Boom.</p>
<h3>Off Page: Less But Better Links (Better by E-A-T)</h3>
<p>Look, I still want high Domain Authority when I&#8217;m link building.</p>
<p>But more than ever before, I&#8217;m thinking <em>&#8220;What is the E-A-T of this site I could get a link from?&#8221;</em> and I&#8217;m judging the appropriate effort to commit to the acquisition of that link, by the answer.</p>
<p>I&#8217;ve got links in my profile that are DA60+ that I can clearly see have minimal E-A-T. They&#8217;re not worth working as hard for as they were before.</p>
<p>On the other hand, the well known industry publication who&#8217;s DA might not even hit 60 is much more valuable now. If people in your niche will recognise the site, it&#8217;s worth having a link on. <strong>What&#8217;s more, it&#8217;s worth being mentioned on even if you don&#8217;t get a link. </strong></p>
<blockquote>
<p style="text-align: center;">I&#8217;m thinking a lot more about press in 2019. I&#8217;m thinking more about creating content specifically because it will be newsworthy. I&#8217;m thinking more about building relationships (best case: contributor spots) with the biggest sites in my market.</p>
</blockquote>
<p>I&#8217;m thinking about this idea that <em>&#8220;Google is getting better at knowing which links to ignore&#8221;</em>. I&#8217;m trying to minimize time and investment on the kind of links that are likely to be recognized someday by a quality rater as obviously not saying very much about the quality (read, the E-A-T) of my site.</p>
<p><strong>Last note about link building:</strong> For new site owners: I think there is a lot in the realm of link building that can be very worthwhile for the purpose of getting a new site off the ground, even if it&#8217;s not as worthwhile once the site is established. I&#8217;m still a fan for example of the kind of guest posts that can be acquired through services we mentioned in our courses previous and current. I just see them as having less long term value once a site is say 2 years+.</p>
<h3>Want More On E-A-T?</h3>
<p><a href="https://www.youtube.com/watch?v=vDUhcogUl44">This video is a great introduction</a>, by a highly experienced SEO, with tonnes of QnA at the end.</p>
<p>I hope you&#8217;ve found this helpful and I wish you all the best at increasing your E-A-T.</p>
<p>The post <a rel="nofollow" href="http://andrewhansen.name/affiliate-marketing/expertise-authority-trust/">The Ranking Factor I&#8217;m Thinking Most About Going Into 2019</a> appeared first on <a rel="nofollow" href="http://andrewhansen.name">Andrew Hansen&#039;s Blog</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://andrewhansen.name/affiliate-marketing/expertise-authority-trust/feed/</wfw:commentRss>
		<slash:comments>15</slash:comments>
	<post-id xmlns="com-wordpress:feed-additions:1">2375</post-id>	</item>
		<item>
		<title>2 Niches I&#8217;d Enter Right Now &#8211; April 2018 Edition</title>
		<link>http://andrewhansen.name/niche-research/2-niches-april-2018/</link>
		<comments>http://andrewhansen.name/niche-research/2-niches-april-2018/#comments</comments>
		<pubDate>Thu, 12 Apr 2018 01:12:28 +0000</pubDate>
		<dc:creator><![CDATA[Andrew Hansen]]></dc:creator>
				<category><![CDATA[Niche Research]]></category>

		<guid isPermaLink="false">http://andrewhansen.name/?p=2364</guid>
		<description><![CDATA[<p>Oh the niches you could enter. Here are another two that have been on my mind lately &#8211; both outstanding opportunities for people looking to start new sites at the moment. Augmented Reality Different to &#8220;virtual reality&#8221; where the user is immersed in a virtual experience, &#8220;AR&#8221; is a category of products that adjusts (augments) [&#8230;]</p>
<p>The post <a rel="nofollow" href="http://andrewhansen.name/niche-research/2-niches-april-2018/">2 Niches I&#8217;d Enter Right Now &#8211; April 2018 Edition</a> appeared first on <a rel="nofollow" href="http://andrewhansen.name">Andrew Hansen&#039;s Blog</a>.</p>
]]></description>
				<content:encoded><![CDATA[<p>Oh the niches you could enter. Here are another two that have been on my mind lately &#8211; both outstanding opportunities for people looking to start new sites at the moment.</p>
<p><span id="more-2364"></span></p>
<h3>Augmented Reality</h3>
<p>Different to &#8220;virtual reality&#8221; where the user is immersed in a virtual experience, &#8220;AR&#8221; is a category of products that adjusts (augments) your experience of actual reality.</p>
<p>The most popular product in the category are the once dorky glasses.</p>
<p>According to Google trends this niche has been more consistently popular than I expected. Over 5 years search volume has been pretty steady. There&#8217;s been an upswing since 2016 but nothing major.</p>
<p><img class="aligncenter size-large wp-image-2365" src="https://mk0andrewhansenkhnr9.kinstacdn.com/wp-content/uploads/2018/04/ag-trends-1024x602.png" alt="" width="1024" height="602" srcset="https://mk0andrewhansenkhnr9.kinstacdn.com/wp-content/uploads/2018/04/ag-trends-1024x602.png 1024w, https://mk0andrewhansenkhnr9.kinstacdn.com/wp-content/uploads/2018/04/ag-trends-300x176.png 300w, https://mk0andrewhansenkhnr9.kinstacdn.com/wp-content/uploads/2018/04/ag-trends-768x451.png 768w, https://mk0andrewhansenkhnr9.kinstacdn.com/wp-content/uploads/2018/04/ag-trends-340x200.png 340w" sizes="(max-width: 1024px) 100vw, 1024px" /></p>
<p>The big change has been in the technology. It&#8217;s better, people have grown more accepting and it&#8217;s brought a range of new products to market, many of which now have search volume and market awareness of their own by now.</p>
<h3>Case in point #1: Vufine</h3>
<p>This is just a brand of augmented reality glasses that sell for $199 on Amazon.</p>
<p><img class="aligncenter size-large wp-image-2366" src="https://mk0andrewhansenkhnr9.kinstacdn.com/wp-content/uploads/2018/04/vufine-1024x472.png" alt="" width="1024" height="472" srcset="https://mk0andrewhansenkhnr9.kinstacdn.com/wp-content/uploads/2018/04/vufine-1024x472.png 1024w, https://mk0andrewhansenkhnr9.kinstacdn.com/wp-content/uploads/2018/04/vufine-300x138.png 300w, https://mk0andrewhansenkhnr9.kinstacdn.com/wp-content/uploads/2018/04/vufine-768x354.png 768w" sizes="(max-width: 1024px) 100vw, 1024px" /></p>
<p>Low competition, and a list of long tail keywords to go with it.</p>
<p>Like the &#8220;smart home&#8221; niche I talked about in the last edition, I see this as a niche with lots of education potential. The number of ways to do cool things with your AR devices will keep increasing and there will end up being personalities and authorities in that space that are making money teaching, reviewing and comparing.</p>
<p>There&#8217;s also this thing that has higher competition on the short tail term, but still plenty of long tail opportunities and sells for over $700 on Amazon.</p>
<p><img class="aligncenter size-large wp-image-2367" src="https://mk0andrewhansenkhnr9.kinstacdn.com/wp-content/uploads/2018/04/moverio-1024x478.png" alt="" width="1024" height="478" srcset="https://mk0andrewhansenkhnr9.kinstacdn.com/wp-content/uploads/2018/04/moverio-1024x478.png 1024w, https://mk0andrewhansenkhnr9.kinstacdn.com/wp-content/uploads/2018/04/moverio-300x140.png 300w, https://mk0andrewhansenkhnr9.kinstacdn.com/wp-content/uploads/2018/04/moverio-768x358.png 768w" sizes="(max-width: 1024px) 100vw, 1024px" /></p>
<p>You just won&#8217;t run out of ways to monetize in this market in the next 5 years.</p>
<h3>CBD Products</h3>
<p>Like it or not, with changing legislation around the world, the market for cannabis products is exploding.</p>
<p>CBD oils are a huge product (CBD oil having 320k searches a month at time of writing) but a look at <a href="https://www.trendhunter.com/tags/cbd">this page on Trendhunter</a> gives a sense of just how many ideas and products are cropping up in this space:</p>
<p><img class="aligncenter size-large wp-image-2368" src="https://mk0andrewhansenkhnr9.kinstacdn.com/wp-content/uploads/2018/04/CBD-th-1024x630.png" alt="" width="1024" height="630" srcset="https://mk0andrewhansenkhnr9.kinstacdn.com/wp-content/uploads/2018/04/CBD-th-1024x630.png 1024w, https://mk0andrewhansenkhnr9.kinstacdn.com/wp-content/uploads/2018/04/CBD-th-300x185.png 300w, https://mk0andrewhansenkhnr9.kinstacdn.com/wp-content/uploads/2018/04/CBD-th-768x473.png 768w, https://mk0andrewhansenkhnr9.kinstacdn.com/wp-content/uploads/2018/04/CBD-th.png 1586w" sizes="(max-width: 1024px) 100vw, 1024px" /></p>
<p>This is a market where in general, price points are lower, but volumes are higher. Oil products seem to be cheaper, ranging from $20 to $50. Capsule products (like some of the ones below) can push over $100.</p>
<p>There are already small brands with their own bits of search volume, and low competition, like these:</p>
<p><img class="aligncenter size-large wp-image-2369" src="https://mk0andrewhansenkhnr9.kinstacdn.com/wp-content/uploads/2018/04/green-roads-1024x630.png" alt="" width="1024" height="630" srcset="https://mk0andrewhansenkhnr9.kinstacdn.com/wp-content/uploads/2018/04/green-roads-1024x630.png 1024w, https://mk0andrewhansenkhnr9.kinstacdn.com/wp-content/uploads/2018/04/green-roads-300x185.png 300w, https://mk0andrewhansenkhnr9.kinstacdn.com/wp-content/uploads/2018/04/green-roads-768x473.png 768w, https://mk0andrewhansenkhnr9.kinstacdn.com/wp-content/uploads/2018/04/green-roads.png 1102w" sizes="(max-width: 1024px) 100vw, 1024px" /></p>
<p><img class="aligncenter size-large wp-image-2370" src="https://mk0andrewhansenkhnr9.kinstacdn.com/wp-content/uploads/2018/04/elixinol-1024x598.png" alt="" width="1024" height="598" srcset="https://mk0andrewhansenkhnr9.kinstacdn.com/wp-content/uploads/2018/04/elixinol-1024x598.png 1024w, https://mk0andrewhansenkhnr9.kinstacdn.com/wp-content/uploads/2018/04/elixinol-300x175.png 300w, https://mk0andrewhansenkhnr9.kinstacdn.com/wp-content/uploads/2018/04/elixinol-768x449.png 768w, https://mk0andrewhansenkhnr9.kinstacdn.com/wp-content/uploads/2018/04/elixinol-340x200.png 340w, https://mk0andrewhansenkhnr9.kinstacdn.com/wp-content/uploads/2018/04/elixinol.png 1106w" sizes="(max-width: 1024px) 100vw, 1024px" /></p>
<p>The latter even having what seems to be a <a href="https://elixinol.com/partner/">private affiliate program</a> (which I came across a couple of times in this market and I would expect to see more of, before there is the kind of full mainstream acceptance that means Amazon products &#8211; and the associate program &#8211; will dominate the affiliate space.)</p>
<p>But there are shorter tail keywords that aren&#8217;t yet out of reach either&#8230;</p>
<p><img class="aligncenter size-large wp-image-2371" src="https://mk0andrewhansenkhnr9.kinstacdn.com/wp-content/uploads/2018/04/cbd-oil-1024x592.png" alt="" width="1024" height="592" srcset="https://mk0andrewhansenkhnr9.kinstacdn.com/wp-content/uploads/2018/04/cbd-oil-1024x592.png 1024w, https://mk0andrewhansenkhnr9.kinstacdn.com/wp-content/uploads/2018/04/cbd-oil-300x174.png 300w, https://mk0andrewhansenkhnr9.kinstacdn.com/wp-content/uploads/2018/04/cbd-oil-768x444.png 768w, https://mk0andrewhansenkhnr9.kinstacdn.com/wp-content/uploads/2018/04/cbd-oil.png 1082w" sizes="(max-width: 1024px) 100vw, 1024px" /></p>
<p>This market has the virtue of re-ordering potential and if you got with the right program nice and early I can see the possibility for a profitable relationship into the future.</p>
<p>It will have education potential (do I need oil, or capsules, or should I use a vape?), it has the controversy element that would allow extra promotional opportunities, and it&#8217;s pickup up steam rapidly. 3 things that make it a strong opportunity for content business entrepreneurs like us.</p>
<p>That&#8217;s it for April.</p>
<p>I hope you saw something interesting in these!</p>
<p>The post <a rel="nofollow" href="http://andrewhansen.name/niche-research/2-niches-april-2018/">2 Niches I&#8217;d Enter Right Now &#8211; April 2018 Edition</a> appeared first on <a rel="nofollow" href="http://andrewhansen.name">Andrew Hansen&#039;s Blog</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://andrewhansen.name/niche-research/2-niches-april-2018/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	<post-id xmlns="com-wordpress:feed-additions:1">2364</post-id>	</item>
		<item>
		<title>2 Niches I&#8217;d Enter Right Now &#8211; February 2018 Edition</title>
		<link>http://andrewhansen.name/affiliate-marketing/2-niches-id-enter-feb-18/</link>
		<comments>http://andrewhansen.name/affiliate-marketing/2-niches-id-enter-feb-18/#comments</comments>
		<pubDate>Mon, 26 Feb 2018 08:39:27 +0000</pubDate>
		<dc:creator><![CDATA[Andrew Hansen]]></dc:creator>
				<category><![CDATA[Affiliate Marketing]]></category>

		<guid isPermaLink="false">http://andrewhansen.name/?p=2353</guid>
		<description><![CDATA[<p>I thought it was time to resurrect this old tradition, and I hope you agree. Below are two niches I&#8217;d enthusiastically enter right now, and the reasons why. #1 Smart Home It&#8217;s not a hot &#8220;new&#8221; topic anymore, but it has become perfectly clear in the last two years that the trend toward wifi enabled, [&#8230;]</p>
<p>The post <a rel="nofollow" href="http://andrewhansen.name/affiliate-marketing/2-niches-id-enter-feb-18/">2 Niches I&#8217;d Enter Right Now &#8211; February 2018 Edition</a> appeared first on <a rel="nofollow" href="http://andrewhansen.name">Andrew Hansen&#039;s Blog</a>.</p>
]]></description>
				<content:encoded><![CDATA[<p>I thought it was time to resurrect this old tradition, and I hope you agree.</p>
<p>Below are two niches I&#8217;d enthusiastically enter right now, and the reasons why.<span id="more-2353"></span></p>
<h3>#1 Smart Home</h3>
<p><img class="aligncenter wp-image-2359 size-large" src="https://mk0andrewhansenkhnr9.kinstacdn.com/wp-content/uploads/2018/02/rsz_smart-home-1024x683.jpg" alt="" width="1024" height="683" srcset="https://mk0andrewhansenkhnr9.kinstacdn.com/wp-content/uploads/2018/02/rsz_smart-home-1024x683.jpg 1024w, https://mk0andrewhansenkhnr9.kinstacdn.com/wp-content/uploads/2018/02/rsz_smart-home-300x200.jpg 300w, https://mk0andrewhansenkhnr9.kinstacdn.com/wp-content/uploads/2018/02/rsz_smart-home-768x513.jpg 768w" sizes="(max-width: 1024px) 100vw, 1024px" /></p>
<p>It&#8217;s not a hot &#8220;new&#8221; topic anymore, but it has become perfectly clear in the last two years that the trend toward wifi enabled, programmable, controllable and interactive home devices isn&#8217;t reversing any time soon. We&#8217;re not going to see less of this in 5 years time than we do now.</p>
<p>I&#8217;m talking about Wifi lightbulbs, voice controlled home devices (Apple, Google and Amazon all have one of these), smart learning thermostats, home audio setups, security devices, and much more.</p>
<p>As I&#8217;ve come to understand it further, what&#8217;s made &#8220;smart home&#8221; more exciting to me as a niche is the possibility for education. You can&#8217;t just buy a wifi lightbulb, or Amazon&#8217;s Alexa device and instantly have a better life. They need setup, syncing, and configuration before they confer any of their benefits. In that realm, online authorities have a real opportunity to profit, largely because the creators of these devices aren&#8217;t in the business of teaching.</p>
<p>Even the lowest end product like a lightbulb (which starts around $20 and you&#8217;ll rarely buy just one) needs apps and codes (<a href="https://ifttt.com/">If This Then That</a>, anybody?) and work to make it&#8230; work.</p>
<p>And the number of possibilities keeps increasing. A friend of mine set up a motion scanner on his mailbox, that sent a notification to his phone when he got a piece of mail&#8230; which I realize is positively plebeian by &#8220;up to the minute&#8221; Smart Home standards, but that I &#8211; sometimes accused of being a Luddite &#8211; found wholly impressive.</p>
<p>I can easily imagine an authority site in this niche reviewing every new smart device that came out, providing tutorials on setups and syncs, and comparing devices to one another. I know they already exist, but my impression is that the niche is broad enough to tolerate many of them all with their own unique angles and specialties, all profiting nicely.</p>
<p>Want a place to start?</p>
<p>There&#8217;s a <strong>home security camera called a Blink</strong> I just found that has some nice looking numbers in Ahrefs and starts at $100 a pop&#8230;</p>
<p><img class="aligncenter size-large wp-image-2354" src="https://mk0andrewhansenkhnr9.kinstacdn.com/wp-content/uploads/2018/02/blink-camera-1024x366.png" alt="" width="1024" height="366" srcset="https://mk0andrewhansenkhnr9.kinstacdn.com/wp-content/uploads/2018/02/blink-camera-1024x366.png 1024w, https://mk0andrewhansenkhnr9.kinstacdn.com/wp-content/uploads/2018/02/blink-camera-300x107.png 300w, https://mk0andrewhansenkhnr9.kinstacdn.com/wp-content/uploads/2018/02/blink-camera-768x274.png 768w" sizes="(max-width: 1024px) 100vw, 1024px" /></p>
<p><strong>Or these &#8220;smart locks&#8221; called Schlage</strong> that I can see for $175 on Amazon that look equally appealing&#8230;</p>
<p><img class="aligncenter size-large wp-image-2355" src="https://mk0andrewhansenkhnr9.kinstacdn.com/wp-content/uploads/2018/02/schlage-locks-1024x460.png" alt="" width="1024" height="460" srcset="https://mk0andrewhansenkhnr9.kinstacdn.com/wp-content/uploads/2018/02/schlage-locks-1024x460.png 1024w, https://mk0andrewhansenkhnr9.kinstacdn.com/wp-content/uploads/2018/02/schlage-locks-300x135.png 300w, https://mk0andrewhansenkhnr9.kinstacdn.com/wp-content/uploads/2018/02/schlage-locks-768x345.png 768w" sizes="(max-width: 1024px) 100vw, 1024px" /></p>
<p>New products seem to be popping up very regularly in this niche so the opportunity is rapidly increasing.</p>
<p>Anyone who put a year into a high value site in this niche would be well rewarded.</p>
<p><span style="text-decoration: underline;"><strong>NOTE:</strong></span> This is a niche where a personal interest and passion would be very well rewarded. If you don&#8217;t have that, you&#8217;d need to be hiring someone who did in order to really make an impact.</p>
<h3>#2: Posture Correction</h3>
<p><img class="aligncenter size-full wp-image-2360" src="https://mk0andrewhansenkhnr9.kinstacdn.com/wp-content/uploads/2018/02/rsz_photodune-3835683-good-posture-l.jpg" alt="" width="825" height="759" srcset="https://mk0andrewhansenkhnr9.kinstacdn.com/wp-content/uploads/2018/02/rsz_photodune-3835683-good-posture-l.jpg 825w, https://mk0andrewhansenkhnr9.kinstacdn.com/wp-content/uploads/2018/02/rsz_photodune-3835683-good-posture-l-300x276.jpg 300w, https://mk0andrewhansenkhnr9.kinstacdn.com/wp-content/uploads/2018/02/rsz_photodune-3835683-good-posture-l-768x707.jpg 768w" sizes="(max-width: 825px) 100vw, 825px" /></p>
<p>It&#8217;s hard &#8211; not impossible &#8211; to imagine a world in 5 years where humans had better posture than they do now. With more people spending more hours hunched over more devices, a global improvement in posture is not on the cards&#8230;</p>
<p>But there are an increasing number of businesses trying to change that.</p>
<p>When I started digging around I was shocked to see the number of different solutions there are to the problem of poor posture. Physical devices, wearable technologies, desks and chairs, furniture, exercises, even personal coaching.</p>
<p><a href="https://www.trendhunter.com/results?search=posture">This search on TrendHunter</a> gives a sense of the variety of innovations occurring in this market, from the obvious to the &#8220;what on earth is <em>that</em>?&#8221;</p>
<p>Looking for a place to start?</p>
<p>Well, <strong>the keyword &#8220;posture corrector&#8221;</strong> which is a product search, has inexplicably low competition for something that has multiple $100 products in the Amazon search results.</p>
<p><img class="aligncenter size-large wp-image-2358" src="https://mk0andrewhansenkhnr9.kinstacdn.com/wp-content/uploads/2018/02/posture-corrector-1024x471.png" alt="" width="1024" height="471" srcset="https://mk0andrewhansenkhnr9.kinstacdn.com/wp-content/uploads/2018/02/posture-corrector-1024x471.png 1024w, https://mk0andrewhansenkhnr9.kinstacdn.com/wp-content/uploads/2018/02/posture-corrector-300x138.png 300w, https://mk0andrewhansenkhnr9.kinstacdn.com/wp-content/uploads/2018/02/posture-corrector-768x353.png 768w" sizes="(max-width: 1024px) 100vw, 1024px" /></p>
<p>And a brand of standing desk called <strong>Ergotron that has products up to $500</strong>, has tonnes of volume with low competition&#8230;</p>
<p><img class="aligncenter size-large wp-image-2362" src="https://mk0andrewhansenkhnr9.kinstacdn.com/wp-content/uploads/2018/02/ergotron-1024x448.png" alt="" width="1024" height="448" srcset="https://mk0andrewhansenkhnr9.kinstacdn.com/wp-content/uploads/2018/02/ergotron-1024x448.png 1024w, https://mk0andrewhansenkhnr9.kinstacdn.com/wp-content/uploads/2018/02/ergotron-300x131.png 300w, https://mk0andrewhansenkhnr9.kinstacdn.com/wp-content/uploads/2018/02/ergotron-768x336.png 768w" sizes="(max-width: 1024px) 100vw, 1024px" /></p>
<p>Including this model the <strong>Workfit, which has variations all between $300 and $500</strong> and literally could not have lower competition&#8230;</p>
<p><img class="aligncenter size-large wp-image-2361" src="https://mk0andrewhansenkhnr9.kinstacdn.com/wp-content/uploads/2018/02/ergotron-workfit-1024x452.png" alt="" width="1024" height="452" srcset="https://mk0andrewhansenkhnr9.kinstacdn.com/wp-content/uploads/2018/02/ergotron-workfit-1024x452.png 1024w, https://mk0andrewhansenkhnr9.kinstacdn.com/wp-content/uploads/2018/02/ergotron-workfit-300x132.png 300w, https://mk0andrewhansenkhnr9.kinstacdn.com/wp-content/uploads/2018/02/ergotron-workfit-768x339.png 768w" sizes="(max-width: 1024px) 100vw, 1024px" /></p>
<p>But of course there are so many more (looking at furniture both for the office and home, and wearable technology in particular).</p>
<p>A site focused on ergonomics and good posture has plenty of expansion opportunity, touching just enough on the bigger topics of lifestyle, health and fitness.</p>
<p>You could develop info products here, keep a good newsletter, do training programs of your own where you partnered with a posture authority. There are no shortages of possibility for revenue in this market.</p>
<p>This one also has the advantage of being less complex a topic. The human body and what makes you stand straight will never change in the same way that the technologies of modern homes will.</p>
<h3>That&#8217;s It</h3>
<p>Those are two that excite me right now. If you do end up getting started in one of these markets, drop me a line privately and let me know. I&#8217;d be your biggest cheerleader.</p>
<p>The post <a rel="nofollow" href="http://andrewhansen.name/affiliate-marketing/2-niches-id-enter-feb-18/">2 Niches I&#8217;d Enter Right Now &#8211; February 2018 Edition</a> appeared first on <a rel="nofollow" href="http://andrewhansen.name">Andrew Hansen&#039;s Blog</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://andrewhansen.name/affiliate-marketing/2-niches-id-enter-feb-18/feed/</wfw:commentRss>
		<slash:comments>14</slash:comments>
	<post-id xmlns="com-wordpress:feed-additions:1">2353</post-id>	</item>
		<item>
		<title>How To Find &#038; Rank For New Profitable Keywords Without Publishing New Content</title>
		<link>http://andrewhansen.name/seo/ahrefs-keyword-opportunities-rank-without-new-content/</link>
		<comments>http://andrewhansen.name/seo/ahrefs-keyword-opportunities-rank-without-new-content/#comments</comments>
		<pubDate>Wed, 08 Nov 2017 05:01:04 +0000</pubDate>
		<dc:creator><![CDATA[Andrew Hansen]]></dc:creator>
				<category><![CDATA[SEO]]></category>

		<guid isPermaLink="false">http://andrewhansen.name/?p=2340</guid>
		<description><![CDATA[<p>Because I chose such a long blog post title, this post needs no text 🙂 The video below is a video showing how you can do exactly that. It&#8217;s quick, simple and you could do it while you&#8217;re watching. Do it.</p>
<p>The post <a rel="nofollow" href="http://andrewhansen.name/seo/ahrefs-keyword-opportunities-rank-without-new-content/">How To Find &#038; Rank For New Profitable Keywords Without Publishing New Content</a> appeared first on <a rel="nofollow" href="http://andrewhansen.name">Andrew Hansen&#039;s Blog</a>.</p>
]]></description>
				<content:encoded><![CDATA[<p>Because I chose such a long blog post title, this post needs no text <img src="https://s.w.org/images/core/emoji/11/72x72/1f642.png" alt="🙂" class="wp-smiley" style="height: 1em; max-height: 1em;" /></p>
<p>The video below is a video showing how you can do exactly that. It&#8217;s quick, simple and you could do it while you&#8217;re watching.</p>
<p>Do it.<span id="more-2340"></span></p>
<p style="text-align: center;"><iframe src="https://www.youtube.com/embed/a2oSkkPGiF4?rel=0&amp;showinfo=0" width="560" height="315" frameborder="0" allowfullscreen="allowfullscreen"></iframe></p>
<p>The post <a rel="nofollow" href="http://andrewhansen.name/seo/ahrefs-keyword-opportunities-rank-without-new-content/">How To Find &#038; Rank For New Profitable Keywords Without Publishing New Content</a> appeared first on <a rel="nofollow" href="http://andrewhansen.name">Andrew Hansen&#039;s Blog</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://andrewhansen.name/seo/ahrefs-keyword-opportunities-rank-without-new-content/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
	<post-id xmlns="com-wordpress:feed-additions:1">2340</post-id>	</item>
		<item>
		<title>What I Learned By Getting A $1600 Website Logo</title>
		<link>http://andrewhansen.name/branding/lessons-1600-website-logo/</link>
		<comments>http://andrewhansen.name/branding/lessons-1600-website-logo/#comments</comments>
		<pubDate>Mon, 09 Oct 2017 00:36:10 +0000</pubDate>
		<dc:creator><![CDATA[Andrew Hansen]]></dc:creator>
				<category><![CDATA[Branding]]></category>

		<guid isPermaLink="false">http://andrewhansen.name/?p=2332</guid>
		<description><![CDATA[<p>I recently spent more money on a website logo than I ever have. I got a logo made by an award winning designer who normally works with brands much bigger than the humble authority site I assigned him, and the process was a fascinating one that I thought you&#8217;d enjoy an insight into. What do [&#8230;]</p>
<p>The post <a rel="nofollow" href="http://andrewhansen.name/branding/lessons-1600-website-logo/">What I Learned By Getting A $1600 Website Logo</a> appeared first on <a rel="nofollow" href="http://andrewhansen.name">Andrew Hansen&#039;s Blog</a>.</p>
]]></description>
				<content:encoded><![CDATA[<p>I recently spent more money on a website logo than I ever have. I got a logo made by an award winning designer who normally works with brands much bigger than the humble authority site I assigned him, and the process was a fascinating one that I thought you&#8217;d enjoy an insight into.</p>
<p>What do you get for a logo that expensive? How does a professional brand strategist think about creating a logo? What did I learn from getting a logo this way, rather than posting on 99designs?</p>
<p>Those questions and more I&#8217;ll aim to answer in this blog post.</p>
<h3>First and Foremost: Why?!</h3>
<p>Why spend more on a logo when you can easily spend less? If your traffic is mainly organic and your visitors are mainly &#8220;one visit&#8221; types, what does it all matter?</p>
<p>A few things:</p>
<p style="padding-left: 30px;"><span style="text-decoration: underline;"><strong>Authority:</strong></span> This particular site is at a point of growth where it will soon be seen as a competitor to bigger sites in the niche. If at a glance, you clearly look cheaper, smaller, and lower quality than your competitors, how do you beat them? (And does the extra work you do to make up that difference (say, in your content quality) cost less than $1600? Probably not.</p>
<p style="padding-left: 30px;">The site has a revenue stream that makes the cost reasonable. Not unless you have start up capital would I recommend making such a significant brand decision at the pre-revenue stages of a site.</p>
<p style="padding-left: 30px;"><span style="text-decoration: underline;"><strong>Outreach:</strong></span> Alex Miller from <a href="http://posirank.com/AH2.php"><strong>Posirank</strong></a> (aff) made the point recently that if you&#8217;re sending outreach emails, asking people to link to something you&#8217;ve written, you can play a game and put yourself in their shoes. They actually open your email, open the suggested article on your site, and what do they see? Before they read a word, they get an impression. <em>&#8220;Is this a spam bot who&#8217;s emailed me, or an authoritative website?&#8221;</em>. They&#8217;re probably not reading the whole article, but if they open the link, they&#8217;ve made a decision about your relative authority.</p>
<p style="padding-left: 30px;">My friend <strong><a href="https://www.amazon.com/How-Get-Your-Website-Noticed/dp/1509814493">Filip Matous</a></strong> added that this is relevant before they even click the link in your outreach email. If you have a great, professional logo it can go in your email signature so anyone who opens your outreach email sees it. It&#8217;s harder to look like a spammer when your company has an expensive, authoritative looking company logo at the bottom of it&#8217;s emails.When it comes down to links, cost becomes easy to justify. If a great logo increases the number of outreach links you get by even 5%, it pays for itself quickly (assuming you&#8217;re working hard on outreach!).</p>
<p style="padding-left: 30px;"><span style="text-decoration: underline;"><strong>Conversion:</strong></span> This same &#8220;impression&#8221; factor is at play on your site itself. So you do product reviews and comparisons? When someone arrives on your site, what impression do they get about how reliable you are? And how quickly do they get it? Do you look like an authority? Or like a one man band, blogging from your basement? When a prospect&#8217;s money is involved, that impression means something to your click through rates, your conversion rates, and your revenue.</p>
<p>Now that&#8217;s clear, let me walk you through what happened after I agreed to this logo project, how it all came together, and what I learned along the way.</p>
<h3>The Process Part 1: Creating A Brand Persona</h3>
<p>This was orchestrated by my friend Filip, <a href="http://andrewhansen.name/podcast/ep9-filip-matous/">who was on the podcast here</a>, and who&#8217;s instructions on creating a brand persona I got from his book <a href="https://www.amazon.com/How-Get-Your-Website-Noticed/dp/1509814493">How to Get Your Website Noticed</a>. He put me in touch with the designer who made this happen.</p>
<p>The way this process DIDN&#8217;T start was by getting a designer, telling them my website name, and asking them to <em>&#8220;make me something that looks good&#8221;</em>.</p>
<p>To even start thinking about how a &#8220;good&#8221; logo might look, this designer needed to have detailed notes on exactly who my website was speaking to and it what it was trying to convey.</p>
<p>I had to give him a full profile, including a &#8220;day in the life&#8221; of my perfect customer; not their demographics (32, male etc) but what they think about, what their values are, what other websites they like, and psychologically why they find my site valuable.</p>
<p style="padding-left: 30px;"><strong>NOTE:</strong> The business Facebook page for this website proved invaluable to me in this process. I could go through bunches of the people who had liked my content already and (many of of their profiles being public) look at what else they &#8220;like&#8221;, which other pages they follow, etc).</p>
<p style="padding-left: 30px;">I could even go through their comments on my posts to give a picture of the language and tone they use to make it super clear (when seeing lots of them side by side) who this person really was.</p>
<p>I also had to profile other websites that speak to the same audience, including why my site was different to theirs, and how I wanted us to stand out compared to them.</p>
<p>Everything this designer does will be with that perfect customer in view; How will they view this logo? What will make it stand out to them? What will imply trustworthiness to them? Why will it help them feel the things we want to help them feel?</p>
<p>You start to get a sense of why it&#8217;s not just a &#8220;graphic designer&#8221; who can do this. The person requires an intimate knowledge of marketing and brand combined with impeccable aesthetic judgement to pull this off.</p>
<h3>Part 2: First Concepts</h3>
<p>In the first round, the designer submitted to me 6 concepts; individual logos that were different possible ways of communicating the desired brand identity to the exact target audience.</p>
<p>They were things like, <strong><em>&#8220;this one is if you want to accentuate the &#8220;fun&#8221;ness of the brand&#8221;</em>, <em>&#8220;This one is if you want to push harder on the authority of it&#8221;</em> etc.</strong> This allowed me to decide (since I should still know my brand, it&#8217;s desired place in the market, and the target audience best) which idea made the clearest statement of what this site was, and why it mattered.</p>
<p>Importantly, the designer said for this round that the fine details were less important. He said to tell him which concept I liked, and the typography, sizing, layout and other smaller bits we could work out in the final rounds.</p>
<p>As soon as I saw the first set of concepts I could tell this was different.</p>
<p>When he saw my current logo for this site (a 99designs job that I&#8217;d previously thought was ok), Filip was highly ambivalent. The content of his criticisms were noteworthy.</p>
<p>It&#8217;s in the health niche and the logo was using two colors, a lighter and a darker green. Filip said something like <em>&#8220;You usually have a primary and a secondary color who&#8217;s contrast creates the interest in the logo. But you only really have one color here, green&#8221;.</em> That made immediate sense.</p>
<p>Then when he looked at the logo part, the graphic (non textual) representation of the brand, he goes <em>&#8220;I get why he chose that, and it&#8217;s alright, but I don&#8217;t think that&#8217;s the best you can do&#8221;</em>. In other words, he could imagine other ways of taking the idea at the center of &#8220;why this site is unique and noteworthy&#8221; and representing it in a more exciting way.</p>
<p>Of course, as was clear on the first round of designs, that was true.</p>
<p style="text-align: center;"><strong>All the concepts used a primary and secondary color, often as well as a shade (black/white/greys) for text or supporting elements. This gave them all a kind of depth and complexity that my existing design lacked.</strong></p>
<p>The logos used symbolism to try and create associations and put ideas across.</p>
<p>There were a lot of questions like <em>&#8220;Is this a clearer representation of X feeling/idea, or that?&#8221;</em> <strong>There wasn&#8217;t a line out of place. Nothing that meant nothing.</strong> If a line was thin, it was to create a minimal modern feel. If something crossed over, it was to symbolize intersection or union. If something was misaligned, or &#8220;inorganic&#8221; it was to infer imperfection &#8211; the beautiful kind that could come from nature &#8211; and so on.</p>
<p style="text-align: center;"><em>(What I&#8217;m hoping by the way is that by talking about these points and this experience, you&#8217;ll be able to ask better questions, have better conversations with, and get better results from your designers in the future, however much you&#8217;re paying.)</em></p>
<p>I gave the initial concepts to a handful of my marketing friends for feedback, selected what I thought was the best option and we moved to the next step.</p>
<h3>Part 3: Final Tweaks</h3>
<p>On Filip&#8217;s recommendation, we took the first concept, and <span style="text-decoration: underline;"><strong>asked the designer to &#8220;play with it&#8221;</strong> </span>&#8211; I didn&#8217;t even know this was a thing until working with Filip.</p>
<p>It&#8217;s basically asking him to try variations on different aspects of the design to see if one can add a little extra &#8220;pop&#8221; to the final design. It could be some different fonts, different color variations, bold this, add more space to that, etc.</p>
<p><strong>The designer sends back through 6 variations on the original.</strong> (You can already start to see how much more work is involved than what &#8211; at least plenty of designers I&#8217;ve worked with in the past &#8211; would be willing to do.)</p>
<p>When I saw these tweaks, I actually couldn&#8217;t tell whether I liked them more than the original.</p>
<p><strong>Again, Filip had a couple of great bits of advice.</strong></p>
<p style="padding-left: 30px;"><strong>Look from 10 Feet:</strong> First, he told me about this practice of looking at designs by standing way back away from the computer screen. There&#8217;s some kind of perceptual filter applied when you&#8217;re looking at your screen from right in front of it, that disappears at distance. Comparing which design looks more striking seen from a computer screen across a room can point out subtle aspects of a design that make it more or less attractive.</p>
<p style="padding-left: 30px;"><strong>Split It Up:</strong> Then, on matters of typography, he told me to look at the design in it&#8217;s individual parts. It&#8217;s a logo, with website name next to it. He said look at the text on it&#8217;s own, with no logo next to it. Compare two versions of &#8220;text only&#8221; and whichever is most striking on it&#8217;s own, will be the most striking as a full logo.</p>
<p>That did it.</p>
<h3>Next Steps &amp; Takeaways For You</h3>
<p>This logo was a pre-cursor to a full site design for this particular property. This itself was a change to common thinking where normally your early steps are to get a logo that fits with your website. Here we&#8217;re getting a logo that establishes the core brand identity, then having a website designer (different animal again!) flesh that concept out into a coherent layout where each feature of the site echoes the same feel, the same brand values.</p>
<p>Whatever your niche, this is the kind of move that bigger players in your market will eventually make.</p>
<p>Even if you&#8217;re not about to splash for a new logo, I hope this gives you a chance to think about what your brand&#8217;s identity will be eventually.</p>
<ul>
<li>What&#8217;s the position of your site in your niche?</li>
<li>How is it different to the sites that do something similar?</li>
<li>Who are you really speaking to when you write content? What do they really love and care about (besides, you know, finding a new toaster oven)?</li>
<li>And what can you do with your site to deepen your connection to those people?</li>
</ul>
<p>Because if you&#8217;re in this for the long haul, knowing those answers will pay off.</p>
<p>The post <a rel="nofollow" href="http://andrewhansen.name/branding/lessons-1600-website-logo/">What I Learned By Getting A $1600 Website Logo</a> appeared first on <a rel="nofollow" href="http://andrewhansen.name">Andrew Hansen&#039;s Blog</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://andrewhansen.name/branding/lessons-1600-website-logo/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
	<post-id xmlns="com-wordpress:feed-additions:1">2332</post-id>	</item>
		<item>
		<title>Ep16: Peter Shallard on Productivity via Accountability, Goal Setting Science &#038; The Freedom Paradox</title>
		<link>http://andrewhansen.name/podcast/peter-shallard-accountability/</link>
		<comments>http://andrewhansen.name/podcast/peter-shallard-accountability/#respond</comments>
		<pubDate>Tue, 26 Sep 2017 09:49:28 +0000</pubDate>
		<dc:creator><![CDATA[Andrew Hansen]]></dc:creator>
				<category><![CDATA[Podcast]]></category>

		<guid isPermaLink="false">http://andrewhansen.name/?p=2331</guid>
		<description><![CDATA[<p>In this week&#8217;s episode, I spoke again to the &#8220;Shrink for Entrepreneurs&#8221; Peter Shallard from Commit Action (aff, and recommended!) about our paradoxical desire for &#8220;freedom&#8221; in entrepreneurship, and about the value of creating systems of accountability. We touched on goal setting (and the controversies in the science of it), Peter discussed the specific steps [&#8230;]</p>
<p>The post <a rel="nofollow" href="http://andrewhansen.name/podcast/peter-shallard-accountability/">Ep16: Peter Shallard on Productivity via Accountability, Goal Setting Science &#038; The Freedom Paradox</a> appeared first on <a rel="nofollow" href="http://andrewhansen.name">Andrew Hansen&#039;s Blog</a>.</p>
]]></description>
				<content:encoded><![CDATA[<p><a href="https://itunes.apple.com/gb/podcast/the-andrew-hansen-show/id1120687982"><img class="aligncenter wp-image-2145 size-medium" src="https://mk0andrewhansenkhnr9.kinstacdn.com/wp-content/uploads/2016/07/Large-itunes-Subscribe-Button-300x138.jpg" alt="" width="300" height="138" srcset="https://mk0andrewhansenkhnr9.kinstacdn.com/wp-content/uploads/2016/07/Large-itunes-Subscribe-Button-300x138.jpg 300w, https://mk0andrewhansenkhnr9.kinstacdn.com/wp-content/uploads/2016/07/Large-itunes-Subscribe-Button.jpg 500w" sizes="(max-width: 300px) 100vw, 300px" /></a></p>
<p>In this week&#8217;s episode, I spoke again to the &#8220;Shrink for Entrepreneurs&#8221; Peter Shallard from <a href="https://www.commitaction.com/hansen/"><strong>Commit Action</strong></a> (aff, and recommended!) about our paradoxical desire for &#8220;freedom&#8221; in entrepreneurship, and about the value of creating systems of accountability.</p>
<p>We touched on goal setting (and the controversies in the science of it), Peter discussed the specific steps for setting yourself up with a powerful in person mastermind group, and we discussed what it means to live a &#8220;highly leveraged&#8221; life, maximizing human flourishing.</p>
<h3>My Favorite Parts of This Chat Were</h3>
<p>[4:10] The problem with “freedom” as a goal in business</p>
<p>[6:30] The alternative to freedom seeking &amp; why it’s better</p>
<p>[9:00] Why discomfort is a valuable part of that process</p>
<p>[11:20] What it means to live a “highly leveraged” life</p>
<p>[17:00] Jerry Seinfeld and Noma (in Denmark), as examples</p>
<p>[21:50] What it means to replace freedom with leverage</p>
<p>[23:15] Willpower depletion and the mental gastank</p>
<p>[27:45] Being in the zone, but the wrong one</p>
<p>[34:00] The results of doing high leverage tasks compared to others &amp; why “working on work&#8221; depletes willpower</p>
<p>[36:00] Working on work depletes willpower</p>
<p>[38:20] Increasing accountability to transform yourself for the good</p>
<p>[41:25] The problem of isolation and countering it with accountability</p>
<p>[51:45] Learning from others and sharing goals</p>
<p>[59:10] How to set long term goals that matter.</p>
<p>[67:15] Whether it’s better to tell or not tell other people your goals</p>
<h3>Resources</h3>
<p>Even if you missed our webinar offer a couple months back, Peter&#8217;s accountability and productivity coaching service <a href="https://www.commitaction.com/hansen/"><strong>Commit Action</strong></a> is still a huge competitive advantage for entrepreneurs that I recommend highly.</p>
<h3>What&#8217;d You Think?</h3>
<p>Let me know in the comments here, or by leaving a review on Itunes.</p>
<p>&nbsp;</p>
<p>The post <a rel="nofollow" href="http://andrewhansen.name/podcast/peter-shallard-accountability/">Ep16: Peter Shallard on Productivity via Accountability, Goal Setting Science &#038; The Freedom Paradox</a> appeared first on <a rel="nofollow" href="http://andrewhansen.name">Andrew Hansen&#039;s Blog</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://andrewhansen.name/podcast/peter-shallard-accountability/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
<enclosure url="https://media.blubrry.com/the_andrew_hansen_show/s3.amazonaws.com/tahs/TheAndrewHansenShowSE1E16.mp3" length="87843198" type="audio/mpeg" />
	<post-id xmlns="com-wordpress:feed-additions:1">2331</post-id>	</item>
		<item>
		<title>Ep15: Sara Young on how brain chemicals are affecting your results</title>
		<link>http://andrewhansen.name/podcast/sara-young-dopamine/</link>
		<comments>http://andrewhansen.name/podcast/sara-young-dopamine/#comments</comments>
		<pubDate>Mon, 14 Aug 2017 09:36:58 +0000</pubDate>
		<dc:creator><![CDATA[Andrew Hansen]]></dc:creator>
				<category><![CDATA[Podcast]]></category>

		<guid isPermaLink="false">http://andrewhansen.name/?p=2324</guid>
		<description><![CDATA[<p>In this week&#8217;s podcast episode I talked to Sara Young about her new favorite subjects, dopamine, serotonin, and why these brain chemicals (rather than your own rational decisions) play such a large role in the results you get in business. My favorite parts of this chat were [4:25] The 1950s experiment with rats and what [&#8230;]</p>
<p>The post <a rel="nofollow" href="http://andrewhansen.name/podcast/sara-young-dopamine/">Ep15: Sara Young on how brain chemicals are affecting your results</a> appeared first on <a rel="nofollow" href="http://andrewhansen.name">Andrew Hansen&#039;s Blog</a>.</p>
]]></description>
				<content:encoded><![CDATA[<p><a href="https://itunes.apple.com/gb/podcast/the-andrew-hansen-show/id1120687982"><img class="aligncenter wp-image-2145 size-medium" src="https://mk0andrewhansenkhnr9.kinstacdn.com/wp-content/uploads/2016/07/Large-itunes-Subscribe-Button-300x138.jpg" alt="" width="300" height="138" srcset="https://mk0andrewhansenkhnr9.kinstacdn.com/wp-content/uploads/2016/07/Large-itunes-Subscribe-Button-300x138.jpg 300w, https://mk0andrewhansenkhnr9.kinstacdn.com/wp-content/uploads/2016/07/Large-itunes-Subscribe-Button.jpg 500w" sizes="(max-width: 300px) 100vw, 300px" /></a></p>
<p>In this week&#8217;s podcast episode I talked to Sara Young about her new favorite subjects, dopamine, serotonin, and why these brain chemicals (rather than your own rational decisions) play such a large role in the results you get in business.</p>
<h3>My favorite parts of this chat were</h3>
<p>[4:25] The 1950s experiment with rats and what it told us about how susceptible we are to pull of dopamine.<br />
[7:15] How dopamine affects you while you&#8217;re reading a sales letter (&amp; why it&#8217;s so bad for your progress)<br />
[12:30] The role of dopamine in your most frustrating, least productive moments.<br />
[16:40] Step 1 to engineering your dopamine releases (to get them from more rewarding places than from social media)<br />
[18:05] The relationship between dopamine, motivation and focus.<br />
[21:15] How to attain high dopamine &#8220;flow&#8221; states at your choosing.<br />
[25:11] Did Sara actually call me a Gorilla? I leave you to decide&#8230;<br />
[29:40] Sara&#8217;s &#8220;Neuro Bucket&#8221; method for avoiding dopamine crashes (avoiding binges &amp; blowouts for maximum efficiency)<br />
[41:15] Sara explains another neurochemical Serotonin, with a story about cows which was the first thing I told my wife when we hung up the call <img src="https://s.w.org/images/core/emoji/11/72x72/1f642.png" alt="🙂" class="wp-smiley" style="height: 1em; max-height: 1em;" /><br />
[52:00] The strange ways we get Serotonin (that seem innocent, but reveal less savory impulses within us)<br />
[54:45] How to make Serotonin work in our favor (rather than make us do horrible things).</p>
<h3>Resources Mentioned</h3>
<p>Sara recommends the <a href="https://www.amazon.com/Loretta-Graziano-Breuning/e/B001K8RYKU">work of Loretta Breunig</a> to learn more about brain chemicals &amp; how they affect our lives.</p>
<p><a href="https://www.youtube.com/watch?v=D9BHefMd75M&amp;t=4s">This video of cows fighting!</a></p>
<p>The post <a rel="nofollow" href="http://andrewhansen.name/podcast/sara-young-dopamine/">Ep15: Sara Young on how brain chemicals are affecting your results</a> appeared first on <a rel="nofollow" href="http://andrewhansen.name">Andrew Hansen&#039;s Blog</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://andrewhansen.name/podcast/sara-young-dopamine/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
<enclosure url="https://media.blubrry.com/the_andrew_hansen_show/s3.amazonaws.com/tahs/TheAndrewHansenShowSE1E15.mp3" length="59054313" type="audio/mpeg" />
	<post-id xmlns="com-wordpress:feed-additions:1">2324</post-id>	</item>
		<item>
		<title>Ep14: Niche Authority Sites &#038; Why They&#8217;re The Future of Organic Search Marketing</title>
		<link>http://andrewhansen.name/podcast/ep14-niche-authority-sites-why-theyre-the-future-of-organic-search-marketing/</link>
		<comments>http://andrewhansen.name/podcast/ep14-niche-authority-sites-why-theyre-the-future-of-organic-search-marketing/#comments</comments>
		<pubDate>Tue, 01 Aug 2017 02:10:56 +0000</pubDate>
		<dc:creator><![CDATA[Andrew Hansen]]></dc:creator>
				<category><![CDATA[Podcast]]></category>

		<guid isPermaLink="false">http://andrewhansen.name/?p=2320</guid>
		<description><![CDATA[<p>This episode is about a business model that isn&#8217;t new or &#8220;revolutionary&#8221; but that is exciting and profitable and I think will be even more so in the future. The power and value of Niche Authority sites are still being fully understood. In this episode we&#8217;ll look at what this kind of site really is, [&#8230;]</p>
<p>The post <a rel="nofollow" href="http://andrewhansen.name/podcast/ep14-niche-authority-sites-why-theyre-the-future-of-organic-search-marketing/">Ep14: Niche Authority Sites &#038; Why They&#8217;re The Future of Organic Search Marketing</a> appeared first on <a rel="nofollow" href="http://andrewhansen.name">Andrew Hansen&#039;s Blog</a>.</p>
]]></description>
				<content:encoded><![CDATA[<p><a href="https://itunes.apple.com/gb/podcast/the-andrew-hansen-show/id1120687982"><img class="aligncenter wp-image-2145 size-medium" src="https://mk0andrewhansenkhnr9.kinstacdn.com/wp-content/uploads/2016/07/Large-itunes-Subscribe-Button-300x138.jpg" alt="" width="300" height="138" srcset="https://mk0andrewhansenkhnr9.kinstacdn.com/wp-content/uploads/2016/07/Large-itunes-Subscribe-Button-300x138.jpg 300w, https://mk0andrewhansenkhnr9.kinstacdn.com/wp-content/uploads/2016/07/Large-itunes-Subscribe-Button.jpg 500w" sizes="(max-width: 300px) 100vw, 300px" /></a></p>
<p>This episode is about a business model that isn&#8217;t new or &#8220;revolutionary&#8221; but that is exciting and profitable and I think will be even more so in the future.</p>
<p>The power and value of Niche Authority sites are still being fully understood. In this episode we&#8217;ll look at what this kind of site really is, what drives it, and how you can start utilizing and profiting from it&#8217;s core principles on your own sites starting today.</p>
<h3>The Best Parts Of This Chat Were&#8230;</h3>
<p>[3:10] Why I found searching for a new Chinese restaurant so frustrating.</p>
<p>[7:15] What I consider a &#8220;Niche Authority&#8221; and why it&#8217;s so much different and better.</p>
<p>[14:05] Why niche authority sites stand to be more profitable in the future.</p>
<p>[24:20] The 4 core principles that create niche authority (all to do with content &amp; style)</p>
<p>[30:50] 3 examples of niche authority sites that we can all learn from (particularly in their content and monetization)</p>
<p>[41:30] 3 less common ways of monetizing authority sites that have high earning potential.</p>
<p>[49:35] How to create content like a niche authority site does.</p>
<p>[54:00] How to promote your site like a niche authority does.</p>
<h3><strong>Resources Mentioned</strong></h3>
<p><a href="http://www.seriouseats.com">SeriousEats.com</a></p>
<p><a href="http://www.permanentstyle.com">PermanentStyle.com</a></p>
<p><a href="http://www.diffordsguide.com">DiffordsGuide.com</a></p>
<p><a href="http://www.patreon.com">Patreon.com</a></p>
<p><a href="http://BrainPickings.com">BrainPickings.com</a></p>
<p>&nbsp;</p>
<p>The post <a rel="nofollow" href="http://andrewhansen.name/podcast/ep14-niche-authority-sites-why-theyre-the-future-of-organic-search-marketing/">Ep14: Niche Authority Sites &#038; Why They&#8217;re The Future of Organic Search Marketing</a> appeared first on <a rel="nofollow" href="http://andrewhansen.name">Andrew Hansen&#039;s Blog</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://andrewhansen.name/podcast/ep14-niche-authority-sites-why-theyre-the-future-of-organic-search-marketing/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
<enclosure url="https://media.blubrry.com/the_andrew_hansen_show/s3.amazonaws.com/tahs/TheAndrewHansenShowSE1E14.mp3" length="50903294" type="audio/mpeg" />
	<post-id xmlns="com-wordpress:feed-additions:1">2320</post-id>	</item>
		<item>
		<title>Review: Why I Changed My Hosting To WPEngine</title>
		<link>http://andrewhansen.name/reviews/wp-engine-review/</link>
		<comments>http://andrewhansen.name/reviews/wp-engine-review/#comments</comments>
		<pubDate>Fri, 21 Jul 2017 02:39:11 +0000</pubDate>
		<dc:creator><![CDATA[Andrew Hansen]]></dc:creator>
				<category><![CDATA[Reviews]]></category>

		<guid isPermaLink="false">http://andrewhansen.name/?p=2200</guid>
		<description><![CDATA[<p>Everyone brings different skills and personalities to their online business. My skills are in marketing, and they are not in tech. In this post you&#8217;re going to see why I now believe that if: a) You run WordPress sites that generate over say $200 of revenue a month, but with traffic below perhaps a million uniques [&#8230;]</p>
<p>The post <a rel="nofollow" href="http://andrewhansen.name/reviews/wp-engine-review/">Review: Why I Changed My Hosting To WPEngine</a> appeared first on <a rel="nofollow" href="http://andrewhansen.name">Andrew Hansen&#039;s Blog</a>.</p>
]]></description>
				<content:encoded><![CDATA[<p>Everyone brings different skills and personalities to their online business. My skills are in marketing, and they are not in tech.</p>
<p>In this post you&#8217;re going to see why I now believe that if:</p>
<p style="padding-left: 30px;">a) You run WordPress sites that generate over say $200 of revenue a month, but with traffic below perhaps a million uniques a month.</p>
<p style="padding-left: 30px;">b) Your skills are in marketing like me, not tech.</p>
<p><strong>that <a href="http://andrewhansen.name/wpe">WPEngine</a> (aff) is the best value for money hosting solution you can get right now. You will shortly see that I haven&#8217;t arrived at this solution lightly.</strong></p>
<p>I&#8217;ve just transferred all of my sites over to it, and I never thought a hosting company could give me any form of happiness, let alone the level of happiness that I&#8217;ve since attained.</p>
<p>Here&#8217;s how and why this view of mine developed.</p>
<h3>Background: Oh Hostgator&#8230;</h3>
<p>Since I started online in 2005 I&#8217;d used Hostgator as my primary host. I&#8217;d dabbled with different solutions over the years, mainly for PBNs, and small individual projects, but had never veered far.</p>
<p>I had a dedicated server with HG since maybe 2009. At one stage we even had 3 dedicated hosts with HG, paying about $1200 a month.</p>
<p>This offered some small reprieve from the worst things about Hostgator (and companies like it) that people complain about with cheap shared accounts. On dedicated, you have better security than shared, and if you know how, you can get slightly better support.</p>
<p>But mainly, I just stuck with it because it&#8217;s all I knew. For an entrepreneur, I&#8217;m surprisingly resistant to change on certain things. I tend to see the amount of work involved in a change before I imagine the benefits.</p>
<p>Finally, and most after chatting to my friend Bill (<a href="http://andrewhansen.name/podcast/bill-ferrante/">who you can hear from on this episode of the podcast</a>) I came to understand the full extent of how bad hosting companies like HG are, compared to what&#8217;s available in 2016.</p>
<p>Those interested can <a href="http://www.digitalfaq.com/editorials/websites-blogs/hostgator-alternatives-eig-pt1.htm">read more here about this company called EIG who now own Hostgator</a> and, well, <em>most</em> of the major web hosts online, why they are producing such low quality, and why they are to be avoided for the time being.</p>
<h3>What&#8217;s WordPress Hosting?</h3>
<p>For those who don&#8217;t know, it&#8217;s a relatively new form of web hosting company that, as the name suggests, works only with WordPress. This means they can focus on being amazing at hosting WordPress sites, with all the intricacies that entails.</p>
<p><span style="text-decoration: underline;">Example:</span> At various times with Hostgator, I&#8217;d find out that one of my sites had gone down.</p>
<p>I&#8217;d talk to Hostgator support, and after much back and forth, learn that some plugin had started throwing an error, which went crazy hogging server resources, until it used up all that site&#8217;s allowance in my account, and the site went down.</p>
<p>When I&#8217;d start asking which plugin it was, and which file, they could only ever paste me lines from an error log file who&#8217;s meaning I didn&#8217;t understand.</p>
<p>With WordPress hosting, no such thing should happen.</p>
<p><strong>They manage the updates of your WordPress core. They manage plugin updates.</strong> And when something weird does happen, and you ask them about it, they know what happened because&#8230; they only work with WordPress. They can specialize.</p>
<p>Actually something like this already happened in my first month of using <a href="http://andrewhansen.name/wpe">WPEngine</a>. I had a runaway plugin one day. The site didn&#8217;t go down, it just slowed way down this day. I talked to their support (more on which later) who immediately told me what the issue was, and recommended a solution, which I took and the problem was immediately fixed.</p>
<p>As you&#8217;ll see below, hosting WordPress sites with a WordPress managed host is a very different hosting experience.</p>
<h3>Advantage #1: Security</h3>
<p>Since I started this blog post, I&#8217;ve recommended two close friends switch to <a href="http://andrewhansen.name/wpe">WPEngine</a> after bad hackings took their sites down, costing big money and time to repair.</p>
<p>Security is a huge challenge for new entrepreneurs. When you&#8217;re trying to keep costs low, you choose the cheapest hosting you can &#8211; which usually means shared. That is, you buy space on a hosting account that&#8217;s shared with a whole lot of other people &#8211; and you hope for the best. It doesn&#8217;t always go well.</p>
<p>I once lost an entire income stream because I was sending Adwords traffic to a landing page, on a blog that was hosted on a shared account. The site got hacked, so Adwords stopped running my ad&#8230; then they killed the quality score of my whole site so I basically couldn&#8217;t send traffic to that site&#8230; then they killed my whole Adwords account because I looked like someone who was sending traffic to a hacker website.</p>
<p>It sucked.</p>
<p>I&#8217;ve had others bad experiences too, with sites getting organic traffic being hacked, struggling to get the site back, losing rankings and income. <strong>What&#8217;s worse, basically anyone I know who has been making WordPress sites long enough has had problems with hacking.</strong> And the more exposure your sites get, the higher the chances of catching a hacker&#8217;s attention.</p>
<p>Most of us know this, but managing our own site&#8217;s security is among the most boring of human pursuits.</p>
<p>You know you have to keep WordPress up to date. But sometimes you just forget.</p>
<p>You know you have to get rid of old plugins&#8230;</p>
<p>You know you have to hide certain WordPress files&#8230;</p>
<p>And a bunch of other tasks, but when you&#8217;re focused on creating quality content and getting your new site noticed, you just don&#8217;t prioritize that stuff.</p>
<p>When you have managed WordPress hosting, they prioritize security for you.</p>
<p>I just saw this post on WPEngine today called &#8220;<a href="https://wpengine.com/blog/15-ways-harden-wordpress-security/?utm_medium=email&amp;utm_source=hubspot&amp;utm_campaign=q4security&amp;_hsenc=p2ANqtz-_OuNQcJq4IcEhm0O6kVDvVVym1IEdmcSMhBGQRf2PjAL8bBmLW2RltNSKU_7GWHOUz55nRgSC3A7UldmyK7Jyd-K2jAA&amp;_hsmi=37023667">15 Ways To Harden Your WordPress Security</a>&#8221; and it&#8217;s basically just a list of security things that WPEngine does to improve your security if you&#8217;re a customer.</p>
<p><strong>Practically speaking, it means hosting with WPE, I&#8217;m much less likely to get hacked, and in the worst case that I still do, <span style="text-decoration: underline;">they fix it for free.</span></strong></p>
<p>The peace of mind this gives is no small advantage. As entrepreneurs we stress about enough things as is. Having one less is nice.</p>
<h3>Advantage #2: Speed</h3>
<p>Site speed is still a ranking factor. According to most experts, it&#8217;s more of a factor now than it was.</p>
<p>Depending on the package you choose at WPE you&#8217;ll be able to utilize their CDN (content delivery network) as part of the service, to speed up your sites.</p>
<p>What&#8217;s a CDN? No way am I the right person to explain that to you. <a href="http://www.wpbeginner.com/beginners-guide/why-you-need-a-cdn-for-your-wordpress-blog-infographic/">This explanation is simple and quick.</a> Bottom line is CDNs make your site faster and user experience better.</p>
<p>Smarter people will tell you that just having a CDN doesn&#8217;t necessarily speed your site up.</p>
<p>What I do know is that my sites load faster now, according to speed tests than they did before we switched.</p>
<p>More than that, <strong>I love that WPEngine makes speed a focus.</strong> They let you run speed tests on individual sites and pages within your hosting dashboard&#8230;</p>
<p><img class="aligncenter size-large wp-image-2315" src="https://mk0andrewhansenkhnr9.kinstacdn.com/wp-content/uploads/2017/07/wpe-speed-1-1024x352.png" alt="" width="1024" height="352" srcset="https://mk0andrewhansenkhnr9.kinstacdn.com/wp-content/uploads/2017/07/wpe-speed-1-1024x352.png 1024w, https://mk0andrewhansenkhnr9.kinstacdn.com/wp-content/uploads/2017/07/wpe-speed-1-300x103.png 300w, https://mk0andrewhansenkhnr9.kinstacdn.com/wp-content/uploads/2017/07/wpe-speed-1-768x264.png 768w" sizes="(max-width: 1024px) 100vw, 1024px" /></p>
<p>They also give recommendations for improvements based on each test.</p>
<p>Functionally, it means each time you make a tweak to your layout, or add a plugin, you can quickly do a speed check, and compare it against your past results to make sure nothing slowed down.</p>
<p>Even after finishing a post you can check the speed of that URL to make sure it&#8217;s in line with your norms&#8230; then you can tweak it if not.</p>
<h3>Advantage #3: Support</h3>
<p>Ohh the support&#8230;</p>
<p>I&#8217;ve contacted WP engine probably 10 times with small issues, since I signed up.</p>
<p>I&#8217;ve never waited more than a few minutes for a live chat reply. That&#8217;s no exaggeration either. <strong>This is what their live chat looks like at time of writing, in the middle of a US workday&#8230;</strong></p>
<p><img class="aligncenter size-full wp-image-2316" src="https://mk0andrewhansenkhnr9.kinstacdn.com/wp-content/uploads/2017/07/support.png" alt="" width="688" height="179" srcset="https://mk0andrewhansenkhnr9.kinstacdn.com/wp-content/uploads/2017/07/support.png 688w, https://mk0andrewhansenkhnr9.kinstacdn.com/wp-content/uploads/2017/07/support-300x78.png 300w" sizes="(max-width: 688px) 100vw, 688px" /></p>
<p>And I&#8217;ve never closed a chat without the issue I inquired about being fixed.</p>
<p>Their support goes above and beyond.</p>
<p>I&#8217;ve asked them to help me with things that shouldn&#8217;t be their job. Maybe it&#8217;s late at night and your developer isn&#8217;t going to reply quickly&#8230; whatever. They haven&#8217;t let me down once.</p>
<p><strong>And they&#8217;re newbie friendly too.</strong> Sometimes something has gone wrong. I don&#8217;t know how to describe it properly? <em>&#8220;This page is showing some weird code all of a sudden&#8221;</em> is the kind of technical descriptions I&#8217;ve throw at them without them blinking an eye.</p>
<h3>Advantage #4 Backup Management</h3>
<p>Sometimes you break something on your site. And the experience I used to have contacting Hostgator in these moments was always fearful. Maybe they had a backup, maybe they didn&#8217;t. How old was the backup? And once they sent me a link to the backup file, what was I going to do with it?! (Email a developer, that&#8217;s what)</p>
<p><a href="http://andrewhansen.name/wpe">WPEngine</a> not only manages your backups internally, they offer you 1 click restore points to any of them.</p>
<p><img class="aligncenter size-large wp-image-2318" src="https://mk0andrewhansenkhnr9.kinstacdn.com/wp-content/uploads/2017/07/backups1-1024x447.png" alt="" width="1024" height="447" srcset="https://mk0andrewhansenkhnr9.kinstacdn.com/wp-content/uploads/2017/07/backups1-1024x447.png 1024w, https://mk0andrewhansenkhnr9.kinstacdn.com/wp-content/uploads/2017/07/backups1-300x131.png 300w, https://mk0andrewhansenkhnr9.kinstacdn.com/wp-content/uploads/2017/07/backups1-768x335.png 768w, https://mk0andrewhansenkhnr9.kinstacdn.com/wp-content/uploads/2017/07/backups1.png 1244w" sizes="(max-width: 1024px) 100vw, 1024px" /></p>
<p><strong>This means if I break something, I can fix it&#8230; or at least prevent it affecting revenue&#8230; immediately, and myself.</strong></p>
<p>I like this.</p>
<h3>What I Worried About</h3>
<p>The reason I put off changing hosts for so long is that my only experiences of ever moving a site from one place to another were&#8230; lacking in fun. Let&#8217;s put it that way.</p>
<p><strong>The Faff of Transferring</strong></p>
<p>Especially transferring from a Cpanel host (what your host probably is) to this new managed WordPress thing&#8230; I just didn&#8217;t know what to expect.</p>
<p>Turns out it&#8217;s all pretty simple. You install their WordPress plugin on your existing site, and it sucks all the details over to your WPEngine account.</p>
<p>A change of nameservers and you&#8217;re pretty much done.</p>
<p><strong>I won&#8217;t overplay it: I did get some help from a friend for the first one</strong>, and had a few back and forths with live support to make sure everything was set. But after that it clicked and subsequent sites were easy to move.</p>
<p>It&#8217;s not exactly fun work, but you only have to do it once.</p>
<p><strong>Limits On Traffic</strong></p>
<p>I didn&#8217;t like this idea when I was considering joining. And plenty of people don&#8217;t like it.</p>
<p><em>&#8220;Why do I get punished for being successful?&#8221;</em></p>
<p><em>A: &#8220;You don&#8217;t get punished for being successful. You get punished for using more resources, IDIOT.&#8221;</em></p>
<p>(Yep, that&#8217;s me having a fake conversation with an imaginary person. It&#8217;s late here. Forget it.)</p>
<p>Truth is, I picked the plan that corresponded with the traffic I was getting, with about 100% room to grow&#8230; and it was fine.</p>
<p>The cost saving was still huge compared to my dedicated accounts at Hostgator.</p>
<p><strong>What About Email?</strong></p>
<p>I always used Cpanel email addresses for sites, and I was familiar with them and how they worked.</p>
<p>WPEngine doesn&#8217;t host email so you need to get a separate provider. You still have an @yourname.com email address, it just gets managed elsewhere.</p>
<p>This is another thing I didn&#8217;t understand that put me off from transferring for a while.</p>
<p>Turned out the solution was easy enough. I now use a free service called Zoho, that you connect up through your domain registrar, instead of your host.</p>
<p>It&#8217;s only a few steps to set up (configuring mx records&#8230; which may sound complicated but it&#8217;s mainly just copy/pasting. <a href="https://www.zoho.com/mail/help/adminconsole/configure-email-delivery.html">Zoho has a good tutorial on it too</a>) and once it&#8217;s done, the email client is actually really cool. You can create multiple email addresses per domain name and manage them from one central account.</p>
<p>Did I mention it&#8217;s FREE?</p>
<p>Bottom line: The email part was a change of habit but I lost nothing, and gained quite a lot with the new setup.</p>
<p><strong>Plugins Disallowed?</strong></p>
<p>This was another thing I was concerned about.<a href="http://andrewhansen.name/wpe"> WPEngine</a> doesn&#8217;t allow you to run certain plugins because of risks they might pose to security and speed across their servers.</p>
<p>At first I thought this was a bummer, especially because I read that some Related Post plugins were on the list.</p>
<p>This turned out not to be an issue at all.</p>
<p>It actually alerted me that I should change to a different related posts plugin (I use Yuzo now but there are other good options too) and all other <a href="https://wpengine.com/support/disallowed-plugins/">plugins on the list</a> I didn&#8217;t need or wasn&#8217;t using anyway. <strong>I could uninstall some like backup plugins, and caching plugins because WPengine takes care of those things for you.</strong></p>
<p><strong>When I Wouldn&#8217;t Recommend It</strong></p>
<p>I tried to be specific at the start of this post in saying that I think WPEngine is the best choice for you if:</p>
<p style="padding-left: 30px;">a) You run WordPress sites that generate over say $200 of revenue a month, but with traffic below perhaps a million uniques a month.</p>
<p style="padding-left: 30px;">b) Your skills are in marketing like me, not tech.</p>
<p>There are another couple considerations too:</p>
<p><strong>If you run a WordPress site AND&#8230;</strong></p>
<p>something else on the domain, or on your current host itself&#8230; maybe your CRM, something to do with your payment processor&#8230;. something else for your landing pages or e-commerce store, or whatever&#8230;</p>
<p>Anything that&#8217;s not WordPress has to be managed differently and you might consider it too much hassle.</p>
<p>I ended up transferring some of my assets in this category to <a href="https://siteground.com">Siteground,</a> who I&#8217;ve also been really happy with.</p>
<p>Point is just that if you host lots of sites and stuff that isn&#8217;t all WP, you&#8217;ll have to decide whether that extra separation and effort is worth it.</p>
<p><strong>If you do lots of in depth development&#8230;</strong></p>
<p>Some developers have said they don&#8217;t like WP engine because of the way they restrict access to their environment. <a href="https://anchor.host/2017/05/30/using-wp-engine-vs-kinsta/">Apparently they don&#8217;t allow SSH access.</a> This has never affected me but it may affect you.</p>
<p><strong>If you have only one site that gets more than say 50,000 uniques a month&#8230;</strong></p>
<p>There&#8217;s another managed WordPress hosting service that&#8217;s picking up steam called <a href="https://kinsta.com">Kinsta</a>. The main advantage with them is that they don&#8217;t restrict traffic. With the single site install, you get unlimited visitors for $100 a month. <a href="https://www.shoutmeloud.com/wpengine-vs-kinsta-hosting.html">Some people</a> have said they think it&#8217;s much better than WPEngine, but as with any web hosting question, debate rages.</p>
<h3>Bottom Line</h3>
<p>For a digital business, your hosting is like the land a house is built on. You don&#8217;t pay attention to it until your house starts sinking.</p>
<p>Having a higher quality web host is protecting the asset your business rests on.</p>
<p>For security, speed, and ease of management, <strong><a href="http://andrewhansen.name/wpe">I&#8217;ve been so happy with WPEngine and I now excitedly recommend it to others.</a></strong></p>
<p>The post <a rel="nofollow" href="http://andrewhansen.name/reviews/wp-engine-review/">Review: Why I Changed My Hosting To WPEngine</a> appeared first on <a rel="nofollow" href="http://andrewhansen.name">Andrew Hansen&#039;s Blog</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://andrewhansen.name/reviews/wp-engine-review/feed/</wfw:commentRss>
		<slash:comments>25</slash:comments>
	<post-id xmlns="com-wordpress:feed-additions:1">2200</post-id>	</item>
	</channel>
</rss>
