How to Redirect AMP Page URLs


This post will help redirect all AMP page URLs to original page, post, and category URLs with Redirect plugin in WordPress. I will be using REGEX to implement bulk redirection in WordPress using free plugin. Install Redirection Plugin Login to your WordPress admin area and click add new plugin and look for Redirection, install it … Continue reading How to Redirect AMP Page URLs

Setting up Bash WSL on Windows 10 (npm, nodejs)


npm-install-error-not-foundram-files-nodejs-npm-3-mnt-c-program-files-nodejs Just run these commands from bash .. This will install nodejs 14, if you want to install latest or older version of nodejs.. you should change /setup_14.x like /setup_12.x Install NodeJS on Ubuntu Run the following commands if you are using WSL on Windows 10 and npm and node do not run and returns … Continue reading Setting up Bash WSL on Windows 10 (npm, nodejs)

VS Code ReactJS Extension & Emmet Auto-complete Congratulation for JSX, JS and VueJS


This post will help you install and configure Visual Code Studio extensions for ReactJS that will improve your productivity by 10 folds. We are going install extension to create ReatJS Class based and function-based components on the fly and configure Emmet for JSX, ReactJS, VueJS and JavaScript Install VS Code ReactJS Extension If you want … Continue reading VS Code ReactJS Extension & Emmet Auto-complete Congratulation for JSX, JS and VueJS

How I Fixed Core Web Vitals


So here is how I decided to experiment few things to fix core web vitals on my WordPress sites and after a month or so, I can see some positive results in Google Search Console for these WordPress sites that were in red category of Core Web Vitals score. A lot of people would say … Continue reading How I Fixed Core Web Vitals

HTML 5 Elements


In this post you will learn what are the elements in HTML and how they work, I’m going to demonstrate with codes and visual images that will help you understand how the tags created and used to display heading, paragraph, forms, images, links, list of items and more. HTML stands for Hyper Text Markup Language, … Continue reading HTML 5 Elements