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

<channel>
	<title>Blogs Archive - WP Encryption</title>
	<atom:link href="https://wpencryption.com/blog/feed/" rel="self" type="application/rss+xml" />
	<link>https://wpencryption.com/blog/</link>
	<description>WordPress SSL Plugin</description>
	<lastBuildDate>Mon, 11 Sep 2023 11:45:23 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=7.0.2</generator>

<image>
	<url>https://wpencryption.com/wp-content/uploads/2020/04/cropped-icon-512-32x32.png</url>
	<title>Blogs Archive - WP Encryption</title>
	<link>https://wpencryption.com/blog/</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>10 Easy Ways to Secure Your WordPress Site</title>
		<link>https://wpencryption.com/blog/10-easy-ways-to-secure-your-wordpress-site/</link>
		
		<dc:creator><![CDATA[wp_encryption]]></dc:creator>
		<pubDate>Mon, 11 Sep 2023 10:08:55 +0000</pubDate>
				<guid isPermaLink="false">https://wpencryption.com/?post_type=blog&#038;p=1585</guid>

					<description><![CDATA[<p>WordPress being widely used by newbie bloggers and non-technical users, it&#8217;s super important to determine several easy ways to secure WordPress site without any technical knowledge. Luckily, there are plenty of steps you could take to safeguard WordPress site. Below are 10 most important yet easy methods to follow: Implement SSL Certificate Secure Socket Layer [&#8230;]</p>
<p>The post <a href="https://wpencryption.com/blog/10-easy-ways-to-secure-your-wordpress-site/">10 Easy Ways to Secure Your WordPress Site</a> appeared first on <a href="https://wpencryption.com">WP Encryption</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>WordPress being widely used by newbie bloggers and non-technical users, it&#8217;s super important to determine several easy ways to secure WordPress site without any technical knowledge. Luckily, there are plenty of steps you could take to safeguard WordPress site. Below are 10 most important yet easy methods to follow:</p>
<h2>Implement SSL Certificate</h2>
<p>Secure Socket Layer (SSL) Certificates are an industry standard used by millions of websites to protect sensitive data of their customers. Securing your site with SSL Certificate &amp; enabling HTTPS facilitates secure data encryption between your server and end user, thus making the data transmission private and secure.</p>
<p>Generating and installing an SSL Certificate for your site should be the very first priority task to be completed by every new website owner. Several hosting companies provide easy &amp; convenient solution to implement SSL certificate. If your hosting company is not one of them, you could easily generate free SSL certificate and install it on your hosting server using <a href="https://wordpress.org/plugins/wp-letsencrypt-ssl/" target="_blank" rel="noopener"><strong>WP Encryption WordPress plugin</strong></a>.</p>
<h2>Don&#8217;t Use &#8220;admin&#8221; Username</h2>
<p>Default WordPress installations like one click installers usually create your administrator account with username as &#8220;admin&#8221; which is the most favorite username for hackers to perform brute force attacks. Always make sure to check advanced options of one click installers and set a custom secure username. If you already have a WordPress site running, please double check Users list to make sure &#8220;admin&#8221; username is not used. Otherwise, replace &#8220;admin&#8221; username immediately.</p>
<h2>Use a Recaptcha Plugin for Admin Side</h2>
<p>Adding Google Recaptcha verification to wp-admin further enhances the security against brute force attacks. There are various recaptcha plugins available you could use to easily setup a recaptcha challenge for wp-admin login form, one of our favorite is <a href="https://wordpress.org/plugins/login-recaptcha/" target="_blank" rel="noopener"><strong>Login No Captcha Recaptcha</strong></a> plugin.</p>
<h2>Setup &amp; Use a Vulnerability Scanner</h2>
<p>It&#8217;s quite common to notice vulnerabilities in open source platforms. Every WordPress site requires multiple plugins to achieve certain requirements and hackers are majorly focused on exploiting vulnerabilities within the plugins to gain access to the site and data. You can easily run a frequent Vulnerability scan in <a href="https://wordpress.org/plugins/wp-letsencrypt-ssl/" target="_blank" rel="noopener"><strong>WP Encryption WordPress plugin</strong></a> to determine latest vulnerabilities found in plugins, themes and WordPress core. If your site is using any vulnerable plugin, theme or Core, please make sure to update it as soon as an update  / patch is released.</p>
<h2>Install a Security Plugin</h2>
<p>WordPress security plugins comes bundled with plenty of security features &amp; real-time monitoring to fight against common loopholes of WordPress and safeguard the site. Its ultimately required to install &amp; configure a good security plugin to add some extra layers of protection. Some of the well known WordPress security plugins are listed below,</p>
<ul>
<li>Sucuri Security</li>
<li>Wordfence Security</li>
<li>iThemes Security</li>
</ul>
<h2>Keep WordPress Updated</h2>
<p>As WordPress eco-system is completely open source, attackers are always in search of loopholes in WordPress core, plugins &amp; themes. Vulnerabilities are found &amp; patched almost every day in WordPress plugins, themes &amp; core. So it&#8217;s super important to update your WordPress core, themes and plugins frequently to stay secure. Outdated plugins are great source for attackers to exploit the site.</p>
<h2>Run Frequent Backups</h2>
<p>Taking a frequent backup could save your time in uncertain times and you can easily restore the backup when your WordPress site is exploited. Use some easy backup plugins like <a href="https://wordpress.org/plugins/backup-bolt/" target="_blank" rel="noopener"><strong>Backup Bolt</strong></a> to take current backup of your site and store locally.</p>
<h2>Hide Your WP-Admin login page</h2>
<p>Hiding your wp-admin from public frontend adds additional layer of security against attackers trying to password guess / brute force the site. <a href="https://wordpress.org/plugins/wps-hide-login/" target="_blank" rel="noopener"><strong>WPS Hide Login</strong></a> is one of the well known plugin particularly made for this purpose. You can easily replace wp-admin to a custom phrase you could remember to access the login form.</p>
<h2>Disable XML-RPC</h2>
<p>WordPress uses an implementation of XML-RPC protocol to extend functionality of software clients. This Remote Procedure Calling protocol allows commands execution remotely.</p>
<p>As most users don&#8217;t need this XML-RPC functionality, it&#8217;s good to disable it completely to avoid security exploits. Various security plugins like Wordfence allows you to easily disable XML-RPC with a simple option.</p>
<h2>Use A Web Application Firewall</h2>
<p>Triggering a Distributed Denial-Of-Service (DDOS) attack on your site could simply take down your site without the need of exploiting any vulnerability on your site. DDOS attacks are malicious attempt to disrupt the normal traffic of targeted server by overwhelming it with a flood of internet traffic. Simple DDOS attacks could easily cause downtime of your site if you are using shared hosting platforms with less resources. To block DDOS attacks, you can setup &amp; route your domain DNS to some good Web Application Firewall like Sucuri which in return routes the traffic to your original hosting server after blocking suspicious attacks.</p>
<p>&nbsp;</p>
<p>The post <a href="https://wpencryption.com/blog/10-easy-ways-to-secure-your-wordpress-site/">10 Easy Ways to Secure Your WordPress Site</a> appeared first on <a href="https://wpencryption.com">WP Encryption</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>4 Important scan sites every WP user must know</title>
		<link>https://wpencryption.com/blog/4-best-scan-sites-every-wordpress-user-must-know/</link>
		
		<dc:creator><![CDATA[wp_encryption]]></dc:creator>
		<pubDate>Sat, 20 May 2023 11:35:29 +0000</pubDate>
				<guid isPermaLink="false">https://wpencryption.com/?post_type=blog&#038;p=1574</guid>

					<description><![CDATA[<p>Several factors comes into account like SEO, Security, Performance if you are a serious business owner or blogger trying to boost your brand or sales online. Perfection in SEO, Security, Performance are highly critical to stand out from the crowd and rank higher in search engines. Luckily, we have plenty of tools and resources in [&#8230;]</p>
<p>The post <a href="https://wpencryption.com/blog/4-best-scan-sites-every-wordpress-user-must-know/">4 Important scan sites every WP user must know</a> appeared first on <a href="https://wpencryption.com">WP Encryption</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>Several factors comes into account like SEO, Security, Performance if you are a serious business owner or blogger trying to boost your brand or sales online. Perfection in SEO, Security, Performance are highly critical to stand out from the crowd and rank higher in search engines. Luckily, we have plenty of tools and resources in this modern web to measure every possible metric of an online website and we would love to share our favourites which may be of greater help to you!.</p>
<h2>1. SSLLabs</h2>
<p>Soon after you kickstart your new website / blog, getting an SSL certificate and enabling secure HTTPS padlock on your site is the very first task you must look at. HTTPS plays a vital role in search engine rankings as HTTPS enabled sites are ranked higher compared to non-secure sites and it&#8217;s also a symbol of trust. <a href="https://wordpress.org/plugins/wp-letsencrypt-ssl/" target="_blank" rel="noopener"><strong>WP Encryption WordPress plugin</strong></a> helps you generate free SSL certificate. After installing SSL and enabling HTTPS, make sure you run a SSLLabs scan to confirm everything is perfect and installed SSL is not revoked or expired.</p>
<p><img fetchpriority="high" decoding="async" class="aligncenter wp-image-1575 size-full" src="https://wpencryption.com/wp-content/uploads/2023/05/ssllabs-e1684582862286.png" alt="ssllabs" width="1072" height="602" srcset="https://wpencryption.com/wp-content/uploads/2023/05/ssllabs-e1684582862286.png 1072w, https://wpencryption.com/wp-content/uploads/2023/05/ssllabs-e1684582862286-300x168.png 300w, https://wpencryption.com/wp-content/uploads/2023/05/ssllabs-e1684582862286-1024x575.png 1024w, https://wpencryption.com/wp-content/uploads/2023/05/ssllabs-e1684582862286-768x431.png 768w" sizes="(max-width: 1072px) 100vw, 1072px" /></p>
<p>Link: <a href="https://www.ssllabs.com/ssltest/analyze.html" target="_blank" rel="noopener nofollow">https://www.ssllabs.com/ssltest/analyze.html</a></p>
<p>Alternative: <a href="https://www.sslshopper.com/ssl-checker.html" target="_blank" rel="noopener">https://www.sslshopper.com/ssl-checker.html</a></p>
<p>&nbsp;</p>
<h2>2. Security Headers</h2>
<p>As important as having HTTPS enabled, as a security precaution, its highly crucial to enable certain security headers on your site to block various attacks like XSS, Request forgery, Session hijacking, Mime type sniffing, etc., <a href="https://wordpress.org/plugins/wp-letsencrypt-ssl/" target="_blank" rel="noopener"><strong>WP Encryption WordPress plugin</strong></a> helps you enable many of these security headers easily with a click of a button. After enabling important security headers, make sure to scan your site at Probely Security headers scanner to confirm no important headers are missed.</p>
<p>Link: <a href="https://securityheaders.com/" target="_blank" rel="noopener">https://securityheaders.com</a></p>
<p>Alternative: <a href="https://observatory.mozilla.org/analyze" target="_blank" rel="noopener">https://observatory.mozilla.org/analyze</a></p>
<p>&nbsp;</p>
<h2>3. Performance</h2>
<p>Nobody will stay on your site if you have a laggy, slow loading site!. Every website should leverage CDN (Content Delivery Network) for faster assets loading, caching and certain code optimization, image optimization, serving images in webp format, reducing render blocking scripts, getting rid of huge assets has to be done to make your site perform smoother and faster. It could become tedious task to identify resources causing slow performance and GTMetrix performance scan comes to your help.</p>
<p><img decoding="async" class="aligncenter size-full wp-image-1576" src="https://wpencryption.com/wp-content/uploads/2023/05/gtmetrix.png" alt="gtmetrix" width="1024" height="374" srcset="https://wpencryption.com/wp-content/uploads/2023/05/gtmetrix.png 1024w, https://wpencryption.com/wp-content/uploads/2023/05/gtmetrix-300x110.png 300w, https://wpencryption.com/wp-content/uploads/2023/05/gtmetrix-768x280.png 768w" sizes="(max-width: 1024px) 100vw, 1024px" /></p>
<p>Link: <a href="https://gtmetrix.com" target="_blank" rel="noopener">https://gtmetrix.com</a></p>
<p>Alternative: <a href="https://tools.pingdom.com" target="_blank" rel="noopener">https://tools.pingdom.com</a></p>
<p>&nbsp;</p>
<h2>4. SEO</h2>
<p>SEO meta tags play a vital role in search engine rankings and writing a keyword focused content, keeping eye on headlines length, making use of H1-H6 headlines are most important to gain better attention from search engines and rank higher. When you are managing a blog or have lot of content, its very common to miss some of the important SEO factors and your lengthy article may not receive deserved organic traffic from search engines!. Running a free SEO audit with SEMRUSH often would help you identify several SEO factors affecting your site and improve accordingly.</p>
<p>Link: <a href="https://www.semrush.com/siteaudit" target="_blank" rel="noopener">https://www.semrush.com/siteaudit</a></p>
<p>Alternative: <a href="https://www.seoptimer.com" target="_blank" rel="noopener">https://www.seoptimer.com</a></p>
<p>&nbsp;</p>
<p>The post <a href="https://wpencryption.com/blog/4-best-scan-sites-every-wordpress-user-must-know/">4 Important scan sites every WP user must know</a> appeared first on <a href="https://wpencryption.com">WP Encryption</a>.</p>
]]></content:encoded>
					
		
		
			</item>
	</channel>
</rss>
