How to prevent search engines from crawling “add_to_wishlist” link to save server CPU resources.

For quite a long time, I was having problems with my server and have been optimizing since then and have taken different steps to minimize my woocommerce e-commerce website to eat less resources. We all know WordPress is heavy and woocommerce makes it much heavier, therefore my real-life experience will surely help you to maximize your server resources which is good for website loading speed and will improve google crawl budget by preventing search engine bots to not take an excessive amount of resources to crawl the website. Follow to the end to learn how to stop search engines from crawling “add_to_wishlist” link to save server CPU resources.

Why should I restrict or disallow crawling bots of search engines?

links that are taking more resources and making the server slow
links that are taking more resources and making the server slow

Bots use the resources of the server like a real human visitor, therefore if you have limited resources on your server it will use those resources CPU RAM to crawl and go link by link. In our case, we “Disallow” bots to crawl “add_to_wishlist” links on our woocommerce ecommerce website so that our server has enough resources to handle real visitors who are visiting our website and not making the website down or slow.

google crawled but did not index such links
google crawled but did not index such links

Here google bot was crawling “add_to_wishlist” links which are of no use in terms of SEO moreover google is not indexing those links so I decided to “Disallow” bots to crawl links “add_to_wishlist” using robots.txt.

What is robot.txt and how it can help to stop search engines from crawling links?(main step)

This is txt inside root folder of a website, that tells search engines to crawl or not to crawl. To check your robot.txt file from google search console go to this link. Below is an example of what can be inside robot.txt file.

User-agent: *
Disallow: /wp-admin/
Allow: /wp-admin/admin-ajax.php

Sitemap: https://www.yourwebsite.com/sitemap_index.xml

Disallow: /wp-content/uploads/wpo-plugins-tables-list.json

We will be adding Disallow: add_to_wishlist so the new file content will be:

User-agent: *
Disallow: /wp-admin/
Allow: /wp-admin/admin-ajax.php

Sitemap: https://www.dakhm.com/sitemap_index.xml

Disallow: /wp-content/uploads/wpo-plugins-tables-list.json
Disallow: /*add_to_wishlist=*

Here we are disallowing google or search engines to crawl that specific type of link. Therefore unnecessary usage of resources from the server will be saved. After adding Disallow you can check it in action like the screenshot below from search console.

How to prevent search engines from crawling
screenshot from search console

To Edit and save robot.txt, you need to download the file and upload it to your website’s root folder.

How to check robot.txt file from Rank Math SEO plugin?

screenshot for Rank Math plugin to see robot.txt
screenshot for Rank Math plugin to see robot.txt

Let us continue our article and read below to know more about server usage and find the issue.

How did we find that specific type of link crawled by google bot is causing the CPU usage 100% ?

At first, we were seeing extremely slow website and nothing was loading showing database connection errors on certain periods when our visitors were low on the website reported by google analytics. Then we checked our hosting provider Cloudways they are very good as per their customer service and hosting quality and really fast comparatively offer great packages for WordPress. Most of the time we don’t have downtime unless there is a sudden spike in traffic but as we can’t see any visitors on google analytics, we check cloudways slow pages of our website like the screenshot below. Thanks to Cloudways support team and their panel.

How to prevent search engines from crawling

We got a hint that add_to_wishlist link is being accessed at abnormally high rate which is not normal for any organic human visitors and must be of some type of bot. We dig deep and found IP location from google is accessing those links.

Cloudways IP location panel
screenshot from Cloudways IP location panel

With help from IP locator tool we ensured this is a bot and planned to stop any bot from accessing the link of the wishlist.

Conclusion

When in any slow website situation, always first contact hosting support, most of the time they will give you hints or solve your problem but if something arises that looks abnormal like this crawling issue that hosting support can not solve, hire a web developer or contact an expert and in most cases, there can be multiple cases of such server CPU RAM issues. I look forward to solving problems for my clients and myself. This is my hobby to tweak and work with web development and internet. If you are facing situation that is hard to navigate, throw me an email and share this article to help friends and family.

How to install WordPress free on PC (quick 3 steps)

Easy tutorial with video showing step-by-step process how to install WordPress free on PC in localhost using XAMPP. WordPress is the most popular blogging, website making software you can find nowadays. One of the most easiest and versatile Content Management System for websites. Plug and Play. Making and maintaining a complex website has never been easier than before with thousands of ready-made plugins and themes.

I hear from clients and saw queries with types of questions regarding Installing WordPress. One of the most common questions is:

How do I install WordPress for free on my PC and learn how to develop my WordPress website without spending on hosting, domain? Answer: Just follow this tutorial to the end or skip to the tutorial video at the end of this article.

The beauty of WordPress pulled you to this tutorial video. You already know what is WordPress and I am going to show you how you can install WordPress with few easy quick steps.

Step 1: Install XAMPP Software on your computer

How to install WordPress free on PC

How to install WordPress free on PC (quick 3 steps) How to install WordPress free on PC (quick 3 steps)

From their website, you can find detailed FAQs and Answers related to XAMPP software. XAMPP also helps to run Joomla, PHP scripts on a computer for Free. With XAMPP you can turn your PC into a mini server and can run a web-based application on your PC which normally takes paid servers, hosting like cloudways, GoDaddy to run.

It is better to install XAMPP on a different Drive and not on C drive, as XAMPP will run on your PC it will make pressure on C Drive causing PC to slow down from time to time, this is from my experience I am saying. All WordPress and websites lives inside “htdocs” folder inside XAMPP installed folder on your drive.

How to install WordPress free on PC (quick 3 steps) How to install WordPress free on PC (quick 3 steps)

Step 2: Download WordPress

    1. Go to https://wordpress.org/download/ and download the latest version of WordPress. Always use the official website for WordPress download

    How to install WordPress free on PC (quick 3 steps)

  1. Extract the ZIP folder manually and copy the “wordpress” folder and paste it inside the “htdocs” folder of XAMPP How to install WordPress free on PC (quick 3 steps) How to install WordPress free on PC (quick 3 steps) How to install WordPress free on PC (quick 3 steps)
  2. Rename the “wordpress” folder inside “htdocs” that you just copy pasted to your desired name How to install WordPress free on PC (quick 3 steps)

Step 3: Start the Installation process from the browser

  • Go to XAMPP control panel and click “start” on all services How to install WordPress free on PC (quick 3 steps) How to install WordPress free on PC (quick 3 steps)
  • Go to browser and type “//localhost/projecttwo/” here “projecttwo” is the folder name in my case inside “htdocs” folder therefore you need type the folder name of gave How to install WordPress free on PC (quick 3 steps)

Note: correct folder name and XAMPP must be running to start the installation with a browser, any mistake will not let you go to the next page from where the language selection starts.

  • After going to the correct URL from the browser, select the language, in my case it’s English and click “Continue”How to install WordPress free on PC (quick 3 steps)
  • on the next page, click “Let’s go, here you can read the instruction from the WordPress but as you are following this tutorial you don’t need to read it now and just follow the steps and proceed.How to install WordPress free on PC (quick 3 steps)
  • On the next page you will see you need to input Database Name, Username, Password – these details are necessary to connect the WordPress files with the database from XAMPP and you will get these details like Username, Password during XAMPP software installation. This Username, Password is universal for any installation you do inside XAMPP like WordPress or Joomla, so you must remember Username, Password and for Database Name, you need to create a new database every time from “phpmyadmin” and input the database name in “Database Name” fieldHow to install WordPress free on PC (quick 3 steps)
  • To make a new Database go to browser and type “//localhost/phpmyadmin” this is also an universal URL for your XAMPP where you need to go to find all other databases of all wordpress, joomla installation. After going to “//localhost/phpmyadmin” follow the next screenhot
    1. Go to “//localhost/phpmyadmin”
    2. Click “Databases”
    3. Write your desired Database name
    4. Click “Create”

How to install WordPress free on PC (quick 3 steps)

  • Copy the Database name for using next step How to install WordPress free on PC (quick 3 steps)
  • Paste the Database name you just created in “phpmyadmin” and Username, Password from XAMPP. For now keep Database Host, Table Prefix as it is default. Click “Submit” How to install WordPress free on PC (quick 3 steps)
  • Click “Run the installation” How to install WordPress free on PC (quick 3 steps)
  • On the next page, you need to enter personal information regarding your website
    • Site Title – as per your wish
    • Username – your own username to login into admin of WordPress
    • Password – any secure password to login to wp-admin of WordPress
    • Email – must use valid email here this email is very important, WordPress will use this email as primary email for communication with plugins, themes, or admin
    • Search Engine Visibility – is important when you let google to crawl your site keep it ON for SEO purpose

How to install WordPress free on PC (quick 3 steps)

  • Click “Install WordPress” How to install WordPress free on PC (quick 3 steps)
  • On this step WordPress Successfully recorded your input and you are ready to login to WordPress dashboard or backend that is wp-admin of your new WordPress website, click “Log in”

How to install WordPress free on PC (quick 3 steps)

  • Input your given details that you just gave above and click “Log in”

How to install WordPress free on PC (quick 3 steps)

  • After logging in you will see Dashboard of wp-admin, this dashboard is visible to website’s admin and secured with your given username and passwordHow to install WordPress free on PC (quick 3 steps)
  • You can type in your website URL to see what the new WordPress looks like, in my case, the URL will be “http://localhost/projecttwo/ “ this is what visitors will see when they visit the website (there is a video tutorial below)install wordpress on your computer,localhost
  • Finally, WordPress installation is done, you can now rest a bit and enjoy your new WordPress website ☺
Video step by step on how to install WordPress free on PC guide you can follow of this whole tutorial

This tutorial covers following questions from my readers, followers, clients:

  • how to install wordpress on localhost

  • how to install wordpress on windows 10

  • how to install wordpress in xampp

  • wordpress download

  • how to install wordpress theme from zip

  • how to install wordpress for free

  • how to install wordpress locally

After installing your new website, you need the website to look nice and professional to your readers and visitors

author

A professional WordPress theme can change your website entirely and give a new fresh look. Excite – Clean Responsive Multi-Purpose WordPress Theme comes with ready-made layouts, drag and drop elements, just install the theme and give your website a premium look. Check Out the theme →

How to install WordPress free on PC (quick 3 steps)

Top most outstanding best wordpress themes for business, startup, agency and companies

Your business is booming and you want to take your startup to a new level by giving it an online presence with a wordpress website. While market competition is at peak, your business website requires some solid answers to the fast spinning new digitalized world. May be you are providing better services, better products to the markets need. But all of these fades out if the visualization and quality of user experience are lack on your website. Well crafted wordpress themes can provide you the top notch service in this matter.

You must be wondering why do you need wordpress and wordpress themes?. Ensuring quality, spectacular design and friendliness requires cost, expertise and brainstorming. If the flurry of the wallet is not ensured, the success graph of your website always points to the downward way. As a small and medium startup or business to keep pace with this necessity could be the end of the road, But wordpress can come to the rescue in this matter. A good and well crafted wordpress themes not only saves your time but also ensure the utmost quality and awesomeness of your website.

To help you out more we have come up with some of the best wordpress themes for your business, startup, agency website. Developing wordpress sites with these templates is fast, clean and appealing. Start customizing your wordpress site right way with this narrowed down list of best wordpress themes for your business site.

What are the best wordpress themes for business website?

Divi

Divi is right now the most popular business and corporate template in 2017. In terms of modern wordpress themes design Divi topped among all other. Beautiful and eye-catching design is its prime focus. The multipurpose nature of the template can help you all the way while developing your wordpress site. The most unique feature of Divi is its amazing drag and drop options. This feature enables you to drag and drop web elements for faster wordpress website development. Amazing parallax scrolling, animated slider and all other visually appealing design elements alone can ensure the utmost visual satisfaction of your visitors. Also there are lots customization methods that will ease up your way while developing your wordpress site with this amazing wordpress theme.

Wordpress business theme Divi
WordPress business theme Divi

X

Among the marching soldiers of top wordpress template for business website X is certainly keeping its place up. The endless customization is the niche of this amazing wordpress theme. X is packed with significant amount of functionalities. It comes with several variations. The template is totally multipurpose focused offering variations in header, footer etc. This totally responsive and retina ready template could be your one and only standalone frontier while developing your wordpress site.

WordPress business theme X
WordPress business theme X

Zerif Pro

Zerif Pro is another amazing template for business or corporate site. This interactive template is aimed for small business startups. It’s one page multipurpose design has some of the best design elements available in wordpress templates. To make your development more smooth and friendly it offers custom theme widgets. The custom theme option panel will give you some hands up quick accesses. The super trendy parallax slider effect will bring catch look in your website. Last but not the least it’s a total package of unlimited customization options to give you an amazing development experience.

WordPress business theme Zerif Pro
WordPress business theme Zerif Pro

Simple UI

SImple UI is simple but elegant wordpress theme for any business, corporate, agency or any other relative website. If you are thinking of engaging a mass user in your website, the template could be the ultimate solution. This minimalistic template’s code is highly optimised so that you don’t feel any glitch while developing your wordpress website. The power admin panel that comes along with this template is well enough to make you invincible. Smooth scrolling and parallax images also the crafty design elements certainly will ensure maximized user engagement and conversion.

WordPress Business Theme
WordPress Business Theme

Avada

Avada is the number one top selling wordpress template in envato marketplace, themeforest having almost 100 thousand downloads. The reason behind its such popularity is the fusion builder which provides thousands of customization accesses and functionalities. A good amount of premium plugin is integrated with the template which comes free with the purchase. The amazingly rich number of template variation gives you the ultimate flexibility and ground while choosing the best for your wordpress website. Avada loads faster than most of the wordpress template available in the market which is crucial for any business website.

WordPress business theme Avada
WordPress business theme Avada

Monstroid

If you are in a bit of slow slide in coding Monstroid wordpress template could be your good solution to start your wordpress site development. The template comes with MotoPress editors which gives you all the functionalities to have a coding free development experience. It’s visually attractive colorful section and amazingly animated items is alone enough to hold your visitor to your site. A full width layout and meticulously crafted full width slider can bring unique look to your website. It comes with instant skin switcher which gives you a immense amount of flexibility. It is also packed with monstroid plugins which comes as free with the template. It offers lots of inner pages and feature items to showcase your product or services in most efficient manner.

WordPress business theme Monstroid
WordPress business theme Monstroid

Total

Total is a fully responsive multipurpose drag and drop wordpress template for any business, corporate or any other related website. The template comes with lots of cool feature, among them is the drag and drop feature. The template has amazing pre-built layouts and template variations in its basket to offer. The unique cool thing that comes along with the template is the front end live editing functionalities. You can see all of your customization live with this amazing feature. Its multipurpose design comes with unlimited color option from where you can choose the best to your product display. Some of the best wordpress plugin is integrated with the template which will ease up your efforts in many ways.

WordPress business theme Total
WordPress business theme Total

The Gem

In the new list of modern wordpress template which offers wide range of trendy feature The Gem certainly make the top in the list. This amazingly beautiful modern well designed template offers lots of interactive features that will make the ground of your online presence a solid one. Its colorful and beautiful appearance could be the stand out ensurance of your website amazing visibility. Its has nicely crafted full width slider, parallax effect, amazing scrolling effects. It offers some of the best catchy widgets to lead the way in the development. The template comes with more than 150+ demo layouts and styles. Overall we can say the template has the utmost flexibility, visual gorgeousness mixed in its platter. It’s certainly a template worth to look at.

WordPress business theme TheGem
WordPress business theme TheGem

Corporate

If you are looking for a template that will help you to focus certain services or certain things in you web pages, you should definitely take a look at Corporate wordpress template. In first look you will feel the simplicity of the template but when you deep dive into it you will the professional awesomeness of this wordpress template. Offers riched shortcodes, amazing slider and animated contents. The cool thing about the template is that it is totally AdSense optimized. Point out some the important things on your website and get maximized output from this amazing wordpress template.

Best wordpress themes for business Corporate
WordPress business theme Corporate

Hestia PRO

Hestia PRO holds its elite rank in the long list of wordpress templates because of it amazing material designed UI. It is also famous for its amazingly beautiful one page design. The clean and simple look is suitable for any businees, corporate, agency or any other related website. The portfolio section is integrated with jetpack and the template is fully woocommerce ready. Custom color, newspaper subscription, custom color, live easy customization and many other amazingly effective features is integrated with this template.

best wordress themes Hestia Pro
WordPress business theme Hestia Pro

Wrapping Up

These are our handpicked some of the best wordpress themes to start your wordpress business site building. So, why wait?. Fuel you jet, choose your template and have a kick start ahead of your market competition. Certainly these wordpress template will fulfill your every desire and need.

Check Most Recent Posts