Posts

Showing posts with the label blogging

In how many days does the blog start showing on Google?

Image
In how many days does the blog start showing on Google? Hi there, this is Bigsan and in this blog I am going  to tell you how much time does it take to start showing your blog on google.  See it is new easy to show your site on google. If you have a new blogging website then it will take one or two months to see your site on google. Below ore some to the tips to show your site on google fast.  Tips to fast index your site on google: Tip 1: Use social media websites If you want to index your site on google fast use the social media platforms like facebook,  twitter etc. You can also use quora to index you site on google fast. Because the more traffic you will get, the more fast your blog will start showing on google. Also,  google crawler mostly scan the social media websites for links, blogs etc. As a result,  your post will rank on google fast. Tip 2: Use the google search console.  Submit your site on google search console. After that submit a sitema...

Top 5 fast wordpress themes for blogging in 2021

Image
 Top 5 fast WordPress themes for blogging in 2021 In this article, I will tell you about the top 5 WordPress themes you can use on your blog. These themes are very lightweight and are fully optimized for SEO. These themes are also very fast. So, it will rank on google very fast. 1. Neve - the light theme                                       The first theme which is best for blogging is the neve theme. This theme is very fast lightweight and fully optimized for SEO. Neve is the perfect theme for blogging. It can be also used for woo commerce websites and any other website. The Neve theme will load in seconds, resulting in a high ranking on google. So, if you are searching for a fast theme then this theme is right for you. It is easy to install and customize. Just head to your WordPress dashboard then, click on theme and select neve. There are many variants of this theme.  2.  As...

How to get a free domain in 2021

Image
How to get a free domain in 2021 In this article, I am going to tell you how you can get a free domain in 2021. First of all, I want to clear that you can't get domain extensions like .com or .in or any other top-level extension for free. But, you can get a free .tk .ml .ga etc domain. These domains have no value and if you use these domains in your websites they will not rank on google.  But, you can get a free .com .in domain with cheap hosting from many websites. So, I am going to discuss some of the websites. 1. Hostinger Hostinger.com is the best website to get a .com or .in domain for free. You have to purchase a hosting in which a free domain is included. Hostinger is also the best site for beginners to host their websites who are just starting their blogging career. Hostinger has affordable plans. 2. Bluehost Bluehost.com is a web hosting service. They also provide a free .in, .com domain with any of their affordable plans. The hosting of this website is also fast and it ...

How to solve ?m=1 problem in blogger

Image
In this article, I am going to tell you how you can solve the?m=1 problem in blogger. Steps to solve the problem: 1. Go to your blogger dashboard and go-to theme. 2. Click on the three dots and click edit HTML. 3. After that go to the last of your blogger template. 4. Paste the code given below before the </body> tag. <script type='text/javascript'> //<![CDATA[ var uri = window.location.toString(); if (uri.indexOf("%3D","%3D") > 0) { var clean_uri = uri.substring(0, uri.indexOf("%3D")); window.history.replaceState({}, document.title, clean_uri); } var uri = window.location.toString(); if (uri.indexOf("%3D%3D","%3D%3D") > 0) { var clean_uri = uri.substring(0, uri.indexOf("%3D%3D")); window.history.replaceState({}, document.title, clean_uri); } var uri = window.location.toString(); if (uri.indexOf("&m=1","&m=1") > 0) { var clean_uri = uri.substring(0, uri.indexOf("...

How to add image carousel to any blogger website?

Image
How to add image carousel to any blogger website? In this article, I am going to tell you how you can add an image carousel to any blogger website. This process is very easy. So, just follow the steps I have told below and you can add them to your website. First of all, there is no option in blogger to add an image carousel. You have to use another trick to add the image carousel to your website.  What is an image carousel? An image carousel is a type of rotating banners of the slideshow. You can add up to 5 images and it can also consist of text. The images in the carousel can also repeat in intervals. Steps to add carousel to your blogger website: 1 . I will use the bootstrap framework to add a carousel to your website. First, add this CSS and javascript to your blogger website. Just head to your blogger dashboard then click on a theme. You must also keep a backup of the theme. After clicking theme, click the three dots then click on edit HTML. Copy the CSS and js script from dow...