<?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>Digitangle</title>
	<atom:link href="https://www.digitangle.co.uk/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.digitangle.co.uk/</link>
	<description>0161 820 1948</description>
	<lastBuildDate>Sat, 28 Mar 2026 19:50:39 +0000</lastBuildDate>
	<language>en-GB</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	

<image>
	<url>https://www.digitangle.co.uk/wp-content/uploads/2019/07/cropped-digitangle_01_512x512-32x32.jpg</url>
	<title>Digitangle</title>
	<link>https://www.digitangle.co.uk/</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>Staging to Live: SEO‑Safe WordPress Launch with Siteground</title>
		<link>https://www.digitangle.co.uk/blog/staging-to-live-seo%e2%80%91safe-wordpress-launch-with-siteground/</link>
					<comments>https://www.digitangle.co.uk/blog/staging-to-live-seo%e2%80%91safe-wordpress-launch-with-siteground/#respond</comments>
		
		<dc:creator><![CDATA[Katrina Gallagher]]></dc:creator>
		<pubDate>Thu, 08 May 2025 12:05:02 +0000</pubDate>
				<category><![CDATA[SEO]]></category>
		<category><![CDATA[WordPress]]></category>
		<guid isPermaLink="false">https://www.digitangle.co.uk/?p=5372</guid>

					<description><![CDATA[<p>Use this checklist to move a redesigned WordPress site from SiteGround staging to live, keep backups safe and protect your Google rankings.</p>
<p>View the original article <a href="https://www.digitangle.co.uk/blog/staging-to-live-seo%e2%80%91safe-wordpress-launch-with-siteground/">Staging to Live: SEO‑Safe WordPress Launch with Siteground</a></p>
]]></description>
										<content:encoded><![CDATA[<p><!-- WordPress Title --></p>
<h1 class="ui header">Staging to Live: SEO-Safe WordPress Launch with SiteGround Without Losing Rankings</h1>
<p><!-- Meta Description (add in Yoast or other SEO plugin) --><br />
<!-- "Learn how to migrate WordPress sites from staging to production on SiteGround while protecting your SEO rankings, performance, and user experience." --></p>
<p><!-- Introduction Block --></p>
<p>Rolling a rebuilt or significantly redesigned WordPress site from a SiteGround staging copy to live doesn&#8217;t have to tank your rankings. Many site owners experience traffic drops after migrations due to preventable SEO mistakes. Follow the plan below to give the developer the access they need, protect your data, and maintain your rankings.</p>
<p><!-- Jump Links Block --></p>
<p>Jump to section:</p>
<ul>
<li><a href="#developer-access">Developer Access</a></li>
<li><a href="#backup">Backup Strategy</a></li>
<li><a href="#staging-prep">Staging SEO Preparation</a></li>
<li><a href="#launch-checklist">Launch Checklist</a></li>
<li><a href="#handover">Developer Handover</a></li>
<li><a href="#monitoring">Post-Launch Monitoring</a></li>
</ul>
<p><!-- Section 1 Block --></p>
<h2 id="developer-access">1. Give the developer the right access</h2>
<p>Add them as a Collaborator in SiteGround. They get their own login, can use Site Tools and Support, but can&#8217;t see billing or email.</p>
<ul>
<li>In &#8220;Client Area → Manage Users → Add New User&#8221;, pick Collaborator, tick Site Tools and Staging, then create an SFTP key limited to this site (if needed).</li>
<li>Estimated time: 5-10 minutes</li>
</ul>
<p><!-- Section 2 Block --></p>
<h2 id="backup">2. Back up before anything moves</h2>
<ul>
<li>Run an on-demand backup of the live site inside SiteGround.</li>
<li>Crawl the site with a tool like Screaming Frog and save the URL list.</li>
<li>Download the database dump and wp-content/uploads to local storage.</li>
<li>Estimated time: 15-30 minutes depending on site size</li>
</ul>
<p><!-- Section 3 Block --></p>
<h2 id="staging-prep">3. Prep the staging copy for SEO</h2>
<table class="wp-block-table">
<thead>
<tr>
<th>Check</th>
<th>What to look for</th>
</tr>
</thead>
<tbody>
<tr>
<td>robots.txt</td>
<td>It must still block indexing on the staging sub-domain.</td>
</tr>
<tr>
<td>&lt;meta name=&#8221;robots&#8221;&gt;</td>
<td>noindex on staging, delete before launch.</td>
</tr>
<tr>
<td>Canonical tags</td>
<td>Point at the production domain, not the staging URL.</td>
</tr>
<tr>
<td>Internal links &amp; media</td>
<td>No absolute links that start with the staging URL.</td>
</tr>
<tr>
<td>Schema / structured data</td>
<td>Validate with Google&#8217;s Rich Results Test.</td>
</tr>
<tr>
<td>Core Web Vitals</td>
<td>Run Lighthouse and fix any red flags now.</td>
</tr>
<tr>
<td>URL structure</td>
<td>Maintain existing URL patterns or prepare 301 redirects.</td>
</tr>
<tr>
<td>Image optimization</td>
<td>Compress images and verify alt tags are present.</td>
</tr>
<tr>
<td>Mobile responsiveness</td>
<td>Test on multiple device sizes before migration.</td>
</tr>
</tbody>
</table>
<p>Estimated time: 1-2 hours</p>
<p><!-- Section 4 Block --></p>
<h2 id="launch-checklist">4. Final launch checklist</h2>
<ol>
<li>Freeze edits on live and staging.</li>
<li>Take a fresh backup of the live site.</li>
<li>In Site Tools → WordPress → Staging pick Deploy → Custom deploy. Untick log/analytics tables so you don&#8217;t overwrite recent data.</li>
<li>Put the site in maintenance mode, then push staging live.</li>
</ol>
<h3 class="ui header">Immediately after deployment:</h3>
<ul>
<li>Delete any noindex tag.</li>
<li>Replace the staging robots.txt with the production one.</li>
<li>Regenerate the XML sitemap and submit it in Search Console.</li>
<li>Check SSL, mixed content and that the canonical tag now shows the live domain.</li>
<li>Crawl the live site, compare with the pre-launch crawl and add 301 redirects for any changed URLs.</li>
<li>Verify Search Console ownership is maintained.</li>
<li>Check htaccess files have been properly transferred.</li>
</ul>
<h3 class="ui header">SiteGround-specific optimizations:</h3>
<ul>
<li>Configure SG Optimizer plugin settings for caching</li>
<li>Set up CDN if using SiteGround&#8217;s Cloudflare integration</li>
<li>Verify SuperCacher settings are appropriate for the new build</li>
</ul>
<p>Estimated time: 30-45 minutes</p>
<p><!-- Section 5 Block --></p>
<h2 id="handover">5. Hand-over and ongoing access</h2>
<ul>
<li>Keep the developer as a collaborator for snag-fixing and maintenance (if agreed).</li>
<li>If there are any staff changes, and the developer is no longer working on the account, delete their user profile and rotate SFTP keys.</li>
<li>Store a copy of the final backup off-site.</li>
<li>Estimated time: 10 minutes</li>
</ul>
<p><!-- Section 6 Block --></p>
<h2 id="monitoring">6. Post-launch monitoring: SEO checks</h2>
<table class="wp-block-table">
<thead>
<tr>
<th>Task</th>
<th>Tool</th>
<th>Frequency</th>
</tr>
</thead>
<tbody>
<tr>
<td>Index coverage &amp; errors</td>
<td>Google Search Console</td>
<td>Daily for first week</td>
</tr>
<tr>
<td>Core Web Vitals</td>
<td>PageSpeed Insights</td>
<td>After cache/CDN settles (24 h)</td>
</tr>
<tr>
<td>404 &amp; redirect chains</td>
<td>Screaming Frog / RankMath 404 log</td>
<td>End of week 1, month 1</td>
</tr>
<tr>
<td>Rank &amp; traffic</td>
<td>Looker Studio pulling from GSC &amp; GA4</td>
<td>Weekly</td>
</tr>
<tr>
<td>XML sitemap &amp; robots check</td>
<td>Manual spot check</td>
<td>Week 1</td>
</tr>
<tr>
<td>GA4 event tracking</td>
<td>Google Analytics 4</td>
<td>Week 1</td>
</tr>
</tbody>
</table>
<h3 class="ui header">Expected ranking behaviour:</h3>
<p>It&#8217;s normal to see some ranking fluctuations for 7-14 days after a major site update as Google reprocesses your site. Monitor closely but avoid making additional major changes during this stabilization period.</p>
<h3 class="ui header">Emergency rollback plan:</h3>
<p>If serious issues occur, be prepared to restore from your pre-migration backup. Document the specific steps for your SiteGround setup before beginning the migration.</p>
<p><!-- Call to Action Block --></p>
<div class="wp-block-group has-background" style="background-color:#f8f8f8;padding:20px">
<h3 class="ui header">Need help with your WordPress migration?</h3>
<p>A properly executed migration protects your SEO equity and ensures a smooth transition. Contact us for assistance with your SiteGround staging to live migration.</p>
<div class="wp-block-button">
        <a class="wp-block-button__link" href="/about/contact/">Get Migration Help</a>
    </div>
</div>
<p><!-- Download Block --></p>
<div class="wp-block-file">
    <a href="/wp-content/uploads/2025/05/Website-Migration_checklist.pdf">Download this checklist as PDF</a><br />
    <a href="/wp-content/uploads/2025/05/Website-Migration_checklist.pdf" class="wp-block-file__button" download>Download</a>
</div>
<p>View the original article <a href="https://www.digitangle.co.uk/blog/staging-to-live-seo%e2%80%91safe-wordpress-launch-with-siteground/">Staging to Live: SEO‑Safe WordPress Launch with Siteground</a></p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.digitangle.co.uk/blog/staging-to-live-seo%e2%80%91safe-wordpress-launch-with-siteground/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>How to Resize Images that have been cropped in WordPress Gallery Thumbnail</title>
		<link>https://www.digitangle.co.uk/blog/how-to-resize-images-that-have-been-cropped-in-wordpress-gallery-thumbnail/</link>
					<comments>https://www.digitangle.co.uk/blog/how-to-resize-images-that-have-been-cropped-in-wordpress-gallery-thumbnail/#respond</comments>
		
		<dc:creator><![CDATA[Katrina Gallagher]]></dc:creator>
		<pubDate>Sun, 16 Jul 2023 18:35:16 +0000</pubDate>
				<category><![CDATA[Marketing]]></category>
		<guid isPermaLink="false">https://www.digitangle.co.uk/blog/how-to-resize-images-that-have-been-cropped-in-wordpress-gallery-thumbnail-2/</guid>

					<description><![CDATA[<p>This shows you how to edit your images when they&#039;ve been cropped strangely in WordPress. We&#039;re re-sizing the images using the free editing tool Paint.net (https://www.getpaint.net/). But you can use whatever image editing tool you have on your computer. The images shown are by my very talented friend Hannah Rankine, and if you like them,&#8230;</p>
<p>View the original article <a href="https://www.digitangle.co.uk/blog/how-to-resize-images-that-have-been-cropped-in-wordpress-gallery-thumbnail/">How to Resize Images that have been cropped in WordPress Gallery Thumbnail</a></p>
]]></description>
										<content:encoded><![CDATA[<p><iframe class="digitangle_yt_iframe" width="560" height="315" src="https://www.youtube.com/embed/2V-SsKCoQ0s" frameborder="0" allowfullscreen></iframe><br />This shows you how to edit your images when they&#039;ve been cropped strangely in WordPress. </p>
<p>We&#039;re re-sizing the images using the free editing tool Paint.net (https://www.getpaint.net/). But you can use whatever image editing tool you have on your computer. </p>
<p>The images shown are by my very talented friend Hannah Rankine, and if you like them, you can order prints and gifts with the designs from http://rocknrollbabies.co.uk.</p>
<p>For Digital Marketing training, get in touch at https://www.digitangle.co.uk/.</p>
<p>View the original article <a href="https://www.digitangle.co.uk/blog/how-to-resize-images-that-have-been-cropped-in-wordpress-gallery-thumbnail/">How to Resize Images that have been cropped in WordPress Gallery Thumbnail</a></p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.digitangle.co.uk/blog/how-to-resize-images-that-have-been-cropped-in-wordpress-gallery-thumbnail/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Why has my traffic gone down or up?</title>
		<link>https://www.digitangle.co.uk/blog/why-has-my-traffic-gone-down-or-up/</link>
					<comments>https://www.digitangle.co.uk/blog/why-has-my-traffic-gone-down-or-up/#respond</comments>
		
		<dc:creator><![CDATA[Katrina Gallagher]]></dc:creator>
		<pubDate>Wed, 19 Aug 2020 08:00:00 +0000</pubDate>
				<category><![CDATA[Analytics]]></category>
		<category><![CDATA[SEO]]></category>
		<category><![CDATA[Tutorials]]></category>
		<guid isPermaLink="false">https://www.digitangle.co.uk/?p=4336</guid>

					<description><![CDATA[<p>I've been asked "why has my traffic gone up/down?" many times, and although this isn't an exhaustive list, it's a good starting point for further investigation.</p>
<p>View the original article <a href="https://www.digitangle.co.uk/blog/why-has-my-traffic-gone-down-or-up/">Why has my traffic gone down or up?</a></p>
]]></description>
										<content:encoded><![CDATA[
<p>When you see dramatic differences in your website traffic data, it can be difficult to pinpoint exactly what has happened, and you&#8217;ll often think about the most recent change that you&#8217;ve been involved in. It can be worth looking at your data in a bit more detail, breaking it down into different segments, looking at external data sources or asking about other changes in the business around the time of the change. </p>



<p>I&#8217;ve been asked &#8220;why has my traffic gone up/down?&#8221; many times, and although this isn&#8217;t an exhaustive list, it&#8217;s a good starting point for further investigation.</p>



<div class="ui medium header" role="heading" aria-level="3"><i aria-hidden="true" class="building icon"></i><div class="content">Internal reasons</div></div>



<div class="ui small header" role="heading" aria-level="4">1. Marketing and Advertising</div><div class="ui list" role="list"><div class="item" role="listitem"><i aria-hidden="true" class="red pin icon"></i><div class="middle aligned content">Changes to your marketing activity or advertising budget can have a dramatic impact on your search engine results, organic traffic and traffic from other sources. Compare the activity and budget for the previous period or year objectively.</div></div></div>



<div class="ui small header" role="heading" aria-level="4">2. Brand and reputation</div><div class="ui list" role="list"><div class="item" role="listitem"><i aria-hidden="true" class="red pin icon"></i><div class="middle aligned content">Related to marketing and advertising, but sometimes as a result of internal operations, processes, and customer interactions. Positive or negative comments and stories, and the volume or significance of them, can have an impact on links to your website, mentions in social media and brand terms used in news articles. These can directly have an impact on traffic in terms of people clicking on these links or searching directly for your brand or website, but this can also have a knock-on effect in the search engines.</div></div></div>



<div class="ui small header" role="heading" aria-level="4">3. Website content changes</div><div class="ui list" role="list"><div class="item" role="listitem"><i aria-hidden="true" class="red pin icon"></i><div class="middle aligned content">Even small changes, such as adding a new blog post, which ends up being fed through to the homepage might have a positive or negative impact because it changes the text &amp; image on the page. All of this is evaluated by Google against the search phrases that users use.</div></div><div class="item" role="listitem"><i aria-hidden="true" class="red pin icon"></i><div class="middle aligned content">Removing content (either blocks of text or pages) can reduce the terms on the page.</div></div><div class="item" role="listitem"><i aria-hidden="true" class="red pin icon"></i><div class="middle aligned content">Adding new content that is not relevant or well written can water down the quality.</div></div><div class="item" role="listitem"><i aria-hidden="true" class="red pin icon"></i><div class="middle aligned content">Social media widgets that pull in data from your feed (e.g. Tweets or Facebook page) can change the content shown (words on the page, images, and the widget code), this can change the context that the search engines see, but it can also impact the load time (and you will be reliant on loading data from external sources).</div></div></div>



<div class="ui small header" role="heading" aria-level="4">4. Website metadata</div><div class="ui list" role="list"><div class="item" role="listitem"><i aria-hidden="true" class="red pin icon"></i><div class="middle aligned content">Title tags and descriptions, in particular, can have an impact on the search results for a website. If these are changed, you may rank for different things (which may be more or less relevant).</div></div></div>



<div class="ui small header" role="heading" aria-level="4">5. Search engine algorithms</div><div class="ui list" role="list"><div class="item" role="listitem"><i aria-hidden="true" class="red pin icon"></i><div class="middle aligned content">Google &amp; Bing test their search results pages all the time, which results in regular changes to where your website will rank.</div></div><div class="item" role="listitem"><i aria-hidden="true" class="red pin icon"></i><div class="middle aligned content">Changes to the search results page layout (not just rankings) can also impact your traffic &#8211; for example, if Google decides to start showing your competitors website, then local listings, which pushes your listing onto page two.</div></div></div>



<div class="ui small header" role="heading" aria-level="4">6. Website hosting</div><div class="ui list" role="list"><div class="item" role="listitem"><i aria-hidden="true" class="red pin icon"></i><div class="middle aligned content">Hosting speed or outages can cause problems when the search engines crawl your website, which could reduce your visibility.</div></div><div class="item" role="listitem"><i aria-hidden="true" class="red pin icon"></i><div class="middle aligned content">The above can also mean that users don’t wait for the page to load, so they click away before their visit is tracked.</div></div></div>



<div class="ui small header" role="heading" aria-level="4">7. Website speed</div><div class="ui list" role="list"><div class="item" role="listitem"><i aria-hidden="true" class="red pin icon"></i><div class="middle aligned content">By adding new content that has not been optimised (e.g. large images), this can impact the load time, which is a factor in Google’s search algorithm.</div></div><div class="item" role="listitem"><i aria-hidden="true" class="red pin icon"></i><div class="middle aligned content">Poorly optimised code can impact site speed.</div></div></div>



<div class="ui small header" role="heading" aria-level="4">8. New plugins or tools</div><div class="ui list" role="list"><div class="item" role="listitem"><i aria-hidden="true" class="red pin icon"></i><div class="middle aligned content">Plugins or tools (e.g. heatmap, CRM integrations, tracking tools, social media widgets) can add JavaScript and externally loading content which can slow the site down.</div></div></div>



<div class="ui small header" role="heading" aria-level="4">9. Changes to the .htaccess file</div><div class="ui list" role="list"><div class="item" role="listitem"><i aria-hidden="true" class="red pin icon"></i><div class="middle aligned content">Adding lots of redirects or rules to the .htaccess file can slow the website down.</div></div></div>



<div class="ui small header" role="heading" aria-level="4">10. Changes to the robots.txt file</div><div class="ui list" role="list"><div class="item" role="listitem"><i aria-hidden="true" class="red pin icon"></i><div class="middle aligned content">Rules in the robots.txt file could have changed the way search engines access and index the website. For example, when moving from a development environment to a live environment, developers have been known to leave the ‘disallow all’ rule, which prevents the development version of the site being accidentally indexed, but of course, isn’t good for a live site.</div></div></div>



<div class="ui small header" role="heading" aria-level="4">11. Changes to page headers</div>



<div class="ui small header" role="heading" aria-level="4">12. Tracking issues</div><div class="ui list" role="list"><div class="item" role="listitem"><i aria-hidden="true" class="red pin icon"></i><div class="middle aligned content">How you track your impressions, clicks, hits, sessions or users will impact the numbers. Changes to your tracking tools or the way you implement tracking can result in inflation or drop in figures. For example, by adding event tracking, you may change your bounce rate. And by adding filters, you may see a drop in results.</div></div></div>



<div class="ui small header" role="heading" aria-level="4">13. Changes to keyword targeting</div><div class="ui list" role="list"><div class="item" role="listitem"><i aria-hidden="true" class="red pin icon"></i><div class="middle aligned content">By changing the keywords and phrases that you target, you may find that you’re up against a different set of competitors (or the same competitors who are stronger/weaker for these terms). So your rankings for these terms are likely to be different.</div></div><div class="item" role="listitem"><i aria-hidden="true" class="red pin icon"></i><div class="middle aligned content">The terms that you target may have a different search volume, so even ranking higher in the search results, you may find that your traffic is lower than before.</div></div></div>



<div class="ui medium header" role="heading" aria-level="3"><i aria-hidden="true" class="globe icon"></i><div class="content">External reasons</div></div>



<div class="ui small header" role="heading" aria-level="4">1. Competitor activity</div><div class="ui list" role="list"><div class="item" role="listitem"><i aria-hidden="true" class="red pin icon"></i><div class="middle aligned content">Competitors could be investing more in marketing, advertising, PR or SEO, which could strengthen their brand and give them a comparative advantage in the search results.</div></div></div>



<div class="ui small header" role="heading" aria-level="4">2. Loss of links</div><div class="ui list" role="list"><div class="item" role="listitem"><i aria-hidden="true" class="red pin icon"></i><div class="middle aligned content">There will naturally be attrition of links pointing to your website. For example, if you have been placed in an article that features on the homepage or first page of the news section, a few weeks down the line, that feature and corresponding link may be archived to a later section.</div></div><div class="item" role="listitem"><i aria-hidden="true" class="red pin icon"></i><div class="middle aligned content">Some websites will be removed.</div></div><div class="item" role="listitem"><i aria-hidden="true" class="red pin icon"></i><div class="middle aligned content">Some websites will be re-built with different content.</div></div><div class="item" role="listitem"><i aria-hidden="true" class="red pin icon"></i><div class="middle aligned content">The removal of sitewide links (e.g. from the footer of a website, or blog sidebar) can result in the loss of a very large number of links because they are on every page (or every page of a certain section)</div></div></div>



<div class="ui small header" role="heading" aria-level="4">3. Seasonality</div><div class="ui list" role="list"><div class="item" role="listitem"><i aria-hidden="true" class="red pin icon"></i><div class="middle aligned content">Check back to see what the trends were for previous years. There may be peaks and troughs due to calendar events throughout the year (e.g. School holidays, Christmas, Easter).</div></div></div>



<div class="ui small header" role="heading" aria-level="4">4. News and current events</div><div class="ui list" role="list"><div class="item" role="listitem"><i aria-hidden="true" class="red pin icon"></i><div class="middle aligned content">Trends, celebrity news, natural disasters or political issues can mean there is a change in interest or demand for your products or services.</div></div></div>



<div class="ui small header" role="heading" aria-level="4">5. Rich snippets</div><div class="ui list" role="list"><div class="item" role="listitem"><i aria-hidden="true" class="red pin icon"></i><div class="middle aligned content">Google, Bing and other search engines are using structured data (often called rich snippets) to show answers to people in the search engine results so that users don’t need to click through to the actual website. This can be great for brand exposure, or it can reduce traffic and impact sales or advertising revenue. It’s worth testing and evaluating on a case by case basis. A good example of this is the Q&amp;A format, which you can optimise your content for so that you are showing up at the top in the search results pages for relevant terms.</div></div></div>



<div class="ui small header" role="heading" aria-level="4">6. Legislation</div><div class="ui list" role="list"><div class="item" role="listitem"><i aria-hidden="true" class="red pin icon"></i><div class="middle aligned content">Changes such as the Cookie law and GDPR can mean that you have to change the way you advertise (which can directly impact traffic) or how you track visitors (which can make it seem like your traffic has gone down).</div></div></div>



<p></p>
<p>View the original article <a href="https://www.digitangle.co.uk/blog/why-has-my-traffic-gone-down-or-up/">Why has my traffic gone down or up?</a></p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.digitangle.co.uk/blog/why-has-my-traffic-gone-down-or-up/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Google Analytics Demo Data</title>
		<link>https://www.digitangle.co.uk/blog/google-analytics-demo-data/</link>
					<comments>https://www.digitangle.co.uk/blog/google-analytics-demo-data/#respond</comments>
		
		<dc:creator><![CDATA[Katrina Gallagher]]></dc:creator>
		<pubDate>Fri, 19 May 2017 12:13:32 +0000</pubDate>
				<category><![CDATA[Analytics]]></category>
		<category><![CDATA[Tutorials]]></category>
		<guid isPermaLink="false">https://www.digitangle.co.uk/?p=3187</guid>

					<description><![CDATA[<p>How to demonstrate Google Analytics without using your own live data.</p>
<p>View the original article <a href="https://www.digitangle.co.uk/blog/google-analytics-demo-data/">Google Analytics Demo Data</a></p>
]]></description>
										<content:encoded><![CDATA[<p><a href="https://www.digitangle.co.uk/wp-content/uploads/2017/05/How-to-access-Demo-Data-in-Google-Analytics-for-training-and-reporting-1.png" class="ui zoomable image"><img decoding="async" src="https://www.digitangle.co.uk/wp-content/uploads/2017/05/How-to-access-Demo-Data-in-Google-Analytics-for-training-and-reporting-1-300x167.png"></a><br />
<div class="ui list" role="list"><br />
<div class="item" role="listitem"><i aria-hidden="true" class="red pin icon"></i><div class="middle aligned content">Have you ever wanted to play around with Google Analytics, but haven&#8217;t got a website with it installed?</div></div><br />
<div class="item" role="listitem"><i aria-hidden="true" class="red pin icon"></i><div class="middle aligned content">Have you wondered how you can show your clients or colleagues how to use Google Analytics without using your own live data?</div></div><br />
<div class="item" role="listitem"><i aria-hidden="true" class="red pin icon"></i><div class="middle aligned content">Have you tried to convince a colleague or client to add some advanced Analytics features but not been able to show them what they would be getting?</div></div><br />
</div><br />
You might have concerns over privacy &amp; confidentiality, or you may want to demonstrate e-commerce reports but not have an e-commerce site yourself. You might even want to play around with some of the advanced features with an account that has some populated data.</p>
<p>Google has a really useful demo dataset available.</p>
<p>The account has been set up by the experts, so in theory should be what you&#8217;re aiming for with your own implementation.</p>
<p>The demo Analytics account makes use of most of the advanced features such as Enhanced Ecommerce Analytics, checkout funnels, event tracking and integration with Google Search Console, AdWords and coupons.</p>
<p>And if you&#8217;re presenting features to an audience, the last thing you want to worry about is what you might find when you load up your own account (eek spiders!)</p>
<p><a href="https://www.digitangle.co.uk/wp-content/uploads/2017/05/google-analytics-graph-with-spider.png" class="ui zoomable image"><img decoding="async" src="https://www.digitangle.co.uk/wp-content/uploads/2017/05/google-analytics-graph-with-spider-300x177.png"></a></p>
<p>You can find out more about the demo account and how to access it on the <a href="https://support.google.com/analytics/answer/6367342?hl=en#access">Google Analytics Support section</a>.</p>
<p>Or if you want to jump straight to it, you can follow the steps here:</p>
<ol>
<li>Add the demo account using this link.</li>
<li>Login, or if you do not have a Google account, you&#8217;ll be prompted to create an account, then log in.</li>
<li>Click around to your heart&#8217;s content.</li>
</ol>
<p>Once you&#8217;ve added the demo account, you can do almost anything that you could do if you owned the account, but you only have read/analyse access so you can&#8217;t make any changes to the data. Some examples of what you can dig into:<br />
<div class="ui list" role="list"><br />
<div class="item" role="listitem"><i aria-hidden="true" class="red pin icon"></i><div class="middle aligned content">Check out the customisations and filters that Google have applied to the different views.</div></div><br />
<div class="item" role="listitem"><i aria-hidden="true" class="red pin icon"></i><div class="middle aligned content">View eCommerce funnel events in real-time.</div></div><br />
<div class="item" role="listitem"><i aria-hidden="true" class="red pin icon"></i><div class="middle aligned content">Find what people are searching for within the website, using internal site search.</div></div><br />
<div class="item" role="listitem"><i aria-hidden="true" class="red pin icon"></i><div class="middle aligned content">View event flow.</div></div><br />
<div class="item" role="listitem"><i aria-hidden="true" class="red pin icon"></i><div class="middle aligned content">Play with attribution models.</div></div><br />
<div class="item" role="listitem"><i aria-hidden="true" class="red pin icon"></i><div class="middle aligned content">Import dashboards, reports, segments and attribution models from the gallery and apply.</div></div><br />
<div class="item" role="listitem"><i aria-hidden="true" class="red pin icon"></i><div class="middle aligned content">Test custom reports and segments that you&#8217;re developing for clients.</div></div><br />
</div><br />
The world is your lobster!</p>
<p><a href="https://www.digitangle.co.uk/wp-content/uploads/2017/05/google-analytics-graph-with-lobster.png" class="ui zoomable image"><img decoding="async" src="https://www.digitangle.co.uk/wp-content/uploads/2017/05/google-analytics-graph-with-lobster-300x177.png"></a></p>
<p>&nbsp;</p>
<p>View the original article <a href="https://www.digitangle.co.uk/blog/google-analytics-demo-data/">Google Analytics Demo Data</a></p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.digitangle.co.uk/blog/google-analytics-demo-data/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Working Remotely: Productivity Tips</title>
		<link>https://www.digitangle.co.uk/blog/working-remotely-productivity-tips/</link>
					<comments>https://www.digitangle.co.uk/blog/working-remotely-productivity-tips/#respond</comments>
		
		<dc:creator><![CDATA[Katrina Gallagher]]></dc:creator>
		<pubDate>Fri, 19 May 2017 06:52:21 +0000</pubDate>
				<category><![CDATA[Marketing]]></category>
		<guid isPermaLink="false">https://www.digitangle.co.uk/?p=3006</guid>

					<description><![CDATA[<p>13.9% of British workers are now working from home, and whilst that might conjure up thoughts of a writer crouched over a laptop with an unlimited amount of coffee, the largest number of those working remotely are actually in farming, then construction, followed by sales and business development. But whichever side of the arrangement you’re&#8230;</p>
<p>View the original article <a href="https://www.digitangle.co.uk/blog/working-remotely-productivity-tips/">Working Remotely: Productivity Tips</a></p>
]]></description>
										<content:encoded><![CDATA[<p><a href="https://www.digitangle.co.uk/wp-content/uploads/2017/05/Productive-Remote-Work.png" class="ui zoomable image"><img decoding="async" src="https://www.digitangle.co.uk/wp-content/uploads/2017/05/Productive-Remote-Work-300x150.png"></a><br />
<div class="ui hidden divider"></div><br />
13.9% of British workers are now working from home, and whilst that might conjure up thoughts of a writer crouched over a laptop with an unlimited amount of coffee, the largest number of those working remotely are actually in farming, then construction, followed by sales and business development.</p>
<p>But whichever side of the arrangement you’re on, managing those who work remotely or working remotely yourself, there are always ways to improve efficiency and get things done better.</p>
<p>It can be difficult to communicate, coordinate on projects and develop trust and agreement. However, the benefits can be substantial; a study by Aon Consulting found that by using virtual teams, employee productivity can be improved, with some organisations have seeing improvements of up to 43%.<br />
<h3 class="ui header"><i aria-hidden="true" class="globe icon"></i><div class="content">How do you successfully work remotely?</div></h3><br />
Research into the performance of 392 managers, team leaders, and members of teams across the world found that if you get two main areas right when setting up processes, you’re much more likely to have a successful remote team.</p>
<p>Firstly, setting up <strong>social-emotional processes</strong> are useful for making sure team members feel included and therefore want to commit to overall goals. By making individuals feel part of a team, goals can be achieved with more cohesion.</p>
<p>Getting the balance right between these social-emotional processes and <strong>task-related processes</strong> is essential in increasing levels of mutual support, member effort, work coordination, balance of member contributions and communication.</p>
<p>Secondly, whilst working remotely can be incredibly productive, there are key points in a project where there isn’t a substitution for getting together to discuss, whether this is in person or using a service such as Google Hangouts &#8211; but more on that later! These points are as follows;</p>
<ol>
<li><strong>Kickoff</strong>: An initial meeting to introduce teammates, set expectations and clarify team goals and behavioural guidelines.</li>
<li><strong>On-boarding</strong>: Give new employees the same in-person welcome you gave the rest of the group. Encourage them to video conference with the rest of their teammates.</li>
<li><strong>Milestones</strong>: Get people together to celebrate the achievement of short-term goals or to crack tough problems to prevent team members from feeling disconnected and less engaged. Visual cues and body language help prevent misunderstandings.</li>
</ol>
<p><h3 class="ui header"><i aria-hidden="true" class="wrench icon"></i><div class="content">What tools can streamline the process?</div></h3><br />
There are some brilliant online tools which can make working remotely, but collaboratively, much easier.<br />
<div class="ui list" role="list"><br />
<div class="item" role="listitem"><i aria-hidden="true" class="red pin icon"></i><div class="middle aligned content"><a href="https://slack.com/"><strong>Slack</strong></a> is a chat platform that is aimed more at businesses than individuals, allowing teams to communicate quickly and simply.</div></div><br />
<div class="item" role="listitem"><i aria-hidden="true" class="red pin icon"></i><div class="middle aligned content"><a href="https://asana.com/"><strong>Asana</strong></a> and <a href="https://trello.com/"><strong>Trello</strong></a> are invaluable for keeping track of who is assigned to what, as well as delivering finished projects.</div></div><br />
<div class="item" role="listitem"><i aria-hidden="true" class="red pin icon"></i><div class="middle aligned content">For the times when you want to have a discussion, but it’s too difficult to get everyone in the same place, <a href="https://hangouts.google.com/"><strong>Google Hangouts</strong></a> or <a href="https://www.skype.com/"><strong>Skype</strong></a> can provide a platform on which a video conference can be held, to make sure everyone is on the same page.</div></div><br />
<div class="item" role="listitem"><i aria-hidden="true" class="red pin icon"></i><div class="middle aligned content">Distractions such as social media and email notifications can break your concentration. I use <strong><a href="https://freedom.to/">Freedom.to</a></strong> which blocks distracting websites and even your email for your scheduled productive work times. I also use <strong><a href="https://try.batchedinbox.com/">BatchedInbox</a></strong> for Gmail which hides any emails until you specify &#8211; e.g. you can receive your emails at 11am and 4pm. I also block all notifications on my phone except calls, alarms and calendar reminders.</div></div><br />
<div class="item" role="listitem"><i aria-hidden="true" class="red pin icon"></i><div class="middle aligned content"><strong><a href="https://gsuite.google.co.uk/">G Suite</a></strong> is fantastic for collaborative work &#8211; you can work together on presentation slides, documents, spreadsheets, etc.</div></div><br />
</div><br />
<div class="ui hidden divider"></div><a href="https://www.digitangle.co.uk/wp-content/uploads/2017/05/Google-apps-for-business.jpg" class="ui zoomable image"><img decoding="async" src="https://www.digitangle.co.uk/wp-content/uploads/2017/05/Google-apps-for-business-300x23.jpg"></a><div class="ui hidden divider"></div><br />
<h3 class="ui header"><i aria-hidden="true" class="medkit icon"></i><div class="content">How do you look after the health of remote workers?</div></h3><br />
Research from Bupa suggests that if you work remotely, you&#8217;re 10% more likely than office workers to sustain injuries, aches and pains (51% compared to 41% of office workers).  The most common issue is backache and neck pain. I know from personal experience that working on a laptop for a number of years can have a detrimental effect on your posture. Here are some things that I do to help (plus some additional best practices that I<em> should</em> do!):<br />
<div class="ui list" role="list"><br />
<div class="item" role="listitem"><i aria-hidden="true" class="red pin icon"></i><div class="middle aligned content"><strong>Eyelevel screen</strong> &#8211; If you&#8217;re using a laptop, add a stand, separate keyboard and mouse. I use a musician&#8217;s keyboard stand at home, and a <strong><a href="https://www.therooststand.com/">Roost</a></strong> superlight laptop stand for when I&#8217;m out and about. I use the logitech K810 keyboard (It&#8217;s lightweight and works via bluetooth with my phone, laptop and iPad), and the Logitech M220 silent mouse.<br />
<div class="ui hidden divider"></div><a href="https://www.digitangle.co.uk/wp-content/uploads/2017/05/Roost_Laptop_Stand_Coffee_Shop_Remote_Work_grande.jpg" class="ui zoomable image"><img decoding="async" src="https://www.digitangle.co.uk/wp-content/uploads/2017/05/Roost_Laptop_Stand_Coffee_Shop_Remote_Work_grande-300x200.jpg"></a><div class="ui hidden divider"></div></div></div><br />
<div class="item" role="listitem"><i aria-hidden="true" class="red pin icon"></i><div class="middle aligned content"><strong>Daily carry</strong> &#8211; Ensure your laptop bag is as light as possible and use a backpack rather than a stylish side thing. It may not be as attractive, but you won&#8217;t regret it. I use the Slimfold laptop bag, keep contents to a minimum and stick to the lightest accessories wherever possible.<br />
<div class="ui hidden divider"></div><a href="https://www.digitangle.co.uk/wp-content/uploads/2017/05/slimfold-laptop-bag-1024x576.png" class="ui zoomable image"><img decoding="async" src="https://www.digitangle.co.uk/wp-content/uploads/2017/05/slimfold-laptop-bag-300x169.png"></a><div class="ui hidden divider"></div></div></div><br />
<div class="item" role="listitem"><i aria-hidden="true" class="red pin icon"></i><div class="middle aligned content"><strong>Mobile phone</strong> &#8211; Avoid reading or working on your phone for long periods of time &#8211; you can end up hunching over and straining your neck muscles. I use an app called Offtime (Android), which alerts me if I&#8217;ve been on my phone for more than 180 minutes a the day.</div></div><br />
<div class="item" role="listitem"><i aria-hidden="true" class="red pin icon"></i><div class="middle aligned content"><strong>Move and stretch</strong> &#8211; Try to move around at regular intervals. Yoga or Pilates are excellent for maintaining mobility.</div></div><br />
<div class="item" role="listitem"><i aria-hidden="true" class="red pin icon"></i><div class="middle aligned content"><strong>Eye health</strong> &#8211; Schedule regular eye tests. Check and adjust the lighting conditions to ensure you&#8217;re not squinting. Make sure you take a break from your screen regularly and drink plenty of water throughout the day. Tea and coffee can be very dehydrating, so try to sneak in some non-caffeinated drinks.</div></div><br />
<div class="item" role="listitem"><i aria-hidden="true" class="red pin icon"></i><div class="middle aligned content"><strong>Circadian Rhythms</strong> &#8211; Routine can sound boring, but it can help improve your quality of sleep, which has a huge impact on your health. Work out when you are most creative, productive or energised, and schedule appropriate tasks at those times. Be mindful of light &#8211; aim to &#8216;consume&#8217; bright natural light in the morning and tone down any blue light at night. I use <a href="https://play.google.com/store/apps/details?id=com.urbandroid.lux&amp;hl=en_GB">Twilight</a> for mobile (Android) and <a href="https://justgetflux.com/">Flux</a> for laptop (PC), both adjust the light to mimic the stage that the sun is in. I also use a Philips sunrise simulator alarm clock.<br />
<div class="ui hidden divider"></div><br />
<a href="https://www.digitangle.co.uk/wp-content/uploads/2017/05/circadian-rhythm-image.jpg" class="ui zoomable image"><img decoding="async" src="https://www.digitangle.co.uk/wp-content/uploads/2017/05/circadian-rhythm-image-300x201.jpg"></a><div class="ui hidden divider"></div></div></div><br />
</div><br />
Not everyone pines over the idea of working remotely, but there are benefits for both individuals, businesses and the environment. For some, this is the ideal place to thrive and be productive, whilst for others it could prove extremely distracting and detrimental to their output. Either way, as working remotely becomes more popular, productivity tools and techniques for this mode of working are only going to become more advanced.</p>
<p>View the original article <a href="https://www.digitangle.co.uk/blog/working-remotely-productivity-tips/">Working Remotely: Productivity Tips</a></p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.digitangle.co.uk/blog/working-remotely-productivity-tips/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>How To Track Goals In Google Analytics Using Contact Form 7</title>
		<link>https://www.digitangle.co.uk/blog/track-goals-google-analytics-using-contact-form-7/</link>
					<comments>https://www.digitangle.co.uk/blog/track-goals-google-analytics-using-contact-form-7/#respond</comments>
		
		<dc:creator><![CDATA[Katrina Gallagher]]></dc:creator>
		<pubDate>Sun, 01 Nov 2015 19:07:27 +0000</pubDate>
				<category><![CDATA[Analytics]]></category>
		<category><![CDATA[Marketing]]></category>
		<guid isPermaLink="false">https://www.digitangle.co.uk/?p=2666</guid>

					<description><![CDATA[<p>Goal Tracking is vital for an effective marketing campaign. If you&#8217;re using WordPress, with Contact Form 7 and Google Analytics, here are some quick steps to put goal tracking in place. This will to allow you to see conversions (i.e. how many people submitted an enquiry), and where those people are coming from. It&#8217;ll involve a bit&#8230;</p>
<p>View the original article <a href="https://www.digitangle.co.uk/blog/track-goals-google-analytics-using-contact-form-7/">How To Track Goals In Google Analytics Using Contact Form 7</a></p>
]]></description>
										<content:encoded><![CDATA[<p><img decoding="async" src="https://www.digitangle.co.uk/wp-content/uploads/2014/09/social-media-google-analytics-300x153.jpg"><br />
<h2 class="ui header"><i aria-hidden="true" class="line chart icon"></i><div class="content">Goal tracking</div></h2><br />
Goal Tracking is vital for an effective marketing campaign.</p>
<p>If you&#8217;re using WordPress, with Contact Form 7 and Google Analytics, here are some quick steps to put goal tracking in place.<br />
This will to allow you to see conversions (i.e. how many people submitted an enquiry), and where those people are coming from.</p>
<p>It&#8217;ll involve a bit of fiddling with settings (or development time from your web team), but it&#8217;ll be worth seeing the number of conversions and visits in the one place.<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;<br />
<h3 class="ui header"><i aria-hidden="true" class="wordpress icon"></i><div class="content">In WordPress</div></h3><br />
In the admin area of WordPress, go to the Contact Form 7 form, and at the bottom of the contact form management page; insert the following line into the additional settings box:</p>
<p><code>on_sent_ok: "_gaq.push(['_trackEvent', 'Contact Form', 'Submit']);"</code><br />
<h3 class="ui header"><i aria-hidden="true" class="google icon"></i><div class="content">In Google Analytics</div></h3><br />
Then in the admin of Google Analytics:</p>
<ol>
<li>Add a new goal;</li>
<li>Select the enquiry/contact us template</li>
<li>Select &#8220;event&#8221; as the goal type</li>
<li>Add &#8220;Contact Form&#8221; as the category</li>
<li>Add &#8220;Submit&#8221; as the action.</li>
<li>Create the goal.</li>
</ol>
<p>Put through a test submission and check the following day.</p>
<p>View the original article <a href="https://www.digitangle.co.uk/blog/track-goals-google-analytics-using-contact-form-7/">How To Track Goals In Google Analytics Using Contact Form 7</a></p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.digitangle.co.uk/blog/track-goals-google-analytics-using-contact-form-7/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Swap the &#8216;Be Good&#8217; for the &#8216;Growth&#8217; Mindset</title>
		<link>https://www.digitangle.co.uk/blog/swap-the-be-good-for-the-growth-mindset/</link>
					<comments>https://www.digitangle.co.uk/blog/swap-the-be-good-for-the-growth-mindset/#respond</comments>
		
		<dc:creator><![CDATA[Katrina Gallagher]]></dc:creator>
		<pubDate>Sat, 01 Aug 2015 15:23:05 +0000</pubDate>
				<category><![CDATA[Inspiration]]></category>
		<category><![CDATA[Marketing]]></category>
		<category><![CDATA[Productivity]]></category>
		<guid isPermaLink="false">https://www.digitangle.co.uk/?p=2806</guid>

					<description><![CDATA[<p>I wholeheartedly believe in the progress principle &#8211; continuous learning, testing &#38; improving is a huge motivator for me and, whether it&#8217;s cause or effect, I&#8217;m fascinated by marketing experiments and love watching incremental improvements in results. I stumbled upon this short video from the lovely Heidi Grant Halvorson, which sums up the &#8216;Growth Mindset&#8217;.&#8230;</p>
<p>View the original article <a href="https://www.digitangle.co.uk/blog/swap-the-be-good-for-the-growth-mindset/">Swap the &#8216;Be Good&#8217; for the &#8216;Growth&#8217; Mindset</a></p>
]]></description>
										<content:encoded><![CDATA[<p>I wholeheartedly believe in the progress principle &#8211; continuous learning, testing &amp; improving is a huge motivator for me and, whether it&#8217;s cause or effect, I&#8217;m fascinated by marketing experiments and love watching incremental improvements in results.</p>
<p>I stumbled upon this short video from the lovely Heidi Grant Halvorson, which sums up the &#8216;Growth Mindset&#8217;.</p>
<p><div class="ui embed" data-source="vimeo" data-id="86610705"></div></p>
<p>This is my favourite quote from her talk:</p>
<blockquote><p><strong>&#8220;People are good at things because they devote their time &amp; energy to developing their skills&#8221;.</strong></p></blockquote>
<p>With the example that the people who are good at maths* are only good at maths because they practice.</p>
<p>The research on the effect of mindset on performance was really interesting &#8211; and it suggests how you can motivate or de-motivate people with simple changes to the way that you give feedback. For example, if you focus praise or negative feedback on the effort, the process followed or preparation made, then you&#8217;re more likely to instil the &#8216;growth mindset&#8217; rather than making people feel like they are at a set point (that they are inherently good or bad at something). <strong>The growth mindset encourages people to search for ways to improve their performance.</strong></p>
<p>The study of how people deal with (or don&#8217;t deal with) problems was also fascinating. It explains why we may sulk, dwell and don&#8217;t make changes when we&#8217;re in an unhappy situation. 🙁</p>
<p>Carol Dweck explores the power of giving feedback using statements like &#8216;not yet&#8217; rather than &#8216;failed&#8217; to help students develop a growth mindset and improve their performance.</p>
<p><div class="ui embed" data-source="youtube" data-id="hiiEeMN7vbQ"></div></p>
<p><div class="ui hidden divider"></div><a href="https://www.digitangle.co.uk/wp-content/uploads/2015/08/Growth-Mindset.jpg" class="ui zoomable image"><img decoding="async" src="https://www.digitangle.co.uk/wp-content/uploads/2015/08/Growth-Mindset-232x300.jpg"></a><div class="ui hidden divider"></div></p>
<p>Heidi&#8217;s presentation reminded me of Teresa Amabile&#8217;s book &#8216;The Progress Principle&#8217;. Teresa and her co-author Steven Kramer analysed approximately 12,000 diary entries and came up with a number of insights into performance and creativity.</p>
<p>They identified obstacles to progress, for example, toxic relationships and meaningless tasks [hello HMRC admin 😉 ]. They also explain how to enable progress on project work, for example, by establishing autonomy and setting clear goals; and how to uplift your team with encouragement and demonstration of respect.</p>
<p><div class="ui embed" data-source="vimeo" data-id="49179452"></div><br />
<h2 class="ui header"><i aria-hidden="true" class="user icon"></i><div class="content">So, what motivates you?</div></h2><br />
How do you put yourself in a productive/creative/assertive/[fill in the blank] mode, so that you can perform at your best? And how do you motivate others?<br />
<h2 class="ui header"><i aria-hidden="true" class="info circle icon"></i><div class="content">Further information</div></h2><br />
<div class="ui list" role="list"><br />
<div class="item" role="listitem"><i aria-hidden="true" class="red pin icon"></i><div class="middle aligned content"><a href="https://99u.com/videos/22655/heidi-grant-halvorson-the-incredible-benefits-of-a-get-better-mindset">Here is Heidi&#8217;s video that sparked this post</a>.</div></div><br />
<div class="item" role="listitem"><i aria-hidden="true" class="red pin icon"></i><div class="middle aligned content">Find out more about <a href="https://www.heidigranthalvorson.com/">Heidi Grant Halvorson here</a> (where she has also published some free resources and further videos) or on Twitter <a href="https://x.com/hghalvorson">@HGHalvorson</a></div></div><br />
<div class="item" role="listitem"><i aria-hidden="true" class="red pin icon"></i><div class="middle aligned content">Find out about <a href="https://www.progressprinciple.com/">Teresa Amabile here</a> or on Twitter <a href="https://x.com/TeresaAmabile">@TeresaAmabile</a>.</div></div><br />
<div class="item" role="listitem"><i aria-hidden="true" class="red pin icon"></i><div class="middle aligned content"><a href="https://www.themarginalian.org/2014/01/29/carol-dweck-mindset/">Fixed Versus Growth Mindset</a> &#8211; a wonderful summary of Carol Dweck&#8217;s book by Maria Popova on BrainPickings.</div></div><br />
<div class="item" role="listitem"><i aria-hidden="true" class="red pin icon"></i><div class="middle aligned content">Carol Dweck&#8217;s <a href="https://www.ted.com/talks/carol_dweck_the_power_of_believing_that_you_can_improve?language=en">TedTalk</a> and <a href="https://www.waterstones.com/book/mindset-updated-edition/carol-dweck/9781472139955">book, Mindset: The New Psychology of Success</a></div></div><br />
<div class="item" role="listitem"><i aria-hidden="true" class="red pin icon"></i><div class="middle aligned content">Nigel Holmes&#8217;s Growth Mindset graphic for Stanford Magazine.</div></div><br />
</div><br />
<img decoding="async" src="https://www.digitangle.co.uk/wp-content/uploads/2015/08/Succeed.jpg"></p>
<p><img decoding="async" src="https://www.digitangle.co.uk/wp-content/uploads/2015/08/The-Progress-Principle-199x300.jpg"></p>
<p><a href="https://www.waterstones.com/book/mindset-updated-edition/carol-dweck/9781472139955"><img decoding="async" src="https://www.digitangle.co.uk/wp-content/uploads/2015/08/mindset.jpg"></a></p>
<h2 class="ui header"></h2>
<p>*OK, so Heidi said &#8220;people are good at math&#8221;&#8230; I just couldn&#8217;t bring myself to call &#8216;maths&#8217; &#8216;math&#8217; on this side of the pond.</p>
<p>View the original article <a href="https://www.digitangle.co.uk/blog/swap-the-be-good-for-the-growth-mindset/">Swap the &#8216;Be Good&#8217; for the &#8216;Growth&#8217; Mindset</a></p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.digitangle.co.uk/blog/swap-the-be-good-for-the-growth-mindset/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Young Marketing Stars: Creative Pioneers Apprentices</title>
		<link>https://www.digitangle.co.uk/blog/young-marketing-stars-creative-pioneers-apprentices/</link>
					<comments>https://www.digitangle.co.uk/blog/young-marketing-stars-creative-pioneers-apprentices/#respond</comments>
		
		<dc:creator><![CDATA[Katrina Gallagher]]></dc:creator>
		<pubDate>Sat, 30 May 2015 23:35:47 +0000</pubDate>
				<category><![CDATA[Marketing]]></category>
		<guid isPermaLink="false">https://www.digitangle.co.uk/?p=2744</guid>

					<description><![CDATA[<p>I&#8217;ve had the opportunity to work with some exceptional young marketers. I&#8217;ve been working with The White Room to deliver the training for Creative Pioneers, a national Apprenticeship programme driven by the IPA for the Advertising, Marketing and Digital Media sector. The apprentices are working towards a Level 3 NVQ and so far, among other&#8230;</p>
<p>View the original article <a href="https://www.digitangle.co.uk/blog/young-marketing-stars-creative-pioneers-apprentices/">Young Marketing Stars: Creative Pioneers Apprentices</a></p>
]]></description>
										<content:encoded><![CDATA[<p><a href="https://www.digitangle.co.uk/wp-content/uploads/2015/05/Creative-Pioneers-Logo-2015-1024x635.jpg" class="ui zoomable image"><img decoding="async" src="https://www.digitangle.co.uk/wp-content/uploads/2015/05/Creative-Pioneers-Logo-2015-300x186.jpg"></a></p>
<p>I&#8217;ve had the opportunity to work with some exceptional young marketers.</p>
<p>I&#8217;ve been working with The White Room to deliver the training for Creative Pioneers, a national Apprenticeship programme driven by the IPA for the Advertising, Marketing and Digital Media sector.</p>
<p>The apprentices are working towards a Level 3 NVQ and so far, among other things, they have:<br />
<div class="ui list" role="list"><br />
<div class="item" role="listitem"><i aria-hidden="true" class="red pin icon"></i><div class="middle aligned content">Built their own website.</div></div><br />
<div class="item" role="listitem"><i aria-hidden="true" class="red pin icon"></i><div class="middle aligned content">Created an email marketing template, tested &amp; sent newsletters.</div></div><br />
<div class="item" role="listitem"><i aria-hidden="true" class="red pin icon"></i><div class="middle aligned content">Published articles (two of which received over 200 thousand views!).</div></div><br />
<div class="item" role="listitem"><i aria-hidden="true" class="red pin icon"></i><div class="middle aligned content">Set up Google Analytics &amp; Webmaster tools.</div></div><br />
<div class="item" role="listitem"><i aria-hidden="true" class="red pin icon"></i><div class="middle aligned content">Performed SEO &amp; website accessibility analysis.</div></div><br />
<div class="item" role="listitem"><i aria-hidden="true" class="red pin icon"></i><div class="middle aligned content">Created a link building plan.</div></div><br />
<div class="item" role="listitem"><i aria-hidden="true" class="red pin icon"></i><div class="middle aligned content">Filmed and edited videos.</div></div><br />
<div class="item" role="listitem"><i aria-hidden="true" class="red pin icon"></i><div class="middle aligned content">Organised &amp; recorded live Google Hangouts.</div></div><br />
<div class="item" role="listitem"><i aria-hidden="true" class="red pin icon"></i><div class="middle aligned content">Presented nearly every week.</div></div><br />
</div><br />
This programme has now been opened up to non-IPA members.</p>
<p>If you were thinking of recruiting a junior creative, marketing or web development position, then opening that opportunity to apprentices can be a great way to find and grow your own talent.</p>
<p>There are no costs to the business for the training and you get a £1500 grant to fund their development.</p>
<p>Here are comments from some of our current group:</p>
<p><img decoding="async" src="https://www.digitangle.co.uk/wp-content/uploads/2015/05/Laura-Horne-TBWA-Manchester.jpg"></p>
<p>I have really enjoyed the diversity of the creative pioneers course, it has been great to get involved in all sorts of live briefs which I can relate to my experience in the workplace.</p>
<p>Laura Horne<br />
Junior Account Executive<br />
TBWA Manchester</p>
<p>&nbsp;</p>
<p><div class="ui divider"></div><img decoding="async" src="https://www.digitangle.co.uk/wp-content/uploads/2015/05/Quincey-Lawrence-Bernard-Nine-Lives-Media-300x300.jpg"><br />
The things I have enjoyed the most are when we are doing the things like the Christmas and Easter videos and the Buzzfeed quizzes. They let my creative juices flow and mean that I really enjoy getting towards the end product. Like with the Buzzfeed quiz it was tricky to start with. But once the ideas came and I settled on one it was really enjoyable creating my own content for the web and then later seeing how well it did with people across the world. Another reason they are enjoyable is that they are something which can be shown to other people outside the course to show what I am able to do when tasked with something.</p>
<p>I know that the guys last week really enjoyed doing the Buzzfeed posts because we had free reign on what we could do and how we could do it. This meant that there were an infinite number of possibilities on the type of content we created.</p>
<p>Quincey Lawrence-Bernard<br />
Digital Media Apprentice<br />
Nine Lives Media</p>
<p><div class="ui divider"></div><br />
<img decoding="async" src="https://www.digitangle.co.uk/wp-content/uploads/2015/05/lauren-adams-access-advertising-300x300.jpg"><br />
I have enjoyed most when we have a creative output I think, such as doing posters/videos etc! Makes things a bit more fun and I can happily spend hours on Photoshop haha 🙂</p>
<p>Lauren Adams<br />
Project Management Apprentice<br />
Access Advertising Marketing &amp; Design</p>
<p>&nbsp;</p>
<p><div class="ui divider"></div><br />
<img decoding="async" src="https://www.digitangle.co.uk/wp-content/uploads/2015/05/ben-lester-mec-manchester.jpg"><br />
I have enjoyed working for the live brief pitch a lot as it involved working in small teams as well as a little competition for a prize.</p>
<p>I also like listening to other people’s ideas that they pitch as it’s interesting to see what other people have come up with.</p>
<p>Ben Lester<br />
Insight Apprentice, Planning<br />
MEC</p>
<p><div class="ui divider"></div><br />
<img decoding="async" src="https://www.digitangle.co.uk/wp-content/uploads/2015/05/Sophie-Chay-ONeill.jpg"><br />
I&#8217;ve enjoyed how practical the course has been and how we’ve been able to test out so many different tools relating to digital marketing rather than just learning about the theory. Also, it goes without saying that my most favourite activities are those which involve treats!</p>
<p>Sophie Chay-O&#8217;Neill<br />
Junior Account Executive<br />
C21 Ltd</p>
<p><div class="ui divider"></div><br />
<img decoding="async" src="https://www.digitangle.co.uk/wp-content/uploads/2015/05/Richard-Bolton-Creative-England.jpg"><br />
I think what I enjoy most would be the atmosphere and the freedom you provide us with in class, the ability choose projects to work on and to identify areas and skills we need to improve, I understand that this has also been a bit of a curse with easy distractions such as Disney quizzes and YouTube videos.</p>
<p>Richard Bolton<br />
Online Digital Marketing Apprentice<br />
Creative England</p>
<p><div class="ui divider"></div><br />
And a little snapshot of some of the results achieved for one of the assignments:<br />
<div class="ui hidden divider"></div><br />
<a href="https://www.digitangle.co.uk/wp-content/uploads/2015/05/Quincey-Lawrence-Bernard-Nine-Lives-Media-Results.jpg" class="ui zoomable image"><img decoding="async" src="https://www.digitangle.co.uk/wp-content/uploads/2015/05/Quincey-Lawrence-Bernard-Nine-Lives-Media-Results-300x203.jpg"></a><div class="ui hidden divider"></div><br />
<a href="https://www.digitangle.co.uk/wp-content/uploads/2015/05/Quincey-Lawrence-Bernard-Nine-Lives-Media-Results-2.jpg" class="ui zoomable image"><img decoding="async" src="https://www.digitangle.co.uk/wp-content/uploads/2015/05/Quincey-Lawrence-Bernard-Nine-Lives-Media-Results-2-300x140.jpg"></a><div class="ui hidden divider"></div><br />
<a href="https://www.digitangle.co.uk/wp-content/uploads/2015/05/Quincey-Lawrence-Bernard-Nine-Lives-Media-Results-3.jpg" class="ui zoomable image"><img decoding="async" src="https://www.digitangle.co.uk/wp-content/uploads/2015/05/Quincey-Lawrence-Bernard-Nine-Lives-Media-Results-3-300x139.jpg"></a><div class="ui hidden divider"></div></p>
<p>View the original article <a href="https://www.digitangle.co.uk/blog/young-marketing-stars-creative-pioneers-apprentices/">Young Marketing Stars: Creative Pioneers Apprentices</a></p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.digitangle.co.uk/blog/young-marketing-stars-creative-pioneers-apprentices/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Principles of Persuasion&#8230; Are You Missing Vital Elements in Your Marketing Messages?</title>
		<link>https://www.digitangle.co.uk/blog/principles-of-persuasion-are-you-missing-vital-elements-in-your-marketing-messages/</link>
					<comments>https://www.digitangle.co.uk/blog/principles-of-persuasion-are-you-missing-vital-elements-in-your-marketing-messages/#respond</comments>
		
		<dc:creator><![CDATA[Katrina Gallagher]]></dc:creator>
		<pubDate>Wed, 20 May 2015 10:19:04 +0000</pubDate>
				<category><![CDATA[Marketing]]></category>
		<guid isPermaLink="false">https://www.digitangle.co.uk/?p=2689</guid>

					<description><![CDATA[<p>Have you thought about how your marketing messages appear to your audience? Dr. Robert B. Cialdini, Regents&#8217; Professor Emeritus of Psychology and Marketing at Arizona State University, has spent his entire career researching the science of influence. He studied the strategies of sales professionals, charity workers, marketers, advertising professionals and recruitment consultants &#8211; to find out&#8230;</p>
<p>View the original article <a href="https://www.digitangle.co.uk/blog/principles-of-persuasion-are-you-missing-vital-elements-in-your-marketing-messages/">Principles of Persuasion&#8230; Are You Missing Vital Elements in Your Marketing Messages?</a></p>
]]></description>
										<content:encoded><![CDATA[<p>Have you thought about how your marketing messages appear to your audience?</p>
<p>Dr. Robert B. Cialdini, Regents&#8217; Professor Emeritus of Psychology and Marketing at Arizona State University, has spent his entire career researching the science of influence.</p>
<p>He studied the strategies of sales professionals, charity workers, marketers, advertising professionals and recruitment consultants &#8211; to find out why potential customers whose initial response is often one of indifference, or who may even be locked in &#8220;no&#8221; mode, eventually move to a &#8220;yes&#8221;.</p>
<p>Dr Cialdini came up with 6 principles of persuasion that guide human behaviour &#8211; here&#8217;s a quick run-through:</p>
<p><div class="ui embed" data-source="youtube" data-id="cFdCzN7RYbw"></div></p>
<p>Consider how you can adapt these principles and apply them to your marketing campaigns.</p>
<p><strong>1. Reciprocity</strong><br />
People are more likely to help you if you help them first.<br />
Can you add value by giving your audience tips on how to use your products? Can you offer a free trial? An unexpected gift? A useful white paper, a persuasive printable or a compelling visual guide?</p>
<p><strong>2. Commitment (and Consistency)</strong><br />
Once we&#8217;ve made a commitment to something, we&#8217;re more likely to want to continue.<br />
Can you encourage your audience to dip their toe in the waters with a little commitment? Is there something small but significant you can ask of your users? Why not suggest they register as a free limited user, or &#8216;like&#8217; your page on Facebook; why not offer them the chance to sign up to an email newsletter?<br />
<strong><br />
3. Social Proof</strong><br />
We&#8217;re more likely to sign up if we know other people have done so.<br />
Can you demonstrate your Facebook &#8216;likes&#8217; or quote testimonials from happy customers on your website? Or make it easy for people to write reviews?<br />
<strong><br />
4. Liking</strong><br />
We&#8217;re more likely to be influenced by people we like.<br />
Do your marketing messages speak directly to your audience? Are they likely to smile when they see your brand?<br />
Consider segmenting your audience to allow for custom marketing messages and landing pages rather than a &#8216;one size fits all&#8217; approach. If you&#8217;re trying to please everyone, you&#8217;re going to please no-one.</p>
<p><strong>5. Authority</strong><br />
We trust the opinion of people in positions of credible authority.<br />
Have you won any awards? Are you accredited by any well-known industry organisations or member of any respected professional associations? Try using these credentials on landing pages or in marketing messages.</p>
<p><strong>6. Scarcity</strong><br />
We are more attracted to things when availability is limited, or when we fear we  may miss out on an outstanding or unique opportunity. Why not experiment with time limited offers or events, or display your stock levels?</p>
<p><strong>With any of these principles, it&#8217;s important to act ethically. </strong></p>
<p>If you persuade someone to sign up when you know they won&#8217;t benefit from your product or service, it may look good for that day&#8217;s results, but the effect on your brand will be dreadful&#8230; and you&#8217;ll need a few mugs of Horlicks to sleep at night!</p>
<p>View the original article <a href="https://www.digitangle.co.uk/blog/principles-of-persuasion-are-you-missing-vital-elements-in-your-marketing-messages/">Principles of Persuasion&#8230; Are You Missing Vital Elements in Your Marketing Messages?</a></p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.digitangle.co.uk/blog/principles-of-persuasion-are-you-missing-vital-elements-in-your-marketing-messages/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Smart Tactics In Book Marketing &#8211; Tim Ferriss&#8217;s Free Audiobook</title>
		<link>https://www.digitangle.co.uk/blog/smart-tactics-book-marketing-tim-ferrisss-free-audiobook/</link>
					<comments>https://www.digitangle.co.uk/blog/smart-tactics-book-marketing-tim-ferrisss-free-audiobook/#respond</comments>
		
		<dc:creator><![CDATA[Katrina Gallagher]]></dc:creator>
		<pubDate>Mon, 19 Jan 2015 15:23:49 +0000</pubDate>
				<category><![CDATA[Inspiration]]></category>
		<category><![CDATA[Marketing]]></category>
		<category><![CDATA[Productivity]]></category>
		<guid isPermaLink="false">https://www.digitangle.co.uk/?p=2712</guid>

					<description><![CDATA[<p>I loved Tim&#8217;s first book &#8216;The Four Hour Work Week&#8217;; it&#8217;s all about improving efficiency, prioritising, removing &#8220;work for work&#8217;s sake&#8221; and questioning common practice. Tim used smart&#160;tactics to design the title, strapline and book cover &#8211; anyone interested in the Lean Startup or Conversion Rate Optimisation would be proud of him: The resulting book&#160;went&#8230;</p>
<p>View the original article <a href="https://www.digitangle.co.uk/blog/smart-tactics-book-marketing-tim-ferrisss-free-audiobook/">Smart Tactics In Book Marketing &#8211; Tim Ferriss&#8217;s Free Audiobook</a></p>
]]></description>
										<content:encoded><![CDATA[<a href="https://www.digitangle.co.uk/wp-content/uploads/2015/01/Tim-Ferriss-Four-Hour-Book-Banner-1.png" class="ui zoomable image"><img decoding="async" src="https://www.digitangle.co.uk/wp-content/uploads/2015/01/Tim-Ferriss-Four-Hour-Book-Banner-1-300x157.png"></a>



<div class="ui hidden divider"></div>



<p>I loved Tim&#8217;s first book &#8216;The Four Hour Work Week&#8217;; it&#8217;s all about improving efficiency, prioritising, removing &#8220;work for work&#8217;s sake&#8221; and questioning common practice.</p>



<p>Tim used smart&nbsp;tactics to design the title, strapline and book cover &#8211; anyone interested in the Lean Startup or Conversion Rate Optimisation would be proud of him:</p>



<ol class="wp-block-list">
<li>He used a <strong>Google AdWords campaign</strong> to test the book title and strapline. He set up&nbsp;adverts and tested different headlines (the book titles), and descriptions (the straplines).&nbsp; He went with the version that people clicked on most&nbsp;for the final title of his book.</li>



<li>And as Eric Ries would say, he &#8216;got out of the building&#8217;, to test his book cover. He wrapped&nbsp;the same sized books in different versions of the cover, and <strong>sat in a bookshop with a clicker</strong> to see how many people picked up the book in each design.</li>
</ol>



<p>The resulting book&nbsp;went on to become a number one&nbsp;New York Times best-seller.</p>



<p>He has a new book out at the moment &#8211; The Four Hour Chef; which isn&#8217;t really a cook-book. It&#8217;s a book about &#8216;meta learning&#8217;, or <strong>learning how to learn effectively</strong>, and covers cooking (of course), as well as language learning, dancing and improving your memory.</p>



<p>As I hoped and wondered&nbsp;whether there was an audio version out yet, I found he&#8217;s actually giving this away for free.</p>



<p>In the spirit of continual testing and refinement, he gave drafts&nbsp;of his new book away for free, and found that&nbsp;<strong>880 thousand people</strong> who received the material actually clicked through and bought the hardcover version of the book on Amazon. This supports what&nbsp;Dr Robert Cialdini&nbsp;was saying about the principles of persuasion &#8211; people are designed to reciprocate.</p>



<p>If you&#8217;re anything like my&nbsp;mum, you will freak if you&nbsp;watch&nbsp;him wipe his nose as he&#8217;s cooking&#8230; he actually has a disclaimer about food handling in the first page&#8230; but anyway, here&#8217;s the trailer:</p>


<div class="ui embed" data-source="youtube" data-id="_KFPHmPoPlY"></div>



<p>So I&#8217;ve fallen for the persuasion of reciprocation!&nbsp;It&#8217;s a great read with some interesting ideas &#8211; and the hardcover is on order for my dad&#8217;s birthday!</p>



<p>More on Tim:</p>


<div class="ui list" role="list">
<div class="item" role="listitem"><i aria-hidden="true" class="red pin icon"></i><div class="middle aligned content"><a title="Tim Ferriss podcast" href="https://fourhourworkweek.com/podcast/">His podcast</a>.</div></div>
<div class="item" role="listitem"><i aria-hidden="true" class="red pin icon"></i><div class="middle aligned content"><a title="Creative live" href="https://www.creativelive.com/courses/4-hour-life-tim-ferriss">Creative Live Course</a>.</div></div>
</div>



<p>Also mentioned in this post &#8211;&nbsp;<a title="The Lean Startup" href="https://theleanstartup.com/">Eric Ries and The Lean Startup</a>, and for more information about Conversion Rate Optimisation &#8211; check out <a title="Conversion rate experts" href="https://www.conversion-rate-experts.com/articles/">Conversion Rate Experts</a>, Digital Tonic and the <a title="ConversionXL" href="https://cxl.com/blog/">ConversionXL Blog.</a></p>
<p>View the original article <a href="https://www.digitangle.co.uk/blog/smart-tactics-book-marketing-tim-ferrisss-free-audiobook/">Smart Tactics In Book Marketing &#8211; Tim Ferriss&#8217;s Free Audiobook</a></p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.digitangle.co.uk/blog/smart-tactics-book-marketing-tim-ferrisss-free-audiobook/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
