<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Hobart SEO Consultant</title>
	<atom:link href="https://hobartseoconsultant.com.au/feed/" rel="self" type="application/rss+xml" />
	<link>https://hobartseoconsultant.com.au</link>
	<description>SEO Services for Tasmanian</description>
	<lastBuildDate>Wed, 25 Nov 2020 00:11:40 +0000</lastBuildDate>
	<language>en-AU</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=5.5.3</generator>
	<item>
		<title>Extracting URLs from Search Engine Listings</title>
		<link>https://hobartseoconsultant.com.au/extracting-urls-from-search-engine-listings/</link>
					<comments>https://hobartseoconsultant.com.au/extracting-urls-from-search-engine-listings/#respond</comments>
		
		<dc:creator><![CDATA[Nicholas]]></dc:creator>
		<pubDate>Wed, 25 Nov 2020 00:09:31 +0000</pubDate>
				<category><![CDATA[Journey]]></category>
		<guid isPermaLink="false">https://hobartseoconsultant.com.au/?p=880</guid>

					<description><![CDATA[<p>Been a while since I&#8217;ve uploaded a blog posts and just confirming I am still open for business. This is just a quick one. I&#8217;ve come into a problem lately when working on a clients website. They are active publishing blog posts but since the...</p>
<p>The post <a rel="nofollow" href="https://hobartseoconsultant.com.au/extracting-urls-from-search-engine-listings/">Extracting URLs from Search Engine Listings</a> appeared first on <a rel="nofollow" href="https://hobartseoconsultant.com.au">Hobart SEO Consultant</a>.</p>
]]></description>
										<content:encoded><![CDATA[<!-- HFCM by 99 Robots - Snippet # 3: Facebook JS -->
<div id="fb-root"></div>
<script>(function(d, s, id) {
  var js, fjs = d.getElementsByTagName(s)[0];
  if (d.getElementById(id)) return;
  js = d.createElement(s); js.id = id;
  js.src = 'https://connect.facebook.net/en_US/sdk.js#xfbml=1&version=v3.2&appId=201626256568789&autoLogAppEvents=1';
  fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));</script>
<!-- /end HFCM by 99 Robots -->
<p>Been a while since I&#8217;ve uploaded a blog posts and just confirming I am still open for business.</p>
<p>This is just a quick one. I&#8217;ve come into a problem lately when working on a clients website. They are active publishing blog posts but since the information is time sensitive they tend to remove blog posts to avoid pushing out misinformation as the RBA likes to change information at the last second.</p>
<p>In this blog post I am sharing a JavaScript bookmark created for extracting URLs from Search Engine Result Pages. This tool will assist anyone looking to pull a list of URLs from a page in order to import into a CSV file or Google Sheets.</p>


<div class="wp-block-buttons">
<div class="wp-block-button"><a class="wp-block-button__link" href="javascript:(function(){output='<html&gt;<head&gt;<title&gt;Google Web Scraper</title&gt;<style type=\'text/css\'&gt;body,table{font-family:Tahoma,Verdana,Segoe,sans-serif;font-size:11px;color:#000}h1,h2,th{color:#405850}th{text-align:left}h2{font-size:14px;margin-bottom:3px}</style&gt;</head&gt;<body&gt;'; output+='<table&gt;<tbody&gt;<tr&gt;<td&gt;<a href=\'https://hobartseoconsultant.com.au\'&gt;<img src=\'https://hobartseoconsultant.com.au/wp-content/uploads/2018/11/logo-header.png\' style=&quot;width:180px;&quot;&gt;</a&gt;</td&gt;</tr&gt;</tbody&gt;</table&gt; '; pageAnchors=document.getElementsByTagName('a'); divClasses=document.getElementsByTagName('div'); var linkcount=0;var linkLocation=''; var linkAnchorText=''; output+='<table&gt;<th&gt;ID</th&gt;<th&gt;Link</th&gt;<th&gt;Anchor</th&gt;'; for(i=0;i<pageAnchors.length;i++){ if(pageAnchors[i].parentNode.parentNode.getAttribute('class')!='iUh30'){ var anchorText = pageAnchors[i].textContent; var anchorLink = pageAnchors[i].href; var linkAnchor = anchorLink + '\t'+anchorText; var anchorID = pageAnchors[i].id; if(anchorLink!=''){ if(anchorLink.match(/^((?!google\.|cache|blogger.com|\.yahoo\.|youtube\.com\/\?gl=|youtube\.com\/results|javascript:|api\.technorati\.com|botw\.org\/search|del\.icio\.us\/url\/check|digg\.com\/search|search\.twitter\.com\/search|search\.yahoo\.com\/search|siteanalytics\.compete\.com|tools\.seobook\.com\/general\/keyword\/suggestions|web\.archive\.org\/web\/|whois\.domaintools\.com|www\.alexa\.com\/data\/details\/main|www\.bloglines\.com\/search|www\.majesticseo\.com\/search\.php|www\.semrush\.com\/info\/|www\.semrush\.com\/search\.php|www\.stumbleupon\.com\/url|wikipedia.org\/wiki\/Special:Search).)*$/i)){ if(anchorID.match(/^((?!hdtb_more|hdtb_tls|uh_hl).)*$/i)){ linkLocation+=anchorLink+'<br /&gt;'; linkAnchorText+=anchorText+'<br /&gt;'; linkcount++; if (anchorText === undefined) anchorText = pageAnchors[i].innerText;output+='<tr&gt;'; output+='<td&gt;'+linkcount+'</td&gt;'; output+='<td&gt;'+pageAnchors[i].href+'</a&gt;</td&gt;'; output+='<td&gt;'+anchorText+'</td&gt;'; output+='</tr&gt;\n'; } } } } } output+='</table&gt;<br/&gt;<h2&gt;URL List</h2&gt;<div&gt;'; output+=linkLocation;output+='</div&gt;<br/&gt;<h2&gt;Anchor Text List</h2&gt;<div&gt;'; output+=linkAnchorText;output+='<br/&gt;%C2%A0<br/&gt;<p align=center&gt;<a href=\'https://hobartseoconsultant.com.au/\'&gt;Hobart SEO Consutlant</a&gt;</p&gt;'; with(window.open()){document.write(output);document.close();}})();">Extraction Tool (JavaScript) &#8211; Bookmark</a></div>
</div>



<p></p>
<p>The post <a rel="nofollow" href="https://hobartseoconsultant.com.au/extracting-urls-from-search-engine-listings/">Extracting URLs from Search Engine Listings</a> appeared first on <a rel="nofollow" href="https://hobartseoconsultant.com.au">Hobart SEO Consultant</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://hobartseoconsultant.com.au/extracting-urls-from-search-engine-listings/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Case Study: Influencer Marketing for Jewellery</title>
		<link>https://hobartseoconsultant.com.au/case-study-influencer-marketing-for-jewellery/</link>
					<comments>https://hobartseoconsultant.com.au/case-study-influencer-marketing-for-jewellery/#respond</comments>
		
		<dc:creator><![CDATA[Nicholas]]></dc:creator>
		<pubDate>Tue, 18 Jun 2019 01:42:46 +0000</pubDate>
				<category><![CDATA[Journey]]></category>
		<guid isPermaLink="false">https://hobartseoconsultant.com.au/?p=757</guid>

					<description><![CDATA[<p>The post <a rel="nofollow" href="https://hobartseoconsultant.com.au/case-study-influencer-marketing-for-jewellery/">Case Study: Influencer Marketing for Jewellery</a> appeared first on <a rel="nofollow" href="https://hobartseoconsultant.com.au">Hobart SEO Consultant</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p><!-- HFCM by 99 Robots - Snippet # 3: Facebook JS --></p>
<div id="fb-root"></div>
<p><script>(function(d, s, id) {
  var js, fjs = d.getElementsByTagName(s)[0];
  if (d.getElementById(id)) return;
  js = d.createElement(s); js.id = id;
  js.src = 'https://connect.facebook.net/en_US/sdk.js#xfbml=1&version=v3.2&appId=201626256568789&autoLogAppEvents=1';
  fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));</script><br />
<!-- /end HFCM by 99 Robots --><br />
<div      class="vc_row wpb_row section vc_row-fluid  grid_section" style=' text-align:left;'><div class=" section_inner clearfix"><div class='section_inner_margin clearfix'><div class="wpb_column vc_column_container vc_col-sm-12"><div class="vc_column-inner"><div class="wpb_wrapper">
	<div class="wpb_text_column wpb_content_element ">
		<div class="wpb_wrapper">
			<p>It has played on my mind for a little while now and I&#8217;ve always wanted to give it a test run. Influencer Marketing via Instagram has been the buzz in the online marketing town, and like most strategies that are promoted and sold in tutorials, it&#8217;s is highly likely that it is all complete bs.</p>

		</div> 
	</div> 	<div class="vc_empty_space"  style="height: 32px" ><span
			class="vc_empty_space_inner">
			<span class="empty_space_image"  ></span>
		</span></div>


	<div class="wpb_text_column wpb_content_element ">
		<div class="wpb_wrapper">
			<p>I have had a few clients ask me recently if influencer marketing is worth the money, and I never knew how to answer the question as I&#8217;ve never done it, until now. (insert evil laugh)</p>

		</div> 
	</div> 	<div class="vc_empty_space"  style="height: 32px" ><span
			class="vc_empty_space_inner">
			<span class="empty_space_image"  ></span>
		</span></div>

<div      class="vc_row wpb_row section vc_row-fluid vc_inner " style=' text-align:left;'><div class=" full_section_inner clearfix"><div class="wpb_column vc_column_container vc_col-sm-6"><div class="vc_column-inner"><div class="wpb_wrapper">
	<div class="wpb_text_column wpb_content_element ">
		<div class="wpb_wrapper">
			<h2>The Process</h2>

		</div> 
	</div> 	<div class="vc_empty_space"  style="height: 32px" ><span
			class="vc_empty_space_inner">
			<span class="empty_space_image"  ></span>
		</span></div>


	<div class="wpb_text_column wpb_content_element ">
		<div class="wpb_wrapper">
			<p>If you&#8217;re looking at this article hoping to run through the process yourself, then let me share my experience so you&#8217;re not going in blind.</p>
<p>I used a platform that is known here in Australia with lots of Australian influencers within the platform, including some TV Personalities.</p>
<p>Once you sign up to a platform then you generally need to choose what type of person you are, meaning &#8220;influencer&#8221; or &#8220;brand&#8221;. I would say you&#8217;re a brand if you&#8217;re reading this&#8230;</p>
<p>Once you&#8217;re in the platform, and most platforms are the same, you need to create a job post for your outreach. This does save lots of time sifting through all the talent and reaching out individually.</p>
<p>Once you post a job placement, wait just a few days and you&#8217;ll start getting responses. The job I posted was for my jewellery website where I promoted a <a href="https://www.holojewels.com.au/shop/holo-bracelet/">bracelet with iridescent beads</a> via influencers.</p>

		</div> 
	</div> </div></div></div><div class="wpb_column vc_column_container vc_col-sm-6"><div class="vc_column-inner"><div class="wpb_wrapper">	<div class="vc_empty_space"  style="height: 32px" ><span
			class="vc_empty_space_inner">
			<span class="empty_space_image"  ></span>
		</span></div>


	<div class="wpb_single_image wpb_content_element vc_align_left">
		<div class="wpb_wrapper">
			
			<div class="vc_single_image-wrapper   vc_box_border_grey"><img width="800" height="800" src="https://hobartseoconsultant.com.au/wp-content/uploads/2019/06/influencer-marketing.jpg" class="vc_single_image-img attachment-full" alt="influencer-marketing" srcset="https://hobartseoconsultant.com.au/wp-content/uploads/2019/06/influencer-marketing.jpg 800w, https://hobartseoconsultant.com.au/wp-content/uploads/2019/06/influencer-marketing-150x150.jpg 150w, https://hobartseoconsultant.com.au/wp-content/uploads/2019/06/influencer-marketing-300x300.jpg 300w, https://hobartseoconsultant.com.au/wp-content/uploads/2019/06/influencer-marketing-768x768.jpg 768w, https://hobartseoconsultant.com.au/wp-content/uploads/2019/06/influencer-marketing-570x570.jpg 570w, https://hobartseoconsultant.com.au/wp-content/uploads/2019/06/influencer-marketing-500x500.jpg 500w, https://hobartseoconsultant.com.au/wp-content/uploads/2019/06/influencer-marketing-700x700.jpg 700w" sizes="(max-width: 800px) 100vw, 800px" /></div>
		</div>
	</div>
	<div class="vc_empty_space"  style="height: 32px" ><span
			class="vc_empty_space_inner">
			<span class="empty_space_image"  ></span>
		</span></div>

</div></div></div></div></div>	<div class="vc_empty_space"  style="height: 32px" ><span
			class="vc_empty_space_inner">
			<span class="empty_space_image"  ></span>
		</span></div>


	<div class="wpb_text_column wpb_content_element ">
		<div class="wpb_wrapper">
			<h2>Platforms &#038; Pricing</h2>

		</div> 
	</div> 	<div class="vc_empty_space"  style="height: 32px" ><span
			class="vc_empty_space_inner">
			<span class="empty_space_image"  ></span>
		</span></div>


	<div class="wpb_text_column wpb_content_element ">
		<div class="wpb_wrapper">
			<p>The one thing I found a little confusing across all the platforms was the budgets they were asking me to set. I did login to <a href="https://www.tribegroup.co/">Tribe</a> which has a minimum spend of $1000 to run a job ad. I got a call from them in the end that said &#8220;I think your business is a little too niche for us, come back when you add more products&#8221; which led me to another platform called <a href="https://theright.fit/">The Right Fit</a>.</p>
<p>After searching around The Right Fit I found a pricing calculator which I found to be very fair. Use this calculator <a href="https://theright.fit/pricing-calculator">https://theright.fit/pricing-calculator</a> to work out what you should be paying for influencers, but use it as a guide, it comes down to what they can offer you.</p>

		</div> 
	</div> 	<div class="vc_empty_space"  style="height: 32px" ><span
			class="vc_empty_space_inner">
			<span class="empty_space_image"  ></span>
		</span></div>


	<div class="wpb_text_column wpb_content_element ">
		<div class="wpb_wrapper">
			<h2>Selecting Talent</h2>

		</div> 
	</div> 	<div class="vc_empty_space"  style="height: 32px" ><span
			class="vc_empty_space_inner">
			<span class="empty_space_image"  ></span>
		</span></div>


	<div class="wpb_text_column wpb_content_element ">
		<div class="wpb_wrapper">
			<p>Once you&#8217;ve created a shortlist then it&#8217;s time to start communicating. If you want some advice, provide as much information as possible to the influencers and judge them based on their reaction, not their follower count. Someone that is really excited to see your product has much more value than someone that responds &#8220;oh wow, yeah can&#8217;t wait&#8221; because they&#8217;re just looking for free stuff.</p>
<p>Once you have made your choices, then you can book the talent directly within the platform as the platforms themselves act as an escrow service: they hold the money and release it on job completion. The platform I used does not have a &#8220;release funds&#8221; option, so it really is based on a trust system.</p>

		</div> 
	</div> 	<div class="vc_empty_space"  style="height: 32px" ><span
			class="vc_empty_space_inner">
			<span class="empty_space_image"  ></span>
		</span></div>


	<div class="wpb_text_column wpb_content_element ">
		<div class="wpb_wrapper">
			<h2>Results</h2>

		</div> 
	</div> 	<div class="vc_empty_space"  style="height: 32px" ><span
			class="vc_empty_space_inner">
			<span class="empty_space_image"  ></span>
		</span></div>


	<div class="wpb_text_column wpb_content_element ">
		<div class="wpb_wrapper">
			<p>I&#8217;ve embed the posts below so you can see what activity the posts got, and I can tell you with 100% confidence that both influencers converted 0%. The only major activity I received was young influencers with 600 &#8211; 1000 followers asking me for free stuff. I did notice the follower count go up by 12 people in total, but from a reach of over 2500 people I expected a bit more.</p>
<p>My total cost for these two posts was $200, which is not a large budget in the overall scheme of things, but if you&#8217;re looking for an answer on where to spend your tight budget then I don&#8217;t recommend going down this path. You&#8217;re much better off paying someone to write amazing content an post it on their website with a link back to the product.</p>

		</div> 
	</div> 	<div class="vc_empty_space"  style="height: 32px" ><span
			class="vc_empty_space_inner">
			<span class="empty_space_image"  ></span>
		</span></div>

<div      class="vc_row wpb_row section vc_row-fluid vc_inner " style=' text-align:left;'><div class=" full_section_inner clearfix"><div class="wpb_column vc_column_container vc_col-sm-6"><div class="vc_column-inner"><div class="wpb_wrapper">
	<div class="wpb_raw_code wpb_content_element wpb_raw_html" >
		<div class="wpb_wrapper">
			<blockquote class="instagram-media" data-instgrm-captioned data-instgrm-permalink="https://www.instagram.com/p/ByTeTWlnHa-/" data-instgrm-version="12" style=" background:#FFF; border:0; border-radius:3px; box-shadow:0 0 1px 0 rgba(0,0,0,0.5),0 1px 10px 0 rgba(0,0,0,0.15); margin: 1px; max-width:540px; min-width:326px; padding:0; width:99.375%; width:-webkit-calc(100% - 2px); width:calc(100% - 2px);"><div style="padding:16px;"> <a href="https://www.instagram.com/p/ByTeTWlnHa-/" style=" background:#FFFFFF; line-height:0; padding:0 0; text-align:center; text-decoration:none; width:100%;" target="_blank"> <div style=" display: flex; flex-direction: row; align-items: center;"> <div style="background-color: #F4F4F4; border-radius: 50%; flex-grow: 0; height: 40px; margin-right: 14px; width: 40px;"></div> <div style="display: flex; flex-direction: column; flex-grow: 1; justify-content: center;"> <div style=" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; margin-bottom: 6px; width: 100px;"></div> <div style=" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; width: 60px;"></div></div></div><div style="padding: 19% 0;"></div> <div style="display:block; height:50px; margin:0 auto 12px; width:50px;"><svg width="50px" height="50px" viewBox="0 0 60 60" version="1.1" xmlns="https://www.w3.org/2000/svg" xmlns:xlink="https://www.w3.org/1999/xlink"><g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"><g transform="translate(-511.000000, -20.000000)" fill="#000000"><g><path d="M556.869,30.41 C554.814,30.41 553.148,32.076 553.148,34.131 C553.148,36.186 554.814,37.852 556.869,37.852 C558.924,37.852 560.59,36.186 560.59,34.131 C560.59,32.076 558.924,30.41 556.869,30.41 M541,60.657 C535.114,60.657 530.342,55.887 530.342,50 C530.342,44.114 535.114,39.342 541,39.342 C546.887,39.342 551.658,44.114 551.658,50 C551.658,55.887 546.887,60.657 541,60.657 M541,33.886 C532.1,33.886 524.886,41.1 524.886,50 C524.886,58.899 532.1,66.113 541,66.113 C549.9,66.113 557.115,58.899 557.115,50 C557.115,41.1 549.9,33.886 541,33.886 M565.378,62.101 C565.244,65.022 564.756,66.606 564.346,67.663 C563.803,69.06 563.154,70.057 562.106,71.106 C561.058,72.155 560.06,72.803 558.662,73.347 C557.607,73.757 556.021,74.244 553.102,74.378 C549.944,74.521 548.997,74.552 541,74.552 C533.003,74.552 532.056,74.521 528.898,74.378 C525.979,74.244 524.393,73.757 523.338,73.347 C521.94,72.803 520.942,72.155 519.894,71.106 C518.846,70.057 518.197,69.06 517.654,67.663 C517.244,66.606 516.755,65.022 516.623,62.101 C516.479,58.943 516.448,57.996 516.448,50 C516.448,42.003 516.479,41.056 516.623,37.899 C516.755,34.978 517.244,33.391 517.654,32.338 C518.197,30.938 518.846,29.942 519.894,28.894 C520.942,27.846 521.94,27.196 523.338,26.654 C524.393,26.244 525.979,25.756 528.898,25.623 C532.057,25.479 533.004,25.448 541,25.448 C548.997,25.448 549.943,25.479 553.102,25.623 C556.021,25.756 557.607,26.244 558.662,26.654 C560.06,27.196 561.058,27.846 562.106,28.894 C563.154,29.942 563.803,30.938 564.346,32.338 C564.756,33.391 565.244,34.978 565.378,37.899 C565.522,41.056 565.552,42.003 565.552,50 C565.552,57.996 565.522,58.943 565.378,62.101 M570.82,37.631 C570.674,34.438 570.167,32.258 569.425,30.349 C568.659,28.377 567.633,26.702 565.965,25.035 C564.297,23.368 562.623,22.342 560.652,21.575 C558.743,20.834 556.562,20.326 553.369,20.18 C550.169,20.033 549.148,20 541,20 C532.853,20 531.831,20.033 528.631,20.18 C525.438,20.326 523.257,20.834 521.349,21.575 C519.376,22.342 517.703,23.368 516.035,25.035 C514.368,26.702 513.342,28.377 512.574,30.349 C511.834,32.258 511.326,34.438 511.181,37.631 C511.035,40.831 511,41.851 511,50 C511,58.147 511.035,59.17 511.181,62.369 C511.326,65.562 511.834,67.743 512.574,69.651 C513.342,71.625 514.368,73.296 516.035,74.965 C517.703,76.634 519.376,77.658 521.349,78.425 C523.257,79.167 525.438,79.673 528.631,79.82 C531.831,79.965 532.853,80.001 541,80.001 C549.148,80.001 550.169,79.965 553.369,79.82 C556.562,79.673 558.743,79.167 560.652,78.425 C562.623,77.658 564.297,76.634 565.965,74.965 C567.633,73.296 568.659,71.625 569.425,69.651 C570.167,67.743 570.674,65.562 570.82,62.369 C570.966,59.17 571,58.147 571,50 C571,41.851 570.966,40.831 570.82,37.631"></path></g></g></g></svg></div><div style="padding-top: 8px;"> <div style=" color:#3897f0; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:550; line-height:18px;"> View this post on Instagram</div></div><div style="padding: 12.5% 0;"></div> <div style="display: flex; flex-direction: row; margin-bottom: 14px; align-items: center;"><div> <div style="background-color: #F4F4F4; border-radius: 50%; height: 12.5px; width: 12.5px; transform: translateX(0px) translateY(7px);"></div> <div style="background-color: #F4F4F4; height: 12.5px; transform: rotate(-45deg) translateX(3px) translateY(1px); width: 12.5px; flex-grow: 0; margin-right: 14px; margin-left: 2px;"></div> <div style="background-color: #F4F4F4; border-radius: 50%; height: 12.5px; width: 12.5px; transform: translateX(9px) translateY(-18px);"></div></div><div style="margin-left: 8px;"> <div style=" background-color: #F4F4F4; border-radius: 50%; flex-grow: 0; height: 20px; width: 20px;"></div> <div style=" width: 0; height: 0; border-top: 2px solid transparent; border-left: 6px solid #f4f4f4; border-bottom: 2px solid transparent; transform: translateX(16px) translateY(-4px) rotate(30deg)"></div></div><div style="margin-left: auto;"> <div style=" width: 0px; border-top: 8px solid #F4F4F4; border-right: 8px solid transparent; transform: translateY(16px);"></div> <div style=" background-color: #F4F4F4; flex-grow: 0; height: 12px; width: 16px; transform: translateY(-4px);"></div> <div style=" width: 0; height: 0; border-top: 8px solid #F4F4F4; border-left: 8px solid transparent; transform: translateY(-4px) translateX(8px);"></div></div></div></a> <p style=" margin:8px 0 0 0; padding:0 4px;"> <a href="https://www.instagram.com/p/ByTeTWlnHa-/" style=" color:#000; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:normal; line-height:17px; text-decoration:none; word-wrap:break-word;" target="_blank">How pretty is this bracelet?! It’s made with holographic beads, swipe to see how they look when the light catches in them <img src="https://s.w.org/images/core/emoji/13.0.0/72x72/1f60d.png" alt="😍" class="wp-smiley" style="height: 1em; max-height: 1em;" /> It’s from @holojewels a gorgeous jewellery brand based in Tasmania. You can use my code STEPH10P to get 10% off your order! #holojewels #holographicjewelry #shoplocal #ad</a></p> <p style=" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; line-height:17px; margin-bottom:0; margin-top:8px; overflow:hidden; padding:8px 0 7px; text-align:center; text-overflow:ellipsis; white-space:nowrap;">A post shared by <a href="https://www.instagram.com/stepheats_/" style=" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:normal; line-height:17px;" target="_blank"> STEPHANIE DALTON</a> (@stepheats_) on <time style=" font-family:Arial,sans-serif; font-size:14px; line-height:17px;" datetime="2019-06-04T22:16:18+00:00">Jun 4, 2019 at 3:16pm PDT</time></p></div></blockquote> <script async src="//www.instagram.com/embed.js"></script>
		</div>
	</div>
</div></div></div><div class="wpb_column vc_column_container vc_col-sm-6"><div class="vc_column-inner"><div class="wpb_wrapper">
	<div class="wpb_raw_code wpb_content_element wpb_raw_html" >
		<div class="wpb_wrapper">
			<blockquote class="instagram-media" data-instgrm-captioned data-instgrm-permalink="https://www.instagram.com/p/Byl9QDMB0Qm/" data-instgrm-version="12" style=" background:#FFF; border:0; border-radius:3px; box-shadow:0 0 1px 0 rgba(0,0,0,0.5),0 1px 10px 0 rgba(0,0,0,0.15); margin: 1px; max-width:540px; min-width:326px; padding:0; width:99.375%; width:-webkit-calc(100% - 2px); width:calc(100% - 2px);"><div style="padding:16px;"> <a href="https://www.instagram.com/p/Byl9QDMB0Qm/" style=" background:#FFFFFF; line-height:0; padding:0 0; text-align:center; text-decoration:none; width:100%;" target="_blank"> <div style=" display: flex; flex-direction: row; align-items: center;"> <div style="background-color: #F4F4F4; border-radius: 50%; flex-grow: 0; height: 40px; margin-right: 14px; width: 40px;"></div> <div style="display: flex; flex-direction: column; flex-grow: 1; justify-content: center;"> <div style=" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; margin-bottom: 6px; width: 100px;"></div> <div style=" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; width: 60px;"></div></div></div><div style="padding: 19% 0;"></div> <div style="display:block; height:50px; margin:0 auto 12px; width:50px;"><svg width="50px" height="50px" viewBox="0 0 60 60" version="1.1" xmlns="https://www.w3.org/2000/svg" xmlns:xlink="https://www.w3.org/1999/xlink"><g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"><g transform="translate(-511.000000, -20.000000)" fill="#000000"><g><path d="M556.869,30.41 C554.814,30.41 553.148,32.076 553.148,34.131 C553.148,36.186 554.814,37.852 556.869,37.852 C558.924,37.852 560.59,36.186 560.59,34.131 C560.59,32.076 558.924,30.41 556.869,30.41 M541,60.657 C535.114,60.657 530.342,55.887 530.342,50 C530.342,44.114 535.114,39.342 541,39.342 C546.887,39.342 551.658,44.114 551.658,50 C551.658,55.887 546.887,60.657 541,60.657 M541,33.886 C532.1,33.886 524.886,41.1 524.886,50 C524.886,58.899 532.1,66.113 541,66.113 C549.9,66.113 557.115,58.899 557.115,50 C557.115,41.1 549.9,33.886 541,33.886 M565.378,62.101 C565.244,65.022 564.756,66.606 564.346,67.663 C563.803,69.06 563.154,70.057 562.106,71.106 C561.058,72.155 560.06,72.803 558.662,73.347 C557.607,73.757 556.021,74.244 553.102,74.378 C549.944,74.521 548.997,74.552 541,74.552 C533.003,74.552 532.056,74.521 528.898,74.378 C525.979,74.244 524.393,73.757 523.338,73.347 C521.94,72.803 520.942,72.155 519.894,71.106 C518.846,70.057 518.197,69.06 517.654,67.663 C517.244,66.606 516.755,65.022 516.623,62.101 C516.479,58.943 516.448,57.996 516.448,50 C516.448,42.003 516.479,41.056 516.623,37.899 C516.755,34.978 517.244,33.391 517.654,32.338 C518.197,30.938 518.846,29.942 519.894,28.894 C520.942,27.846 521.94,27.196 523.338,26.654 C524.393,26.244 525.979,25.756 528.898,25.623 C532.057,25.479 533.004,25.448 541,25.448 C548.997,25.448 549.943,25.479 553.102,25.623 C556.021,25.756 557.607,26.244 558.662,26.654 C560.06,27.196 561.058,27.846 562.106,28.894 C563.154,29.942 563.803,30.938 564.346,32.338 C564.756,33.391 565.244,34.978 565.378,37.899 C565.522,41.056 565.552,42.003 565.552,50 C565.552,57.996 565.522,58.943 565.378,62.101 M570.82,37.631 C570.674,34.438 570.167,32.258 569.425,30.349 C568.659,28.377 567.633,26.702 565.965,25.035 C564.297,23.368 562.623,22.342 560.652,21.575 C558.743,20.834 556.562,20.326 553.369,20.18 C550.169,20.033 549.148,20 541,20 C532.853,20 531.831,20.033 528.631,20.18 C525.438,20.326 523.257,20.834 521.349,21.575 C519.376,22.342 517.703,23.368 516.035,25.035 C514.368,26.702 513.342,28.377 512.574,30.349 C511.834,32.258 511.326,34.438 511.181,37.631 C511.035,40.831 511,41.851 511,50 C511,58.147 511.035,59.17 511.181,62.369 C511.326,65.562 511.834,67.743 512.574,69.651 C513.342,71.625 514.368,73.296 516.035,74.965 C517.703,76.634 519.376,77.658 521.349,78.425 C523.257,79.167 525.438,79.673 528.631,79.82 C531.831,79.965 532.853,80.001 541,80.001 C549.148,80.001 550.169,79.965 553.369,79.82 C556.562,79.673 558.743,79.167 560.652,78.425 C562.623,77.658 564.297,76.634 565.965,74.965 C567.633,73.296 568.659,71.625 569.425,69.651 C570.167,67.743 570.674,65.562 570.82,62.369 C570.966,59.17 571,58.147 571,50 C571,41.851 570.966,40.831 570.82,37.631"></path></g></g></g></svg></div><div style="padding-top: 8px;"> <div style=" color:#3897f0; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:550; line-height:18px;"> View this post on Instagram</div></div><div style="padding: 12.5% 0;"></div> <div style="display: flex; flex-direction: row; margin-bottom: 14px; align-items: center;"><div> <div style="background-color: #F4F4F4; border-radius: 50%; height: 12.5px; width: 12.5px; transform: translateX(0px) translateY(7px);"></div> <div style="background-color: #F4F4F4; height: 12.5px; transform: rotate(-45deg) translateX(3px) translateY(1px); width: 12.5px; flex-grow: 0; margin-right: 14px; margin-left: 2px;"></div> <div style="background-color: #F4F4F4; border-radius: 50%; height: 12.5px; width: 12.5px; transform: translateX(9px) translateY(-18px);"></div></div><div style="margin-left: 8px;"> <div style=" background-color: #F4F4F4; border-radius: 50%; flex-grow: 0; height: 20px; width: 20px;"></div> <div style=" width: 0; height: 0; border-top: 2px solid transparent; border-left: 6px solid #f4f4f4; border-bottom: 2px solid transparent; transform: translateX(16px) translateY(-4px) rotate(30deg)"></div></div><div style="margin-left: auto;"> <div style=" width: 0px; border-top: 8px solid #F4F4F4; border-right: 8px solid transparent; transform: translateY(16px);"></div> <div style=" background-color: #F4F4F4; flex-grow: 0; height: 12px; width: 16px; transform: translateY(-4px);"></div> <div style=" width: 0; height: 0; border-top: 8px solid #F4F4F4; border-left: 8px solid transparent; transform: translateY(-4px) translateX(8px);"></div></div></div></a> <p style=" margin:8px 0 0 0; padding:0 4px;"> <a href="https://www.instagram.com/p/Byl9QDMB0Qm/" style=" color:#000; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:normal; line-height:17px; text-decoration:none; word-wrap:break-word;" target="_blank">Obsessed with how my @holojewels beads reflect colour when light hits them! <img src="https://s.w.org/images/core/emoji/13.0.0/72x72/2728.png" alt="✨" class="wp-smiley" style="height: 1em; max-height: 1em;" /> Use “charisse10p” to save when you purchase your own bracelet <img src="https://s.w.org/images/core/emoji/13.0.0/72x72/1f970.png" alt="🥰" class="wp-smiley" style="height: 1em; max-height: 1em;" /> #holojewels</a></p> <p style=" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; line-height:17px; margin-bottom:0; margin-top:8px; overflow:hidden; padding:8px 0 7px; text-align:center; text-overflow:ellipsis; white-space:nowrap;">A post shared by <a href="https://www.instagram.com/charisseo_/" style=" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:normal; line-height:17px;" target="_blank"> C H A R I S S E</a> (@charisseo_) on <time style=" font-family:Arial,sans-serif; font-size:14px; line-height:17px;" datetime="2019-06-12T02:33:04+00:00">Jun 11, 2019 at 7:33pm PDT</time></p></div></blockquote> <script async src="//www.instagram.com/embed.js"></script>
		</div>
	</div>
</div></div></div></div></div>	<div class="vc_empty_space"  style="height: 32px" ><span
			class="vc_empty_space_inner">
			<span class="empty_space_image"  ></span>
		</span></div>


	<div class="wpb_text_column wpb_content_element ">
		<div class="wpb_wrapper">
			<p>Of course I only used two infuencers and I can&#8217;t really judge the entire strategy as a miss, it really is a hit or miss, so I asked a few others if they&#8217;ve used influencer marketing techniques. I had one response&#8230;</p>
<p><em>&#8220;Nick, the experience was good, we used Tribe to source a lot of them and one of our staff had another list of contacts whom she reached out to directly. The overall experience was mixed with some giving more than was agreed and others not quite giving all that they had agreed to give.  I can say that social followers went up as a result of the influencers tagging us in their posts and directing users to our profile to get the deals.<br />
I can’t judge sales as it was a campaign done for a 48hr flash sale and it was the first time the sale was run &#038; the first time we used influencers.&#8221;</em> &#8211; <a href="https://www.jodiehumphries.com/" rel="noopener noreferrer" target="_blank">Jodie Humphries</a></p>

		</div> 
	</div> 	<div class="vc_empty_space"  style="height: 32px" ><span
			class="vc_empty_space_inner">
			<span class="empty_space_image"  ></span>
		</span></div>


	<div class="wpb_text_column wpb_content_element ">
		<div class="wpb_wrapper">
			<h2>Conclusion</h2>

		</div> 
	</div> 	<div class="vc_empty_space"  style="height: 32px" ><span
			class="vc_empty_space_inner">
			<span class="empty_space_image"  ></span>
		</span></div>


	<div class="wpb_text_column wpb_content_element ">
		<div class="wpb_wrapper">
			<p>This is a good strategy if you&#8217;re looking for images and nothing more. You have a selection of talent with different photography and presentation skills. If you want to sell your product, then spend the money on advertising within Google Adwords.</p>

		</div> 
	</div> 	<div class="vc_empty_space"  style="height: 32px" ><span
			class="vc_empty_space_inner">
			<span class="empty_space_image"  ></span>
		</span></div>

</div></div></div></div></div></div>
<p>The post <a rel="nofollow" href="https://hobartseoconsultant.com.au/case-study-influencer-marketing-for-jewellery/">Case Study: Influencer Marketing for Jewellery</a> appeared first on <a rel="nofollow" href="https://hobartseoconsultant.com.au">Hobart SEO Consultant</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://hobartseoconsultant.com.au/case-study-influencer-marketing-for-jewellery/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Case Study: Building A Brand, Website, SEO And Advertising</title>
		<link>https://hobartseoconsultant.com.au/case-study-one/</link>
		
		<dc:creator><![CDATA[Nicholas]]></dc:creator>
		<pubDate>Mon, 29 Apr 2019 01:10:33 +0000</pubDate>
				<category><![CDATA[Journey]]></category>
		<guid isPermaLink="false">https://hobartseoconsultant.com.au/?p=698</guid>

					<description><![CDATA[<p>The post <a rel="nofollow" href="https://hobartseoconsultant.com.au/case-study-one/">Case Study: Building A Brand, Website, SEO And Advertising</a> appeared first on <a rel="nofollow" href="https://hobartseoconsultant.com.au">Hobart SEO Consultant</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p><!-- HFCM by 99 Robots - Snippet # 3: Facebook JS --></p>
<div id="fb-root"></div>
<p><script>(function(d, s, id) {
  var js, fjs = d.getElementsByTagName(s)[0];
  if (d.getElementById(id)) return;
  js = d.createElement(s); js.id = id;
  js.src = 'https://connect.facebook.net/en_US/sdk.js#xfbml=1&version=v3.2&appId=201626256568789&autoLogAppEvents=1';
  fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));</script><br />
<!-- /end HFCM by 99 Robots --></p>
<div      class="vc_row wpb_row section vc_row-fluid  vc_custom_1556492465491" style=' text-align:left;'><div class=" full_section_inner clearfix"><div class="wpb_column vc_column_container vc_col-sm-12"><div class="vc_column-inner"><div class="wpb_wrapper"></div></div></div></div></div><div      class="vc_row wpb_row section vc_row-fluid " style=' text-align:left;'><div class=" full_section_inner clearfix"><div class="wpb_column vc_column_container vc_col-sm-12"><div class="vc_column-inner"><div class="wpb_wrapper">	<div class="vc_empty_space"  style="height: 32px" ><span
			class="vc_empty_space_inner">
			<span class="empty_space_image"  ></span>
		</span></div>


	<div class="wpb_text_column wpb_content_element ">
		<div class="wpb_wrapper">
			<p dir="ltr">Since I moved to Hobart in December 2018 and started targeting Tassie businesses for SEO, I&rsquo;ve had a little bit of a slow start. When competing for work in Sydney, things are a little different where I don&#8217;t need to prove myself anymore, since I&rsquo;m already a senior with a reputation in my field (10 years and still going), but down here in Hobart nobody knows me and most business owners still can&rsquo;t wrap their head around what SEO is and how it can benefit them&hellip; So naturally I&rsquo;m pulling myself back to 6 years ago where case studies were a big deal.</p>
<p dir="ltr">Before getting started, I should probably mention that I write how I speak, in a rush, and I&rsquo;m quite direct and honest. I should also mention that if you&rsquo;re not in the top 5 positions on Google for your keywords, and you&rsquo;re not gaining any inquiries, your website is essentially a waste of space. You can change that&hellip;</p>
<p dir="ltr">Hobart has a very high unemployment rate, and nobody wants to grow their business because they &ldquo;feel&rdquo; there is no work, but I look at the statistics and make an educated decision, and I see plenty of potential in Tasmania. We as business owners and operators need to jump this fear hurdle and stop allowing larger companies to keep pushing down the family owned businesses. The only way this can happen is through brand recognition, ranking in organic search and utilising advertising strategies that clearly work for many people across the world.</p>
<p dir="ltr">Enough rambling, let&rsquo;s dig in&hellip;</p>

		</div> 
	</div> </div></div></div></div></div><div      class="vc_row wpb_row section vc_row-fluid " style=' text-align:left;'><div class=" full_section_inner clearfix"><div class="wpb_column vc_column_container vc_col-sm-12"><div class="vc_column-inner"><div class="wpb_wrapper">	<div class="vc_empty_space"  style="height: 32px" ><span
			class="vc_empty_space_inner">
			<span class="empty_space_image"  ></span>
		</span></div>


	<div class="wpb_text_column wpb_content_element ">
		<div class="wpb_wrapper">
			<h2>Stage One: Building A Brand</h2>

		</div> 
	</div> 	<div class="vc_empty_space"  style="height: 32px" ><span
			class="vc_empty_space_inner">
			<span class="empty_space_image"  ></span>
		</span></div>


	<div class="wpb_text_column wpb_content_element ">
		<div class="wpb_wrapper">
			<p dir="ltr">This brand didn&rsquo;t exist in the first place, we had to build it from scratch. We decided to go with an exact match domain to avoid any confusion for anyone looking for the service. The business plan was to create a service that provides consultation around planning hens parties with the intention to leverage from an existing network within the wedding industry.</p>
<p dir="ltr">I was given complete creative freedom and built the entire brand concept within a week, followed by a soft launch on 22nd January 2019.</p>

		</div> 
	</div> </div></div></div></div></div><div      class="vc_row wpb_row section vc_row-fluid " style=' text-align:left;'><div class=" full_section_inner clearfix"><div class="wpb_column vc_column_container vc_col-sm-12"><div class="vc_column-inner"><div class="wpb_wrapper">	<div class="vc_empty_space"  style="height: 32px" ><span
			class="vc_empty_space_inner">
			<span class="empty_space_image"  ></span>
		</span></div>


	<div class="wpb_text_column wpb_content_element ">
		<div class="wpb_wrapper">
			<h2>Stage Two: Building The Website</h2>

		</div> 
	</div> 	<div class="vc_empty_space"  style="height: 32px" ><span
			class="vc_empty_space_inner">
			<span class="empty_space_image"  ></span>
		</span></div>


	<div class="wpb_text_column wpb_content_element ">
		<div class="wpb_wrapper">
			<p dir="ltr">Once I had some creative work (images, videos, text) and a colour scheme, it was time to put it all together. I built the website on WordPress using a Framework where I can essentially make the site look however I like &ndash; meaning not linked into a specific theme and style.</p>
<p dir="ltr">We knew we wanted to have the planning service as the main focus and to plug on an e-commerce section for selling products in the near future.</p>

		</div> 
	</div> </div></div></div></div></div><div      class="vc_row wpb_row section vc_row-fluid " style=' text-align:left;'><div class=" full_section_inner clearfix"><div class="wpb_column vc_column_container vc_col-sm-12"><div class="vc_column-inner"><div class="wpb_wrapper">	<div class="vc_empty_space"  style="height: 32px" ><span
			class="vc_empty_space_inner">
			<span class="empty_space_image"  ></span>
		</span></div>


	<div class="wpb_text_column wpb_content_element ">
		<div class="wpb_wrapper">
			<h2>Stage Three: Affiliate Partnership</h2>

		</div> 
	</div> 	<div class="vc_empty_space"  style="height: 32px" ><span
			class="vc_empty_space_inner">
			<span class="empty_space_image"  ></span>
		</span></div>


	<div class="wpb_text_column wpb_content_element ">
		<div class="wpb_wrapper">
			<p><span id="docs-internal-guid-1f4ee308-7fff-08d7-8597-767ffe1dd3b8">The website didn&rsquo;t take long to build and we now had an empty shop. I swapped hats for this task from developer to networking/adviser. I helped organise an affiliate partnership within a similar industry where they were able to provide a product feed based on the websites interests. Now the website has over 50 products imported into the database.</span></p>

		</div> 
	</div> </div></div></div></div></div><div      class="vc_row wpb_row section vc_row-fluid " style=' text-align:left;'><div class=" full_section_inner clearfix"><div class="wpb_column vc_column_container vc_col-sm-12"><div class="vc_column-inner"><div class="wpb_wrapper">	<div class="vc_empty_space"  style="height: 32px" ><span
			class="vc_empty_space_inner">
			<span class="empty_space_image"  ></span>
		</span></div>


	<div class="wpb_text_column wpb_content_element ">
		<div class="wpb_wrapper">
			<h2>Stage Four: Search Engine Optimisation</h2>

		</div> 
	</div> 	<div class="vc_empty_space"  style="height: 32px" ><span
			class="vc_empty_space_inner">
			<span class="empty_space_image"  ></span>
		</span></div>

<div      class="vc_row wpb_row section vc_row-fluid vc_inner " style=' text-align:left;'><div class=" full_section_inner clearfix"><div class="wpb_column vc_column_container vc_col-sm-6"><div class="vc_column-inner"><div class="wpb_wrapper">
	<div class="wpb_text_column wpb_content_element ">
		<div class="wpb_wrapper">
			<p dir="ltr">I did a hard launch of the website on 16th February 2019 and the SEO started just days after. When I&rsquo;m building websites I always have onpage SEO in mind, actually, I prioritise SEO over Design, since it&rsquo;s always easier to optimise design through UX, but cleaning up onpage SEO can be annoying once you&rsquo;ve already started offpage and local SEO.</p>
<p dir="ltr">The ranking of the website is currently in the top 3 positions for all the keywords it has targeted.</p>

		</div> 
	</div> </div></div></div><div class="wpb_column vc_column_container vc_col-sm-6"><div class="vc_column-inner"><div class="wpb_wrapper">	<div class="vc_empty_space"  style="height: 16px" ><span
			class="vc_empty_space_inner">
			<span class="empty_space_image"  ></span>
		</span></div>


	<div class="wpb_single_image wpb_content_element vc_align_center">
		<div class="wpb_wrapper">
			
			
		<figure class="vc_figure">
			<div class="vc_single_image-wrapper   vc_box_border_grey"><img width="759" height="372" src="https://hobartseoconsultant.com.au/wp-content/uploads/2019/04/growth-search-console.jpg" class="vc_single_image-img attachment-full" alt="" srcset="https://hobartseoconsultant.com.au/wp-content/uploads/2019/04/growth-search-console.jpg 759w, https://hobartseoconsultant.com.au/wp-content/uploads/2019/04/growth-search-console-300x147.jpg 300w, https://hobartseoconsultant.com.au/wp-content/uploads/2019/04/growth-search-console-700x343.jpg 700w" sizes="(max-width: 759px) 100vw, 759px" /></div>
			<figcaption class="vc_figure-caption">Hens Party Hobart growth in Search Console.</figcaption>
		</figure>
	
		</div>
	</div>
	<div class="vc_empty_space"  style="height: 16px" ><span
			class="vc_empty_space_inner">
			<span class="empty_space_image"  ></span>
		</span></div>

</div></div></div></div></div></div></div></div></div></div><div      class="vc_row wpb_row section vc_row-fluid " style=' text-align:left;'><div class=" full_section_inner clearfix"><div class="wpb_column vc_column_container vc_col-sm-12"><div class="vc_column-inner"><div class="wpb_wrapper">	<div class="vc_empty_space"  style="height: 32px" ><span
			class="vc_empty_space_inner">
			<span class="empty_space_image"  ></span>
		</span></div>


	<div class="wpb_text_column wpb_content_element ">
		<div class="wpb_wrapper">
			<h2>Stage Five: Social Media</h2>

		</div> 
	</div> 	<div class="vc_empty_space"  style="height: 32px" ><span
			class="vc_empty_space_inner">
			<span class="empty_space_image"  ></span>
		</span></div>

<div      class="vc_row wpb_row section vc_row-fluid vc_inner " style=' text-align:left;'><div class=" full_section_inner clearfix"><div class="wpb_column vc_column_container vc_col-sm-6"><div class="vc_column-inner"><div class="wpb_wrapper">
	<div class="wpb_text_column wpb_content_element ">
		<div class="wpb_wrapper">
			<p dir="ltr">Once the website started gaining some traction within the organic search result pages for queries directly related to the business itself, I proposed a content marketing strategy where brand awareness during the off season was the main goal.</p>
<p dir="ltr">Facebook is the perfect platform for this, and using CPM based advertising (cost per 1000 impression) to try and pull in an audience for wedding season (coming up in summer).</p>

		</div> 
	</div> </div></div></div><div class="wpb_column vc_column_container vc_col-sm-6"><div class="vc_column-inner"><div class="wpb_wrapper">	<div class="vc_empty_space"  style="height: 16px" ><span
			class="vc_empty_space_inner">
			<span class="empty_space_image"  ></span>
		</span></div>


	<div class="wpb_single_image wpb_content_element vc_align_center">
		<div class="wpb_wrapper">
			
			
		<figure class="vc_figure">
			<div class="vc_single_image-wrapper   vc_box_border_grey"><img width="677" height="199" src="https://hobartseoconsultant.com.au/wp-content/uploads/2019/04/facebook-hens-party.jpg" class="vc_single_image-img attachment-full" alt="facebook-hens-party" srcset="https://hobartseoconsultant.com.au/wp-content/uploads/2019/04/facebook-hens-party.jpg 677w, https://hobartseoconsultant.com.au/wp-content/uploads/2019/04/facebook-hens-party-300x88.jpg 300w" sizes="(max-width: 677px) 100vw, 677px" /></div>
			<figcaption class="vc_figure-caption">Hens Party Hobart Facebook Growth</figcaption>
		</figure>
	
		</div>
	</div>
	<div class="vc_empty_space"  style="height: 16px" ><span
			class="vc_empty_space_inner">
			<span class="empty_space_image"  ></span>
		</span></div>

</div></div></div></div></div>
	<div class="wpb_text_column wpb_content_element ">
		<div class="wpb_wrapper">
			<p dir="ltr">The blog section of the website allows us to see which topics are of most interest for people newly engaged to their partners and looking for advice on planning a hens party within Hobart.</p>

		</div> 
	</div> 	<div class="vc_empty_space"  style="height: 32px" ><span
			class="vc_empty_space_inner">
			<span class="empty_space_image"  ></span>
		</span></div>


	<div class="wpb_text_column wpb_content_element ">
		<div class="wpb_wrapper">
			<p>If you would like to follow the progress of Hens Party Hobart, please feel free to follow the facebook page or visit the website to see my website examples.</p>
<p>&nbsp;</p>
<h3><span style="text-decoration: underline;">Links</span></h3>
<p>Website:&nbsp;<a href="http://www.henspartyhobart.com.au/">http://www.henspartyhobart.com.au/</a></p>
<p>Facebook Page: <a href="https://www.facebook.com/Hens-Party-Hobart-279948052698533/">https://www.facebook.com/Hens-Party-Hobart-279948052698533/</a></p>
<p>Most Popular Post:&nbsp;<a href="http://www.henspartyhobart.com.au/2019/03/26/classy-hens-party-ideas-for-tasmania/">http://www.henspartyhobart.com.au/2019/03/26/classy-hens-party-ideas-for-tasmania/</a></p>

		</div> 
	</div> </div></div></div></div></div>
<p>The post <a rel="nofollow" href="https://hobartseoconsultant.com.au/case-study-one/">Case Study: Building A Brand, Website, SEO And Advertising</a> appeared first on <a rel="nofollow" href="https://hobartseoconsultant.com.au">Hobart SEO Consultant</a>.</p>
]]></content:encoded>
					
		
		
			</item>
	</channel>
</rss>
