Enable Mod_headers Apache

Abhijeet Pratap
How to install mod_headers on Apache Server The Apache server is an open source and free web server which powers a very large part of the internet. One of the main reasons that the Apache server is highly popular is its module structure. Apache offers a large number of modules that can be used to extend the Apache server functionality. The header module is one of those crucial modules that is used to improve the security and functionality of Apache server.

Install Nginx on Ubuntu22.04

Abhijeet Pratap
How to install Nginx Web Server on Ubuntu 22.04 Nginx is an all in one load balancer, reverse proxy and web server. It is free and open source and preferred for its speed and security. In this post, we will explain how to install Nginx web server on an EC2 instance running Ubuntu 22.04. First of all, let us create an ec2 instance on which we can install the server.
Discovered Currently Not Indexed

Discovered Currently Not Indexed

Abhijeet Pratap
How to deal with discovered, currently not indexed urls in GSC When you look inside your Google Search Console data, you might come across several scenarios. Some urls may be indexed and several might not be indexed. Indexation issues are common across websites and particularly low DR or new websites, face more of such issues. Every website/blog owner wants site urls to get quickly indexed so that they can appear in the search results.

Reset Wordpress User Password Easily

Abhijeet Pratap
How to Easily Reset Password for a Wordpress User Account Losing passwords can be frustrating. However, in most cases you can reset the password easily. If you lost your wordpress password, you can reset it from the login.php page. You will receive an email to reset the password. However if your Wordpress email service is not set properly or if for any other reason the mail does not reach you, you might need to try other methods to reset your password.

Add Custom CSS in Wordpress

Abhijeet Pratap
Add Custom CSS to your Website CSS stylesheets are a critical part of any website that affect the look and feel of the website as well as user experience. All the Wordpress themes have their own stylesheets. However, making changes to the original stylesheet is not recommended since it can break your website. You must instead add extra css to your website using other methods to make sure that your site functions as expected.
Disable Default Wordpress Sitemap

Disable Default Wordpress Sitemap

Abhijeet Pratap
How to disable the default wordpress sitemap Wordpress is the favorite CMS of millions of users because of its ease of use, excellent features, and the thousands of plugins and themes that make it easier to improve Wordpress functionality to suit various styles of needs. You can create nearly all types of websites in Wordpress including ecommerce sites, portfolio sites, business and educational websites, blogs and so on. Another important fact that Wordpress is the favorite of so many users is that you can manage SEO in Wordpress with much more ease compared to any other CMS.
Sample Mixed Chart Chart.js

Sample Mixed Chart Chart.js

Abhijeet Pratap
How to draw a Mixed chart in chart.js The chart.js javascript charting library is an excellent library for making different types of charts including bar charts, line charts, mixed charts, bubble charts, radar charts, pie charts and so on. These charts are highly customizable which means when you draw charts using chart.js you do not feel limited by features. Chart.js is an open source and well maintained library. It is also the most popular one based on number of downloads and Github stars.
Title and Subtitle Chart.js

Title and Subtitle Chart.js

Abhijeet Pratap
How to Add title and subtitle in chart.js Chart.js is a javascript charting library used for creating charts of various types including line charts, bar charts, mixed charts radar charts, bubble charts, pie charts and so on. Chart.js is also the most popular javascript charting library based on the number of Github stars and downloads. One of the leading reasons it is so popular is that it is highly customizable. You can use plugins that can add new functionalities and help you create absolutely awesome looking charts.

Install Free SSL Certificate on Apache Server Ubuntu 22.04

Abhijeet Pratap
How to Install Free SSL on Apache Ubuntu 22.04 Every website needs a SSL certificate. It is important for the security of your website and visitors’ data and it is also important in terms of SEO. If you are running a website on an Apache server or planning to run one, you can easily install a free ssl from Let’sEncrypt on your server for each website you have hosted on it.
How to Fix Crawled Currently Not Indexed

How to Fix Crawled Currently Not Indexed

Abhijeet Pratap
If you check in your search console account, inside the pages section, you will see that the pages are divided into two categories - indexed pages and not indexed pages. The search console also provides the reasons why some of your pages have not been indexed and there can be various reasons behind it. There can be pages that are not indexed because they have been marked as not indexed. Other pages are not indexed because they redirect to other pages or they are 404s.