How to move or renew LetsEncrypt SSL certificate manually?

As mentioned in my earlier blog post, I am using LetsEncrypt free SSL certificate on one of my sites. The certificate was due to expire in few weeks. The CertBot dispatched an alert message for the same on my official email address. As I’m using SSL for the first time and having several doubts in mind, I decided to renew LetsEncrypt certificate immediately. I fired the following command in the Linux terminal (10 days prior the certificate’s expiry date) and restarted Nginx. ...

April 3, 2017 · 2 min · 371 words · prhost78

Elegant Themes review 2018: Great themes for WordPress

A theme is responsible for the success of a blogger. Many bloggers end up buying a theme which looks attractive but scores 0 when it comes to SEO. Despite publishing high-quality content on their sites, these bloggers don’t enjoy success and they quit blogging As a newbie blogger, I had committed a huge mistake of trusting a third class theme developer. The developer rolled out an update which created the dreaded duplicate title, meta description problem on my site. ...

March 25, 2017 · 6 min · 1103 words · prhost78

Letsencrypt review: Should you use free SSL certificate?

After Google declared HTTPS as a ranking signal, thousands of sites have switched to HTTPS from HTTP. To secure your site with HTTPS, you must install an SSL certificate on the server and configure the web server to redirect HTTP traffic to HTTPS. Before Let’s Encrypt Certificate Authority was launched in 2016, companies used to charge a hefty amount for providing SSL certificates. Now, you can easily get free SSL certificates to secure your personal or business portal, thanks to Let’s Encrypt. ...

March 19, 2017 · 3 min · 511 words · prhost78

Google Fred Update: Hybrid of Google Phantom and Penguin algorithms?

Google has rolled out a new algorithm update on 7th of March. The head of web spam team, Garry Illyes has named the new algorithm as Fred. The Google Fred update has killed the rankings of many websites overnight. It has brought people who were earning good amount of money online to their knees. Since 8th of March, many webmasters have reported that their sites have lost 80 to 90% traffic and some folks have reported a significant increase in organic traffic after March 8. ...

March 13, 2017 · 2 min · 363 words · prhost78

How to fix logrotate not working problem?

If your app is appending the errors and website visitor’s IP address, browser data, etc to a log file, you should manually archive old log files or use Logrotate. If you don’t do so, the server will run out of storage memory and your application may crash. Logrotate is a powerful program that archives and removes old log files. It saves heaps of storage memory by automatically compressing log files generated by Apache, NGINX, MySQL, etc. ...

March 9, 2017 · 3 min · 440 words · prhost78

Nexus WordPress theme review (2018)

Nexus is a powerful WordPress magazine theme developed by ElegantThemes. For those who aren’t aware, ET is one of the top WP theme and plugin development companies. Some of its most popular products are Divi theme, Monarch social sharing plugin, etc. Nexus template has a beautiful layout and it provides a plethora of widgets. It is a customizable theme that supports full-width layout. It is ideal for news websites and blogs. ...

March 4, 2017 · 5 min · 860 words · prhost78

What is the best WordPress permalink structure for SEO?

WordPress saves the permalink of the page/post in a database table. It doesn’t generate them on the fly. Hence, you can change the structure of the post/page URL anytime. You should avoid changing permalinks often because it complicates your site. When you change the URL structure, you’ll have to redirect the old URL to the newer URL with a proper HTTP status code. If you don’t implement the redirect correctly, your site’s traffic from search engines will decline. ...

February 28, 2017 · 3 min · 432 words · prhost78

How to show or hide widget in WordPress pages or posts?

Sometimes, you may want to display widgets only on certain pages of a site. If you’ve knowledge of PHP, you can show/hide widgets with just 2 lines of codes. The 1st line will have the PHP if else condition to detect the current page or term. If the condition you’ve specified in the if statement is true, then the code inside the if block must be executed. The block must have the shortcode or code to display the required widget. It is the 2nd line of our code. ...

February 22, 2017 · 2 min · 388 words · prhost78

Site deindexed by Google: Possible reasons why your website is removed

Site deindexed from Google is the worst nightmare for any blogger or business owner. When Google removes your site from its index, your AdSense earnings are down by 70 to 90%. If traffic from social networks to your site is high, you can recover the earnings by becoming an affiliate marketer. If your site doesn’t get good traffic from Facebook, Twitter or any other social site, your website will be of no use. ...

February 17, 2017 · 3 min · 472 words · prhost78

HTTP to HTTPS migration: Important thing you should know

According to Google, HTTPS is a ranking signal. If you make your website secure by configuring the web server to deliver HTTPS pages, your site may rank higher than an HTTP only portal. More importantly, web browsers have begun to warn their users of non-secure web pages. The Google Chrome browser (version 56) marks non-https website pages as insecure when they have an HTML field for entering passwords, credit or debit card details, etc. ...

February 12, 2017 · 2 min · 411 words · prhost78