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

<channel>
	<title>ClickWP</title>
	<atom:link href="https://clickwp.com/feed/" rel="self" type="application/rss+xml" />
	<link>https://clickwp.com</link>
	<description>WordPress Experts Just A Click Away</description>
	<lastBuildDate>Thu, 22 May 2025 09:58:34 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	

<image>
	<url>https://files.clickwp.com/2019/10/cropped-favicon-75x75.png</url>
	<title>ClickWP</title>
	<link>https://clickwp.com</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>Stay out of the Spam Folder with Email Authentication</title>
		<link>https://clickwp.com/email-authentication-now-required-2024/</link>
		
		<dc:creator><![CDATA[David]]></dc:creator>
		<pubDate>Tue, 12 Dec 2023 14:18:03 +0000</pubDate>
				<category><![CDATA[Beyond WordPress]]></category>
		<guid isPermaLink="false">https://clickwp.com/?p=227178</guid>

					<description><![CDATA[<p>This article will explain why your website&#8217;s emails don&#8217;t get delivered and how to get around this problem. A recent announcement by Google and Yahoo adds urgency to the matter. Finally we also include a typical example of email authentication for WooCommerce websites. Why emails don&#8217;t get delivered Emails from your website, and even those&#8230; <a class="more-link" href="https://clickwp.com/email-authentication-now-required-2024/">Continue reading</a></p>
<p>The post <a rel="nofollow" href="https://clickwp.com/email-authentication-now-required-2024/">Stay out of the Spam Folder with Email Authentication</a> appeared first on <a rel="nofollow" href="https://clickwp.com">ClickWP</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p class="has-normal-font-size">This article will explain why your website&#8217;s emails don&#8217;t get delivered and how to get around this problem. A recent announcement by Google and Yahoo adds urgency to the matter. Finally we also include a typical example of email authentication for WooCommerce websites.</p>





<div class="wp-block-kadence-infobox kt-info-box227178_f9d35d-44"><a class="kt-blocks-info-box-link-wrap info-box-link kt-blocks-info-box-media-align-left kt-info-halign-left kb-info-box-vertical-media-align-top" href="https://clickwp.com/product/dmarc-managed-setup/"><div class="kt-blocks-info-box-media-container"><div class="kt-blocks-info-box-media kt-info-media-animate-none"><div class="kadence-info-box-icon-container kt-info-icon-animate-none"><div class="kadence-info-box-icon-inner-container"><span class="kb-svg-icon-wrap kb-svg-icon-fas_life-ring kt-info-svg-icon"><svg viewBox="0 0 512 512"  fill="currentColor" xmlns="http://www.w3.org/2000/svg"  aria-hidden="true"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm173.696 119.559l-63.399 63.399c-10.987-18.559-26.67-34.252-45.255-45.255l63.399-63.399a218.396 218.396 0 0 1 45.255 45.255zM256 352c-53.019 0-96-42.981-96-96s42.981-96 96-96 96 42.981 96 96-42.981 96-96 96zM127.559 82.304l63.399 63.399c-18.559 10.987-34.252 26.67-45.255 45.255l-63.399-63.399a218.372 218.372 0 0 1 45.255-45.255zM82.304 384.441l63.399-63.399c10.987 18.559 26.67 34.252 45.255 45.255l-63.399 63.399a218.396 218.396 0 0 1-45.255-45.255zm302.137 45.255l-63.399-63.399c18.559-10.987 34.252-26.67 45.255-45.255l63.399 63.399a218.403 218.403 0 0 1-45.255 45.255z"/></svg></span></div></div></div></div><div class="kt-infobox-textcontent"><p class="kt-blocks-info-box-text">Need help with email authentication and DMARC? ClickWP can help figure out, set up and monitor your email authentication.</p><div class="kt-blocks-info-box-learnmore-wrap"><span class="kt-blocks-info-box-learnmore">Learn More</span></div></div></a></div>



<h2 class="wp-block-heading" id="why-emails-dont-get-delivered">Why emails don&#8217;t get delivered</h2>



<p>Emails from your website, and even those that you send from Apple Mail or Microsoft Outlook may fail to get delivered. Often times these emails land in the spam or junk folder, but sometimes emails are rejected completely without any notification to you the sender. </p>



<p>It is trivial to spoof an email address, or send an email as somebody else. Here&#8217;s some code that will send an email that appears to have come from Bill Gates.</p>



<pre class="wp-block-preformatted">&lt;?php
$to      = 'you@example.com';
$subject = 'You are the recipient of $1,000,000';
$message = 'hello';
$headers = array(
    'From' =&gt; 'Bill Gates &lt;bill.gates@microsoft.com&gt;',
    'Reply-To' =&gt; 'scammer@badguys.com'
);

mail($to, $subject, $message, $headers);
?&gt;</pre>



<p>Because of the ease of spoofing emails, legitimate email senders need a way to prove that they did really send the email. Enter email authentication, which refer to a combination of technologies including DKIM, SPF and DMARC.</p>



<h2 class="wp-block-heading" id="improving-deliverability-with-spf-dkim-and-dmarc">Improving deliverability with SPF, DKIM and DMARC</h2>



<p>Taking the time and effort to set up email authentication gives a strong signal to email providers that a sender&#8217;s emails are legitimate and went a long way to improving their deliverability, the measure of how likely the email will be delivered. Email providers would still accept your emails even if you didn&#8217;t enable email authentication&#8230; but that may change in 2024.</p>



<p>Last October 2023,&nbsp;<a href="https://blog.google/products/gmail/gmail-security-authentication-spam-protection/" target="_blank" rel="noopener">Google</a>&nbsp;and&nbsp;<a href="https://blog.postmaster.yahooinc.com/post/730172167494483968/more-secure-less-spam" target="_blank" rel="noopener">Yahoo</a>&nbsp;announced requirements that bulk senders must have&nbsp;DMARC&nbsp;in place by February 2024.&nbsp;“If senders don’t meet these email authentication requirements, messages might be rejected or delivered to recipients’ spam folders,”&nbsp;<a href="https://support.google.com/a/answer/14229414#zippy=%2Cwhat-happens-if-senders-dont-meet-the-requirements-in-the-sender-guidelines" target="_blank" rel="noopener">say</a>&nbsp;the folks at Gmail.</p>



<p><em>Yes, you&#8217;re definitely affected</em>. Basically everyone who needs to send email will be affected by this change, including you. Even if you don&#8217;t have an email newsletter, your website definitely needs to deliver contact form notifications, order confirmations and password resets. And emails you send directly to your customers will be affected too.</p>



<p>So if you haven&#8217;t yet set up email authentication for WooCommerce and all services you use, it&#8217;s time that you implement it now.</p>



<div class="wp-block-kadence-infobox kt-info-box227178_1c99b4-71"><span class="kt-blocks-info-box-link-wrap info-box-link kt-blocks-info-box-media-align-left kt-info-halign-left kb-info-box-vertical-media-align-top"><div class="kt-blocks-info-box-media-container"><div class="kt-blocks-info-box-media kt-info-media-animate-none"><div class="kadence-info-box-icon-container kt-info-icon-animate-none"><div class="kadence-info-box-icon-inner-container"><span class="kb-svg-icon-wrap kb-svg-icon-fe_info kt-info-svg-icon"><svg viewBox="0 0 24 24"  fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" xmlns="http://www.w3.org/2000/svg"  aria-hidden="true"><circle cx="12" cy="12" r="10"/><line x1="12" y1="16" x2="12" y2="12"/><line x1="12" y1="8" x2="12" y2="8"/></svg></span></div></div></div></div><div class="kt-infobox-textcontent"><p class="kt-blocks-info-box-text">Email authentication doesn&#8217;t guarantee your emails will avoid the spam folder. Your email content and reputation will also contribute to your deliverability. </p></div></span></div>



<h3 class="wp-block-heading" id="how-does-email-authentication-work">How does email authentication work?</h3>



<p>Email authentication is a combination of technologies that work together to  declare who is allowed to send emails on behalf of your domain. </p>



<p>Using DKIM and SPF, the <code>clickwp.com</code> domain declares the following:</p>



<ul class="wp-block-list">
<li>Direct, personal emails are sent from <a href="https://ref.fm/u6687477" target="_blank" rel="noopener">Fastmail</a></li>



<li>Marketing emails are sent via <a href="https://ActiveCampaign.referralrock.com/l/1I5BWNHL5RT/" target="_blank" rel="noopener">ActiveCampaign</a></li>



<li>Website form and order notifications (transactional email) are sent via <a href="https://aws.amazon.com/ses/" target="_blank" rel="noopener">Amazon Web Services (Simple Email Service)</a></li>
</ul>



<p>DMARC then tells email providers that they should spam (or reject) emails claiming to be from <code>clickwp.com</code> but aren&#8217;t sent from one of the senders above.</p>



<p>In summary&#8230; </p>



<ol class="wp-block-list">
<li>Services that send email for your domain are authenticated</li>



<li>DMARC tells email recipients to junk or reject emails from your domain that&nbsp;<em>aren’t</em>&nbsp;authenticated</li>
</ol>



<div class="wp-block-kadence-accordion alignnone"><div class="kt-accordion-wrap kt-accordion-id227178_ffac69-8c kt-accordion-has-2-panes kt-active-pane-0 kt-accordion-block kt-pane-header-alignment-left kt-accodion-icon-style-basic kt-accodion-icon-side-right" style="max-width:none"><div class="kt-accordion-inner-wrap" data-allow-multiple-open="false" data-start-open="none">
<div class="wp-block-kadence-pane kt-accordion-pane kt-accordion-pane-1 kt-pane227178_5e9a36-72"><div class="kt-accordion-header-wrap"><button class="kt-blocks-accordion-header kt-acccordion-button-label-show"><span class="kt-blocks-accordion-title-wrap"><span class="kt-blocks-accordion-title">How DMARC, DKIM and SPF work together</span></span><span class="kt-blocks-accordion-icon-trigger"></span></button></div><div class="kt-accordion-panel kt-accordion-panel-hidden"><div class="kt-accordion-panel-inner">
<p><strong>SPF (Sender Policy Framework):</strong></p>



<ul class="wp-block-list">
<li><strong>Purpose:</strong> SPF helps prevent email spoofing by verifying that the sending mail server is authorized to send emails on behalf of a specific domain.</li>



<li><strong>How it works:</strong> The domain owner publishes SPF records in their DNS (Domain Name System) settings. These records specify which mail servers are allowed to send emails for that domain. When an email is received, the recipient&#8217;s server checks the SPF record to confirm whether the sending server is authorized. If it&#8217;s not on the list, the email might be marked as suspicious.</li>
</ul>



<p><strong>DKIM (DomainKeys Identified Mail):</strong></p>



<ul class="wp-block-list">
<li><strong>Purpose:</strong> DKIM ensures the integrity of the email by adding a digital signature to each message, allowing the recipient to verify that it hasn&#8217;t been tampered with during transit.</li>



<li><strong>How it works:</strong> The sending mail server signs outgoing emails with a private key and publishes the corresponding public key in DNS. When the email is received, the recipient&#8217;s server retrieves the public key from DNS, uses it to verify the signature, and checks if the message has been altered. If the signature is valid, the email is considered legitimate.</li>
</ul>



<p><strong>DMARC (Domain-based Message Authentication, Reporting, and Conformance):</strong></p>



<ul class="wp-block-list">
<li><strong>Purpose:</strong> DMARC builds on SPF and DKIM to provide a policy framework for email authentication. It helps domain owners specify what actions should be taken for unauthenticated emails, and it enables reporting on email authentication activities.</li>



<li><strong>How it works:</strong> The domain owner publishes a DMARC policy in DNS, indicating how SPF and DKIM should be handled. The policy can instruct the recipient&#8217;s server to reject, quarantine, or accept emails that fail authentication. DMARC also includes a reporting mechanism, allowing domain owners to receive reports on email authentication results. This helps in monitoring and fine-tuning the email authentication setup.</li>
</ul>
</div></div></div>
</div></div></div>



<h2 class="wp-block-heading" id="steps-to-implement-email-authentication">Steps to implement email authentication</h2>



<h3 class="wp-block-heading" id="list-all-email-services-that-you-use">List all email services that you use</h3>



<p>Start by listing out all the services that send email for your domain. </p>



<p><strong>Primary email.</strong> The main service is likely your business email. We have used <a href="https://ref.fm/u6687477" target="_blank" rel="noopener">Fastmail</a> for over a decade, but you might use <a href="https://workspace.google.com" target="_blank" rel="noopener">Google Workspace</a>, <a href="https://microsoft365.com" target="_blank" rel="noopener">Microsoft 365</a> or the email provided by your web host.</p>



<p><strong>Email marketing service</strong> e.g. <a href="https://ActiveCampaign.referralrock.com/l/1I5BWNHL5RT/" target="_blank" rel="noopener">ActiveCampaign</a>, <a href="https://mailchimp.com" target="_blank" rel="noopener">Mailchimp</a>, <a href="https://brevo.com" target="_blank" rel="noopener">Brevo</a>, <a href="https://klaviyo.com" target="_blank" rel="noopener">Klaviyo</a>, etc.</p>



<p><strong>Other 3rd-party services.</strong> You may use other services that want to send email from your domain. Examples include:</p>



<ul class="wp-block-list">
<li>CRM like HubSpot, Pipedrive, Dubsado and Honeybook</li>



<li>Course platforms like Teachable, Thinkific and Podia</li>



<li>Sales / E-commerce platforms like SamCart, Shopify or ThriveCart</li>
</ul>



<p>If you miss out any services here, their emails will not get delivered. Be sure to compile a full, comprehensive list for this step.</p>



<h3 class="wp-block-heading" id="determine-where-your-domain-name-servers-are-hosted">Determine where your domain name servers are hosted</h3>



<p>Email authentication is set up at the domain level, and your domain settings are controlled by the domain name servers. You can find your name servers with a <a href="https://www.whois.com/whois/" target="_blank" rel="noopener">WHOIS lookup</a>.</p>



<p>Now that you know your name servers, you need to also have the login details to manage and edit the DNS settings. </p>



<div class="wp-block-kadence-infobox kt-info-box227178_14e0e8-cd"><span class="kt-blocks-info-box-link-wrap info-box-link kt-blocks-info-box-media-align-left kt-info-halign-left kb-info-box-vertical-media-align-top"><div class="kt-blocks-info-box-media-container"><div class="kt-blocks-info-box-media kt-info-media-animate-none"><div class="kadence-info-box-icon-container kt-info-icon-animate-none"><div class="kadence-info-box-icon-inner-container"><span class="kb-svg-icon-wrap kb-svg-icon-fe_alertTriangle kt-info-svg-icon"><svg viewBox="0 0 24 24"  fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" xmlns="http://www.w3.org/2000/svg"  aria-hidden="true"><path d="M10.29 3.86L1.82 18a2 2 0 0 0 1.71 3h16.94a2 2 0 0 0 1.71-3L13.71 3.86a2 2 0 0 0-3.42 0z"/><line x1="12" y1="9" x2="12" y2="13"/><line x1="12" y1="17" x2="12" y2="17"/></svg></span></div></div></div></div><div class="kt-infobox-textcontent"><p class="kt-blocks-info-box-text">Warning: Making a mistake with your DNS settings could cause your email or website to stop working. ClickWP can <a href="https://clickwp.com/product/dmarc-managed-setup/">help with setting up email authentication</a>.</p></div></span></div>



<p></p>



<h3 class="wp-block-heading" id="set-up-dkim-and-spf-records-for-each-service">Set up DKIM and SPF records for each service</h3>



<p>Find the instructions on how to activate DKIM and SPF for each service. Some services may not support the older SPF, but it&#8217;s best to set up both if possible.</p>



<p>Setting up DKIM will involve installing new CNAME or TXT records in your domain&#8217;s DNS. Each service will have its own DKIM record.</p>



<p>However, each domain can only have a single SPF record. This means installing SPF records involves modifying the record if it already exists.</p>



<p>Remember to verify DKIM and SPF for each service you set up. </p>



<h3 class="wp-block-heading" id="set-up-dmarc">Set up DMARC</h3>



<p>Activating DMARC also involves installing a DNS record. At the very least, you&#8217;ll need to set up this basic DMARC record:</p>



<p><strong>Type:</strong>&nbsp;TXT<br><strong>Host/Name:</strong>&nbsp;_DMARC.yourdomain.com<br><strong>Value:</strong> v=DMARC1; p=none;</p>



<p>The <code>p=none</code> above will set your DMARC policy to monitor only. This gives you the chance to catch any misconfigurations before you switch to a stricter policy (quarantine or reject). </p>



<figure class="wp-block-image alignwide size-large"><img fetchpriority="high" decoding="async" width="1000" height="374" src="https://files.clickwp.com/2023/12/learn-dmarc-welcome-screen-1000x374.png" alt="learndmarc.com welcome screen" class="wp-image-227193" srcset="https://files.clickwp.com/2023/12/learn-dmarc-welcome-screen-300x112.png 300w, https://files.clickwp.com/2023/12/learn-dmarc-welcome-screen-1000x374.png 1000w, https://files.clickwp.com/2023/12/learn-dmarc-welcome-screen-768x287.png 768w, https://files.clickwp.com/2023/12/learn-dmarc-welcome-screen-864x323.png 864w, https://files.clickwp.com/2023/12/learn-dmarc-welcome-screen-600x224.png 600w, https://files.clickwp.com/2023/12/learn-dmarc-welcome-screen.png 1016w" sizes="(max-width: 1000px) 100vw, 1000px" /><figcaption class="wp-element-caption">learndmarc.com welcome screen</figcaption></figure>



<p>Now, head over to <a href="https://www.learndmarc.com/" target="_blank" rel="noopener">learndmarc.com</a> and send a test email to address it provides. It will then diagnose and tell you whether your setup passes or fails, with an easy-to-understand final verdict. <a href="https://files.clickwp.com/2023/12/learndmarc.com-result.png">Click here to see a sample results page</a></p>



<p>You&#8217;ll want to test each service you had set up earlier. Use the <a href="https://www.learndmarc.com/" target="_blank" rel="noopener">learndmarc.com</a> results to fix any mistakes and get a <mark style="background-color:rgba(0, 0, 0, 0)" class="has-inline-color has-forest-color"><strong>PASS</strong></mark> for DMARC.</p>



<figure class="wp-block-image size-full"><img decoding="async" width="520" height="200" src="https://files.clickwp.com/2023/12/learndmarc.com-dmarc-pass.png" alt="" class="wp-image-227195" srcset="https://files.clickwp.com/2023/12/learndmarc.com-dmarc-pass-300x115.png 300w, https://files.clickwp.com/2023/12/learndmarc.com-dmarc-pass.png 520w" sizes="(max-width: 520px) 100vw, 520px" /><figcaption class="wp-element-caption">We didn&#8217;t ace the test here, but we got a passing grade overall</figcaption></figure>



<p><strong>At this point, you have completed all the email authentication steps and your emails will now pass Google and Yahoo&#8217;s <a href="https://postmarkapp.com/blog/2024-gmail-yahoo-email-requirements" target="_blank" rel="noopener">2024 DMARC requirements</a>.</strong> However, you&#8217;ve come this far so we recommend taking the final step to verify your setup.</p>



<h3 class="wp-block-heading">Monitor and optimize your DMARC set up</h3>



<p>The basic DMARC record above tells email providers to decide what to do with emails that don&#8217;t pass DKIM or SPF, and to report any failures. Getting notified of failures is important in case you missed out any important services that you use.</p>



<p>But where do the failure reports go to? You can have failure reports go to yourself, but the reports are in computer speak and you likely won&#8217;t understand it. Therefore we recommend using the free DMARC monitoring service from Postmark: <a href="https://dmarc.postmarkapp.com/" target="_blank" rel="noopener">dmarc.postmarkapp.com</a></p>



<p>Fill in your email address and domain that you want to monitor, then click the Get Started button. You&#8217;ll get a new DMARC record to replace the basic one you created in the previous step. Install the record and you&#8217;ll now receive weekly reports on DMARC failures.</p>



<p>If there are no failures and you&#8217;re confident with your set up, you can now optimize your DMARC policy to be stricter by using the quarantine or reject flag, e.g.</p>



<p><strong>Type:</strong>&nbsp;TXT<br><strong>Host/Name:</strong>&nbsp;_DMARC.yourdomain.com<br><strong>Value:</strong> v=DMARC1; p=quarantine;</p>



<div class="wp-block-kadence-infobox kt-info-box227178_6a1d49-23"><a class="kt-blocks-info-box-link-wrap info-box-link kt-blocks-info-box-media-align-left kt-info-halign-left kb-info-box-vertical-media-align-top" href="https://clickwp.com/product/dmarc-managed-setup/"><div class="kt-blocks-info-box-media-container"><div class="kt-blocks-info-box-media kt-info-media-animate-none"><div class="kadence-info-box-icon-container kt-info-icon-animate-none"><div class="kadence-info-box-icon-inner-container"><span class="kb-svg-icon-wrap kb-svg-icon-fas_life-ring kt-info-svg-icon"><svg viewBox="0 0 512 512"  fill="currentColor" xmlns="http://www.w3.org/2000/svg"  aria-hidden="true"><path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm173.696 119.559l-63.399 63.399c-10.987-18.559-26.67-34.252-45.255-45.255l63.399-63.399a218.396 218.396 0 0 1 45.255 45.255zM256 352c-53.019 0-96-42.981-96-96s42.981-96 96-96 96 42.981 96 96-42.981 96-96 96zM127.559 82.304l63.399 63.399c-18.559 10.987-34.252 26.67-45.255 45.255l-63.399-63.399a218.372 218.372 0 0 1 45.255-45.255zM82.304 384.441l63.399-63.399c10.987 18.559 26.67 34.252 45.255 45.255l-63.399 63.399a218.396 218.396 0 0 1-45.255-45.255zm302.137 45.255l-63.399-63.399c18.559-10.987 34.252-26.67 45.255-45.255l63.399 63.399a218.403 218.403 0 0 1-45.255 45.255z"/></svg></span></div></div></div></div><div class="kt-infobox-textcontent"><p class="kt-blocks-info-box-text">Need help with these steps? ClickWP can help figure out, set up and monitor your email authentication.</p><div class="kt-blocks-info-box-learnmore-wrap"><span class="kt-blocks-info-box-learnmore">Learn More</span></div></div></a></div>



<h2 class="wp-block-heading" id="example-setup-email-authentication-for-woo-commerce-sites">Example Setup: Email authentication for WooCommerce sites</h2>



<p>Now we will provide an example setup for a typical WooCommerce site, <code>example.com</code>. Our example site uses the following services:</p>



<ol class="wp-block-list">
<li>Google Workspace for primary email</li>



<li>cPanel hosting for emails sent via the website</li>



<li>ActiveCampaign for email marketing</li>
</ol>



<p>This means we&#8217;ll need to set up DKIM and SPF for Google Workspace, cPanel and ActiveCampaign. </p>



<p>The site is hosted on <strong><a href="http://www.a2hosting.com/refer/132679" target="_blank" rel="noopener">A2 Hosting</a></strong> and uses their nameservers. This means we edit the DNS settings from inside of A2 Hosting&#8217;s control panel.</p>



<h3 class="wp-block-heading">Google Workspace</h3>



<p>Start by logging into the Google Workspace Admin console (<a href="https://admin.google.com" target="_blank" rel="noopener">admin.google.com</a>). Navigate to Apps → Google Workspace → Gmail. Click Authenticate email. </p>



<div class="wp-block-media-text has-media-on-the-right is-stacked-on-mobile"><div class="wp-block-media-text__content">
<p></p>



<p>Select your domain and click the Generate New Record button. We&#8217;ll use the 2048-bit option. Once generated, you&#8217;ll be shown a DNS record.</p>
</div><figure class="wp-block-media-text__media"><img decoding="async" width="1000" height="917" src="https://files.clickwp.com/2023/12/dkim-auth-screen.png" alt="" class="wp-image-227196 size-full" srcset="https://files.clickwp.com/2023/12/dkim-auth-screen-300x275.png 300w, https://files.clickwp.com/2023/12/dkim-auth-screen-768x704.png 768w, https://files.clickwp.com/2023/12/dkim-auth-screen-864x792.png 864w, https://files.clickwp.com/2023/12/dkim-auth-screen-600x550.png 600w, https://files.clickwp.com/2023/12/dkim-auth-screen.png 1000w" sizes="(max-width: 1000px) 100vw, 1000px" /></figure></div>



<p>Now we&#8217;ll login to A2 Hosting and click the cPanel Login button. Inside cPanel, we navigate to Domains → Zone Editor. Click the Manage button.</p>



<figure class="wp-block-image size-full"><img loading="lazy" decoding="async" width="600" height="300" src="https://files.clickwp.com/2023/12/cpanel-zone-editor.png" alt="" class="wp-image-227197" srcset="https://files.clickwp.com/2023/12/cpanel-zone-editor-300x150.png 300w, https://files.clickwp.com/2023/12/cpanel-zone-editor.png 600w" sizes="auto, (max-width: 600px) 100vw, 600px" /></figure>



<p>Now add a new TXT record and enter the details provided by Google Workspace. The 2048 bit key is too long to fit in the field, so we click the <strong>Add TXT string to record</strong> option to add a 2nd field.</p>



<figure class="wp-block-image size-large"><img loading="lazy" decoding="async" width="1000" height="394" src="https://files.clickwp.com/2023/12/cpanel-google-workspace-dkim-1-1000x394.png" alt="" class="wp-image-227199" srcset="https://files.clickwp.com/2023/12/cpanel-google-workspace-dkim-1-300x118.png 300w, https://files.clickwp.com/2023/12/cpanel-google-workspace-dkim-1-1000x394.png 1000w, https://files.clickwp.com/2023/12/cpanel-google-workspace-dkim-1-768x303.png 768w, https://files.clickwp.com/2023/12/cpanel-google-workspace-dkim-1-864x341.png 864w, https://files.clickwp.com/2023/12/cpanel-google-workspace-dkim-1-600x237.png 600w, https://files.clickwp.com/2023/12/cpanel-google-workspace-dkim-1.png 1344w" sizes="auto, (max-width: 1000px) 100vw, 1000px" /></figure>



<p>Now go back go Google Workspace and click the <strong>Start Authentication</strong> button.</p>



<p>Next we check for an existing SPF record. If none exist, we&#8217;ll create a new one. But cPanel usually installs a SPF record automatically so here it is:</p>



<pre class="wp-block-code"><code>v=spf1 +a +mx +ip4:103.227.176.12 include:spf.a2hosting.com ~all</code></pre>



<p>We want to modify the record to add <code>include:_spf.google.com</code> to it. Here&#8217;s the new, updated record:</p>



<pre class="wp-block-code"><code>v=spf1 +a +mx +ip4:103.227.176.12 include:spf.a2hosting.com <strong>include:_spf.google.com</strong> ~all</code></pre>



<h3 class="wp-block-heading">cPanel hosting email</h3>



<p>Modern cPanel accounts have an Email Deliverability tool that will check and install the necessary DKIM and SPF records. Login to cPanel and navigate to Email → Email Deliverability.</p>



<figure class="wp-block-image size-full"><img loading="lazy" decoding="async" width="957" height="438" src="https://files.clickwp.com/2023/12/cpanel-email-deliverability.png" alt="" class="wp-image-227200" srcset="https://files.clickwp.com/2023/12/cpanel-email-deliverability-300x137.png 300w, https://files.clickwp.com/2023/12/cpanel-email-deliverability-768x351.png 768w, https://files.clickwp.com/2023/12/cpanel-email-deliverability-864x395.png 864w, https://files.clickwp.com/2023/12/cpanel-email-deliverability-600x275.png 600w, https://files.clickwp.com/2023/12/cpanel-email-deliverability.png 957w" sizes="auto, (max-width: 957px) 100vw, 957px" /></figure>



<p>If you don&#8217;t see <img src="https://s.w.org/images/core/emoji/17.0.2/72x72/2714.png" alt="✔" class="wp-smiley" style="height: 1em; max-height: 1em;" /> Valid, click on Repair to have cPanel automatically diagnose the problem and suggest a fix. </p>



<p>For WooCommerce to make use of cPanel&#8217;s DKIM and SPF, it needs to send the emails via SMTP (rather than the default PHP method). So now we have to create an email account that WooCommerce can use. </p>



<div class="wp-block-media-text has-media-on-the-right is-stacked-on-mobile"><div class="wp-block-media-text__content">
<p>Navigate to Email → Email Accounts. Create a new email account. Then, click on Connect Devices to get the email settings.</p>
</div><figure class="wp-block-media-text__media"><img loading="lazy" decoding="async" width="520" height="444" src="https://files.clickwp.com/2023/12/cpanel-email-settings.png" alt="" class="wp-image-227201 size-full" srcset="https://files.clickwp.com/2023/12/cpanel-email-settings-300x256.png 300w, https://files.clickwp.com/2023/12/cpanel-email-settings.png 520w" sizes="auto, (max-width: 520px) 100vw, 520px" /></figure></div>



<p>Next, we login to WooCommerce and install the FluentSMTP plugin. We&#8217;ll create a new email connection with the settings above.</p>



<h3 class="wp-block-heading">ActiveCampaign</h3>



<p>ActiveCampaigns DKIM is set up differently than Google Workspace as it involves CNAME records rather than TXT records. Login to ActiveCampaign and navigate to Settings → Advanced. Choose the I will manage my own email authentication option. You&#8217;ll be provided 2 CNAME records to install. On the same screen you&#8217;ll also find the SPF record to be installed. </p>



<p>We now add the 2 provided CNAME records, and modify the SPF record to</p>



<pre class="wp-block-code"><code>v=spf1 +a +mx +ip4:103.227.176.12 include:spf.a2hosting.com include:_spf.google.com <strong>include:emsd1.com</strong> ~all</code></pre>



<p>Don&#8217;t forget to verify your DNS records in ActiveCampaign.</p>



<h3 class="wp-block-heading">DMARC</h3>



<p>We&#8217;re in the home stretch. Go to <a href="https://dmarc.postmarkapp.com/" target="_blank" rel="noopener">dmarc.postmarkapp.com</a> and enter <code>example.com</code> as the domain to monitor. You&#8217;ll receive a DMARC record like this:</p>



<figure class="wp-block-image size-full"><img loading="lazy" decoding="async" width="520" height="300" src="https://files.clickwp.com/2023/12/postmarc-dmarc-example.png" alt="" class="wp-image-227202" srcset="https://files.clickwp.com/2023/12/postmarc-dmarc-example-300x173.png 300w, https://files.clickwp.com/2023/12/postmarc-dmarc-example.png 520w" sizes="auto, (max-width: 520px) 100vw, 520px" /></figure>



<p>Install the record and click the Verify button. DKIM, SPF and DMARC has now been set up for <code>example.com</code>. </p>



<h2 class="wp-block-heading">Conclusion</h2>



<p>Email authentication is important for anybody that sends emails, especially for WooCommerce sites or businesses that rely on email to communicate with their customers.</p>



<p>Unfortunately, setting up email authentication can be challenging and complicated. Worse, getting it wrong could cause your email and/or website to stop working correctly. There are also so many 3rd-party services that need to be integrated which makes it difficult to keep track of everything.</p>



<p>But because Google and Yahoo have decided to be stricter with the emails they accept, email authentication is something you can no longer put off. Skip this step and you&#8217;ll risk your emails not getting through to your customers.</p>



<p>We hope our guide helps you with setting up SPF, DKIM and DMARC for your business. Feel free to <a href="https://clickwp.com/contact/" data-type="link" data-id="https://clickwp.com/contact/">contact ClickWP</a> if you need help.</p>
<p>The post <a rel="nofollow" href="https://clickwp.com/email-authentication-now-required-2024/">Stay out of the Spam Folder with Email Authentication</a> appeared first on <a rel="nofollow" href="https://clickwp.com">ClickWP</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Avoid Website Hacks: Implement These 8 Security Measures Now!</title>
		<link>https://clickwp.com/website-security-measures-avoid-hacks/</link>
		
		<dc:creator><![CDATA[ClickWP Team]]></dc:creator>
		<pubDate>Tue, 03 Nov 2020 04:39:52 +0000</pubDate>
				<category><![CDATA[Managing Websites]]></category>
		<category><![CDATA[Malware]]></category>
		<category><![CDATA[Security]]></category>
		<guid isPermaLink="false">https://clickwp.com/?p=77205</guid>

					<description><![CDATA[<p>We share the best website security measures you should know, so you can prevent WordPress from getting hacked</p>
<p>The post <a rel="nofollow" href="https://clickwp.com/website-security-measures-avoid-hacks/">Avoid Website Hacks: Implement These 8 Security Measures Now!</a> appeared first on <a rel="nofollow" href="https://clickwp.com">ClickWP</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p><em>If you care about your WordPress website, you need to learn how to protect it from getting hacked. In this article, we share the best website security measures you should know.</em></p>



<p>Before we start talking about WordPress security, we’d like to ask &#8211; how would you secure your home? Would you wait for burglars to strike before installing a security system, or would you take proactive action and install a security system beforehand to thwart a potential burglary?&nbsp;&nbsp;</p>



<figure class="wp-block-pullquote alignright"><blockquote><p>How do you secure your home? Securing websites follow the same principles.</p></blockquote></figure>



<p>This might seem like a silly question because the answer is obvious: you install the security system beforehand. And though this is a similar situation for websites, most website owners fail to recognize the importance of <strong>preventive website security</strong>. </p>



<p>Unfortunately, it is not hard for hackers to break into websites. Nor do they care about the size of the website &#8211; all they need is a website with vulnerabilities that they can exploit to spread their net wider on the internet.&nbsp;</p>



<p>Now, what are these common vulnerabilities, and how do you fix them? You can address them with a series of security measures that are easy to execute and implement to <a href="https://clickwp.com/guide/wordpress-maintenance-security/">improve your WordPress site’s security</a> posture. So, let’s dig a little deeper and see what these are and how to implement them on your website!</p>



<h2 class="wp-block-heading" id="0-how-to-secure-your-wordpress-website-"><strong>How to secure your WordPress website?</strong></h2>



<p>To put it simply, securing your website is just like securing your home with surveillance systems, security alarms, and using security lockers to protect your cash or jewelry. In other words, a rock-solid line of defense that can deter the best of hackers. Security professionals call this <a href="https://www.malcare.com/blog/wordpress-hardening/" target="_blank" rel="noreferrer noopener">&#8220;WordPress Hardening&#8221;</a>. </p>



<p>We recommend a total of eight website security measures, five of which are primary and highly recommended and the remaining three as secondary measures.&nbsp;</p>



<p>Here is the complete list:</p>





<p>Now, let’s discuss why they are needed and how you can implement them.</p>



<figure class="wp-block-image size-large"><img loading="lazy" decoding="async" width="1000" height="667" src="https://files.clickwp.com/2020/10/3567818-1000x667.jpg" alt="" class="wp-image-77220" srcset="https://files.clickwp.com/2020/10/3567818-300x200.jpg 300w, https://files.clickwp.com/2020/10/3567818-1000x667.jpg 1000w, https://files.clickwp.com/2020/10/3567818-768x512.jpg 768w, https://files.clickwp.com/2020/10/3567818-864x576.jpg 864w, https://files.clickwp.com/2020/10/3567818-1536x1024.jpg 1536w, https://files.clickwp.com/2020/10/3567818-2048x1365.jpg 2048w, https://files.clickwp.com/2020/10/RHGG8QXv-3567818-600x400.jpg 600w" sizes="auto, (max-width: 1000px) 100vw, 1000px" /></figure>



<h2 class="wp-block-heading" id="1-essential-security-measures-"><strong>Essential Security Measures</strong></h2>



<h3 class="wp-block-heading" id="2-1-enforce-strong-passwords-"><strong>1. Enforce strong passwords&nbsp;</strong></h3>



<p>Now, you might think this is obvious, so why do we need to mention it? That is because WP site users continue to configure weak passwords like – “password,” “123456” and so on – for their login accounts. This makes it easier for hackers to break into a user’s login account and take control of it. </p>



<p>Among the common ways of login page attacks, brute force attacks are specifically designed to guess username-password combinations using automated bots. How do you implement this measure, then?&nbsp;</p>



<p>First and foremost, ensure that all your website users configure 8-to-10-character passwords, with a mix of uppercase &amp; lowercase alphabets, numbers, and special symbols. Another great way is to install a password manager tool that can be used to generate and store fresh passwords.</p>



<h3 class="wp-block-heading" id="3-2-update-your-wordpress-components-"><strong>2. Update your WordPress components&nbsp;</strong></h3>



<p>Hackers commonly target sites using old or outdated versions and even websites with obsolete plugins/themes. That is because older versions do not contain fixes for security bugs or patches, that are regularly released by the WP team or the respective plugin/theme developers.&nbsp;</p>



<p>Hence, as a primary security measure, ensure that your website only contains the latest or updated version, along with plugins/themes.</p>



<p>You can easily update your Core WordPress and all your installed plugins/themes from your hosting account or using any WP management tool.&nbsp;Follow our guide on <a href="https://clickwp.com/p/how-to-safely-update-wordpress/">how to safely update WordPress</a> for complete peace of mind.</p>



<figure class="wp-block-image size-large"><img loading="lazy" decoding="async" width="760" height="316" src="https://files.clickwp.com/2020/11/wordpress-updates.png" alt="" class="wp-image-77270" srcset="https://files.clickwp.com/2020/11/wordpress-updates-300x125.png 300w, https://files.clickwp.com/2020/11/wordpress-updates-600x249.png 600w, https://files.clickwp.com/2020/11/wordpress-updates.png 760w" sizes="auto, (max-width: 760px) 100vw, 760px" /></figure>



<p>Additionally, remove any old or outdated plugins/themes that you are no longer using, or those that do not have any updates from your installation.</p>



<h3 class="wp-block-heading" id="4-3-secure-your-admin-account-"><strong>3. Secure your admin account&nbsp;</strong></h3>



<p>In addition to the target login pages of regular users, hackers also target admin accounts using brute force attacks. This is because a successful hack into an admin account allows them to inflict the most damage to the backend files and database tables. This is like a burglar breaking into your locker box at home containing the most valuable things!</p>



<p>As a security measure, you need to safeguard your WordPress dashboard (aka wp-admin) by restricting easy access.</p>



<p>How do you do this?&nbsp;</p>



<p>For a start, assign “admin” rights only to selected users whom you trust the most. For the rest, you can set lesser privileges. </p>



<p>Then, implement two-factor authentication (2FA) that is a proven safety standard for login pages.&nbsp;For 2FA, you can install plugins like <a href="https://wordpress.org/plugins/two-factor-authentication/" target="_blank" rel="noreferrer noopener">Two Factor Authentication</a> or a security plugin with that feature. </p>



<p>Thirdly, you can stop brute force attacks by restricting the number of failed login attempts. To do this, install a plugin like <a href="https://wordpress.org/plugins/limit-login-attempts-reloaded/" target="_blank" rel="noreferrer noopener">Limit Login Attempts</a> or a security plugin with this feature. </p>



<h3 class="wp-block-heading" id="5-4-install-an-ssl-certificate-"><strong>4. Install an SSL certificate</strong></h3>



<p>Do you know that hackers commonly intercept data being transferred between your web server and the user’s browser? This data can include valuable information like personal data, financial transactions, or any such sensitive data.&nbsp;</p>



<figure class="wp-block-image alignwide size-large"><img loading="lazy" decoding="async" width="1000" height="139" src="https://files.clickwp.com/2020/11/non-ssl_vs_ssl-1000x139.png" alt="A website without SSL vs one with" class="wp-image-77272" srcset="https://files.clickwp.com/2020/11/non-ssl_vs_ssl-300x42.png 300w, https://files.clickwp.com/2020/11/non-ssl_vs_ssl-1000x139.png 1000w, https://files.clickwp.com/2020/11/non-ssl_vs_ssl-768x107.png 768w, https://files.clickwp.com/2020/11/non-ssl_vs_ssl-864x120.png 864w, https://files.clickwp.com/2020/11/non-ssl_vs_ssl-600x83.png 600w, https://files.clickwp.com/2020/11/non-ssl_vs_ssl.png 1440w" sizes="auto, (max-width: 1000px) 100vw, 1000px" /><figcaption class="wp-element-caption">A website without SSL (not secure) vs a website with SSL (padlock icon)</figcaption></figure>



<p>The best defence against this practice is to encrypt the data being transferred, for which you need to move your website from the HTTP to the safer HTTPS protocol.</p>



<p>But how do you move to HTTPS? By installing an SSL or Secure Socket Layer certificate on your site.&nbsp;</p>



<p>The easiest way of obtaining an SSL certificate is from your web host provider. If that does not help, you need to install a third-party SSL plugin like Let’s Encrypt.</p>



<h3 class="wp-block-heading" id="6-5-install-a-malware-scanning-and-removal-tool-"><strong>5. Install a malware scanning and removal tool&nbsp;</strong></h3>



<p>And last but not least, you must invest in a malware scanning and removal tool to prevent future attacks.&nbsp;Most operations are automated and can be used to scan and clean your website in a few clicks.&nbsp;</p>



<figure class="wp-block-image size-large"><img loading="lazy" decoding="async" width="1000" height="727" src="https://files.clickwp.com/2020/10/59873-1000x727.jpg" alt="" class="wp-image-77222" srcset="https://files.clickwp.com/2020/10/59873-300x218.jpg 300w, https://files.clickwp.com/2020/10/59873-1000x727.jpg 1000w, https://files.clickwp.com/2020/10/59873-768x559.jpg 768w, https://files.clickwp.com/2020/10/59873-864x628.jpg 864w, https://files.clickwp.com/2020/10/59873-1536x1117.jpg 1536w, https://files.clickwp.com/2020/10/59873-2048x1489.jpg 2048w, https://files.clickwp.com/2020/10/59873-600x436.jpg 600w" sizes="auto, (max-width: 1000px) 100vw, 1000px" /></figure>



<p>Security plugins such as <a href="https://malcare.com?src=93C016" target="_blank" rel="noreferrer noopener">MalCare</a> and <a href="https://wordfence.com" target="_blank" rel="noreferrer noopener">Wordfence</a> automatically scan your website for any malware infections and even remove them from the site if found. These tools are specifically designed for WordPress and therefore can detect even new and unknown malware, and stop them from damaging your site.&nbsp;These tools can easily be activated just by <a href="https://clickwp.com/p/installing-and-managing-plugins/">installing a WordPress plugin</a>.</p>



<p><a href="https://malcare.com?src=93C016" target="_blank" rel="noopener">MalCare</a> is a premium security plugin which uses deep and intelligent scanning. A point to note is that the scans are run on Malcare&#8217;s own servers to avoid additional burden on your own website&#8217;s server. This also allows the scan to be in-depth and comprehensive to ensure it catches even the most sneaky malware. Learn more about MalCare&#8217;s plans at <a href="https://malcare.com?src=93C016" target="_blank" rel="noreferrer noopener">malcare.com</a></p>



<p>After installing your security plugin, be sure to set up automated scans your website to continuously monitor for malware and security issues.</p>



<h2 class="wp-block-heading" id="7-recommended-website-security-measures-"><strong>Recommended Website Security Measures</strong></h2>



<p>Once you are done with all the five primary measures, it is time to consider a few more for bonus credits to your website security.&nbsp;</p>



<h3 class="wp-block-heading" id="8-1-set-up-a-web-application-firewall-waf-"><strong>1. Set up a web application firewall (WAF)&nbsp;</strong></h3>



<p>How about a safety measure that can stop hackers before they even approach your site? Yes, that is what a web application firewall does.&nbsp;</p>



<p>It monitors every IP request made to your web server and determines each request’s IP address. If the request has been made from a hacker’s computer or suspicious source, it blocks it from sending any further requests to your website. As a result, firewalls effectively keep away “harmful” bots and hackers from your site.&nbsp;</p>



<figure class="wp-block-image size-large"><img loading="lazy" decoding="async" width="1000" height="1000" src="https://files.clickwp.com/2020/10/3573406-1000x1000.jpg" alt="" class="wp-image-77223" srcset="https://files.clickwp.com/2020/10/f5SCQmoc-3573406-300x300.jpg 300w, https://files.clickwp.com/2020/10/3573406-1000x1000.jpg 1000w, https://files.clickwp.com/2020/10/3573406-150x150.jpg 150w, https://files.clickwp.com/2020/10/3573406-768x768.jpg 768w, https://files.clickwp.com/2020/10/3573406-1536x1536.jpg 1536w, https://files.clickwp.com/2020/10/3573406-864x864.jpg 864w, https://files.clickwp.com/2020/10/3573406-75x75.jpg 75w, https://files.clickwp.com/2020/10/3573406-600x600.jpg 600w, https://files.clickwp.com/2020/10/3573406-100x100.jpg 100w, https://files.clickwp.com/2020/10/3573406.jpg 2000w" sizes="auto, (max-width: 1000px) 100vw, 1000px" /></figure>



<p>How do you implement this?&nbsp;</p>



<p>Our web host Kinsta has an in-depth guide on what firewalls are and picking the best one for your situation.</p>


https://kinsta.com/blog/what-is-a-firewall/


<h3 class="wp-block-heading" id="9-2-create-a-complete-backup-"><strong>2. Create a complete backup&nbsp;</strong></h3>



<p>Though not precisely a security measure, backups are the first things you wish for after a successful hack or crash.&nbsp;That is because backups can help you restore both your website and database files so that you have no website downtime.&nbsp;</p>



<p>Depending on your security needs, you need to develop a <a href="https://clickwp.com/p/create-a-reliable-wordpress-backup-strategy/">reliable WordPress backup strategy</a> &#8211;&nbsp; daily, weekly, or monthly backups of both website and database, or for real-time backups that are useful for WooCommerce sites.&nbsp;</p>



<p>There are many ways of performing a backup, but the easiest and most efficient method is by using backup plugins like <a href="https://blogvault.net?src=BD372B" target="_blank" rel="noreferrer noopener">BlogVault</a> or the free <a href="https://wordpress.org/plugins/updraftplus/" target="_blank" rel="noreferrer noopener">UpdraftPlus</a> plugin. Easy to install, these plugins automate the entire backup and restore process and can be executed by any novice user.</p>



<h3 class="wp-block-heading" id="10-3-maintain-an-audit-log-for-your-website-"><strong>3. Maintain an Audit log for your website&nbsp;</strong></h3>



<p>The final website security measure is to maintain an audit log that can record every user activity, be it signing in or out, file additions or modifications, and tool installs on your website.&nbsp;</p>



<figure class="wp-block-image size-large"><img loading="lazy" decoding="async" width="1000" height="1000" src="https://files.clickwp.com/2020/10/4291099-1000x1000.jpg" alt="" class="wp-image-77221" srcset="https://files.clickwp.com/2020/10/aH99oQUq-4291099-300x300.jpg 300w, https://files.clickwp.com/2020/10/4291099-1000x1000.jpg 1000w, https://files.clickwp.com/2020/10/4291099-150x150.jpg 150w, https://files.clickwp.com/2020/10/4291099-768x768.jpg 768w, https://files.clickwp.com/2020/10/4291099-1536x1536.jpg 1536w, https://files.clickwp.com/2020/10/4291099-864x864.jpg 864w, https://files.clickwp.com/2020/10/4291099-75x75.jpg 75w, https://files.clickwp.com/2020/10/4291099-600x600.jpg 600w, https://files.clickwp.com/2020/10/4291099-100x100.jpg 100w, https://files.clickwp.com/2020/10/4291099.jpg 2000w" sizes="auto, (max-width: 1000px) 100vw, 1000px" /></figure>



<p>Additionally, audit log tools send out immediate notifications when any critical change or suspicious activity is recorded.</p>



<p>How do you implement this measure?&nbsp;</p>



<p>Install <a href="https://wordpress.org/plugins/wp-security-audit-log/" target="_blank" rel="noreferrer noopener">WP Activity Log</a> or <a href="https://wordpress.org/plugins/simple-history/" target="_blank" rel="noreferrer noopener">Simple History</a> plugin for tracking and monitoring your website activity. Along with security, this plugin can help in improving user accountability and productivity.</p>



<h2 class="wp-block-heading" id="11-conclusion-"><strong>Conclusion</strong></h2>



<p>While a cliché, the saying “Prevention is always better than cure” is a golden rule to remember when it comes to WP security. In other words, you should not wait until your <a href="https://clickwp.com/p/dealing-with-malware-or-a-hacked-website/">website is hacked</a> to implement each of the hardening measures outlined in this article.&nbsp;</p>



<p>As a proactive step, these eight security/hardening measures can significantly lower, by <a href="https://clickwp.com/p/add-more-layers-of-security/">adding more layers of security</a> to your site.&nbsp;</p>



<p>What do you make of these eight security measures? Do you think they are enough or have we missed out on anything important?&nbsp;</p>



<p>We would love to hear your thoughts, so do let us know in the comments below.</p>



<div style="height:100px" aria-hidden="true" class="wp-block-spacer"></div>



<p class="has-small-font-size">Picture credit: <a href="https://www.freepik.com/stories" target="_blank" rel="noopener">@stories on freepik</a></p>
<p>The post <a rel="nofollow" href="https://clickwp.com/website-security-measures-avoid-hacks/">Avoid Website Hacks: Implement These 8 Security Measures Now!</a> appeared first on <a rel="nofollow" href="https://clickwp.com">ClickWP</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Why self-hosted WordPress websites need a WordPress.com account</title>
		<link>https://clickwp.com/what-is-a-wordpress-com-account/</link>
					<comments>https://clickwp.com/what-is-a-wordpress-com-account/#comments</comments>
		
		<dc:creator><![CDATA[David]]></dc:creator>
		<pubDate>Mon, 07 Sep 2020 10:07:16 +0000</pubDate>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[WordPress.com]]></category>
		<guid isPermaLink="false">https://clickwp.com/?p=76779</guid>

					<description><![CDATA[<p>A WordPress.com account brings the cloud features of WordPress.com to your self-hosted WordPress website. This gives you the best of both worlds – the flexibility of self-hosted WordPress and the dependable features of WordPress.com.</p>
<p>The post <a rel="nofollow" href="https://clickwp.com/what-is-a-wordpress-com-account/">Why self-hosted WordPress websites need a WordPress.com account</a> appeared first on <a rel="nofollow" href="https://clickwp.com">ClickWP</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p>What is a WordPress.com account and do you need one? Even if you use self-hosted WordPress (the kind from WordPress.org) there are some good reasons to have a WordPress.com account. Read on to understand the difference, how to create a free WordPress.com account and how it relates to your website.</p>





<h2 class="wp-block-heading" id="0-what-is-a-wordpresscom-account">What is a WordPress.com account</h2>



<p>Let’s start by taking a step back and understand that there are two&nbsp;<em>flavors</em>&nbsp;of WordPress.</p>



<figure class="wp-block-image alignfull size-large"><img loading="lazy" decoding="async" width="1000" height="563" src="https://files.clickwp.com/2020/09/wporg-vs-wpcom-websites-1000x563.png" alt="WordPress.org is home to the WordPress software. WordPress.com is home to the website builder." class="wp-image-76914" srcset="https://files.clickwp.com/2020/09/wporg-vs-wpcom-websites-300x169.png 300w, https://files.clickwp.com/2020/09/wporg-vs-wpcom-websites-1000x563.png 1000w, https://files.clickwp.com/2020/09/wporg-vs-wpcom-websites-768x432.png 768w, https://files.clickwp.com/2020/09/wporg-vs-wpcom-websites-864x486.png 864w, https://files.clickwp.com/2020/09/wporg-vs-wpcom-websites-1536x864.png 1536w, https://files.clickwp.com/2020/09/wporg-vs-wpcom-websites-600x338.png 600w, https://files.clickwp.com/2020/09/wporg-vs-wpcom-websites.png 1920w" sizes="auto, (max-width: 1000px) 100vw, 1000px" /><figcaption class="wp-element-caption">WordPress.org is home to the WordPress software. WordPress.com is home to the website builder.</figcaption></figure>



<p>WordPress is <em>software</em> for building websites. You download it from <a href="https://wordpress.org" target="_blank" rel="noopener">WordPress.org</a>, then install it on your own server. WordPress is 100% free.</p>



<p><a href="https://wordpress.com" target="_blank" rel="noopener">WordPress.com</a> is a <em>website builder</em> service. You sign up and start a website, no need to download anything. The .com in the name tells you that it is a commercial service.</p>



<p>A <strong>WordPress.com&nbsp;<em>account</em></strong>&nbsp;therefore gives you access to the WordPress.com service. Actually I should say&nbsp;<em>services</em>&nbsp;since there are quite a few of them.</p>



<h3 class="wp-block-heading" id="1-wordpresscom-services">WordPress.com Services</h3>



<p>A website requires several services to get up and running. At the minimum you need a domain and web hosting. WordPress.com provides cloud-based services that include:</p>



<ul class="wp-block-list">
<li><strong>Spam filtering</strong>&nbsp;for comments and contact forms.</li>



<li><strong>Statistics</strong>&nbsp;on website traffic, your top posts and where your visitors come from.</li>



<li><strong>Backups</strong>&nbsp;because it&#8217;s always important to have a <a href="https://clickwp.com/p/create-a-reliable-wordpress-backup-strategy/">reliable WordPress backup strategy</a>.</li>



<li><strong>Secure login to multiple websites</strong>&nbsp;because you can have many of them on WordPress.com linked to a single account.</li>



<li>And many more.</li>
</ul>



<p>WP.com provides all of these services so you can start a website quickly even if you don’t have any technical knowledge. The cool thing is that you can use WordPress.com services on your own WordPress website,&nbsp;<em>even if you didn’t use WordPress.com to create it</em>. Yes, that means self-hosted WordPress websites. And, many of these services are free as well.</p>



<h3 class="wp-block-heading" id="2-jetpack-bridges-wordpresscom-and-self-hosted-wordpress">Jetpack bridges WordPress.com and self-hosted WordPress</h3>


<div class="wp-block-image">
<figure class="alignright size-medium"><img decoding="async" src="https://files.clickwp.com/2020/09/47k0rsWt-jetpack-logo-300x100.png" alt="Jetpack logo" class="wp-image-76919"/></figure>
</div>


<p>You need two ingredients to use WP.com services on your self-hosted WordPress site: <a href="https://wordpress.org/plugins/jetpack/" target="_blank" rel="noopener">the Jetpack plugin</a>, and—you guessed it—a WordPress.com account. In other words,&nbsp;<strong>Jetpack enables WordPress.com services on self-hosted WordPress sites.</strong></p>



<p>Once you install the Jetpack plugin and get through the setup process, all of the free services will be available to your website. And if you want even more, you can upgrade to one of their paid plans.</p>



<figure class="wp-block-image alignwide size-large"><img decoding="async" src="https://files.clickwp.com/2020/09/YHDa8GwO-jetpack-pricing-2020-1000x497.png" alt="Jetpack pricing in Sept 2020" class="wp-image-76918"/></figure>



<div class="wp-block-group is-style-notice"><div class="wp-block-group__inner-container is-layout-flow wp-block-group-is-layout-flow">
<p>Technically you can activate Jetpack with your Google Account too, but you still have a WordPress.com account in the background.</p>
</div></div>



<h2 class="wp-block-heading" id="3-why-self-hosted-wordpress-websites-need-a-wordpresscom-account">Why self-hosted WordPress websites need a WordPress.com account</h2>



<p>A WordPress.com account brings the cloud features of WordPress.com to your self-hosted WordPress website. This gives you the best of both worlds – the flexibility of self-hosted WordPress and the dependable features of WordPress.com. As explained above, these features are enabled via the Jetpack plugin.&nbsp;</p>



<p>Besides the features enabled by Jetpack (which are completely optional and have non-Jetpack alternatives), here are some other situations where you definitely will need a WordPress.com account.&nbsp;</p>



<h3 class="wp-block-heading" id="4-buying-extensions-from-woocommercecom">Buying Extensions from WooCommerce.com</h3>



<p>You will need a WordPress.com account if you buy official extensions from WooCommerce.com. WooCommerce is owned by the same company that owns WordPress.com, so their website uses the same secure login method and payment method too.&nbsp;<a href="https://woocommerce.com/posts/woocommerce-requires-wordpress-account/" target="_blank" rel="noopener">Read more</a>.</p>



<h3 class="wp-block-heading" id="5-using-the-wordpress-andor-woocommerce-mobile-apps">Using the WordPress and/or WooCommerce mobile apps</h3>



<p>The WordPress and WooCommerce mobile apps need a secure connection to your website. This is especially important for WooCommerce stores as orders and sales data are sent to your mobile devices. That secure connection is provided via Jetpack, and as discussed above to use Jetpack you need a WordPress.com account.</p>



<figure class="wp-block-image alignwide size-large"><img loading="lazy" decoding="async" width="1000" height="422" src="https://files.clickwp.com/2020/09/jetpack-sso-1000x422.png" alt="Illustration of how Jetpack enables single sign-on" class="wp-image-76917" srcset="https://files.clickwp.com/2020/09/jetpack-sso-300x127.png 300w, https://files.clickwp.com/2020/09/jetpack-sso-1000x422.png 1000w, https://files.clickwp.com/2020/09/jetpack-sso-768x324.png 768w, https://files.clickwp.com/2020/09/jetpack-sso-864x365.png 864w, https://files.clickwp.com/2020/09/jetpack-sso-1536x649.png 1536w, https://files.clickwp.com/2020/09/jetpack-sso-600x253.png 600w, https://files.clickwp.com/2020/09/jetpack-sso.png 1800w" sizes="auto, (max-width: 1000px) 100vw, 1000px" /><figcaption class="wp-element-caption">A WordPress.com account will allow you to login securely to sites that have the Jetpack plugin and websites operated by Automattic</figcaption></figure>



<h3 class="wp-block-heading" id="6-jetpack-for-woocommerce">Jetpack for WooCommerce</h3>



<p>Jetpack for WooCommerce is focused on security and monitoring, but also provides&nbsp;<a href="https://woocommerce.com/products/shipping/" target="_blank" rel="noopener">WooCommerce Shipping</a>. Because this leverages the Jetpack plugin, you will need a WordPress.com account.</p>



<h3 class="wp-block-heading" id="7-other-automattic-services">Other Automattic Services</h3>



<p><a href="https://automattic.com" target="_blank" rel="noopener">Automattic</a>, the parent company of WordPress.com, owns many companies that provide a variety of services. These companies also use WordPress.com accounts to enable secure login to their services. These include:</p>



<ul class="wp-block-list">
<li><a href="https://gravatar.com/" target="_blank" rel="noopener">Gravatar</a>, the profile picture service that is integrated with all WordPress websites</li>



<li><a href="https://crowdsignal.com/" target="_blank" rel="noopener">Crowdsignal</a>&nbsp;(formerly Polldaddy), a cloud-based survey and quiz software</li>



<li><a href="https://longreads.com/" target="_blank" rel="noopener">Longreads</a>, the article curation service that helps find and share the best storytelling on the web</li>



<li><a href="https://happy.tools/" target="_blank" rel="noopener">Happy Tools</a>, a cloud-based HR-management software</li>
</ul>



<figure class="wp-block-image alignwide size-large"><img loading="lazy" decoding="async" width="1000" height="563" src="https://files.clickwp.com/2020/09/wpcom-account-access-1000x563.png" alt="The WordPress ecosystem" class="wp-image-76915" srcset="https://files.clickwp.com/2020/09/wpcom-account-access-300x169.png 300w, https://files.clickwp.com/2020/09/wpcom-account-access-1000x563.png 1000w, https://files.clickwp.com/2020/09/wpcom-account-access-768x432.png 768w, https://files.clickwp.com/2020/09/wpcom-account-access-864x486.png 864w, https://files.clickwp.com/2020/09/wpcom-account-access-1536x864.png 1536w, https://files.clickwp.com/2020/09/wpcom-account-access-600x338.png 600w, https://files.clickwp.com/2020/09/wpcom-account-access.png 1920w" sizes="auto, (max-width: 1000px) 100vw, 1000px" /><figcaption class="wp-element-caption">A WordPress.com account gives you access to lots of services within the WordPress ecosystem</figcaption></figure>


<aside id="aside-block_f25d1135f803b3ac6e428fdf1d543f65" class="clickwp-block-aside"><div class="aside-content"><h4><i class="fas fa-wordpress-simple" aria-hidden="true"></i> The WordPress ecosystem</h4><p>Watch our video to learn more about the WordPress ecosystem</p>
<p><iframe loading="lazy" title="The WordPress ecosystem: All the players" width="560" height="315" src="https://www.youtube.com/embed/C-nNZ3RRoCo?feature=oembed&#038;enablejsapi=1&#038;origin=https://clickwp.com" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe></p>
</div></aside>


<h2 class="wp-block-heading" id="8-conclusion">Conclusion</h2>



<p>A WordPress.com account is the passport that allows you to access WordPress.com and other services owned by Automattic. Even if you don’t use WordPress.com to create your website, you can enable their features on your self-hosted WordPress site with the Jetpack plugin and a WordPress.com account. </p>



<p>A WordPress.com account is created for you automatically if you ever <a href="https://clickwp.com/p/gravatar/">sign up for Gravatar</a>, Akismet or other services by Automattic. A WordPress.com account is optional, unless you want to purchase official WooCommerce extensions or use the WooCommerce mobile app.</p>



<p>What else would you like to know about WordPress.com and Jetpack? Let us know in the comments below!</p>
<p>The post <a rel="nofollow" href="https://clickwp.com/what-is-a-wordpress-com-account/">Why self-hosted WordPress websites need a WordPress.com account</a> appeared first on <a rel="nofollow" href="https://clickwp.com">ClickWP</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://clickwp.com/what-is-a-wordpress-com-account/feed/</wfw:commentRss>
			<slash:comments>1</slash:comments>
		
		
		<media:content url="https://www.youtube.com/embed/C-nNZ3RRoCo" medium="video" width="1280" height="720">
			<media:player url="https://www.youtube.com/embed/C-nNZ3RRoCo" />
			<media:title type="plain">The WordPress ecosystem: All the players</media:title>
			<media:description type="html"><![CDATA[Why are there 2 different organizations named WordPress? Why does WordPress keep prompting me to signup for Jetpack? Why is WordPress so confusing??!!We know...]]></media:description>
			<media:thumbnail url="https://files.clickwp.com/2023/08/the-wordpress-ecosystem-all-the-.jpg" />
			<media:rating scheme="urn:simple">nonadult</media:rating>
		</media:content>
	</item>
		<item>
		<title>Creating Custom Website Logos On A Budget</title>
		<link>https://clickwp.com/affordable-website-logo/</link>
					<comments>https://clickwp.com/affordable-website-logo/#comments</comments>
		
		<dc:creator><![CDATA[David]]></dc:creator>
		<pubDate>Mon, 17 Aug 2020 04:17:39 +0000</pubDate>
				<category><![CDATA[Design & Development]]></category>
		<category><![CDATA[Online Business]]></category>
		<category><![CDATA[Start a website]]></category>
		<guid isPermaLink="false">https://clickwp.com/?p=75892</guid>

					<description><![CDATA[<p>Creating a logo is important, and hiring a professional designer is certainly a good investment into your business. However most new businesses may not be ready for a designer yet. Here are options for creating affordable website logos with a logo maker.</p>
<p>The post <a rel="nofollow" href="https://clickwp.com/affordable-website-logo/">Creating Custom Website Logos On A Budget</a> appeared first on <a rel="nofollow" href="https://clickwp.com">ClickWP</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p>Your logo is an important part of your website and business branding. Having a custom logo can make your website design appear more professional, and improve your online visibility. But what if you can&#8217;t afford to hire a designer to create a custom logo design for your business and website?</p>



<p>In this article, we’ll look at why you should consider a logo maker service instead of hiring a designer. We’ll then cover seven logo maker solutions you can try – all of which can be made-to-measure! Some of these tools are free, while others come at an affordable price but provide complete branding kits.&nbsp;Let’s get started!</p>



<span id="more-75892"></span>





<h2 class="wp-block-heading" id="0-professional-logo-designer-or-diy-logo-maker">Professional Logo Designer or DIY Logo Maker?</h2>



<p>Creating a logo is important, and hiring a professional designer is certainly a good investment into your business. However most new businesses may not be ready for a designer yet. </p>



<p><strong>You may not even be set on a niche or topic yet</strong> so your brand may still be evolving as you find your voice and your niche. As such, you may want to tinker and play around with the design of your website and logo. It took three iterations before ClickWP finally took shape, so we know first hand how uncertain things can be in the beginning.</p>



<p><strong>You may not have the mental energy and space.</strong> As a new business owner, you may be busy hustling, gaining customers and <a href="https://clickwp.com/wp-clickstart/">building your first website</a>. That&#8217;s not the right frame of mind to go through the designer&#8217;s discovery process or branding exercise. This leads to a risk of the designer missing the mark with your logo, wasting valuable time and money.</p>



<p>Speaking of money, <strong><a href="https://en.99designs.de/blog/logo-branding/logo-design-cost/" target="_blank" rel="noopener">professionally-designed logos can be expensive</a></strong>. To see a few examples of the fees you’ll be facing, you can check out companies such as <a href="https://www.designhill.com/pricing/logo-design" target="_blank" rel="noopener">Design Hill</a>. Some designers such as <a href="https://laurabusche.com/product/premium-branding-package/" target="_blank" rel="noopener">Laura Busche</a> might bundle services to make them more affordable. However, these options are still hard on the budget for entrepreneurs who are looking to build their first website.</p>



<p>These are some reasons why we argue that professional logo designers may not be the best option for new businesses. However, you can still get high-quality, affordable customized logo design for your website with a DIY logo maker.</p>



<h2 class="wp-block-heading" id="1-budget-options-for-customized-logo-design">Budget Options for Customized Logo Design</h2>



<p>There are many logo making services available, but they aren&#8217;t all equal. Picking the right one is important if you want to get the best possible design. There are free and customized tools, DIY solutions, and branding kits that you can choose from, so let’s look at a few of the top options.&nbsp;</p>



<h3 class="wp-block-heading" id="2-free-options">Free Options</h3>



<h4 class="wp-block-heading" id="3-1-wix-logo-maker-">1. <a href="https://www.wix.com/logo/maker" target="_blank" rel="noopener">Wix Logo Maker</a></h4>



<figure class="wp-block-image size-large"><img loading="lazy" decoding="async" width="1000" height="774" src="https://files.clickwp.com/uploads/2020/08/GZqIjpbV-wix-1000x774.png" alt="Wix Logo Maker creates customized logo designs" class="wp-image-76474" srcset="https://files.clickwp.com/uploads/2020/08/GZqIjpbV-wix-300x232.png 300w, https://files.clickwp.com/uploads/2020/08/GZqIjpbV-wix-1000x774.png 1000w, https://files.clickwp.com/uploads/2020/08/GZqIjpbV-wix-768x595.png 768w, https://files.clickwp.com/uploads/2020/08/GZqIjpbV-wix-864x669.png 864w, https://files.clickwp.com/uploads/2020/08/GZqIjpbV-wix-600x465.png 600w, https://files.clickwp.com/uploads/2020/08/GZqIjpbV-wix.png 1200w" sizes="auto, (max-width: 1000px) 100vw, 1000px" /></figure>



<p><a href="https://www.wix.com/" target="_blank" rel="noopener">Wix</a> is a website builder that prides itself on being easy to use. The <a href="https://www.wix.com/logo/maker" target="_blank" rel="noopener">Wix Logo Maker</a> is no different, and you can create a custom logo in minutes. The editor uses the same drag-and-drop interface of the Wix website builder, making design creation simple.</p>



<p>There are a lot of other features on offer, including:</p>



<ul class="wp-block-list">
<li>Fully-customizable templates</li>



<li>Immediate download once the logo is complete</li>



<li>Automatic matching of the logo with your current website branding</li>
</ul>



<p>The Wix Logo Maker is free to use, and you can download your logo without charge. However, if you want more file options (such as high-resolution SVG files), you’ll need to make a one-time purchase. Fret not, it&#8217;s completely affordable.&nbsp;</p>



<h4 class="wp-block-heading" id="4-2-shopify-logo-maker-">2. <a href="https://hatchful.shopify.com/" target="_blank" rel="noopener">Shopify Logo Maker</a></h4>



<figure class="wp-block-image size-large"><img loading="lazy" decoding="async" width="1000" height="919" src="https://files.clickwp.com/uploads/2020/08/uU89DVnU-shopifyhatchful-1000x919.png" alt="Shopify Logo Maker, Hatchful, creates customized logo designs" class="wp-image-76475" srcset="https://files.clickwp.com/uploads/2020/08/uU89DVnU-shopifyhatchful-300x276.png 300w, https://files.clickwp.com/uploads/2020/08/uU89DVnU-shopifyhatchful-1000x919.png 1000w, https://files.clickwp.com/uploads/2020/08/uU89DVnU-shopifyhatchful-768x706.png 768w, https://files.clickwp.com/uploads/2020/08/uU89DVnU-shopifyhatchful-864x794.png 864w, https://files.clickwp.com/uploads/2020/08/uU89DVnU-shopifyhatchful-600x552.png 600w, https://files.clickwp.com/uploads/2020/08/uU89DVnU-shopifyhatchful.png 1200w" sizes="auto, (max-width: 1000px) 100vw, 1000px" /></figure>



<p>The <a href="https://hatchful.shopify.com/" target="_blank" rel="noopener">Shopify Logo Maker</a> called Hatchful is another free option with a big name behind it. This logo maker is easy to use, with plenty of clear instructions to follow. The system also provides you with a template that you can easily customize.&nbsp;</p>



<p>The Shopify Logo Maker has a range of features that make it a great option, like:</p>



<ul class="wp-block-list">
<li>A polished and easy-to-use interface</li>



<li>A large selection of templates to customize</li>



<li>Instant download of multiple logo files</li>
</ul>



<p>This logo maker is completely free to use. The download file offers logos for your website and social media. There are no upsells or limitations on the service &#8211; it&#8217;s all about logo customization for your brand.</p>



<h3 class="wp-block-heading" id="5-diy-options">DIY Options</h3>



<h4 class="wp-block-heading" id="6-3-looka-">3. <a href="https://looka.grsm.io/bod996oy22l6" target="_blank" rel="noopener">Looka</a></h4>



<figure class="wp-block-image size-large"><img loading="lazy" decoding="async" width="1000" height="2083" src="https://files.clickwp.com/2022/06/looka-logo-maker-1000x2083.png" alt="" class="wp-image-100975" srcset="https://files.clickwp.com/2022/06/looka-logo-maker-300x625.png 300w, https://files.clickwp.com/2022/06/looka-logo-maker-1000x2083.png 1000w, https://files.clickwp.com/2022/06/looka-logo-maker-768x1600.png 768w, https://files.clickwp.com/2022/06/looka-logo-maker-737x1536.png 737w, https://files.clickwp.com/2022/06/looka-logo-maker-983x2048.png 983w, https://files.clickwp.com/2022/06/looka-logo-maker-864x1800.png 864w, https://files.clickwp.com/2022/06/looka-logo-maker-600x1250.png 600w, https://files.clickwp.com/2022/06/looka-logo-maker.png 1200w" sizes="auto, (max-width: 1000px) 100vw, 1000px" /></figure>



<p><a href="https://looka.grsm.io/bod996oy22l6" target="_blank" rel="noopener">Looka</a> is an interesting and fun DIY option. It features an AI-powered platform to design a custom logo in minutes. The tool starts by asking you to choose styles, colors and symbols that you like. It will then use these inspirations to generate custom logo designs which you can further tweak to get just the way you like. </p>



<p>This unique logo maker has a lot of features to unpack, including:</p>



<ul class="wp-block-list">
<li>Mockups that show you how your logo looks on t-shirts, business cards and more</li>



<li>Custom logos based on personal preferences</li>



<li>Customization of the generated logo</li>



<li>Expand your logo into social images, business cards, posters and more with their <a href="https://looka.grsm.io/brand-kit4377" target="_blank" rel="noopener">Brand Kit feature</a></li>
</ul>



<p>Creating your logo is free, but you’ll need to pay to download it. You can purchase single logos for $20 (PNG file only) or $65 (includes source files). Alternatively subscribe to their Brand Kit to generate other types of collateral for your business.</p>



<h4 class="wp-block-heading" id="7-4-canva-">4. <a href="https://www.canva.com/" target="_blank" rel="noopener">Canva</a></h4>



<figure class="wp-block-image size-large"><img loading="lazy" decoding="async" width="1000" height="725" src="https://files.clickwp.com/uploads/2020/08/7LHW3ouh-canva-1000x725.png" alt="Canva creates customized logo designs" class="wp-image-76477" srcset="https://files.clickwp.com/uploads/2020/08/7LHW3ouh-canva-300x218.png 300w, https://files.clickwp.com/uploads/2020/08/7LHW3ouh-canva-1000x725.png 1000w, https://files.clickwp.com/uploads/2020/08/7LHW3ouh-canva-768x557.png 768w, https://files.clickwp.com/uploads/2020/08/7LHW3ouh-canva-864x626.png 864w, https://files.clickwp.com/uploads/2020/08/7LHW3ouh-canva-600x435.png 600w, https://files.clickwp.com/uploads/2020/08/7LHW3ouh-canva.png 1200w" sizes="auto, (max-width: 1000px) 100vw, 1000px" /></figure>



<p><a href="https://www.canva.com/" target="_blank" rel="noopener">Canva</a> is more than just a logo maker. It’s a full graphics creation system that is easy to use. With Canva, you can create and customize logos, business cards, flyers, and social media graphics. Using this tool could eliminate the need for a graphic designer for your website.&nbsp;</p>



<p>There are a lot of features offered by Canva (and their Canva Pro version is affordable too!), including:</p>



<ul class="wp-block-list">
<li>A drag-and-drop editor</li>



<li>Guidelines for correct element placement</li>



<li>Hundreds of customizable logo designs</li>



<li>Graphic editing tools, including blurring and cropping</li>
</ul>



<p>Canva offers a <a href="https://www.canva.com/pricing/" target="_blank" rel="noopener">free account</a> that is more than enough for creating a professional logo. This account provides access to the editor and thousands of graphics. You can also upload your own graphics if you prefer.&nbsp;</p>



<h4 class="wp-block-heading" id="8-5-turbologo-">5. <a href="https://turbologo.com/?ref=davidwang4" target="_blank" rel="noopener">Turbologo</a></h4>



<figure class="wp-block-image size-large"><img loading="lazy" decoding="async" width="1000" height="883" src="https://files.clickwp.com/uploads/2020/08/P8o9NzD2-turbologo-1000x883.png" alt="Turbologo creates customized logo designs" class="wp-image-76478" srcset="https://files.clickwp.com/uploads/2020/08/P8o9NzD2-turbologo-300x265.png 300w, https://files.clickwp.com/uploads/2020/08/P8o9NzD2-turbologo-1000x883.png 1000w, https://files.clickwp.com/uploads/2020/08/P8o9NzD2-turbologo-768x678.png 768w, https://files.clickwp.com/uploads/2020/08/P8o9NzD2-turbologo-864x762.png 864w, https://files.clickwp.com/uploads/2020/08/P8o9NzD2-turbologo-600x530.png 600w, https://files.clickwp.com/uploads/2020/08/P8o9NzD2-turbologo.png 1200w" sizes="auto, (max-width: 1000px) 100vw, 1000px" /></figure>



<p><a href="https://turbologo.com/?ref=davidwang4" target="_blank" rel="noopener">Turbologo</a> aims to make logo creation simple and fun. In fact, you can create a logo in just a few minutes. Initial designs are generated based on your business’ name and chosen colors. The system is simple, yet you can fully create customized logo designs.</p>



<p>Turbologo has a lot of features that make designing your logo a breeze, such as:</p>



<ul class="wp-block-list">
<li>Thousands of customizable logo templates</li>



<li>A user-friendly editor</li>



<li>An unlimited number of logo designs</li>
</ul>



<p>The Turbologo designer is free to use, and you can create as many designs as you want. You <em>will</em> need to pay to download your logo. The <a href="https://turbologo.com/pricing?ref=davidwang4" target="_blank" rel="noopener">Lite plan</a> costs $16, while the $32 Standard plan provides multiple file types (including vectors).&nbsp;</p>



<h3 class="wp-block-heading" id="9-branding-kits">Branding Kits</h3>



<h4 class="wp-block-heading" id="10-6-laura-elyse-designs-">6. <a href="https://www.lauraelysedesigns.com/" target="_blank" rel="noopener">Laura Elyse Designs</a></h4>



<figure class="wp-block-image size-large"><img loading="lazy" decoding="async" width="1000" height="800" src="https://files.clickwp.com/uploads/2020/08/0FSvMcuk-lauraelysedesigns-premade-logos-1000x800.png" alt="Pre-made logo designs by Laura Elyse" class="wp-image-76546" srcset="https://files.clickwp.com/uploads/2020/08/0FSvMcuk-lauraelysedesigns-premade-logos-300x240.png 300w, https://files.clickwp.com/uploads/2020/08/0FSvMcuk-lauraelysedesigns-premade-logos-1000x800.png 1000w, https://files.clickwp.com/uploads/2020/08/0FSvMcuk-lauraelysedesigns-premade-logos-768x614.png 768w, https://files.clickwp.com/uploads/2020/08/0FSvMcuk-lauraelysedesigns-premade-logos-864x691.png 864w, https://files.clickwp.com/uploads/2020/08/0FSvMcuk-lauraelysedesigns-premade-logos-600x480.png 600w, https://files.clickwp.com/uploads/2020/08/0FSvMcuk-lauraelysedesigns-premade-logos.png 1200w" sizes="auto, (max-width: 1000px) 100vw, 1000px" /></figure>



<p>If you already have a plan in mind for branding your business as a whole (rather than just creating a logo), you might want a full branding kit like <a href="https://www.lauraelysedesigns.com/" target="_blank" rel="noopener">Laura Elyse Designs</a>. </p>



<p>This affordable website logo making option does not require you to edit anything, but instead provides you with a questionnaire to fill out. Concept logos are created and you’ll need to approve one, which is used for the branding kit.&nbsp;</p>



<p>Laura Elyse Designs offers a range of features you cannot get with other logo makers, such as:</p>



<ul class="wp-block-list">
<li>Full-service branding packages</li>



<li>Pre-made logos for easy purchase</li>



<li>Customized logo designs created according to your style preferences</li>



<li>Reasonable turnaround times</li>
</ul>



<p>The cost of this service varies depending on what you’re looking for. Pre-made logos cost $25, while a custom logo costs $400. Branding kits range from $450 to $500.&nbsp;</p>



<h4 class="wp-block-heading" id="11-7-creative-market-">7. <a href="https://creativemarket.com/" target="_blank" rel="noopener">Creative Market</a></h4>



<figure class="wp-block-image size-large"><img loading="lazy" decoding="async" width="1000" height="623" src="https://files.clickwp.com/uploads/2020/08/FZAeOLSL-creativemarket-1000x623.png" alt="Creative Market is where designers create premade logo templates for users to purchase, as well as creating customized logo designs" class="wp-image-76480" srcset="https://files.clickwp.com/uploads/2020/08/FZAeOLSL-creativemarket-300x187.png 300w, https://files.clickwp.com/uploads/2020/08/FZAeOLSL-creativemarket-1000x623.png 1000w, https://files.clickwp.com/uploads/2020/08/FZAeOLSL-creativemarket-768x479.png 768w, https://files.clickwp.com/uploads/2020/08/FZAeOLSL-creativemarket-864x539.png 864w, https://files.clickwp.com/uploads/2020/08/FZAeOLSL-creativemarket-600x374.png 600w, https://files.clickwp.com/uploads/2020/08/FZAeOLSL-creativemarket.png 1200w" sizes="auto, (max-width: 1000px) 100vw, 1000px" /></figure>



<p><a href="https://creativemarket.com/" target="_blank" rel="noopener">Creative Market</a> is different from the other logo makers on this list. Here, designers create premade logo templates that you can purchase. You will then need to use editing software such as Adobe Photoshop to customize your logo template.</p>



<p>With Creative Market, you’ll get:</p>



<ul class="wp-block-list">
<li>Easy purchasing of pre-made designs</li>



<li>Logo designs created by professionals</li>



<li>Clear licensing for logo usage</li>
</ul>



<p>Creative Market does offer some <a href="https://creativemarket.com/free-goods" target="_blank" rel="noopener">free and customized designs</a>, but the majority of templates are premium. The cost varies depending on the designer and the license you want.&nbsp;</p>



<h2 class="wp-block-heading" id="12-dont-get-hung-up-over-your-logo">Don&#8217;t Get Hung Up Over Your Logo</h2>



<p>Your business’ logo is central to your branding and marketing. And because it can be a significant investment, many entrepreneurs get hung up over it. This then delays their website and they miss out on leads that their website could bring.</p>



<p>While you <em>can</em> hire a designer to create it, using a logo marker or service is cheaper and faster for most new businesses (especially when they can be custom-made to your liking). You will also have the freedom to change your logo without facing an additional expense.&nbsp;</p>



<p>The <a href="https://www.wix.com/logo/maker" target="_blank" rel="noopener">Wix Logo Maker</a> is one of the best free options, and creates customized logo designs with websites in mind. <a href="https://looka.grsm.io/bod996oy22l6" target="_blank" rel="noopener">Looka</a> is a quality free DIY option, but you’ll need to pay for the best resolution. On the other hand, if you are sure about your branding, a branding kit made by <a href="https://creativemarket.com/" target="_blank" rel="noopener">Creative Market</a> may be the best choice.&nbsp;</p>



<p>Have you tried any of these affordable and customized logo design services, and what did you think? Let us know in the comments below!</p>
<p>The post <a rel="nofollow" href="https://clickwp.com/affordable-website-logo/">Creating Custom Website Logos On A Budget</a> appeared first on <a rel="nofollow" href="https://clickwp.com">ClickWP</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://clickwp.com/affordable-website-logo/feed/</wfw:commentRss>
			<slash:comments>1</slash:comments>
		
		
			</item>
		<item>
		<title>Why A Contact Form Plugin Should Be Your First Premium Plugin Investment</title>
		<link>https://clickwp.com/premium-contact-forms/</link>
		
		<dc:creator><![CDATA[David]]></dc:creator>
		<pubDate>Wed, 01 Jul 2020 06:07:23 +0000</pubDate>
				<category><![CDATA[Online Business]]></category>
		<category><![CDATA[Tools & Resources]]></category>
		<category><![CDATA[Plugins]]></category>
		<guid isPermaLink="false">https://clickwp.com/?p=75830</guid>

					<description><![CDATA[<p>The first premium plugin you invest in for your website should be a quality WordPress contact form plugin – not a page builder or security plugin. These priceless tools provide more value than first meets the eye.</p>
<p>The post <a rel="nofollow" href="https://clickwp.com/premium-contact-forms/">Why A Contact Form Plugin Should Be Your First Premium Plugin Investment</a> appeared first on <a rel="nofollow" href="https://clickwp.com">ClickWP</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p>The first premium plugin you invest in for your website should be a quality WordPress contact form plugin – not a page builder or security plugin. These priceless tools provide more value than first meets the eye.</p>



<p>While there are form plugins that you can install for free, their offerings are limited. You will need a premium contact form plugin unlock advanced features such as email marketing and payment forms. These advanced features can truly transform your WordPress website, much more than a page builder plugin can.</p>



<figure class="wp-block-gallery has-nested-images columns-default wp-block-gallery-1 is-layout-flex wp-block-gallery-is-layout-flex">
<figure class="wp-block-image size-medium_large"><img decoding="async" data-id="76142" src="https://files.clickwp.com/uploads/2020/06/Bp1Yh6m1-elementor-fb-ad-768x1242.png" alt="" class="wp-image-76142"/></figure>



<figure class="wp-block-image size-medium_large"><img decoding="async" data-id="76139" src="https://files.clickwp.com/uploads/2020/06/XfGelzIm-elementor-ig-ad-768x1242.png" alt="" class="wp-image-76139"/></figure>
<figcaption class="blocks-gallery-caption wp-element-caption">The popular Elementor page builder now also touts the ability to create forms. Lots of sizzle, not much steak</figcaption></figure>



<p>In this article, we’ll discuss five key reasons to invest in a premium WordPress contact form plugin. Let’s get started!</p>



<span id="more-75830"></span>





<h2 class="wp-block-heading" id="0-5-reasons-to-invest-in-a-premium-contact-form-plugin">5 Reasons to Invest in a Premium Contact Form Plugin</h2>



<p>It’s understandable that you might be hesitant to invest in a premium contact form plugin when there are excellent free alternatives like <a href="https://wordpress.org/plugins/contact-form-7/" target="_blank" rel="noopener">Contact Form 7</a>. We&#8217;re going to show you how premium contact form plugins are so much more valuable than their free counterparts, and other more popular plugins..</p>



<h3 class="wp-block-heading" id="1-1-accept-payments">1. Accept Payments</h3>



<p>If you have a product or service, an important consideration is how to sell it via your website. You could create invoices, but that would require a lot of manual work. You could set up a shopping cart, but that may mean additional fees and a having to learn something new.</p>



<p>Premium contact form plugins can make accepting payments for your services much simpler. Your clients will be able to fill out the form on your website to pay you directly. The form will process payments through a gateway like Stripe or PayPal, and boom—you just got paid!</p>



<figure class="wp-block-image size-large"><img loading="lazy" decoding="async" width="1000" height="862" src="https://files.clickwp.com/uploads/2020/06/2msBfeIG-payment-form-example-1000x862.png" alt="" class="wp-image-75835" srcset="https://files.clickwp.com/uploads/2020/06/2msBfeIG-payment-form-example-300x259.png 300w, https://files.clickwp.com/uploads/2020/06/2msBfeIG-payment-form-example-1000x862.png 1000w, https://files.clickwp.com/uploads/2020/06/2msBfeIG-payment-form-example-768x662.png 768w, https://files.clickwp.com/uploads/2020/06/2msBfeIG-payment-form-example-864x745.png 864w, https://files.clickwp.com/uploads/2020/06/2msBfeIG-payment-form-example-600x517.png 600w, https://files.clickwp.com/uploads/2020/06/2msBfeIG-payment-form-example.png 1332w" sizes="auto, (max-width: 1000px) 100vw, 1000px" /><figcaption class="wp-element-caption">An example payment form</figcaption></figure>



<p>ClickWP has a form like this too, and we even use the dynamic field feature so we can set the amount to be paid by modifying the URL e.g. </p>



<p><a href="https://clickwp.com/forms/make-a-payment/?amount=199" target="_blank" aria-label="undefined (opens in a new tab)" rel="noreferrer noopener">clickwp.com/make-a-payment/?amount=199</a></p>



<p>You can add a quantity field, dropdowns or checkboxes for product or service options. This effectively enables a very lightweight e-commerce system on your website.</p>



<p>Types of payment forms you can create:</p>



<div class="wp-block-kadence-iconlist kt-svg-icon-list-items kt-svg-icon-list-items75830_723b50-16 kt-svg-icon-list-columns-1 alignnone"><ul class="kt-svg-icon-list">
<li class="wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-75830_6db38b-44"><span class="kb-svg-icon-wrap kb-svg-icon-fas_check kt-svg-icon-list-single"><svg viewBox="0 0 512 512"  fill="currentColor" xmlns="http://www.w3.org/2000/svg"  aria-hidden="true"><path d="M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z"/></svg></span><span class="kt-svg-icon-list-text">Product purchase form</span></li>



<li class="wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-75830_e77eb3-77"><span class="kb-svg-icon-wrap kb-svg-icon-fas_check kt-svg-icon-list-single"><svg viewBox="0 0 512 512"  fill="currentColor" xmlns="http://www.w3.org/2000/svg"  aria-hidden="true"><path d="M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z"/></svg></span><span class="kt-svg-icon-list-text">Payments for services, events, etc</span></li>



<li class="wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-75830_e8c15f-1d"><span class="kb-svg-icon-wrap kb-svg-icon-fas_check kt-svg-icon-list-single"><svg viewBox="0 0 512 512"  fill="currentColor" xmlns="http://www.w3.org/2000/svg"  aria-hidden="true"><path d="M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z"/></svg></span><span class="kt-svg-icon-list-text">Deposit for retreats, services, etc</span></li>



<li class="wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-75830_73be93-52"><span class="kb-svg-icon-wrap kb-svg-icon-fas_check kt-svg-icon-list-single"><svg viewBox="0 0 512 512"  fill="currentColor" xmlns="http://www.w3.org/2000/svg"  aria-hidden="true"><path d="M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z"/></svg></span><span class="kt-svg-icon-list-text">Donations for your charity or cause</span></li>



<li class="wp-block-kadence-listitem kt-svg-icon-list-item-wrap kt-svg-icon-list-item-75830_161c60-24"><span class="kb-svg-icon-wrap kb-svg-icon-fas_check kt-svg-icon-list-single"><svg viewBox="0 0 512 512"  fill="currentColor" xmlns="http://www.w3.org/2000/svg"  aria-hidden="true"><path d="M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z"/></svg></span><span class="kt-svg-icon-list-text"><a href="https://shareasale.com/r.cfm?b=834775&amp;u=316166&amp;m=64312&amp;urllink=wpforms%2Ecom%2Fdemo%2F&amp;afftrack=" target="_blank" rel="noopener">And so many more</a></span></li>
</ul></div>



<h3 class="wp-block-heading" id="2-2-grow-your-email-list">2. Grow Your Email List</h3>



<p>Email marketing is one of the most effective ways to reach leads as well as existing customers and drive more conversions on your website. However, before you can start sending promotional content to subscribers, you have to build out your list of recipients.</p>



<p>Premium contact form plugins can integrate with your email marketing platform to make this process smoother. You can set up a dedicated subscription form, and also collect emails through other forms such as support requests or your checkout process.</p>



<p>Note that not all plugins integrate with all email marketing platforms, so it’s important to choose one that’s compatible with your existing system.</p>



<p>A WordPress contact form plugin makes it easy to deliver a lead magnet such as a discount code or digital download as an incentive for subscribing. You can do this by  creating a custom confirmation screen or confirmation email message.</p>



<h3 class="wp-block-heading" id="3-3-collect-detailed-data">3. Collect Detailed Data</h3>



<p>Contact forms created with free plugins tend to be on the generic side. However, your site is unique. Gathering all the details you need to provide the best experience for your customers is difficult when you’re stuck with a predefined form template.</p>



<p>This can result in back and forth emailing with potential customers to collect additional information, too, which is time-consuming for both parties. Using a premium contact form plugin can prevent this.&nbsp;</p>



<p>With more advanced form builders, you can incorporate custom fields to ask for key information relevant to your business. This enables you to create more complex forms, such as intake or client onboarding questionnaires, event venue bookings, property or equipment rentals, and more.</p>



<figure class="wp-block-video alignwide"><video height="540" style="aspect-ratio: 960 / 540;" width="960" autoplay loop preload="auto" src="https://files.clickwp.com/uploads/2020/06/event-quote-form.mp4" playsinline class="mcloud-attachment-76147"></video></figure>



<p>Premium contact form plugins also often include drag-and-drop functionality to make adding new fields easy. If you want to provide set options, you can use dropdowns or checkboxes.</p>



<p>If your business takes bookings or appointments, you can use date and time selectors. Enabling file uploads via your form can be helpful for collecting signed service contracts. These advanced options are generally missing from free plugins.&nbsp;</p>



<h3 class="wp-block-heading" id="4-4-accept-guest-posts">4. Accept Guest Posts</h3>



<p>If your website accepts guest posts, creating a new author account for each submission can lead to serious security issues. Writers will retain access even after their article is published, and more user accounts mean more points of entry for malicious attackers.&nbsp;</p>



<p>However, receiving guest posts via email and publishing them yourself can be time-consuming. This is where your premium contact form plugin comes in. <a href="https://shareasale.com/r.cfm?b=834775&amp;u=316166&amp;m=64312&amp;urllink=wpforms%2Ecom%2Faddons%2Fpost%2Dsubmissions%2Daddon%2F&amp;afftrack=" target="_blank" rel="noopener">Post submission form add-ons</a> allow guest authors to submit their articles without accessing the back end of your website. All you need is a front-end submission form with the right fields.&nbsp;</p>



<p>Submission forms collect important information such as the post’s title, content, featured image, and excerpt. You can even ask for a meta description. A draft post is created when the form is submitted, and you can review and polish the post before publishing it.</p>



<p>This provides you with the flexibility you need to ensure guest posts match the rest of your website’s style while streamlining the submission process. No more copying and pasting from emails or trying to manage large volumes of user accounts.</p>



<figure class="wp-block-pullquote"><blockquote><p>Multifunctional forms can automate and link different processes in your business</p></blockquote></figure>



<h3 class="wp-block-heading" id="5-5-combine-all-of-the-above-into-a-single-form">5. Combine All of the Above Into a Single Form</h3>



<p>Many people assume that form plugins are only meant for contact forms. But as you’ve seen throughout this article, you can do so much more with form builder plugins. These plugins are multifunctional and could help you streamline several areas of your business.&nbsp;</p>



<p>You can even include all of the functions we’ve described so far into a single form. Some examples of more extensive forms you might create include:</p>



<ul class="wp-block-list">
<li><strong>Membership registration.</strong> You can take new members’ first payments, collect their email addresses for your mailing list, and enable them to RSVP to an upcoming event. This type of form is adaptable for use by private schools, volunteer organizations, and more.</li>



<li><strong>Job applications.</strong> If you’re looking to fill an open position at your company, you can use a form to collect contact information for applicants, enable them to upload their resumes, schedule their interviews, and more.</li>



<li><strong>Surveys.</strong> With a premium contact form plugin, you can create extensive surveys to collect data on customer satisfaction, trends related to your industry, and more. You can also include an email address field and add respondents to your mailing list.</li>
</ul>



<figure class="wp-block-image size-large"><img loading="lazy" decoding="async" width="626" height="455" src="https://files.clickwp.com/uploads/2020/06/RbWWG4bm-characters-business-people-holding-cogwheels-illustration_53876-35237.jpg" alt="" class="wp-image-76149" srcset="https://files.clickwp.com/uploads/2020/06/RbWWG4bm-characters-business-people-holding-cogwheels-illustration_53876-35237-300x218.jpg 300w, https://files.clickwp.com/uploads/2020/06/RbWWG4bm-characters-business-people-holding-cogwheels-illustration_53876-35237-600x436.jpg 600w, https://files.clickwp.com/uploads/2020/06/RbWWG4bm-characters-business-people-holding-cogwheels-illustration_53876-35237.jpg 626w" sizes="auto, (max-width: 626px) 100vw, 626px" /></figure>



<p>You can easily drag and drop fields to suit your particular needs. Many premium plugins also support multi-page forms, which can help you separate different types of information and minimize frustration for users.</p>



<h2 class="wp-block-heading" id="6-recommended-premium-contact-form-plugins-for-wordpress">Recommended Premium Contact Form Plugins for WordPress</h2>



<p>There are many premium contact form plugins available, but <strong><a href="https://shrsl.com/vr01" target="_blank" rel="noopener">WP Forms</a></strong> and <strong><a href="https://www.gravityforms.com" target="_blank" rel="noopener">Gravity Forms</a></strong> are among the most popular. Both include many of the features we’ve mentioned throughout this post. </p>



<h3 class="wp-block-heading" id="7-wpforms">WPForms</h3>



<p>WPForms is one of the most user-friendly WordPress form plugins. The interface is intuitive and offers easy integration with third-party products. Watch how easy it is to create a form with WPForms.</p>



<div class="wp-block-group alignwide"><div class="wp-block-group__inner-container is-layout-constrained wp-block-group-is-layout-constrained">
<div style="padding:56.25% 0 0 0;position:relative;"><iframe src="https://player.vimeo.com/video/295121853?badge=0&amp;autopause=0&amp;player_id=0&amp;app_id=58479" frameborder="0" allow="autoplay; fullscreen; picture-in-picture" style="position:absolute;top:0;left:0;width:100%;height:100%;" title="Create a contact form with the WP Forms plugin"></iframe></div><script src="https://player.vimeo.com/api/player.js"></script>
</div></div>



<p>You can link your forms to your email marketing platform and use add-ons to process payments. WPForms Basic version costs $39.50 per year.&nbsp;However we strongly recommend the $199.50/yr Pro version to enable email opt-in forms, payment forms and more. </p>



<p>Want to test drive WPForms for free? Try out their Lite version, available for free in the WP.org directory: <a href="https://wordpress.org/plugins/wpforms-lite/" target="_blank" rel="noopener">WPForms Lite</a></p>



<div class="wp-block-buttons is-content-justification-center is-layout-flex wp-container-core-buttons-is-layout-16018d1d wp-block-buttons-is-layout-flex">
<div class="wp-block-button"><a class="wp-block-button__link has-steel-background-color has-background wp-element-button" href="https://shrsl.com/vr01" target="_blank" rel="noopener">More Info</a></div>



<div class="wp-block-button"><a class="wp-block-button__link wp-element-button" href="https://shrsl.com/vr01" target="_blank" rel="noopener">Buy WPForms</a></div>
</div>



<h3 class="wp-block-heading" id="8-gravity-forms">Gravity Forms</h3>



<p>Gravity Forms offers several stand-out features including advanced fields, chained selects, signature add-on and a very handy Save and Continue Later function. </p>



<p>They also have a vibrant community of third-party developers that extend Gravity Forms even further. This means that the Gravity Forms ecosystem is most likely to have the functionality you need.</p>



<figure class="wp-block-image size-large"><img loading="lazy" decoding="async" width="1000" height="750" src="https://files.clickwp.com/uploads/2020/06/tQHMksul-gravity-forms-website-2020-1000x750.png" alt="" class="wp-image-76150" srcset="https://files.clickwp.com/uploads/2020/06/tQHMksul-gravity-forms-website-2020-300x225.png 300w, https://files.clickwp.com/uploads/2020/06/tQHMksul-gravity-forms-website-2020-1000x750.png 1000w, https://files.clickwp.com/uploads/2020/06/tQHMksul-gravity-forms-website-2020-768x576.png 768w, https://files.clickwp.com/uploads/2020/06/tQHMksul-gravity-forms-website-2020-864x648.png 864w, https://files.clickwp.com/uploads/2020/06/tQHMksul-gravity-forms-website-2020-600x450.png 600w, https://files.clickwp.com/uploads/2020/06/tQHMksul-gravity-forms-website-2020.png 1280w" sizes="auto, (max-width: 1000px) 100vw, 1000px" /></figure>



<p>A <a href="https://www.gravityforms.com/pricing/" target="_blank" rel="noopener">Basic license</a> for Gravity Forms costs $59 per year for a single website, and comes with add-ons for email opt-ins.&nbsp;To accept online payments, consider the Pro or Elite licenses.</p>



<p>Want to test drive Gravity Forms? Create a <a href="https://www.gravityforms.com/demo/" target="_blank" rel="noopener">free demo site</a> to try all of their features, no credit card required.</p>



<div class="wp-block-buttons is-content-justification-center is-layout-flex wp-container-core-buttons-is-layout-16018d1d wp-block-buttons-is-layout-flex">
<div class="wp-block-button"><a class="wp-block-button__link has-steel-background-color has-background wp-element-button" href="https://www.gravityforms.com" target="_blank" rel="noopener">More Info</a></div>



<div class="wp-block-button"><a class="wp-block-button__link wp-element-button" href="https://www.gravityforms.com/" target="_blank" rel="noopener">Buy Gravity Forms</a></div>
</div>



<h2 class="wp-block-heading" id="9-conclusion">Conclusion</h2>



<p>There’s no doubt that contact forms are useful, but you may be hesitant to invest in a premium plugin for building one. However, holding back will only result in you missing out on the advanced features tools such as <a href="https://wpforms.com/" target="_blank" rel="noopener">WPForms</a> and <a href="https://www.gravityforms.com/" target="_blank" rel="noopener">Gravity Forms</a> provide.</p>



<p>Five key reasons it’s worth it to invest in a contact form plugin include:&nbsp;</p>



<ol class="wp-block-list">
<li>Accepting payments for your services.</li>



<li>Growing your email list.</li>



<li>Collecting detailed data to help your customers.</li>



<li>Accepting guest posts without providing access to your website’s back end.</li>



<li>Combining multiple functions into a single form.</li>
</ol>



<p>Do you have any questions about premium contact form plugins? Let us know in the comments below!</p>



<p style="font-size:15px"><em>Disclaimer: This article contains affiliate links that earn us a small commission if you purchase the product from that link. This helps support our writing with no extra cost to you. Thanks!</em></p>
<p>The post <a rel="nofollow" href="https://clickwp.com/premium-contact-forms/">Why A Contact Form Plugin Should Be Your First Premium Plugin Investment</a> appeared first on <a rel="nofollow" href="https://clickwp.com">ClickWP</a>.</p>
]]></content:encoded>
					
		
		<enclosure url="https://files.clickwp.com/uploads/2020/06/event-quote-form.mp4" length="294703" type="video/mp4" />

		<media:content url="https://files.clickwp.com/uploads/2020/06/event-quote-form.mp4" medium="video" width="960" height="540">
			<media:player url="https://files.clickwp.com/uploads/2020/06/event-quote-form.mp4" />
			<media:title type="plain">Why A Contact Form Plugin Should Be Your First Premium Plugin Investment &raquo; ClickWP</media:title>
			<media:description type="html"><![CDATA[The first premium plugin you invest in for your website should be a quality WordPress contact form plugin – not a page builder or security plugin. These priceless tools provide more value than first meets the eye.]]></media:description>
			<media:thumbnail url="https://files.clickwp.com/uploads/2020/07/ddPgyNJb-which-plugin-forms.png" />
			<media:rating scheme="urn:simple">nonadult</media:rating>
		</media:content>
	</item>
		<item>
		<title>Teach and Sell Online Courses with Minimum Fuss – A Review of LifterLMS</title>
		<link>https://clickwp.com/online-courses-with-lifterlms-review/</link>
		
		<dc:creator><![CDATA[David]]></dc:creator>
		<pubDate>Sat, 11 Apr 2020 11:01:39 +0000</pubDate>
				<category><![CDATA[Online Business]]></category>
		<category><![CDATA[LifterLMS]]></category>
		<category><![CDATA[Membership Websites]]></category>
		<category><![CDATA[Online Courses]]></category>
		<guid isPermaLink="false">https://clickwp.com/?p=75379</guid>

					<description><![CDATA[<p>As online courses or education-based memberships grow in popularity, you may find yourself wondering how to teach and sell online courses with WordPress. There are lots of solutions available, but our favorite by far is LifterLMS. In my experience, you can’t go wrong with LifterLMS for creating and selling an online course with minimum fuss.</p>
<p>The post <a rel="nofollow" href="https://clickwp.com/online-courses-with-lifterlms-review/">Teach and Sell Online Courses with Minimum Fuss – A Review of LifterLMS</a> appeared first on <a rel="nofollow" href="https://clickwp.com">ClickWP</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p>As online courses or education-based memberships grow in popularity, you may find yourself wondering how to teach and sell online courses with WordPress. There are lots of solutions available, but our favorite by far is <a href="http://clickwp.me/lifterlms" target="_blank" rel="noopener">LifterLMS</a>. In my experience, you can’t go wrong with LifterLMS for creating and selling an online course with minimum fuss.</p>



<span id="more-75379"></span>





<h2 class="wp-block-heading" id="0-video-review">Video Review</h2>



<figure class="wp-block-embed alignwide is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio"><div class="wp-block-embed__wrapper">
<iframe loading="lazy" title="Create &amp; Sell Online Courses with WordPress and LifterLMS" width="864" height="486" src="https://www.youtube.com/embed/2qAoQqDv_hc?feature=oembed&#038;enablejsapi=1&#038;origin=https://clickwp.com" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe>
</div></figure>



<p>In this video review, I show you how easy it is to sign up and navigate through a course as a student. You’ll also see how course creator’s can easily create their course syllabus, and some of the many features in LifterLMS.</p>



<p>This is my first time on camera and I know the video could be better, but I wanted to get it out to you anyway. I apologize in advance for my flapping hands ?</p>



<h2 class="wp-block-heading" id="1-why-we-recommend-lifterlms">Why We Recommend LifterLMS</h2>



<p>Search “online course plugin” or “wordpress lms” on Google and you’ll find dozens of options, including <a href="https://www.learndash.com/" target="_blank" rel="noopener">LearnDash</a>, <a href="https://senseilms.com/" target="_blank" rel="noopener">Sensei</a>, <a href="https://accessally.com/" target="_blank" rel="noopener">AccessAlly</a>, <a href="https://memberium.com/" target="_blank" rel="noopener">Memberium</a>, <a href="https://thimpress.com/learnpress/" target="_blank" rel="noopener">LearnPress</a>, <a href="https://flyplugins.com/wp-courseware/" target="_blank" rel="noopener">WP Courseware</a>… and the list goes on! Here’s why I prefer LifterLMS over these other options.</p>



<figure class="wp-block-image size-medium"><img loading="lazy" decoding="async" width="300" height="82" src="https://files.clickwp.com/uploads/2020/04/pzw8p7Dq-lifterlms-logo-300x82.png" alt="" class="wp-image-75386" srcset="https://files.clickwp.com/uploads/2020/04/pzw8p7Dq-lifterlms-logo-300x82.png 300w, https://files.clickwp.com/uploads/2020/04/pzw8p7Dq-lifterlms-logo-1000x273.png 1000w, https://files.clickwp.com/uploads/2020/04/pzw8p7Dq-lifterlms-logo-768x210.png 768w, https://files.clickwp.com/uploads/2020/04/pzw8p7Dq-lifterlms-logo-864x236.png 864w, https://files.clickwp.com/uploads/2020/04/pzw8p7Dq-lifterlms-logo-600x164.png 600w, https://files.clickwp.com/uploads/2020/04/pzw8p7Dq-lifterlms-logo.png 1025w" sizes="auto, (max-width: 300px) 100vw, 300px" /></figure>



<h3 class="wp-block-heading" id="2-more-features-than-competition">More Features than Competition</h3>



<p>Some course plugins need to be paired with another plugin to gain some basic features. For example, you can’t even implement a simple 1-time payment with Sensei <a href="https://woocommerce.com/products/woocommerce-paid-courses/" target="_blank" rel="noopener">unless you link it with WooCommerce</a>. </p>



<p>LifterLMS also comes with a basic Memberships feature so you can bundle courses for sale, or restrict access to content on your site.</p>



<h3 class="wp-block-heading" id="3-focused-on-online-courses-and-wordpress">Focused on Online Courses and WordPress</h3>



<p>Some plugins bundle membership site features with online course features together. While this flexibility is useful for some, they add to the complexity of the plugin.</p>



<p>LifterLMS is is completely geared towards creating and selling online courses with WordPress. The user interface and features make it a streamlined process to create a course, uncluttered by additional features.</p>



<h3 class="wp-block-heading" id="4-standalone">Standalone</h3>



<p>AccessAlly and Memberium are popular and powerful options for creating membership sites and online courses. However, they need to be paired with CRM software like <a href="https://activecampaign.com" target="_blank" rel="noopener">ActiveCampaign</a> or <a href="https://keap.com/" target="_blank" rel="noopener">Infusionsoft Keap</a> to work. These Customer Relationship Management (CRM) systems keep track of the member’s permissions and determine what they have and don’t have access to.</p>



<p>While CRMs allow for some truly amazing automation and polished user experience, they are honestly too much for beginners or if you just want to sell an online course. Thankfully, LifterLMS is completely self-contained and doesn’t require any CRMs to fully work.</p>



<h3 class="wp-block-heading" id="5-user-friendly">User-friendly</h3>



<p>LifterLMS’ interface is uncluttered and simple because it doesn’t have extra features like memberships. It’s also easier to understand because you don’t have to research, choose and learn a CRM system.</p>



<p>In my opinion, this is LifterLMS’ best feature. It’s user-friendly and uncomplicated. </p>



<p>When you need integration partners to help you set up your course, that&#8217;s a hint that the platform you&#8217;ve chosen might be pretty complex&#8230;</p>



<div class="wp-block-columns are-vertically-aligned-center is-layout-flex wp-container-core-columns-is-layout-9d6595d7 wp-block-columns-is-layout-flex">
<div class="wp-block-column is-vertically-aligned-center is-layout-flow wp-block-column-is-layout-flow"><div class="wp-block-image">
<figure class="aligncenter size-medium is-resized"><img loading="lazy" decoding="async" src="https://files.clickwp.com/uploads/2020/04/LWhxVOXS-AccessAlly-Expert-badge-300x291.png" alt="" class="wp-image-75384" width="150" height="146" srcset="https://files.clickwp.com/uploads/2020/04/LWhxVOXS-AccessAlly-Expert-badge-300x291.png 300w, https://files.clickwp.com/uploads/2020/04/LWhxVOXS-AccessAlly-Expert-badge.png 461w" sizes="auto, (max-width: 150px) 100vw, 150px" /></figure>
</div></div>



<div class="wp-block-column is-vertically-aligned-center is-layout-flow wp-block-column-is-layout-flow"><div class="wp-block-image">
<figure class="aligncenter size-medium is-resized"><img loading="lazy" decoding="async" src="https://files.clickwp.com/uploads/2020/04/PVJse27f-memberium-certified-implementation-partner-badge-300x307.png" alt="" class="wp-image-75383" width="150" height="154" srcset="https://files.clickwp.com/uploads/2020/04/PVJse27f-memberium-certified-implementation-partner-badge-300x307.png 300w, https://files.clickwp.com/uploads/2020/04/PVJse27f-memberium-certified-implementation-partner-badge.png 320w" sizes="auto, (max-width: 150px) 100vw, 150px" /></figure>
</div></div>
</div>



<h2 class="wp-block-heading" id="6-choosing-the-right-tool-for-your-needs">Choosing the Right Tool for Your Needs</h2>



<p>At the end of the day, you&#8217;ll want to <a href="https://clickwp.com/article/is-wordpress-the-right-choice/">choose the best tool</a> for your needs. Perhaps you really do need some features that LifterLMS doesn&#8217;t have. In that case, you have to choose something more complex and powerful.</p>



<figure class="wp-block-image size-full"><img decoding="async" src="https://files.clickwp.com/uploads/2020/04/i0JE472O-lifterlms-comparison.png" alt="" class="wp-image-75381"/><figcaption class="wp-element-caption">Comparison of LifterLMS against other popular course plugins</figcaption></figure>



<p>For most online entrepreneurs however, I bet that you&#8217;re looking to get your online course up quickly and easily. If that&#8217;s the case, you can’t go wrong with LifterLMS for creating and selling online courses with minimal fuss.</p>



<p><strong><a rel="noreferrer noopener" href="http://clickwp.me/lifterlms" target="_blank">Learn more about LifterLMS</a></strong></p>



<p><strong><a href="#video-review">Watch our LifterLMS video review</a></strong></p>



<p><a href="https://clickwp.com/product/lifterlms-setup/"><strong>Hire ClickWP to setup LifterLMS for your online course</strong></a></p>



<p style="font-size:15px"><em>Disclaimer: This article contains affiliate links that earn us a small commission if you purchase the product from that link. This helps support our writing with no extra cost to you. Thanks!</em></p>
<p>The post <a rel="nofollow" href="https://clickwp.com/online-courses-with-lifterlms-review/">Teach and Sell Online Courses with Minimum Fuss – A Review of LifterLMS</a> appeared first on <a rel="nofollow" href="https://clickwp.com">ClickWP</a>.</p>
]]></content:encoded>
					
		
		
		<media:content url="https://www.youtube.com/embed/2qAoQqDv_hc" medium="video" width="480" height="270">
			<media:player url="https://www.youtube.com/embed/2qAoQqDv_hc" />
			<media:title type="plain">Teach Online Courses with WordPress, Easily – LifterLMS Review</media:title>
			<media:description type="html"><![CDATA[You can't go wrong with LifterLMS for creating and selling online courses with WordPress. It is user-friendly, offers great features and affordable too.]]></media:description>
			<media:thumbnail url="https://files.clickwp.com/uploads/2020/04/YupVZTPW-lifterlms-online-courses.png" />
			<media:rating scheme="urn:simple">nonadult</media:rating>
		</media:content>
	</item>
		<item>
		<title>3 Simple Steps to Optimizing Images for your Website (Explained with Doughnuts)</title>
		<link>https://clickwp.com/optimizing-images-for-your-website/</link>
		
		<dc:creator><![CDATA[David]]></dc:creator>
		<pubDate>Thu, 13 Feb 2020 12:38:39 +0000</pubDate>
				<category><![CDATA[Managing Websites]]></category>
		<category><![CDATA[Creating content]]></category>
		<category><![CDATA[images]]></category>
		<category><![CDATA[optimization]]></category>
		<guid isPermaLink="false">https://clickwp.com/?p=74978</guid>

					<description><![CDATA[<p>Images are important to make your content more engaging and interesting. But used wrongly they can make your website a turn off, no matter how attractive those images are. </p>
<p>Images that are too small will look blurry and low quality. Images that are too big will make your website slow. The solution is to properly optimize images for your website. </p>
<p>The post <a rel="nofollow" href="https://clickwp.com/optimizing-images-for-your-website/">3 Simple Steps to Optimizing Images for your Website (Explained with Doughnuts)</a> appeared first on <a rel="nofollow" href="https://clickwp.com">ClickWP</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p>Images are important to make your content more engaging and interesting. But used wrongly they can make your website a turn off, no matter how attractive those images are. </p>



<p>Images that are too small will look blurry and low quality. Images that are too big will make your website slow. The solution is to properly optimize images for your website. </p>



<span id="more-74978"></span>



<figure class="wp-block-gallery has-nested-images columns-default is-cropped captions-below wp-block-gallery-2 is-layout-flex wp-block-gallery-is-layout-flex">
<figure class="wp-block-image size-large"><img loading="lazy" decoding="async" width="600" height="400" data-id="75013" src="https://files.clickwp.com/uploads/2020/02/3s79OHiq-horribly-compressed-donuts.jpg" alt="Over-compressed image" class="wp-image-75013"/></figure>



<figure class="wp-block-image size-large"><img loading="lazy" decoding="async" width="400" height="267" data-id="75012" src="https://files.clickwp.com/uploads/2020/02/Igtf0fFo-slow-loading-donut.gif" alt="Large images are slow to load" class="wp-image-75012"/></figure>
</figure>



<p>In this article, we’re going to save your images from looking like the ones above. With doughnuts!</p>





<h2 class="wp-block-heading" id="0-step-1-choose-the-format">Step 1: Choose the Format</h2>



<p>The first step to optimizing images is to choose the best image format.</p>



<p>Just like how doughnuts come in a variety of flavors and styles (glazed, frosted, jelly-filled, etc), images can come in different formats. The ideal image format will communicate your message effectively while ensuring the best user experience for your audience. </p>



<p><strong>The image format you choose will depend on the content of the image.</strong></p>



<div class="wp-block-columns alignwide is-layout-flex wp-container-core-columns-is-layout-9d6595d7 wp-block-columns-is-layout-flex">
<div class="wp-block-column is-layout-flow wp-block-column-is-layout-flow">
<figure class="wp-block-image size-large"><img loading="lazy" decoding="async" width="1000" height="1000" src="https://files.clickwp.com/uploads/2020/02/BnM6GOGF-nerfee-mirandilla-hzqE4zC6j-E-unsplash-cropped.jpg" alt="" class="wp-image-74995" srcset="https://files.clickwp.com/uploads/2020/02/BnM6GOGF-nerfee-mirandilla-hzqE4zC6j-E-unsplash-cropped-300x300.jpg 300w, https://files.clickwp.com/uploads/2020/02/BnM6GOGF-nerfee-mirandilla-hzqE4zC6j-E-unsplash-cropped-150x150.jpg 150w, https://files.clickwp.com/uploads/2020/02/BnM6GOGF-nerfee-mirandilla-hzqE4zC6j-E-unsplash-cropped-768x768.jpg 768w, https://files.clickwp.com/uploads/2020/02/BnM6GOGF-nerfee-mirandilla-hzqE4zC6j-E-unsplash-cropped-864x864.jpg 864w, https://files.clickwp.com/uploads/2020/02/BnM6GOGF-nerfee-mirandilla-hzqE4zC6j-E-unsplash-cropped-75x75.jpg 75w, https://files.clickwp.com/uploads/2020/02/BnM6GOGF-nerfee-mirandilla-hzqE4zC6j-E-unsplash-cropped-600x600.jpg 600w, https://files.clickwp.com/uploads/2020/02/BnM6GOGF-nerfee-mirandilla-hzqE4zC6j-E-unsplash-cropped-100x100.jpg 100w, https://files.clickwp.com/uploads/2020/02/BnM6GOGF-nerfee-mirandilla-hzqE4zC6j-E-unsplash-cropped.jpg 1000w" sizes="auto, (max-width: 1000px) 100vw, 1000px" /></figure>



<p>JPG (or JPEG) images are best for photos i.e. images captured with a camera or mobile phone.</p>
</div>



<div class="wp-block-column is-layout-flow wp-block-column-is-layout-flow">
<figure class="wp-block-image size-medium"><img decoding="async" src="https://files.clickwp.com/uploads/2020/02/ctSWeGtj-37202-300x300.png" alt="" class="wp-image-74994"/></figure>



<p>PNG images are best for graphics like logos, icons, etc. PNG images can also have transparent backgrounds which is a very useful feature.</p>
</div>



<div class="wp-block-column is-layout-flow wp-block-column-is-layout-flow">
<figure class="wp-block-image size-large"><img loading="lazy" decoding="async" width="300" height="300" src="https://files.clickwp.com/uploads/2020/02/Bb8EbZvD-giphy-WryuXdLCuXRwqUSC99.gif" alt="" class="wp-image-74997"/></figure>



<p>GIF images are the fun ones that can contain animations. GIFs also have limited transparency capability.</p>
</div>
</div>



<p>Based on these guidelines, select the most appropriate format when saving or exporting your images. Tip: In some image editors, you need to “Download” the design to choose the format.</p>



<div class="wp-block-columns alignwide is-layout-flex wp-container-core-columns-is-layout-9d6595d7 wp-block-columns-is-layout-flex">
<div class="wp-block-column is-layout-flow wp-block-column-is-layout-flow">
<figure class="wp-block-image size-medium_large"><img loading="lazy" decoding="async" width="768" height="554" src="https://files.clickwp.com/uploads/2020/02/Q4n9OXGx-photoshop-export-768x554.jpg" alt="" class="wp-image-74999" srcset="https://files.clickwp.com/uploads/2020/02/Q4n9OXGx-photoshop-export-300x217.jpg 300w, https://files.clickwp.com/uploads/2020/02/Q4n9OXGx-photoshop-export-1000x722.jpg 1000w, https://files.clickwp.com/uploads/2020/02/Q4n9OXGx-photoshop-export-768x554.jpg 768w, https://files.clickwp.com/uploads/2020/02/Q4n9OXGx-photoshop-export-864x624.jpg 864w, https://files.clickwp.com/uploads/2020/02/Q4n9OXGx-photoshop-export-600x433.jpg 600w, https://files.clickwp.com/uploads/2020/02/Q4n9OXGx-photoshop-export.jpg 1308w" sizes="auto, (max-width: 768px) 100vw, 768px" /><figcaption class="wp-element-caption">Choose the image format when exporting your artwork in Photoshop</figcaption></figure>
</div>



<div class="wp-block-column is-layout-flow wp-block-column-is-layout-flow">
<figure class="wp-block-image size-full"><img loading="lazy" decoding="async" width="748" height="540" src="https://files.clickwp.com/uploads/2020/02/2kIoLczZ-canva-downlaod.png" alt="" class="wp-image-75000"/><figcaption class="wp-element-caption">Choose the file type when downloading your design from Canva</figcaption></figure>
</div>
</div>



<h3 class="wp-block-heading" id="1-don%E2%80%99t-use-pngs-for-photos">Don’t use PNGs for photos</h3>



<figure class="wp-block-pullquote alignright"><blockquote><p>PNGs are the “heaviest” file format<br>Avoid using screenshots of photos</p></blockquote></figure>



<p>PNGs are the “heaviest” file format. As mentioned above, they are best for graphics. You <em>can</em> use a PNG for photos, but the file size will be much larger than a JPG. This will cause your site to load slower and can affect your SEO.</p>



<p>We notice that many bloggers like to quickly grab a picture off another website by screenshot-ing it. Unfortunately, most screenshot software saves the image as a PNG which means the resulting file can be much larger than necessary.</p>



<figure class="wp-block-gallery alignwide has-nested-images columns-default is-cropped wp-block-gallery-3 is-layout-flex wp-block-gallery-is-layout-flex">
<figure class="wp-block-image size-large"><a class="media-link" href="https://files.clickwp.com/uploads/2020/02/W8x7UE8G-png-file-size.jpg"><img loading="lazy" decoding="async" width="640" height="480" data-id="75015" src="https://files.clickwp.com/uploads/2020/02/W8x7UE8G-png-file-size.jpg" alt="" class="wp-image-75015"/></a></figure>



<figure class="wp-block-image size-large"><a class="media-link" href="https://files.clickwp.com/uploads/2020/02/mNHBX0kW-jpg-file-size.jpg"><img loading="lazy" decoding="async" width="640" height="480" data-id="75016" src="https://files.clickwp.com/uploads/2020/02/mNHBX0kW-jpg-file-size.jpg" alt="" class="wp-image-75016"/></a></figure>
<figcaption class="blocks-gallery-caption wp-element-caption">Changing the file format from PNG to JPG reduced the file size by 10 MBs!</figcaption></figure>



<p>Instead of screenshot-ing the image, you can right-click and save the image. Then simply upload it to your site. Don’t forget to credit the website where you got the image from too.</p>



<h2 class="wp-block-heading" id="2-step-2-compress">Step 2: Compress</h2>


<div class="wp-block-image">
<figure class="alignright size-medium"><img loading="lazy" decoding="async" width="300" height="189" src="https://files.clickwp.com/uploads/2020/02/31cZoRPm-compressed-yucky-donut-300x189.jpg" alt="Over-optimized image" class="wp-image-75001" srcset="https://files.clickwp.com/uploads/2020/02/31cZoRPm-compressed-yucky-donut-300x189.jpg 300w, https://files.clickwp.com/uploads/2020/02/31cZoRPm-compressed-yucky-donut.jpg 400w" sizes="auto, (max-width: 300px) 100vw, 300px" /><figcaption class="wp-element-caption">Over-compressed, &#8220;yucky&#8221; doughnut <img src="https://s.w.org/images/core/emoji/17.0.2/72x72/1f641.png" alt="🙁" class="wp-smiley" style="height: 1em; max-height: 1em;" /></figcaption></figure>
</div>


<p>The 2nd step to optimizing images for your website is to compress them. </p>



<p>Image compression works by removing details from an image to reduce its file size. However, over-compressing an image can cause the image to start looking weird and “yucky”. Yep, that’s a technical term.</p>



<p>There are many ways to compress images. </p>



<h3 class="wp-block-heading" id="3-with-a-wordpress-plugin">With a WordPress Plugin</h3>



<p>Using a WordPress plugin is the most convenient way to compress your images – you simply upload the image to WordPress and it gets optimized automatically. The drawback is that you don’t have control over the level of compression and the fact that some of these compression plugins cost money. The image optimization plugins we recommend are&nbsp;<a href="https://wordpress.org/plugins/ewww-image-optimizer/" target="_blank" rel="noopener">EWWW Image Optimizer</a>&nbsp;and&nbsp;<a href="https://wordpress.org/plugins/tiny-compress-images/" target="_blank" rel="noopener">Compress JPEG &amp; PNG by TinyPNG</a>.</p>


<aside id="aside-block_01451748865691d329bcf8d7fa3ee34b" class="clickwp-block-aside"><div class="aside-content alignright"><h4>Recommended Resource</h4><p><a href="https://themeisle.com/blog/wordpress-image-optimizer-plugins-compared/" target="_blank" rel="noopener"><img loading="lazy" decoding="async" class="alignnone size-medium wp-image-74980" src="https://files.clickwp.com/uploads/2020/02/dHke6swo-themeisle-image-optimizer-plugins-300x150.jpg" alt="" width="300" height="150" srcset="https://files.clickwp.com/uploads/2020/02/dHke6swo-themeisle-image-optimizer-plugins-300x150.jpg 300w, https://files.clickwp.com/uploads/2020/02/dHke6swo-themeisle-image-optimizer-plugins.jpg 588w" sizes="auto, (max-width: 300px) 100vw, 300px" /></a></p>
<p><a href="https://themeisle.com/blog/wordpress-image-optimizer-plugins-compared/" target="_blank" rel="noopener">6 Best WordPress Image Optimizer Plugins (Tested and Compared)</a></p>
</div></aside>


<h3 class="wp-block-heading" id="4-image-editor">Image Editor</h3>



<p>Using an image editor allows you to better control image compression settings. Your image editor may automatically compress your images (like Canva) or it may have an option to export images at a lower quality (like Photoshop). </p>


<aside id="aside-block_bf319a8c2409fd1e4252b6eef12995c1" class="clickwp-block-aside"><div class="aside-content alignright"><h4>Compressing Multiple Times</h4><p><em>Will images that I compress manually get compressed again when I upload them to my website with an image optimization plugin?</em></p>
<p><strong>Yes.</strong> To avoid over-compressing your image, skip optimization for your already-optimized image, or set your image optimization plugin to <strong>lossless compression</strong> only.</p>
</div></aside>


<h3 class="wp-block-heading" id="5-image-compression-desktop-app">Image Compression Desktop App</h3>



<p>These apps make it easy and convenient to compress your image. Install the app and launch it. Drag and drop the images you want to compress into the app. Voila! Your images are automatically compressed. Our recommendations: <a href="https://imageoptim.com/mac" target="_blank" rel="noopener">ImageOptim</a> for Mac and <a href="https://saerasoft.com/caesium/" target="_blank" rel="noopener">Caesium</a> for Windows.</p>



<h3 class="wp-block-heading" id="6-online-image-optimization-compression-tool">Online Image Optimization / Compression Tool</h3>



<p>These work just like their desktop counterparts, but without needing to install anything on your computer. We really like&nbsp;<a href="https://tinypng.com/" target="_blank" rel="noopener">TinyPNG</a>&nbsp;and&nbsp;<a href="https://tinyjpg.com/" target="_blank" rel="noopener">TinyJPG</a>&nbsp;because it automatically applies the correct amount of compression without sacrificing the image quality. Alternatives:&nbsp;<a href="https://kraken.io/web-interface" target="_blank" rel="noopener">Kraken.io</a>,&nbsp;<a href="https://compressor.io/" target="_blank" rel="noopener">Compressor.io</a></p>



<p>Now you have a slim and trim image in the right format. You’re ready to upload it to your website. </p>



<h2 class="wp-block-heading" id="7-step-3-pick-a-size">Step 3: Pick A Size</h2>



<p>Before we continue, we need to understand image size and file size. </p>



<p><strong>Image size</strong> is the width and height of an image (how much space it takes up, or its dimensions) and is measured in pixels (px). In doughnut terms, this is the size of the tasty treat.</p>



<p><strong>Image <span style="text-decoration: underline;"><em>file</em></span> size</strong> is how much storage the image uses on your computer or website and is measured in kilobytes (KB) or megabytes (MB). This would be how many calories the doughnut has.</p>



<blockquote class="wp-block-quote is-style-large is-layout-flow wp-block-quote-is-layout-flow">
<p><strong>Image size is how big</strong> an image is, and <br><strong>File size is how heavy</strong> the image is.</p>
</blockquote>


<div class="wp-block-image">
<figure class="alignright size-medium"><img loading="lazy" decoding="async" width="300" height="246" src="https://files.clickwp.com/uploads/2020/02/hzRrDMz7-eatinwithb-texas-round-rock-donut-300x246.jpg" alt="" class="wp-image-75034" srcset="https://files.clickwp.com/uploads/2020/02/hzRrDMz7-eatinwithb-texas-round-rock-donut-300x246.jpg 300w, https://files.clickwp.com/uploads/2020/02/hzRrDMz7-eatinwithb-texas-round-rock-donut-1000x819.jpg 1000w, https://files.clickwp.com/uploads/2020/02/hzRrDMz7-eatinwithb-texas-round-rock-donut-768x629.jpg 768w, https://files.clickwp.com/uploads/2020/02/hzRrDMz7-eatinwithb-texas-round-rock-donut-864x708.jpg 864w, https://files.clickwp.com/uploads/2020/02/hzRrDMz7-eatinwithb-texas-round-rock-donut-600x492.jpg 600w, https://files.clickwp.com/uploads/2020/02/hzRrDMz7-eatinwithb-texas-round-rock-donut.jpg 1080w" sizes="auto, (max-width: 300px) 100vw, 300px" /><figcaption class="wp-element-caption">Texas-size doughnut</figcaption></figure>
</div>


<p>Image size can influence file size. If you have a very big image, then the file size will generally be big as well. And if you get one of those Texas-size doughnuts, you’re gonna get a Texas-size serving of calories too.</p>



<p>With that out of the way, keep in mind that this section is talking about <em>Image Size</em>, or how much space the image takes up.</p>



<p class="has-medium-font-size"><em><strong>Why is image size important? </strong></em></p>



<p>If you only have space for an image 300px wide, anything larger is not optimal. You technically can squeeze a larger image into that space, but that will slow down your website. Your website visitors will take longer to download the larger file, and their browsers will need more time to scale the image down. So choosing the appropriate size is a key to optimizing images for our website.</p>



<p class="clickwp-notice">Use an on-screen ruler to measure the space available for your images. Download <a href="https://www.arulerforwindows.com/" target="_blank" rel="noopener">A Ruler for Windows</a> (Windows) and <a href="http://pascal.com/software/freeruler/" target="_blank" rel="noopener">Free Ruler</a> (Mac)</p>



<figure class="wp-block-image size-large"><img loading="lazy" decoding="async" width="1000" height="752" src="https://files.clickwp.com/2020/12/wp-attachment-details-1000x752.png" alt="" class="wp-image-77458"/><figcaption class="wp-element-caption">WordPress shows you the image size in the image chooser</figcaption></figure>



<p class="has-medium-font-size"><em><strong>I want to use the same image for a large full-width banner as well as in my small sidebar? Do I need 2 copies of the same image in different sizes?</strong></em></p>



<p>Yes… but WordPress to the rescue!</p>



<h3 class="wp-block-heading" id="8-wordpress-image-sizes">WordPress Image Sizes</h3>



<p>WordPress generates multiple sizes of every image that you upload to the media library. This means you upload an image, and WordPress will automatically create the following sizes for you to use:</p>



<ul class="wp-block-list">
<li><strong>Full size</strong> for full-width banners and photo galleries</li>



<li><strong>Large size</strong> for blog posts and pages</li>



<li><strong>Medium size</strong> for small blog images or images for the sidebar</li>



<li><strong>Thumbnail size</strong> isn’t very useful, but available if you need</li>



<li>Possibly more, depending on the plugins you have installed</li>
</ul>



<p>This means you don’t have to manually create multiple image sizes if you want to re-use the same image. All you need to do is pick the right size when adding images into your content.</p>



<div class="wp-block-columns alignwide is-layout-flex wp-container-core-columns-is-layout-9d6595d7 wp-block-columns-is-layout-flex">
<div class="wp-block-column is-layout-flow wp-block-column-is-layout-flow" style="flex-basis:65%">
<figure class="wp-block-image size-large"><img loading="lazy" decoding="async" width="741" height="476" src="https://files.clickwp.com/uploads/2020/02/tO55wwd1-block-editor-image-size-picker.png" alt="" class="wp-image-75004" srcset="https://files.clickwp.com/uploads/2020/02/tO55wwd1-block-editor-image-size-picker-300x193.png 300w, https://files.clickwp.com/uploads/2020/02/tO55wwd1-block-editor-image-size-picker-600x385.png 600w, https://files.clickwp.com/uploads/2020/02/tO55wwd1-block-editor-image-size-picker.png 741w" sizes="auto, (max-width: 741px) 100vw, 741px" /><figcaption class="wp-element-caption">Image size picker in the Block Editor</figcaption></figure>
</div>



<div class="wp-block-column is-layout-flow wp-block-column-is-layout-flow" style="flex-basis:35%">
<figure class="wp-block-image size-medium"><img decoding="async" src="https://files.clickwp.com/uploads/2020/02/i9yPZ0hg-classic-editor-image-size-picker.png" alt="" class="wp-image-75003"/><figcaption class="wp-element-caption">Image size picker in the Classic Editor</figcaption></figure>
</div>
</div>



<h4 class="wp-block-heading" id="9-full-size-is-technically-not-full-size">Full size is technically not full size</h4>



<p>WordPress resizes all uploaded images to a maximum width and height of 2560px. This helps avoid your Full size images from being too large and also saves space on your web server. </p>



<p>It also means you can uploads images directly from your camera without worrying they will ever be too large for your website. That being said, uploading full size, 24-megapixel images from your camera will take a <em>loooong</em> time because of the large file size. </p>



<p><strong>Rule of thumb for the best image size: 3000px maximum for the width and height, and no more than 2MB in size.</strong></p>



<h3 class="wp-block-heading" id="10-resizing-vs-cropping-images">Resizing vs Cropping Images</h3>



<p>There’s one final thing we wanted to talk about. When optimizing images for websites, we mainly want to <strong>resize</strong> images. However you can also <strong>crop</strong> images, and it is important to know the difference.</p>



<p>Resizing is altering the size of your image&nbsp;<em>without cutting anything out</em>. Resizing is also known as scaling.</p>



<p>Cropping is cutting off a portion of the image to change its shape.</p>



<p>Imagine that you need a square profile picture. The selfie from your phone is in portrait orientation (tall) and much too large. Here&#8217;s how to use that selfie for the profile picture.</p>



<figure class="wp-block-image size-medium"><img loading="lazy" decoding="async" width="300" height="450" src="https://files.clickwp.com/uploads/2020/02/jxvC9ETg-court-cook-le7D9QFiPr8-unsplash-300x450.jpg" alt="" class="wp-image-74990" srcset="https://files.clickwp.com/uploads/2020/02/jxvC9ETg-court-cook-le7D9QFiPr8-unsplash-300x450.jpg 300w, https://files.clickwp.com/uploads/2020/02/jxvC9ETg-court-cook-le7D9QFiPr8-unsplash-1000x1500.jpg 1000w, https://files.clickwp.com/uploads/2020/02/jxvC9ETg-court-cook-le7D9QFiPr8-unsplash-768x1152.jpg 768w, https://files.clickwp.com/uploads/2020/02/jxvC9ETg-court-cook-le7D9QFiPr8-unsplash-1024x1536.jpg 1024w, https://files.clickwp.com/uploads/2020/02/jxvC9ETg-court-cook-le7D9QFiPr8-unsplash-864x1296.jpg 864w, https://files.clickwp.com/uploads/2020/02/jxvC9ETg-court-cook-le7D9QFiPr8-unsplash-600x900.jpg 600w, https://files.clickwp.com/uploads/2020/02/jxvC9ETg-court-cook-le7D9QFiPr8-unsplash-scaled.jpg 1707w" sizes="auto, (max-width: 300px) 100vw, 300px" /></figure>



<p>Start by cropping the image so that it becomes a square.</p>



<figure class="wp-block-image size-medium"><img loading="lazy" decoding="async" width="300" height="300" src="https://files.clickwp.com/uploads/2020/02/asiPT09y-court-cook-le7D9QFiPr8-unsplash-cropped-300x300.jpg" alt="" class="wp-image-74991" srcset="https://files.clickwp.com/uploads/2020/02/asiPT09y-court-cook-le7D9QFiPr8-unsplash-cropped-300x300.jpg 300w, https://files.clickwp.com/uploads/2020/02/asiPT09y-court-cook-le7D9QFiPr8-unsplash-cropped-1000x1000.jpg 1000w, https://files.clickwp.com/uploads/2020/02/asiPT09y-court-cook-le7D9QFiPr8-unsplash-cropped-150x150.jpg 150w, https://files.clickwp.com/uploads/2020/02/asiPT09y-court-cook-le7D9QFiPr8-unsplash-cropped-768x768.jpg 768w, https://files.clickwp.com/uploads/2020/02/asiPT09y-court-cook-le7D9QFiPr8-unsplash-cropped-1536x1536.jpg 1536w, https://files.clickwp.com/uploads/2020/02/asiPT09y-court-cook-le7D9QFiPr8-unsplash-cropped-2048x2048.jpg 2048w, https://files.clickwp.com/uploads/2020/02/asiPT09y-court-cook-le7D9QFiPr8-unsplash-cropped-864x864.jpg 864w, https://files.clickwp.com/uploads/2020/02/asiPT09y-court-cook-le7D9QFiPr8-unsplash-cropped-75x75.jpg 75w, https://files.clickwp.com/uploads/2020/02/asiPT09y-court-cook-le7D9QFiPr8-unsplash-cropped-600x600.jpg 600w, https://files.clickwp.com/uploads/2020/02/asiPT09y-court-cook-le7D9QFiPr8-unsplash-cropped-100x100.jpg 100w" sizes="auto, (max-width: 300px) 100vw, 300px" /></figure>



<p>Next, we&#8217;ll resize the picture so that it fits the space for your profile picture.</p>



<figure class="wp-block-image size-medium is-resized"><img loading="lazy" decoding="async" width="300" height="300" src="https://files.clickwp.com/uploads/2020/02/asiPT09y-court-cook-le7D9QFiPr8-unsplash-cropped-300x300.jpg" alt="" class="wp-image-74991" style="width:200px;height:200px" srcset="https://files.clickwp.com/uploads/2020/02/asiPT09y-court-cook-le7D9QFiPr8-unsplash-cropped-300x300.jpg 300w, https://files.clickwp.com/uploads/2020/02/asiPT09y-court-cook-le7D9QFiPr8-unsplash-cropped-1000x1000.jpg 1000w, https://files.clickwp.com/uploads/2020/02/asiPT09y-court-cook-le7D9QFiPr8-unsplash-cropped-150x150.jpg 150w, https://files.clickwp.com/uploads/2020/02/asiPT09y-court-cook-le7D9QFiPr8-unsplash-cropped-768x768.jpg 768w, https://files.clickwp.com/uploads/2020/02/asiPT09y-court-cook-le7D9QFiPr8-unsplash-cropped-1536x1536.jpg 1536w, https://files.clickwp.com/uploads/2020/02/asiPT09y-court-cook-le7D9QFiPr8-unsplash-cropped-2048x2048.jpg 2048w, https://files.clickwp.com/uploads/2020/02/asiPT09y-court-cook-le7D9QFiPr8-unsplash-cropped-864x864.jpg 864w, https://files.clickwp.com/uploads/2020/02/asiPT09y-court-cook-le7D9QFiPr8-unsplash-cropped-75x75.jpg 75w, https://files.clickwp.com/uploads/2020/02/asiPT09y-court-cook-le7D9QFiPr8-unsplash-cropped-600x600.jpg 600w, https://files.clickwp.com/uploads/2020/02/asiPT09y-court-cook-le7D9QFiPr8-unsplash-cropped-100x100.jpg 100w" sizes="auto, (max-width: 300px) 100vw, 300px" /></figure>



<p>Here&#8217;s how it looks like if we had taken a shortcut and resized the height and width <em>without</em> cropping. Worse than a squished doughnut!</p>



<p><img loading="lazy" decoding="async" src="https://s3.ap-southeast-1.amazonaws.com/files.clickwp.com/uploads/2020/02/court-cook-le7D9QFiPr8-unsplash-300x450.jpg" alt="" width="200" height="200" style="width:200px;height:200px;"></p>



<p>So that&#8217;s the difference between resizing and cropping. And what happens if you try to take a shortcut. Now you know! </p>



<h2 class="wp-block-heading" id="11-summary-to-optimizing-images">Summary to Optimizing Images</h2>



<p>Images are an important element of your website, but using them wrongly can result in poor user experience and impacts your website negatively. That&#8217;s why it&#8217;s important to optimize your images. </p>



<p>The 3 steps to optimize images for your website are:</p>



<ol class="wp-block-list">
<li>Choose the right format</li>



<li>Compress the image</li>



<li>Pick the right size</li>
</ol>



<p>We hope this article has helped you understand how to optimize images so you can ensure that your websites load quickly for your visitors. At the very least, we hope we entertained you with my love for doughnuts!</p>



<h2 class="wp-block-heading" id="12-further-resources">Further Resources</h2>



<p><a href="https://clickwp.com/p/display-images-side-by-side/">How to display images side-by-side in WordPress</a></p>



<p><a href="https://clickwp.com/article/facebook-link-thumbnail-image/">Share a link to Facebook with a preview image</a></p>



<p><a href="https://grandcrudigital.com.au/blog/how-to-optimise-images/" target="_blank" rel="noopener">How to Optimize Images for SEO</a> by Grand Cru Digital</p>



<p><a href="https://my.oberlo.com/blog/free-stock-image-websites" target="_blank" rel="noopener">10 Stock Image Websites You Need To Know In 2021</a> by Oberlo</p>



<p><a href="https://www.youtube.com/watch?v=hiBAn1exlmc" target="_blank" rel="noopener">Canva Tutorial for Newbies</a> &#8211; Youtube video by Five Minute Social Media</p>



<div style="height:100px" aria-hidden="true" class="wp-block-spacer"></div>



<p class="alternate-font has-normal-font-size">Photo credits:&nbsp;<a href="https://unsplash.com/@nerfee" target="_blank" rel="noopener">Nerfee Mirandilla</a>, <a href="https://unsplash.com/@courtmarie" target="_blank" rel="noopener">Court Cook</a>&nbsp;on&nbsp;<a href="https://unsplash.com/?utm_source=unsplash&amp;utm_medium=referral&amp;utm_content=creditCopyText" target="_blank" rel="noopener">Unsplash</a>; <a href="https://www.freepik.com/free-vector/addicted-sweets-sugar_3133049.htm" target="_blank" rel="noopener">rawpixel.com</a>, <a href="https://www.freepik.com/racool-studio" target="_blank" rel="noopener">Racool_studio</a> on <a href="https://www.freepik.com/" target="_blank" rel="noopener">Freepik</a>; <a href="https://giphy.com/gifs/ubereats-uber-takeout-snackable-WryuXdLCuXRwqUSC99" target="_blank" rel="noopener">@ubereats on Giphy</a>; <a href="https://www.instagram.com/p/Bvj9w-hFk_S/" target="_blank" rel="noopener">@eatinwithb on Instagram</a></p>
<p>The post <a rel="nofollow" href="https://clickwp.com/optimizing-images-for-your-website/">3 Simple Steps to Optimizing Images for your Website (Explained with Doughnuts)</a> appeared first on <a rel="nofollow" href="https://clickwp.com">ClickWP</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>8 Unorthodox Conversion Optimization Tips for your WordPress website (Case Study Included)</title>
		<link>https://clickwp.com/unorthodox-conversion-tips/</link>
		
		<dc:creator><![CDATA[Kosta Kondratenko]]></dc:creator>
		<pubDate>Mon, 02 Dec 2019 07:04:33 +0000</pubDate>
				<category><![CDATA[Improve Your Website]]></category>
		<category><![CDATA[Online Business]]></category>
		<category><![CDATA[Conversion Optimization]]></category>
		<guid isPermaLink="false">https://clickwp.com/?p=71099</guid>

					<description><![CDATA[<p>When it comes to making standard website for service/product oriented businesses there’s a couple of conversion optimization tips I wanted to share with you. These are going to be very design oriented and I will be sharing an example of a website I’m currently working on. Actually the site I’m working on now had a&#8230; <a class="more-link" href="https://clickwp.com/unorthodox-conversion-tips/">Continue reading</a></p>
<p>The post <a rel="nofollow" href="https://clickwp.com/unorthodox-conversion-tips/">8 Unorthodox Conversion Optimization Tips for your WordPress website (Case Study Included)</a> appeared first on <a rel="nofollow" href="https://clickwp.com">ClickWP</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p>When it comes to making standard website for service/product oriented businesses there’s a couple of conversion optimization tips I wanted to share with you. These are going to be very design oriented and I will be sharing an example of a website I’m currently working on. Actually the site I’m working on now had a landing page – and I was asked to improve it – I wanted to show exactly what I did and share some common design elements I use in many of my sites and how I implement them – as well as provide the theory behind why they work.</p>





<h2 class="wp-block-heading" id="0-unorthodox-method-1-call-to-action-in-the-menu">Unorthodox Method #1: Call to Action in the Menu</h2>



<p>The first thing I’ll start with is having a call to action in the top menu. Most people think of a menu as having a perhaps an item for some services, an about us, pricing etc. and a ‘Contact Us’ page. However, the menu is a great place to have a call to action. Here is a finance company I’m working on and note the ‘Apply Now’ button in the top right hand corner.</p>



<figure class="wp-block-image alignwide"><img loading="lazy" decoding="async" width="1000" height="144" src="https://files.clickwp.com/2019/11/Image-2019-10-28-at-7.05.23-PM-1000x144.png" alt="" class="wp-image-71116" srcset="https://files.clickwp.com/2019/11/Image-2019-10-28-at-7.05.23-PM-300x43.png 300w, https://files.clickwp.com/2019/11/Image-2019-10-28-at-7.05.23-PM-1000x144.png 1000w, https://files.clickwp.com/2019/11/Image-2019-10-28-at-7.05.23-PM-768x110.png 768w, https://files.clickwp.com/2019/11/Image-2019-10-28-at-7.05.23-PM-864x124.png 864w, https://files.clickwp.com/2019/11/U0Pof0NY-Image-2019-10-28-at-7.05.23-PM-600x86.png 600w, https://files.clickwp.com/2019/11/U0Pof0NY-Image-2019-10-28-at-7.05.23-PM.png 1261w" sizes="auto, (max-width: 1000px) 100vw, 1000px" /></figure>



<figure class="wp-block-video alignright"><video autoplay loop muted src="https://d2rsw2kbemic8w.cloudfront.net/items/083X0Y0i3e3s2N1V2r2Z/Screen%20Recording%202019-10-28%20at%2007.06%20PM.mov"></video></figure>



<p>Having a call to action in the menu is very useful – as you can see in the example above the button has a border to bring attention to it and also has a cool hover effect. </p>



<p>In order to achieve this you’ll have to <a href="https://clickwp.com/p/menus/">create a standard WordPress menu</a> as you normally do – and then apply some custom CSS to the specific menu item. In case you’re curious how I achieved the effect above – below is the custom CSS code I used:</p>



<pre class="wp-block-code"><code>.menu-item-5887 a {
    border: solid;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    margin-top: 20px;
    border-radius: 5px;
    padding-left: 20px !important;
}

.menu-item-5886 { padding-right:25px !important; }
 
.menu-item-5887 a:hover { background-color:#77b34e !important;
    color:white !important;
    border-color:#77b34e !important;
}</code></pre>



<p>You’ll need to replace the <code>.menu-item-5887</code> with the ID number of your menu – which you can find by using Element Inspector as per the screenshot below:</p>



<figure class="wp-block-image alignwide"><img loading="lazy" decoding="async" width="970" height="388" src="https://files.clickwp.com/2019/11/uipZRBAF-Image-2019-10-31-at-2.11.06-PM.png" alt="" class="wp-image-71122" srcset="https://files.clickwp.com/2019/11/Image-2019-10-31-at-2.11.06-PM-300x120.png 300w, https://files.clickwp.com/2019/11/Image-2019-10-31-at-2.11.06-PM-768x307.png 768w, https://files.clickwp.com/2019/11/Image-2019-10-31-at-2.11.06-PM-864x346.png 864w, https://files.clickwp.com/2019/11/uipZRBAF-Image-2019-10-31-at-2.11.06-PM-600x240.png 600w, https://files.clickwp.com/2019/11/uipZRBAF-Image-2019-10-31-at-2.11.06-PM.png 970w" sizes="auto, (max-width: 970px) 100vw, 970px" /></figure>



<p></p>



<h2 class="wp-block-heading unortho2" id="1-unorthodox-method-2-you-can-never-have-too-many-call-to-actions">Unorthodox Method #2: You  Can Never Have too Many Call to Actions</h2>



<p>We’re not finished with call to actions yet &#8211; In this particular example there is a call to action (‘Apply Now’) in the header menu – but also in the callout to the left.</p>



<figure class="wp-block-image"><img loading="lazy" decoding="async" width="1000" height="461" src="https://files.clickwp.com/2019/11/Image-2019-10-28-at-7.16.37-PM-1000x461.png" alt="" class="wp-image-71123" srcset="https://files.clickwp.com/2019/11/Image-2019-10-28-at-7.16.37-PM-300x138.png 300w, https://files.clickwp.com/2019/11/Image-2019-10-28-at-7.16.37-PM-1000x461.png 1000w, https://files.clickwp.com/2019/11/Image-2019-10-28-at-7.16.37-PM-768x354.png 768w, https://files.clickwp.com/2019/11/Image-2019-10-28-at-7.16.37-PM-864x398.png 864w, https://files.clickwp.com/2019/11/Q3fR1HF0-Image-2019-10-28-at-7.16.37-PM-600x277.png 600w, https://files.clickwp.com/2019/11/Q3fR1HF0-Image-2019-10-28-at-7.16.37-PM.png 1265w" sizes="auto, (max-width: 1000px) 100vw, 1000px" /></figure>



<p>You can never have too many call to actions – in fact here’s an unpopular opinion – you should have your application form on EVERY page. <strong>Your website footer should contain call to actions too</strong>. </p>



<p>Here’s an example of a site that does this:</p>



<figure class="wp-block-video alignwide"><video autoplay loop muted src="https://d2rsw2kbemic8w.cloudfront.net/items/2z0C2T1B0x3s1e462e3W/Screen%20Recording%202019-10-28%20at%2007.26%20PM.mov" playsinline></video></figure>



<p>As you can see there is a whole ton of footer content on every page – not just an application form, but also an email newsletter sign up call to action, as well as a call to action to download the brochure – the latest articles and even a trust section with awards. </p>



<p>Who says website footers have to be boring? Or that they should be short? If a user scrolls all the way to the bottom why not give them some additional call to actions, build trust and direct them to other parts of the site? </p>



<p></p>



<h2 class="wp-block-heading" id="2-unorthodox-method-3-the-downward-arrow-aka-treating-users-like-children">Unorthodox Method #3: The Downward Arrow (aka treating users like children)</h2>



<p>Let me ask you this – have you been to a website and it was very difficult to navigate? Maybe the text was too small giving you a headache – or you couldn’t find what you were looking for. Perhaps all the ads slowed down the site – or the scrolling wasn’t smooth because the site messed with natural scrolling? Were you upset and irritated about this?</p>



<p>Now let me ask you another question – have you ever been to a site where everything was so simple to use to the point that you were offended that it was so simple – like you were being treated like a child? </p>



<p>Yeah – me neither. </p>



<p>Treating users like children may sound offensive but believe me – no one is going to get upset you made things easier than they should have been.</p>



<p>So I introduce you to the downward arrow – here is a video example below:</p>



<figure class="wp-block-video alignwide"><video autoplay loop muted src="https://d2rsw2kbemic8w.cloudfront.net/items/1b0t3W0F2Y0b0T2S0j26/Screen%20Recording%202019-10-28%20at%2007.12%20PM.mov" playsinline></video></figure>



<p>You may think having an arrow is overkill – however when I have a header (or hero) image that takes up nearly the entire page – I want the user to be able to easily:</p>



<ol class="wp-block-list">
<li>Know that there is more content below and</li>



<li>Get to that content with the click of a button</li>
</ol>



<p>You would be surprised how many people may not know there’s more content below – having an arrow gives them the psychological direction of where to go – it’s very subtle. You’ll note that this is a secondary call to action – ideally a user would click the primary call to action as described above (Apply Now). </p>



<p>But failing that the user can go down and learn more about the product/service and its benefits/features (that whole thing would take up another article of its own).</p>



<p></p>



<h2 class="wp-block-heading" id="3-unorthodox-method-4-use-multi-step-forms-">Unorthodox Method #4: Use Multi Step Forms </h2>



<p>In this particular case study example that I’m using – I’m working on a loan website – the user is able to apply online. Having a multi step lead generation process is important – as it streamlines the sales process. </p>



<p>Multi step forms – which I have – in this case – created with <a href="https://1.envato.market/OQZ7r" target="_blank" rel="noopener">Quform</a> (a form plugin for WordPress that I highly recommend) </p>



<figure class="wp-block-video alignwide"><video autoplay loop muted src="https://d2rsw2kbemic8w.cloudfront.net/items/470z3y0b3f1R1I1J0m0S/Screen%20Recording%202019-10-28%20at%2007.33%20PM.mov" playsinline></video></figure>



<p>A multi step form can streamline your
process – the trick though – is to get the data from the form if the user
chooses to leave early. </p>



<p>The other benefit is no one likes to fill out big long boring forms – but a multi step form is fun (you never know what’s going to be around the corner) – also having a % complete bar at the top can help to set the user’s expectations.</p>



<p><strong><em>Note: </em></strong><em>Use Quform and import the following form &#8211; </em><a href="https://1.envato.market/3xagk" target="_blank" rel="noopener"><em>www.quform.com/examples</em></a><em> (click on ‘Steps’) &#8211; &nbsp;and then add the shortcode to your page to achieve the effect above</em>.</p>



<p></p>



<h2 class="wp-block-heading" id="4-unorthodox-method-5-live-chat">Unorthodox method #5: Live Chat</h2>



<p>One great feature to have on your site – if it’s practical – is the live chat feature. Here is how it looks like on my site:</p>



<figure class="wp-block-image alignwide"><img loading="lazy" decoding="async" width="1000" height="494" src="https://files.clickwp.com/2019/11/Image-2019-10-28-at-7.38.15-PM-1000x494.png" alt="" class="wp-image-71128" srcset="https://files.clickwp.com/2019/11/Image-2019-10-28-at-7.38.15-PM-300x148.png 300w, https://files.clickwp.com/2019/11/Image-2019-10-28-at-7.38.15-PM-1000x494.png 1000w, https://files.clickwp.com/2019/11/Image-2019-10-28-at-7.38.15-PM-768x380.png 768w, https://files.clickwp.com/2019/11/Image-2019-10-28-at-7.38.15-PM-864x427.png 864w, https://files.clickwp.com/2019/11/OOpRhlX3-Image-2019-10-28-at-7.38.15-PM-600x297.png 600w, https://files.clickwp.com/2019/11/OOpRhlX3-Image-2019-10-28-at-7.38.15-PM.png 1266w" sizes="auto, (max-width: 1000px) 100vw, 1000px" /></figure>



<p>The great thing about this feature is that
it allows people to ask a question without having to leave all their details
(which a user may not want to do because of time and also because the risk they
see of being bothered in the future – it’s a lower risk way to engage). </p>



<p>One other cool thing to look at is the Facebook chat widget which you can see below (currently developing on one of my client’s sites)</p>


<div class="wp-block-image">
<figure class="aligncenter"><img loading="lazy" decoding="async" width="403" height="291" src="https://files.clickwp.com/2019/11/gbyCRqDy-Image-2019-10-28-at-7.40.33-PM.png" alt="" class="wp-image-71129" srcset="https://files.clickwp.com/2019/11/Image-2019-10-28-at-7.40.33-PM-300x217.png 300w, https://files.clickwp.com/2019/11/gbyCRqDy-Image-2019-10-28-at-7.40.33-PM.png 403w" sizes="auto, (max-width: 403px) 100vw, 403px" /></figure>
</div>


<p>The great thing about Facebook chat is that if someone messages you on there you have their details (you actually have their entire Facebook profile) – which can be very helpful. This is only useful in certain cases though and for certain industries – you wouldn’t have a Facebook chat widget on B2B website in most cases as Facebook is a bit more personal. </p>



<p></p>



<h2 class="wp-block-heading" id="5-unorthodox-method-6-use-numbers-and-figures-to-state-your-case">Unorthodox method #6: Use numbers and figures to state your case</h2>



<p>One element which can increase conversion rate is #Facts – or numbers. Using numbers to help with your case –&nbsp; and presenting them in an engaging way is a great conversion strategy. The interesting reality is despite whether the numbers are true or not – people respond better to numbers. Here&#8217;s how I setup a section to show the benefits of getting finance:</p>



<figure class="wp-block-video alignwide"><video autoplay loop muted src="https://d2rsw2kbemic8w.cloudfront.net/items/0l2w2w3Q3N3o2w1k0N1E/Screen%20Recording%202019-10-31%20at%2001.55%20PM.mov" playsinline></video></figure>



<p>As you can see there are two sections here &#8211; % of customers who said financing helping their business and also % of increased growth forecasts of businesses that used financing. But you’ll also notice they have a cool counting effect. </p>



<p>This can be achieved with <a href="https://docs.elementor.com/article/70-counter" target="_blank" rel="noopener">Elementor’s ‘Counter’ widget</a>:</p>


<div class="wp-block-image">
<figure class="aligncenter"><img loading="lazy" decoding="async" width="339" height="467" src="https://files.clickwp.com/2019/11/uueo30Yy-Image-2019-10-31-at-1.58.56-PM.png" alt="" class="wp-image-71130" srcset="https://files.clickwp.com/2019/11/Image-2019-10-31-at-1.58.56-PM-300x413.png 300w, https://files.clickwp.com/2019/11/uueo30Yy-Image-2019-10-31-at-1.58.56-PM.png 339w" sizes="auto, (max-width: 339px) 100vw, 339px" /></figure>
</div>


<p></p>



<h2 class="wp-block-heading" id="6-unorthodox-method-7-nobody-likes-reading">Unorthodox Method #7: Nobody Likes Reading</h2>



<p>There’s one rule you should go with – and this goes back to treating people like 5 year old kids – and that is making your content easily digestible. People do read bulky books all the time – but your job is to keep the reader engaged – the last thing you want is to have a whole large block of text for a reader to digest.</p>



<p>The consumer wants to be entertained, he
wants the information in simple packets – he doesn’t want to think too hard.</p>



<p>While different products require different complexities
of writing to sell there is one rule that will always remain constant – the
easier you can make it for the user to digest the information you’re giving –
the more likely they are to actually digest the information and be able to make
an informed decision (or the decision you would like them to make).</p>



<p>For example take this section from the landing we’re studying:</p>



<figure class="wp-block-video alignwide"><video autoplay loop muted src="https://d2rsw2kbemic8w.cloudfront.net/items/1M2f1a0B1v1v3e0v1D1T/Screen%20Recording%202019-10-31%20at%2002.02%20PM.mov" playsinline></video></figure>



<p>Here I have 2 sections – one called ‘The different ways you can finance’ and one called ‘Why finance?’. Now I could have just had these as blocks of text but notice the different effects I use – like for example putting every section in its own block, having an icon for each block – and separating the sections with different background colours. </p>



<p>You may also notice that the first section has 2 columns while the next section has 3 columns – these are all graphic design tricks – the concept of contrast, having enough white space and changing things up while keeping the main elements in uniform (like for example I keep the heading fonts/sizes, theme colours and icon sizes the same). </p>



<p>This will take time to learn to ensure it looks good but also serves its purpose to guide the reader along. </p>



<p></p>



<h2 class="wp-block-heading" id="7-unorthodox-method-8-copy-copy-copy">Unorthodox Method #8: Copy, Copy, Copy</h2>



<p>I can’t emphasize this enough – don’t try to start from scratch and try to be a Picasso revolutionary. In many cases I take a site that is doing things really well and I just copy what they’re doing – I change up the colours of course and the content – but in many cases I have a template for something that all ready works and just work off that – and I’m very transparent about that. </p>



<p>If you are in doubt – focus on copying things – and as you do you will learn why some things work the way they do. </p>



<hr class="wp-block-separator has-css-opacity is-style-dots"/>



<p>Thanks for reading! I hope this has given you some ideas on how to approach your next project and how to setup elements to increase conversions. </p>



<p class="has-text-color has-medium-font-size" style="color:#6b6b6b"><em>Need help with your landing page or improving SEO? Contact Kosta at <a href="https://headstudios.com.au/" target="_blank" rel="noopener">www.headstudios.com.au</a></em></p>
<p>The post <a rel="nofollow" href="https://clickwp.com/unorthodox-conversion-tips/">8 Unorthodox Conversion Optimization Tips for your WordPress website (Case Study Included)</a> appeared first on <a rel="nofollow" href="https://clickwp.com">ClickWP</a>.</p>
]]></content:encoded>
					
		
		<enclosure url="https://d2rsw2kbemic8w.cloudfront.net/items/083X0Y0i3e3s2N1V2r2Z/Screen%20Recording%202019-10-28%20at%2007.06%20PM.mov" length="39791" type="video/quicktime" />
<enclosure url="https://d2rsw2kbemic8w.cloudfront.net/items/2z0C2T1B0x3s1e462e3W/Screen%20Recording%202019-10-28%20at%2007.26%20PM.mov" length="17152288" type="video/quicktime" />
<enclosure url="https://d2rsw2kbemic8w.cloudfront.net/items/1b0t3W0F2Y0b0T2S0j26/Screen%20Recording%202019-10-28%20at%2007.12%20PM.mov" length="1704516" type="video/quicktime" />
<enclosure url="https://d2rsw2kbemic8w.cloudfront.net/items/470z3y0b3f1R1I1J0m0S/Screen%20Recording%202019-10-28%20at%2007.33%20PM.mov" length="1186294" type="video/quicktime" />
<enclosure url="https://d2rsw2kbemic8w.cloudfront.net/items/0l2w2w3Q3N3o2w1k0N1E/Screen%20Recording%202019-10-31%20at%2001.55%20PM.mov" length="828576" type="video/quicktime" />
<enclosure url="https://d2rsw2kbemic8w.cloudfront.net/items/1M2f1a0B1v1v3e0v1D1T/Screen%20Recording%202019-10-31%20at%2002.02%20PM.mov" length="2519931" type="video/quicktime" />

		<media:content url="https://d2rsw2kbemic8w.cloudfront.net/items/083X0Y0i3e3s2N1V2r2Z/Screen%20Recording%202019-10-28%20at%2007.06%20PM.mov" medium="video">
			<media:player url="https://d2rsw2kbemic8w.cloudfront.net/items/083X0Y0i3e3s2N1V2r2Z/Screen%20Recording%202019-10-28%20at%2007.06%20PM.mov" />
			<media:title type="plain">Conversion Optimization Tips Using Elementor and Wordpress</media:title>
			<media:description type="html"><![CDATA[In making a standard website for service or product oriented businesses there’s a couple of conversion optimisation tips you should know about. What design elements to use, how to implement them and the theory behind how they work.]]></media:description>
			<media:thumbnail url="https://files.clickwp.com/uploads/2019/12/SX0RrS6q-unorthodox-conversion-design.png" />
			<media:rating scheme="urn:simple">nonadult</media:rating>
		</media:content>
	</item>
		<item>
		<title>The Absolute Minimum SEO Every Website Should Have</title>
		<link>https://clickwp.com/minimalist-seo/</link>
					<comments>https://clickwp.com/minimalist-seo/#comments</comments>
		
		<dc:creator><![CDATA[David]]></dc:creator>
		<pubDate>Mon, 30 Sep 2019 08:11:25 +0000</pubDate>
				<category><![CDATA[Improve Your Website]]></category>
		<category><![CDATA[Online Business]]></category>
		<category><![CDATA[Plugins]]></category>
		<category><![CDATA[SEO]]></category>
		<category><![CDATA[Tutorial]]></category>
		<guid isPermaLink="false">https://clickwp.com/?p=67733</guid>

					<description><![CDATA[<p>This minimalist guide to SEO covers the absolute minimum, basic knowledge you must know so you can start applying SEO for your website right away</p>
<p>The post <a rel="nofollow" href="https://clickwp.com/minimalist-seo/">The Absolute Minimum SEO Every Website Should Have</a> appeared first on <a rel="nofollow" href="https://clickwp.com">ClickWP</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p class="has-text-color has-medium-font-size" style="color:#666666"><em>Editor&#8217;s note: This is an excerpt from the chapter on SEO basics of our </em><a href="https://clickwp.com/guide/grow-your-audience/"><em>Grow Your Audience guide</em></a><em>. </em></p>



<p>SEO is a huge topic, and it’s so confusing! In between the million articles on the internet, advice from Facebook groups, consultants sending you reports of everything wrong on your site, how can you even hope to master the basics of SEO?</p>



<p>First, let me assure you that every new blogger or website owner has been in the same place. The good news is that the basic premise of SEO is quite simple to grasp. Pair that with a&nbsp;<em>little</em>&nbsp;technical knowledge and some consistent effort, and your website will reap the benefits steadily over time.</p>



<h2 class="wp-block-heading">How this guide is different</h2>



<p>Search for “<a href="https://www.google.com/search?q=beginner+seo+guide" target="_blank" rel="noopener">beginner seo guide</a>” and the top results are thousands of words long. This guide is different. Instead of trying to cover&nbsp;<em>everything</em>&nbsp;you need to know, this guide aims for the&nbsp;<em>minimum</em>&nbsp;you need to know. The focus is on actionable steps so you can start applying SEO right now.&nbsp;</p>



<p>Here’s what to expect:</p>



<p>We’ll start by identifying the <strong>absolute minimum SEO</strong> you need do for each piece of content you produce. If you only have time for one article, this is the one to read.</p>



<p>We’ll then take it a step further by understanding how <a href="https://clickwp.com/p/how-to-use-keywords-in-your-content//">keywords fit into SEO</a> – how to decide which keywords to target and how to use them in your content.</p>



<p>Next we’ll have a look at <a href="https://clickwp.com/p/delight-visitors-website-user-experience/">improving your website user experience</a>, which is becoming an important ranking factor.</p>



<p>We saved the most technical for last. The chapter will wrap up with how to <a href="https://clickwp.com/p/making-sure-google-understands-your-website/">identify and fix technical issues</a> that can impact your SEO.</p>



<p>Each article in this chapter will take less than 15 minutes to read. If you want to learn more, we’ll direct you to some trusted resources. </p>



<h2 class="wp-block-heading">A Plain-English Definition Of SEO</h2>



<p>Let’s start off our SEO journey by understanding what it is and what it isn’t.</p>



<p>SEO stands for <strong>Search Engine Optimization</strong>, and is the process of improving search engine rankings in order to increase the <em>quantity</em> and <em>quality</em> of traffic to your website.&nbsp;</p>



<p>When you “do SEO” correctly, you may find…</p>



<p>Visitors to your website or blog are actually reading and engaging with your content. Your&nbsp;<em><strong>keyword research</strong></em>&nbsp;helped you identify what topics your target audience is interested in, so you can create relevant content to attract them.</p>



<p>Your&nbsp;<em><strong>copywriting</strong></em>&nbsp;makes your content readable and ensures visitors understand your message. Side benefit: Google understands it too. Your trustworthy writing style also improves the number of visitors buying from you or signing up to your offers, becoming customers and subscribers.</p>



<p>What&#8217;s more, visitors to your site visit more than one page and stay longer. Your efforts in improving the&nbsp;<em><strong>website user experience</strong></em>&nbsp;makes content easy to find, read and navigate. The ease of use causes your website feel trustworthy and more credible too.</p>



<p>From the description above, we can see that SEO is basically all about the website visitor.&nbsp;<strong>SEO is all about building a website that your audience will love</strong>. And when you do that, the search engines will reward you by sending you lots of traffic.</p>



<figure class="wp-block-pullquote"><blockquote><p>Build a website your audience will love and Google will reward you for it</p></blockquote></figure>



<p>But don’t take my word for it. It’s what Google says themselves in their&nbsp;<a href="https://support.google.com/webmasters/answer/35769/?hl=en" target="_blank" rel="noopener">Webmaster Guidelines</a>. </p>



<blockquote class="wp-block-quote is-layout-flow wp-block-quote-is-layout-flow">
<p>Make pages primarily for users, not for search engines. Avoid tricks intended to improve search engine rankings.</p>
<cite>Google Webmaster Guidelines</cite></blockquote>



<p>Google and other search engines are so advanced today that they rank sites based on how we humans like those sites. They now factor the reputation and credibility of a website, and Google is encouraging website owners to improve their user experience by emphasizing page speed and usability.&nbsp;</p>



<p><strong>SEO is not a secret technique that will suddenly send you more traffic. SEO is not about installing the correct plugin. SEO is not about pleasing Google—it’s about pleasing your audience.</strong></p>



<p>So how do we please our website visitors? We start by making a great first impression.</p>



<h2 class="wp-block-heading">Making A Great First Impression In Search</h2>



<p>If you only have time for one nugget of SEO knowledge, you’ve found it. This section explains the two basic SEO techniques that gives you the biggest bang for your buck.&nbsp;</p>



<p>As we explained previously, the goal is to get visitors to love your website. Do that and Google will love you too, rewarding you with more traffic.</p>



<p>To woo your website visitors, start by making a great first impression. Consider these search results. Which would you rather click on?</p>



<figure class="wp-block-gallery has-nested-images columns-1 wp-block-gallery-4 is-layout-flex wp-block-gallery-is-layout-flex">
<figure class="wp-block-image size-large"><img loading="lazy" decoding="async" width="600" height="80" data-id="62930" src="https://files.clickwp.com/2019/06/4OJASrbS-serp-bad.png" alt="" class="wp-image-62930"/></figure>



<figure class="wp-block-image size-large"><img loading="lazy" decoding="async" width="600" height="80" data-id="62929" src="https://files.clickwp.com/2019/06/qPz4iK75-serp-optimized.png" alt="" class="wp-image-62929"/></figure>
</figure>



<p>Obviously the 2nd result right? Unfortunately a good-looking (optimized) search result doesn’t happen automatically. Therefore our first tip is to learn how to make your search results snippet look good—and more importantly—get search users to click to your website.</p>



<h3 class="wp-block-heading">Page Titles and Descriptions</h3>



<p>A single item shown on the search results page is called a snippet. It consists of a SEO title (in blue), the URL (in green), and the meta description (in black).</p>



<p>To ensure you have the best looking snippet possible on the results page, you’ll want to be able to control the text for the SEO title and meta description. We can do this by using one of the many SEO plugins available for WordPress. We are using the&nbsp;<a href="https://wordpress.org/plugins/wordpress-seo/" target="_blank" rel="noopener">Yoast SEO plugin</a>&nbsp;as an example in this guide, but the same principles apply to any other SEO plugin.</p>


<aside id="aside-block_614f8aecd18aa73316cb9da353258b7f" class="clickwp-block-aside"><div class="aside-content alignright"><h4><i class="fas fa-plug" aria-hidden="true"></i> How to Install a Plugin</h4><p>Navigate to your WordPress dashboard → Plugins → Add New. Search for the plugin name. Click Install, and then Activate.</p>
<p>Tip: If you are on WordPress.com, you must be on the <a href="https://wordpress.com/business/?aff=4069" target="_blank" rel="noopener">Business plan ($25/mo)</a> to install plugins.</p>
</div></aside>


<blockquote class="wp-block-quote is-style-large is-layout-flow wp-block-quote-is-layout-flow">
<p><strong>SEO Basics Tip #1</strong></p>



<p>Attractive Search Snippets Make Great First Impressions</p>
</blockquote>



<h4 class="wp-block-heading">Optimizing Search Snippets for Posts and Pages</h4>



<p><strong>The goal of this step is to make your search snippet attractive so that search engine users want to click on it.</strong></p>



<p>Your SEO plugin will typically add some fields to the post editor for controlling the SEO title and descriptions. Here’s how it looks with the Yoast SEO plugin.</p>



<figure class="wp-block-image alignwide"><img loading="lazy" decoding="async" width="1000" height="636" src="https://files.clickwp.com/2019/06/yoast-edit-snippet-1000x636.png" alt="Where to edit your SEO title and descriptions with Yoast SEO" class="wp-image-62934" srcset="https://files.clickwp.com/2019/06/yoast-edit-snippet-300x191.png 300w, https://files.clickwp.com/2019/06/yoast-edit-snippet-1000x636.png 1000w, https://files.clickwp.com/2019/06/yoast-edit-snippet-768x488.png 768w, https://files.clickwp.com/2019/06/yoast-edit-snippet-864x549.png 864w, https://files.clickwp.com/2019/06/tntfJ3Hn-yoast-edit-snippet-600x381.png 600w, https://files.clickwp.com/2019/06/tntfJ3Hn-yoast-edit-snippet.png 1114w" sizes="auto, (max-width: 1000px) 100vw, 1000px" /></figure>



<p>Click the&nbsp;<strong>Edit snippet</strong>&nbsp;button and you’ll be able to set a title and description for the post or page that you’re editing. A live preview shows you how your snippet will look in the search results and a progress bar indicates the optimal length for your title and description.</p>



<div class="wp-block-group is-style-notice"><div class="wp-block-group__inner-container is-layout-flow wp-block-group-is-layout-flow">
<p><strong>Important! Make sure your snippet reflects the content of your page</strong>. <em>Your website visitors aren’t going to be happy if their first impressions turned out to be false advertising instead.</em>&nbsp;That is why it is important to make sure your custom title and description reflect what is on the page.&nbsp;</p>
</div></div>



<p>With this in mind, if you set your page title to&nbsp;<code>The best Pepperoni Pizza in Miami</code>, your page should be about pepperoni pizza and your subject should be located in Miami. Google is very good at detecting inaccurate—and even deceptive—SEO, and may penalize your website for it.</p>



<p>Subsequently, the next question is: What should your search snippet say? Figuring out the keywords or keyphrases your audience uses will help you decide. We explain further in the next article: <a href="https://clickwp.com/p/how-to-use-keywords-in-your-content/">How to use keywords in your content</a>. In the meantime, ensure that the search snippet summarizes the content of your page in an interesting way.</p>



<h4 class="wp-block-heading">Attractive Results Rank Higher</h4>



<p>Optimizing your search results snippet doesn’t just make it look good – it will also help you rank higher. Search engines often use the click through rate to determine a website’s ranking. Brian Dean from Backlinko explains how to take advantage of this in his video below.</p>



<figure class="wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio"><div class="wp-block-embed__wrapper">
<iframe loading="lazy" title="How to Get More Organic Traffic (FAST)" width="864" height="486" src="https://www.youtube.com/embed/L_6zAGJ-JO4?feature=oembed&#038;enablejsapi=1&#038;origin=https://clickwp.com" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe>
</div></figure>



<h4 class="wp-block-heading">Set a SEO Title Template</h4>



<p><em>Do I need to optimize each of my blog posts and pages?</em></p>



<p>If they are important pieces of content (a.k.a. cornerstone content) to growing your audience, I recommend that you do.&nbsp;</p>



<p>For the other content on that you don’t need or want to optimize manually, you can fall back to a&nbsp;<strong>default template for SEO title and description</strong>. To do that with the Yoast SEO plugin, navigate to SEO → Search Appearance → Content Types. For each content type, you can create a template by filling in the fields with the available snippet variables.&nbsp;</p>



<figure class="wp-block-image"><img loading="lazy" decoding="async" width="652" height="592" src="https://files.clickwp.com/2019/06/A05tCqLh-yoast-seo-template.png" alt="Recommended Yoast SEO post template" class="wp-image-62935" srcset="https://files.clickwp.com/2019/06/yoast-seo-template-300x272.png 300w, https://files.clickwp.com/2019/06/A05tCqLh-yoast-seo-template-600x545.png 600w, https://files.clickwp.com/2019/06/A05tCqLh-yoast-seo-template.png 652w" sizes="auto, (max-width: 652px) 100vw, 652px" /></figure>



<p>We recommend the template above. This will give you titles like this:</p>



<figure class="wp-block-image"><img loading="lazy" decoding="async" width="672" height="240" src="https://files.clickwp.com/2019/06/VIBZybtu-yoast-template-snippet.png" alt="" class="wp-image-62937" srcset="https://files.clickwp.com/2019/06/yoast-template-snippet-300x107.png 300w, https://files.clickwp.com/2019/06/VIBZybtu-yoast-template-snippet-600x214.png 600w, https://files.clickwp.com/2019/06/VIBZybtu-yoast-template-snippet.png 672w" sizes="auto, (max-width: 672px) 100vw, 672px" /></figure>



<p>Tip: You can change the separator from the General tab.</p>



<h3 class="wp-block-heading">Optimize Your Content</h3>



<p>By optimizing our page titles and description, we’ve put our best foot forward in the search results. But what happens after the user clicks through to your website?&nbsp;</p>



<p>We want to ensure that we’re impressing them with our content too. So our goal here is two-fold:&nbsp;</p>



<ol class="wp-block-list">
<li>Create clear, understandable content that meets the searchers’ needs</li>



<li>Ensure our focus keyphrase is used in high-value locations throughout the content to rank higher for that keyword</li>
</ol>



<p>But how will we know that we’ve met these goals? That’s where your SEO plugin’s content analysis feature will help.</p>



<blockquote class="wp-block-quote is-style-large is-layout-flow wp-block-quote-is-layout-flow">
<p><strong>SEO Basics Tip #2</strong></p>



<p>Quality Content Impresses Website Visitors AND Search Engines</p>
</blockquote>



<h4 class="wp-block-heading">Content Analysis with Yoast SEO</h4>



<p>Most SEO plugins now offer content analysis to grade your content for SEO. As with before, we’ll continue using the Yoast SEO plugin in our examples.</p>



<figure class="wp-block-image alignwide"><img decoding="async" src="https://files.clickwp.com/2019/06/uVpRdnTf-yoast-content-analysis.png" alt="Yoast SEO Content Analysis" class="wp-image-62904"/><figcaption class="wp-element-caption">Yes we use the free version of Yoast SEO. That’s more than enough for a lot of bloggers.</figcaption></figure>



<p>Here is a post before optimization. The Yoast SEO sidebar has been activated, and we’ve filled in “podcasting with wordpress” the focus keyphrase. Yoast analyzes the text content of the post and has given it an orange ? rating for both Readability analysis and Focus keyphrase. You can expand each section to see the&nbsp;<strong>Analysis results</strong>&nbsp;and recommendations.</p>



<p>The plugin not only tells you what the problems are, but how to resolve it and recommendations. If you click on the blue text in the problem description, you’re presented with even more info on how to fix it.</p>



<p>After addressing the problems, the plugin updates its analysis in real time and updated it’s rating to green ? – yay! As a result, we can be confident that this piece of content has a good chance of earning the affections of website visitors.&nbsp;</p>



<p>Here’s that article from the example above –&nbsp;<a href="https://clickwp.com/article/podcasting-with-wordpress/">Beginners Guide to Podcasting With WordPress</a>. Can you see how it’s been optimized for the keyphrase?&nbsp;</p>


<aside id="aside-block_37ad8ac631899e2b33b9bff67e99d886" class="clickwp-block-aside"><div class="aside-content alignright"><h4><i class="fas fa-info-circle" aria-hidden="true"></i> What is a Focus Keyphrase?</h4><p>The focus keyphrase is the search phrase or words that you want your page to rank for. If someone searches for this phrase in Google, you want your content to appear on the first page of search results.</p>
<p><iframe loading="lazy" title="What is a focus keyphrase? | Yoast SEO for WordPress" width="320" height="180" src="https://www.youtube.com/embed/ZVUhqb1Z1qM?feature=oembed&#038;enablejsapi=1&#038;origin=https://clickwp.com" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe></p>
</div></aside>


<p>However, getting a green happy face isn’t enough to create content that visitors (and Google) will love. Your content needs to have substance –&nbsp;facts, details, and explained in an engaging manner. If your content sucks in the first place, optimizing it won’t make it much better. You also don’t have to address every problem identified in the analysis to get a green happy face. Optimize your content enough and move on.</p>



<p>If you want to learn more about how to use this excellent tool from Yoast, read their blog post:&nbsp;<a href="https://yoast.com/use-content-analysis-yoast-seo/" target="_blank" rel="noopener">How to use Yoast SEO’s content analysis tool</a>.</p>



<p>While the free version of Yoast SEO is awesome, if you’re serious about SEO do consider purchasing the premium upgrade.</p>



<p class="clickwp-notice"><strong>Do you find it hard to create high-quality content?</strong> If you do, follow the steps in <strong><a href="https://fizzle.co/sparkline/writing-copy-for-web?aid=14972" target="_blank" rel="noopener">Fizzle&#8217;s free 80/20 Copywriting Workbook</a></strong>. We can&#8217;t recommend it highly enough.</p>



<h2 class="wp-block-heading">Other WordPress SEO Plugins</h2>



<p>While we are big fans of&nbsp;<strong><a href="https://wordpress.org/plugins/wordpress-seo/" target="_blank" rel="noopener">Yoast SEO</a></strong>, it is by no means the only SEO plugin available for WordPress. Here are some alternatives for you to consider.</p>



<ul class="wp-block-list">
<li><strong><a href="https://wordpress.org/plugins/wp-seopress/" target="_blank" rel="noopener">SEOPress</a></strong>&nbsp;is an all-in-one plugin that also includes Google Analytics integration.</li>



<li><strong><a href="https://wordpress.org/plugins/autodescription/" target="_blank" rel="noopener">The SEO Framework</a></strong>&nbsp;bills itself as a smart plugin that uses AI to enable optimal settings for your site.</li>



<li><strong><a href="https://wordpress.org/plugins/seo-by-rank-math/" target="_blank" rel="noopener">Rank Math</a></strong>&nbsp;is a lightweight and modular plugin that claims to help SEO tasks.</li>



<li><strong><a href="https://wordpress.org/plugins/all-in-one-seo-pack/" target="_blank" rel="noopener">All in One SEO Pack</a></strong>&nbsp;is the original Yoast SEO alternative with many fans of its slim and utilitarian interface.</li>
</ul>



<p>As you can see, there are many options for you to choose from. Pick one, learn its features and stick with it. Above all, remember that…</p>



<h2 class="wp-block-heading">SEO Is More Than A Plugin</h2>



<p>It’s tempting to leave all the SEO tasks to a plugin. But as I have shown, the essential SEO tasks aren’t all that difficult:</p>



<ol class="wp-block-list">
<li>Optimize your search titles and descriptions</li>



<li>Produce readable content with your focus keyphrase</li>
</ol>



<p>These are tasks that can’t be automatically done by a plugin, regardless how smart it is. You must still take the time to do these steps yourself. With some consistent effort, visitors will fall in love with your website and Google will reward you with a flood of SEO traffic.</p>



<p class="has-medium-font-size"><em>This is an excerpt from the chapter on SEO basics of our </em><a href="https://clickwp.com/guide/grow-your-audience/"><em>Grow Your Audience guide</em></a><em>. Continue reading the next article: </em><a href="https://clickwp.com/p/how-to-use-keywords-in-your-content/"><em>How To Use Keywords In Your Content</em></a></p>
<p>The post <a rel="nofollow" href="https://clickwp.com/minimalist-seo/">The Absolute Minimum SEO Every Website Should Have</a> appeared first on <a rel="nofollow" href="https://clickwp.com">ClickWP</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://clickwp.com/minimalist-seo/feed/</wfw:commentRss>
			<slash:comments>1</slash:comments>
		
		
		<media:content url="https://www.youtube.com/embed/L_6zAGJ-JO4" medium="video" width="480" height="270">
			<media:player url="https://www.youtube.com/embed/L_6zAGJ-JO4" />
			<media:title type="plain">SEO Basics: The absolute minimum you must know</media:title>
			<media:description type="html"><![CDATA[This minimalist guide to SEO is a short and sweet guide to the minimum, basics you must know so you can start applying SEO for your website right away]]></media:description>
			<media:thumbnail url="https://files.clickwp.com/2019/09/f1QYOday-minimalist-seo.png" />
			<media:rating scheme="urn:simple">nonadult</media:rating>
		</media:content>
	</item>
		<item>
		<title>How To Grow Your Podcast: Proven Tips from Ling Ling</title>
		<link>https://clickwp.com/grow-your-podcast-lessons-from-ling-ling/</link>
					<comments>https://clickwp.com/grow-your-podcast-lessons-from-ling-ling/#comments</comments>
		
		<dc:creator><![CDATA[Norman Chella]]></dc:creator>
		<pubDate>Mon, 08 Jul 2019 04:12:36 +0000</pubDate>
				<category><![CDATA[Online Business]]></category>
		<category><![CDATA[Creating content]]></category>
		<category><![CDATA[Podcasting]]></category>
		<guid isPermaLink="false">https://clickwp.com/?p=63028</guid>

					<description><![CDATA[<p>Self-taught podcaster Ling Ling shares how she grew the Leaders of Learning podcast to over 100K downloads in its first year. </p>
<p>The post <a rel="nofollow" href="https://clickwp.com/grow-your-podcast-lessons-from-ling-ling/">How To Grow Your Podcast: Proven Tips from Ling Ling</a> appeared first on <a rel="nofollow" href="https://clickwp.com">ClickWP</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p style="color:#666666" class="has-text-color has-medium-font-size"><em>You&#8217;ve started <a href="https://clickwp.com/article/podcasting-with-wordpress/">podcasting with WordPress</a>, but how to grow your podcast listeners? Self-taught podcaster Ling Ling shares how she grew the Leaders of Learning podcast to over 100K downloads in its first year. Read all our articles about&nbsp;</em><a href="https://clickwp.com/article/keyword/podcasting/"><em>podcasting</em></a><em>.</em></p>



<p>You started your podcast, and you&#8217;re ready to release new episodes. But how do you grow it over time?</p>



<p>If we compare with popular podcasts, it&#8217;s hard to relate: they have so many unique downloads, tons of reviews, and years of content.</p>



<p>What about when we&#8217;re just starting?</p>



<div class="wp-block-image"><figure class="alignright"><img loading="lazy" decoding="async" width="400" height="400" src="https://files.clickwp.com/2019/06/HXFAU0Gm-lingling.jpg" alt="" class="wp-image-63121" srcset="https://files.clickwp.com/2019/06/HXFAU0Gm-lingling-300x300.jpg 300w, https://files.clickwp.com/2019/06/lingling-150x150.jpg 150w, https://files.clickwp.com/2019/06/lingling-75x75.jpg 75w, https://files.clickwp.com/2019/06/HXFAU0Gm-lingling-100x100.jpg 100w, https://files.clickwp.com/2019/06/HXFAU0Gm-lingling.jpg 400w" sizes="auto, (max-width: 400px) 100vw, 400px" /><figcaption>Ling Ling, host of Leaders of Learning</figcaption></figure></div>



<p>This was what <strong>Ling Ling Tai</strong> had to figure out when she started the <a href="http://leadersoflearning.asia/" target="_blank" rel="noopener"><strong>Leaders of Learning podcast</strong></a><strong>,</strong> the show where she explores learning in the 21st century with educators, leaders and entrepreneurs. As a result, Leaders of Learning was downloaded 100k times in its first year, with listeners in over 130 countries globally. Having finished Season 2 recently, she&#8217;s on the way to starting Season 3 with A-list guests such as GaryVee and many others!</p>



<p>I had the chance to interview her over the phone and ask (with great enthusiasm!) how she made it to this stage. Let&#8217;s take a look and learn!</p>



<h2 class="wp-block-heading">In the beginning…</h2>



<p>A seasoned learning and development professional (over 13 years!), Ling Ling resigned from the corporate world to start her own business venture:</p>



<p><a href="http://www.culturesparkglobal.com" target="_blank" rel="noopener">CultureSpark</a> a learning and development company that offers programs, profiles and coaching on intercultural communication, cultural intelligence, building virtual teams and many more.</p>



<p>But this was her first time starting off her own business, after being in the corporate world for so long. Not only that, a business survives on cash flow, and that means marketing out to potential prospects! Where can we learn about business, marketing and entrepreneurship? Podcasts, of course!</p>



<p>For reference, she listened to these podcasts to learn about business-modeling, marketing and how to create her own financial independence:</p>



<ul class="wp-block-list"><li>John Lee Dumas&#8217;s <a href="https://www.eofire.com/" target="_blank" rel="noopener"><strong>Entrepreneur on Fire</strong></a><strong>&nbsp;</strong></li><li><a href="https://sidehustleschool.com/" target="_blank" rel="noopener"><strong>Side Hustle School</strong></a> by Chris Gillebeau&nbsp;</li><li><a href="https://tim.blog/podcast/" target="_blank" rel="noopener"><strong>The Tim Ferriss Show</strong></a></li><li><a href="http://freakonomics.com/" target="_blank" rel="noopener"><strong>Freakonomics</strong></a></li><li><a href="http://www.infinitemonkeycage.com/" target="_blank" rel="noopener"><strong>Infinite Monkey Cage</strong></a>&nbsp;(just because she loves science!)</li></ul>



<p>But an idea came up: Ling is a fan of podcasts. She&#8217;s learning about business and marketing. She also wants to market her own business.</p>



<p><em>Why not start your own podcast to market your business?</em></p>



<h2 class="wp-block-heading">Starting from zero, just like every beginner podcaster</h2>



<p>After watching John Lee Dumas&#8217; webinar on podcasting, she launched her podcast and learned on the go.</p>



<p>When she started hers, she set a high benchmark by making the standards the same as the above names. The mindset helps a lot with making sure your podcast has a great standard of quality before launching.</p>



<p>For the first season, Ling Ling started off with 12 full episodes, with 7 episodes pre-recorded and primed for release over the course of the season, all done on her own! In the beginning, she was still learning about audio production, so her first episode took 3 days to edit. Over time though, she became much more efficient and now can prep an episode within a day. Today, she also relies on freelancers for audio editing and copywriting to help her focus on tasks much more valuable to her time: her business, and interviewing guests.<br></p>



<h2 class="wp-block-heading">Growing a podcast to 100k downloads</h2>



<p>With grit and grind, Ling Ling achieved enviable success with her podcast.&nbsp;</p>



<ul class="wp-block-list"><li>Leaders of Learning was <strong>featured on the iTunes Podcast Chart!</strong> The show has reached No. 1 in Vietnam, Cambodia, Laos, Indonesia, Malaysia and Sri Lanka; No. 2 in Singapore and the Philippines.</li><li>The podcast show was also featured on Castbox in Malaysia, Singapore, India and Australia.</li><li>Through her hustling, the podcast achieved <a href="http://www.culturesparkglobal.com/leaders-of-learning-100k-downloads/" target="_blank" rel="noopener">100k+ downloads in 10 months!</a></li></ul>



<p>Throughout these two seasons, let&#8217;s see how she grew her podcast audience:</p>



<h2 class="wp-block-heading">1. Share your podcast strategically</h2>



<figure class="wp-block-pullquote alignleft"><blockquote><p>Organic listeners are the core to a growing podcast.</p></blockquote></figure>



<p>In the beginning, Ling shared her episodes on all relevant social media: Facebook, Twitter, and LinkedIn. Starting off with friends and family, colleagues, co-workers and those in the same field of interest, her immediate proximity was the first to hear about what she&#8217;s been working on.</p>



<p>This is a great start to a new podcast, because your immediate circle has the highest chance of finding your most organic listeners: those who really do support what you&#8217;re doing.</p>



<p>If they&#8217;re in your industry, they may like what you&#8217;re interested in. If they&#8217;re close to you, they&#8217;ll listen and support your endeavours.</p>



<h2 class="wp-block-heading">2. Getting listed in podcast directories</h2>



<p>Where can you share your podcast, beyond your immediate proximity? Directories and aggregates!</p>



<p>First, the podcast episodes themselves were hosted on <a href="https://libsyn.com" target="_blank" rel="noopener">Libsyn&#8217;s rock-solid podcast hosting</a>. This ensures that downloads are fast and more importantly, reliable. </p>



<p>Next, Leaders of Learning was distributed from Libsyn to various platforms, including <a href="https://spoti.fi/2Gzhy3R" target="_blank" rel="noopener">Spotify</a>, <a href="http://apple.co/2QJC4zy" target="_blank" rel="noopener">Apple Podcasts</a>, <a href="http://bit.ly/2DmfJnH" target="_blank" rel="noopener">Google Podcasts</a>, <a href="http://bit.ly/2CzShmu" target="_blank" rel="noopener">YouTube</a>, <a href="https://castbox.fm/channel/Leaders-of-Learning-id1168311" target="_blank" rel="noopener">Castbox</a>, <a href="https://www.stitcher.com/podcast/leaders-of-learning?refid=stpr" target="_blank" rel="noopener">Stitcher</a> and many others.</p>



<p>Being on as many platforms as possible means greater avenues for potential listeners to stumble upon the podcast! In particular, <a href="https://castbox.fm/" target="_blank" rel="noopener">Castbox</a> the audio aggregate platform is good for finding discussions on the podcast. <a href="https://www.spotify.com/my-en/" target="_blank" rel="noopener">Spotify</a> is also on the rise, as it&#8217;s an easy way to introduce someone to podcasts.</p>



<figure class="wp-block-embed-twitter wp-block-embed is-type-rich is-provider-twitter"><div class="wp-block-embed__wrapper">
<blockquote class="twitter-tweet" data-width="550" data-dnt="true"><p lang="en" dir="ltr">The <a href="https://twitter.com/hashtag/leadersoflearning?src=hash&amp;ref_src=twsrc%5Etfw" target="_blank" rel="noopener">#leadersoflearning</a> <a href="https://twitter.com/hashtag/podcast?src=hash&amp;ref_src=twsrc%5Etfw" target="_blank" rel="noopener">#podcast</a> is featured again&#8230; On <a href="https://twitter.com/hashtag/castbox?src=hash&amp;ref_src=twsrc%5Etfw" target="_blank" rel="noopener">#castbox</a> in <a href="https://twitter.com/hashtag/Malaysia?src=hash&amp;ref_src=twsrc%5Etfw" target="_blank" rel="noopener">#Malaysia</a> and <a href="https://twitter.com/hashtag/Singapore?src=hash&amp;ref_src=twsrc%5Etfw" target="_blank" rel="noopener">#Singapore</a>. Download the app or check it out <a href="https://t.co/8iosf0v9dL">https://t.co/8iosf0v9dL</a> <a href="https://t.co/63hc4qTb40">pic.twitter.com/63hc4qTb40</a></p>&mdash; Ling Ling (@linglingtai) <a href="https://twitter.com/linglingtai/status/1098036269370757120?ref_src=twsrc%5Etfw" target="_blank" rel="noopener">February 20, 2019</a></blockquote><script async src="https://platform.twitter.com/widgets.js" charset="utf-8"></script>
</div></figure>



<p>So! While you&#8217;re setting up your padcast show, take the time to apply for other platforms! Over time, you&#8217;ll tap into their listener base, and that&#8217;s always a good thing <img src="https://s.w.org/images/core/emoji/17.0.2/72x72/1f642.png" alt="🙂" class="wp-smiley" style="height: 1em; max-height: 1em;" /></p>



<p>But let&#8217;s talk about the one that stands out the most:</p>



<h3 class="wp-block-heading">The Power of Apple Podcasts</h3>


<aside id="aside-block_5d15dade7c277" class="clickwp-block-aside"><div class="aside-content alignright"><h4><i class="fas fa-podcast" aria-hidden="true"></i> Publish your Podcast to Apple Podcasts</h4><p>Read our <a href="https://clickwp.com/article/podcasting-with-wordpress/"><strong>Beginners Guide to Podcasting</strong></a> to learn how to publish your podcast to Apple Podcasts with the Seriously Simple Podcasting plugin for WordPress.</p>
</div></aside>


<p>Apple Podcasts (formerly the iTunes Podcast Directory) is a beast when it comes to marketing and growing your podcast.</p>



<p>The Apple ecosystem is one of the strongest and most effective systems to market anything. For example, if you&#8217;re an artist, having your music accessible on iTunes is a great deal marketing-wise. It’s the same for podcasts!</p>



<p>For podcasts to thrive, you will need a combination of the following factors:</p>



<ol class="wp-block-list"><li>Effective SEO and using relevant keywords in the podcast description</li><li>Downloads, both unique and recurring</li><li>New subscribers</li></ol>



<p>A combination of all of that creates activity that influences your podcast&#8217;s value in the Apple ecosystem, driving up its rankings. When your rankings are on the verge of moving up/down, it affects their standing in different categories (ie. What&#8217;s hot, new and noteworthy, etc.).&nbsp;</p>



<figure class="wp-block-image alignwide"><img loading="lazy" decoding="async" width="1000" height="455" src="https://files.clickwp.com/2019/06/lol-itunes-charts-1000x455.png" alt="" class="wp-image-63125" srcset="https://files.clickwp.com/2019/06/lol-itunes-charts-300x137.png 300w, https://files.clickwp.com/2019/06/lol-itunes-charts-1000x455.png 1000w, https://files.clickwp.com/2019/06/lol-itunes-charts-768x350.png 768w, https://files.clickwp.com/2019/06/lol-itunes-charts-864x393.png 864w, https://files.clickwp.com/2019/06/WgULASdA-lol-itunes-charts-600x273.png 600w, https://files.clickwp.com/2019/06/WgULASdA-lol-itunes-charts.png 1076w" sizes="auto, (max-width: 1000px) 100vw, 1000px" /><figcaption>Being listed ahead of Joe Rogan on Apple Podcasts is nothing to sneeze at!</figcaption></figure>



<p>Ling Ling was able to maximise her efforts on these factors and stayed on all the important categories! While other podcasts stayed on the ‘Top Shows’ and ‘New and Noteworthy’ categories for 2-4 weeks on average, Leaders of Learning stayed on them for <strong>a whole year!</strong></p>



<p>This meant constant, front-page impressions for her podcast to any unsuspecting podcast listener!</p>



<p>Over time, this could have been one of the factors that led to unique downloads steadily towards the end of each season, which is of course a huge win for Ling!</p>



<h2 class="wp-block-heading">3. Launch with a bang</h2>



<p>It&#8217;s always good practice to launch with a bang! ?</p>



<p>By batch recording episodes beforehand and launching the show with 3-5 episodes immediately, we can retain first-time listeners who try out new shows through the first few listens.</p>



<p>This was what Ling Ling did:</p>



<ul class="wp-block-list"><li>On January 2018, launched Leaders of Learning Season 1 with 3 episodes</li><li>The first season was planned with up to 15 audio pieces, which include episodes, teasers, recaps, etc.</li><li>7 Episodes were already pre-recorded and in the backlog!</li></ul>



<p>With this, she is able to retain listeners who stumble into her podcast, as well as keep up with her determined release schedule. Consistency is key!</p>


<div class="fl-builder-content fl-builder-content-68317 fl-builder-template fl-builder-row-template fl-builder-global-templates-locked" data-post-id="68317"><div class="fl-row fl-row-fixed-width fl-row-bg-gradient fl-node-5d9ef61f85850 fl-row-default-height fl-row-align-center" data-node="5d9ef61f85850">
	<div class="fl-row-content-wrap">
								<div class="fl-row-content fl-row-fixed-width fl-node-content">
		
<div class="fl-col-group fl-node-5d9ef61f85c60" data-node="5d9ef61f85c60">
			<div class="fl-col fl-node-5d9ef61f85ddc fl-col-bg-color fl-col-has-cols" data-node="5d9ef61f85ddc">
	<div class="fl-col-content fl-node-content">
<div class="fl-col-group fl-node-5d9ef630db74d fl-col-group-nested fl-col-group-equal-height fl-col-group-align-center" data-node="5d9ef630db74d">
			<div class="fl-col fl-node-5d9ef630dbc71 fl-col-bg-color fl-col-small" data-node="5d9ef630dbc71">
	<div class="fl-col-content fl-node-content"><div class="fl-module fl-module-photo fl-node-5d9ef67faf6f8 fl-animation fl-fade-left" data-node="5d9ef67faf6f8" data-animation-delay="0" data-animation-duration="1">
	<div class="fl-module-content fl-node-content">
		<div role="figure" class="fl-photo fl-photo-align-center" itemscope itemtype="https://schema.org/ImageObject">
	<div class="fl-photo-content fl-photo-img-png">
				<a href="https://asiapodcastsummit.com/via/davidwang/" target="_blank" rel="noopener" itemprop="url">
				<img loading="lazy" decoding="async" width="640" height="566" class="fl-photo-img wp-image-68319" src="https://files.clickwp.com/2019/10/wMeaFbf7-aps-logo-light.png" alt="aps-logo-light" title="aps-logo-light"  itemprop="image" srcset="https://files.clickwp.com/2019/10/aps-logo-light-300x265.png 300w, https://files.clickwp.com/2019/10/wMeaFbf7-aps-logo-light-600x531.png 600w, https://files.clickwp.com/2019/10/wMeaFbf7-aps-logo-light.png 640w" sizes="auto, (max-width: 640px) 100vw, 640px" />
				</a>
					</div>
	</div>
	</div>
</div>
<style>.fl-node-5d9ef67faf6f8.fl-animation:not(.fl-animated){opacity:0}</style></div>
</div>
			<div class="fl-col fl-node-5d9ef630dbc76 fl-col-bg-color" data-node="5d9ef630dbc76">
	<div class="fl-col-content fl-node-content"><div class="fl-module fl-module-callout fl-node-5d9ef752cf650 fl-animation fl-fade-right" data-node="5d9ef752cf650" data-animation-delay="0" data-animation-duration="1">
	<div class="fl-module-content fl-node-content">
		<div class="fl-callout fl-callout-has-photo fl-callout-photo-above-title">
		<div class="fl-callout-content">
		<h4 class="fl-callout-title"><a href="https://asiapodcastsummit.com/via/davidwang/" target="_blank" rel="noopener" class="fl-callout-title-link fl-callout-title-text"><span>Asia’s very first<br/> <em>virtual</em> Podcast Summit</span></a></h4><div class="fl-callout-text-wrap"><div class="fl-callout-text"><p>Nov 9–10, 2019</p>
</div><div class="fl-callout-button"><div  class="fl-button-wrap fl-button-width-auto">
			<a href="https://asiapodcastsummit.com/via/davidwang/" target="_blank" rel="noopener" class="fl-button">
							<span class="fl-button-text">Claim your FREE pass</span>
					</a>
	</div>
</div></div>	</div>
	</div>
	</div>
</div>
<style>.fl-node-5d9ef752cf650.fl-animation:not(.fl-animated){opacity:0}</style></div>
</div>
	</div>
</div>
</div>
	</div>
		</div>
	</div>
</div>
</div><div class="uabb-js-breakpoint" style="display: none;"></div>



<h2 class="wp-block-heading">4. Build the hype around each episode</h2>



<p>When releasing any piece of content, it&#8217;s always good to build the hype around it. Ling uses a 3-phase approach to promoting each episode.</p>



<h3 class="wp-block-heading">Pre-release Marketing</h3>



<figure class="wp-block-image"><img loading="lazy" decoding="async" width="688" height="722" src="https://files.clickwp.com/2019/06/WSBKU2Pp-LinkedIn.png" alt="" class="wp-image-63118" srcset="https://files.clickwp.com/2019/06/WSBKU2Pp-LinkedIn-300x315.png 300w, https://files.clickwp.com/2019/06/WSBKU2Pp-LinkedIn-600x630.png 600w, https://files.clickwp.com/2019/06/WSBKU2Pp-LinkedIn.png 688w" sizes="auto, (max-width: 688px) 100vw, 688px" /></figure>



<p>This is where you create anticipation. Ling Ling would release updates on who the upcoming guest is, what the episode will be about, and priming podcast listeners on what they will hear! So, for you, it would be posts on:</p>



<ul class="wp-block-list"><li>Release date of the upcoming episode</li><li>Where can we listen to it</li><li>What will the theme be about?</li><li>Who is the guest?</li><li>Sneak peeks?</li></ul>



<h3 class="wp-block-heading">Release Marketing</h3>



<figure class="wp-block-image"><img loading="lazy" decoding="async" width="697" height="743" src="https://files.clickwp.com/2019/06/HQF9yyDX-LinkedIn2.png" alt="" class="wp-image-63119" srcset="https://files.clickwp.com/2019/06/LinkedIn2-300x320.png 300w, https://files.clickwp.com/2019/06/HQF9yyDX-LinkedIn2-600x640.png 600w, https://files.clickwp.com/2019/06/HQF9yyDX-LinkedIn2.png 697w" sizes="auto, (max-width: 697px) 100vw, 697px" /></figure>



<p>This is when you release new pieces of content that coincide with the release of the new episode. This includes content that is posted a few days after release too!</p>



<p>Examples include the following:</p>



<ul class="wp-block-list"><li>Announce on social media that the episode is released. Be sure to include an episode summary and brief profile of your interviewee</li><li>Have a direct link so listeners can consume it through their favourite app</li><li>Post audio snippets from interesting segments in the episode to promote it further</li></ul>



<h3 class="wp-block-heading">Post-release/Recap Marketing</h3>



<div class="wp-block-image"><figure class="alignright is-resized"><img loading="lazy" decoding="async" src="https://files.clickwp.com/2019/06/cXoMraa1-lol-podcast-quote.png" alt="" class="wp-image-63120" width="337" height="337" srcset="https://files.clickwp.com/2019/06/cXoMraa1-lol-podcast-quote-300x300.png 300w, https://files.clickwp.com/2019/06/lol-podcast-quote-150x150.png 150w, https://files.clickwp.com/2019/06/lol-podcast-quote-75x75.png 75w, https://files.clickwp.com/2019/06/cXoMraa1-lol-podcast-quote-100x100.png 100w" sizes="auto, (max-width: 337px) 100vw, 337px" /></figure></div>



<p>This consists of content that&#8217;s repurposed a while after the episode is released. Usually this promotion is scheduled a week after, normally coinciding with the next episode&#8217;s release.</p>



<p>If you can find memorable quotes, useful insights, and anything that is evergreen from your podcast, these can be repurposed and re-used over again. Some of the content from your Release Marketing phase can apply here too!</p>



<p>This all works really well with GaryVee&#8217;s content pyramid, which you can <a href="https://www.garyvaynerchuk.com/the-garyvee-content-strategy-how-to-grow-and-distribute-your-brands-social-media-content/" target="_blank" rel="noopener">check out here.</a>&nbsp;</p>



<h2 class="wp-block-heading">5. Marketing your podcast in events!</h2>



<p>According to Ling one of the most unconventional yet effective method to grow a podcast is <strong>showing up to events and talking about it!</strong></p>



<p>People put a lot of social proof to the word podcasts: having one under your name gives you a unique advantage over those in the same field who don&#8217;t have one. To Ling Ling, this is a huge opportunity:</p>



<p>She would go to networking events and call herself a podcaster, being proactive in discussions and informing those around her about what she does. Standing out, asking questions, giving back value: we tend to base the value someone gives by their experiences and career. If we associate that with our podcast show, people are much more inclined to find out more about it! Plus, Podcast hosts are few and far in between, so the fact that podcasters stand out is awesome!</p>



<p>Later on, people would approach her and ask about the show. This was where the goldmine is: directing people to where they can listen to your show in person is advantageous. For a listener, nothing beats listening to a show once you&#8217;ve met the face behind the voice <img src="https://s.w.org/images/core/emoji/17.0.2/72x72/1f642.png" alt="🙂" class="wp-smiley" style="height: 1em; max-height: 1em;" /></p>



<p>And remember:</p>



<figure class="wp-block-pullquote"><blockquote><p>Be proud that you&#8217;re a podcaster, and tell everyone that you are.</p><cite>Ling Ling, host of Leaders of Learning</cite></blockquote></figure>



<h2 class="wp-block-heading">6. Marketing through guests!</h2>



<p>I asked Ling Ling about marketing through guests: is there a right way to do it? Is it bad to ask?</p>



<p>In her experience, you can&#8217;t control what your guests do with your episode: some share it once and move on, and others downright ignore it. You can encourage them to share it with their network, but that&#8217;s the extent of it.</p>



<p>For Leaders of Learning, it&#8217;s less to do with the branding of the guests, and more about what they do with the episodes themselves. The episodes that had spikes in organic downloads came from guests that have the following traits:</p>



<ol class="wp-block-list"><li>A large following</li><li>Willing to actively share the episode to their following</li><li>Encouraged their following to listen</li><li>The followers are die-hard fans of the guest</li></ol>



<p>Once again, you can <em>encourage</em> but <strong>not force</strong> your guests to talk about the podcast. It&#8217;s never a good thing to make our relationships transactional after all!</p>



<h2 class="wp-block-heading">7. Be part of the podcasting community</h2>



<p>One important thing about being a podcaster is having a podcast community around you. It&#8217;s like joining a support group, you can hang out with people who:</p>



<ul class="wp-block-list"><li>Understand the struggles of podcasting</li><li>Are confirmed podcast listeners</li><li>May give you more podcasting opportunities!</li></ul>



<p>In Ling Ling&#8217;s case, she stumbled upon the <a href="https://www.facebook.com/groups/180311639332012/" target="_blank" rel="noopener">SG Podcasting Community</a>, a Facebook Group of fellow podcasting enthusiasts who talk about all things podcasting! They have bi-monthly meetups where they would hang out (*cough* drink *cough*), share their knowledge and even ask each other to guest on shows! These are some of her guest appearances:</p>



<ul class="wp-block-list"><li><a href="http://bit.ly/2GIwRHp" target="_blank" rel="noopener">Discover and Learn with Ling Ling Tai</a> – The Tao of Self Confidence</li><li><a href="http://economicalricepodcast.com/2018/10/19/ps6-ling-ling-talks-about-the-human-voice-and-duolingo/" target="_blank" rel="noopener">Ling Ling talks about The Human Voice and Duolingo </a>– Economical Rice Podcast</li><li><a rel="noreferrer noopener" href="https://longkangkitties.com/2018/10/12/ep-30-questioning-female-leaders-after-theranos/" target="_blank">Questioning female leaders after Theranos</a>&nbsp;–&nbsp;LongKang Kitties</li></ul>



<p>This is just a rough list, there’s more <a href="http://leadersoflearning.asia/about-leaders-of-learning-podcast/" target="_blank" rel="noopener">here!</a></p>



<p>Cross promoting really helps with both shows: you&#8217;re sharing your listener base and spreading the love! Plus, your listeners don&#8217;t have to worry about being introduced to the show: they will follow your voice everywhere you go <img src="https://s.w.org/images/core/emoji/17.0.2/72x72/1f642.png" alt="🙂" class="wp-smiley" style="height: 1em; max-height: 1em;" /></p>



<p>Overall, it&#8217;s a win-win situation for podcast hosts and the podcasting community. Hosts help each other by guesting, creating content, and contributing to the overall skill level of the community! The more buzz happens around the community, the more followers it&#8217;ll gain over time!</p>



<p>Basically: being a podcast guest and sharing podcast tips and tricks is super effective!</p>



<h2 class="wp-block-heading">What were some of the struggles growing the podcast?</h2>



<p>&#8220;Time and limited resources,&#8221; said Ling Ling. &#8220;It was difficult to dedicate time to the podcast if there is no revenue, and vice versa.&#8221;</p>



<p>As her podcast was a way to market <a href="http://www.culturesparkglobal.com" target="_blank" rel="noopener">CultureSpark</a>, Ling had to balance between running a business and running the podcast. There wasn&#8217;t exactly any revenue being generated from producing an episode for example, so it was more of figuring out how to spend your earning hours.</p>



<p>It&#8217;s important to determine the tasks that you are responsible for in building a podcast. To give you a quick overview, here is an example of Ling Ling&#8217;s workflow:</p>



<figure class="wp-block-pullquote alignright"><blockquote><p>Consistency is key</p></blockquote></figure>



<ul class="wp-block-list"><li>Planning a season&#8217;s worth of episodes and themes</li><li>Drafting a podcast brief</li><li>Sourcing for guests + guest outreach</li><li>Interviewing the guest</li><li>Audio production, editing</li><li>Source for music licenses (if necessary)</li><li>Show notes, transcription of the episode</li><li>Pre-release, release, post-release marketing creation</li><li>Marketing management</li></ul>



<p>One thing that stands out to me is how well-organized Ling Ling is. She plans all the pieces she needs to record (episodes, teasers, recaps, etc) which she then edits together for a really professional production.</p>



<p>Questions to ask yourself: In which part of the workflow do you thrive the most? Which parts are you weak at? Should you outsource them? Do you need more time for some of the tasks, like guest outreach?</p>



<p>Podcasting is a huge commitment, so it&#8217;s good to clearly assign roles to your team, or schedule your time accordingly to do all of them on your own!</p>



<p>In terms of finding guests, it wasn&#8217;t that difficult as the theme of her podcast is centered around a specific niche. It then became a matter of tapping into the network where all the potential guests could be, and as a seasoned professional in her niche, Ling Ling has it going there.</p>



<p>For those budding podcasters who may have multiple themes, you might get &#8216;guest overload&#8217; when planning out your episodes: you don&#8217;t want too many guests talking about the exact same topic consecutively. A little bit of variety and narrative in the field keeps the listeners going after all!</p>



<p>As long as you have the time and know how to manage your single most important resource well, it&#8217;s all good <img src="https://s.w.org/images/core/emoji/17.0.2/72x72/1f642.png" alt="🙂" class="wp-smiley" style="height: 1em; max-height: 1em;" /></p>



<h2 class="wp-block-heading">What&#8217;s happening down the road for Ling Ling?</h2>



<p>There were tons of opportunities that came by ever since Leaders of Learning was released!</p>



<p>One amazing thing that happened was that Ling got a 15 minute interview with Gary Vee! Check out the full interview here:</p>



<figure class="wp-block-embed-youtube alignwide wp-block-embed is-type-video is-provider-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio"><div class="wp-block-embed__wrapper">
<iframe loading="lazy" title="Leaders of Learning Speaks to Gary Vee" width="864" height="486" src="https://www.youtube.com/embed/2NjcNTx39AY?feature=oembed&#038;enablejsapi=1&#038;origin=https://clickwp.com" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</div></figure>



<p>At the time of writing, she has <a href="https://leadersoflearning.asia/episodes/" target="_blank" rel="noopener">just kicked off </a><a href="http://leadersoflearning.asia/season-3-episodes/" rel="nofollow noopener" target="_blank">Season 3</a>! The first episodes are just being released, but Ling has already lined up all the guests for the season and outlined all the content (props for preparation!). Helping with both CultureSpark and production of the podcast is her new Virtual Assistant! It&#8217;s a sign of great growth <img src="https://s.w.org/images/core/emoji/17.0.2/72x72/1f642.png" alt="🙂" class="wp-smiley" style="height: 1em; max-height: 1em;" /></p>



<p>Remember when Ling Ling would meet up with others in networking events who are interested in diving into the world of podcasting? She’s started a new company to help educate users on how to start their own podcast, as well as consult them too! Her goal is &#8220;to build a podcasting landscape where it&#8217;s democratic, where you can get your voice out, and not have it changed by anyone.” What an awesome goal! Want to learn how to start your own podcast? Be sure to checkout <a href="https://meavoxlive.com" target="_blank" rel="noopener">Meavox Live</a>.</p>



<h2 class="wp-block-heading">Some Final questions</h2>



<p>Finally, I asked her this:</p>



<p><em><strong>What are the biggest factors of growth for a podcast?</strong></em></p>



<p>Her answers were:</p>



<ul class="wp-block-list"><li><strong>Content</strong>, if it&#8217;s not relevant then it&#8217;s listeners will drop off. Even if it&#8217;s pretty, high quality audio, if the content is not high quality then it&#8217;s not worth it</li><li><strong>Consistency</strong>, making sure that you&#8217;re on a regular release schedule. Your loyal followers are waiting to hear you again!</li><li>ALSO, <strong>transparency</strong>. If it&#8217;s seasonal, you have to let your listeners know when you&#8217;ll take a break, when you&#8217;re coming back, etc.</li></ul>



<p>And of course, as a budding podcaster myself, I asked:</p>



<p><em><strong>Any advice for podcasters wanting to grow their own podcast?</strong></em></p>



<p>Her answer? <strong>Just launch it.</strong></p>



<p>“One of the biggest stumbling blocks is fear of failure, and needing to be perfect, and that delays the process.” She said. “It is a journey, not a destination. As you go through the journey, you make changes to the podcast, the structure of the episode, and much more. You have to see as a journey not as a goal. It&#8217;ll evolve. Just launch, learn from it, and evolve.”</p>



<hr class="wp-block-separator is-style-dots"/>



<p>And on that note, we&#8217;d like to say thanks to Ling Ling for taking time to share her tips and strategies with us. You&#8217;re a real inspiration!</p>



<p>P.S. Did you enjoy the article? Share this article and say hi to <a href="https://twitter.com/linglingtai" target="_blank" rel="noopener">@linglingtai</a> on Twitter. And don&#8217;t forget to <a href="http://leadersoflearning.asia/" target="_blank" rel="noopener">tune in to Leaders of Learning</a>!</p>
<p>The post <a rel="nofollow" href="https://clickwp.com/grow-your-podcast-lessons-from-ling-ling/">How To Grow Your Podcast: Proven Tips from Ling Ling</a> appeared first on <a rel="nofollow" href="https://clickwp.com">ClickWP</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://clickwp.com/grow-your-podcast-lessons-from-ling-ling/feed/</wfw:commentRss>
			<slash:comments>1</slash:comments>
		
		
		<media:content url="https://www.youtube.com/embed/2NjcNTx39AY" medium="video" width="480" height="270">
			<media:player url="https://www.youtube.com/embed/2NjcNTx39AY" />
			<media:title type="plain">Grow Your Podcast to 100K Downloads with these 7 Proven Strategies</media:title>
			<media:description type="html"><![CDATA[Ling Ling shares her journey into podcasting and the steps that helped grow the Leaders of Learning podcast to 100k downloads in the first year]]></media:description>
			<media:thumbnail url="https://files.clickwp.com/2019/07/zVh9Aq6B-tips-to-grow-your-podcast.png" />
			<media:rating scheme="urn:simple">nonadult</media:rating>
		</media:content>
	</item>
	</channel>
</rss>
