Posts

Showing posts with the label Blogging

Theme customisation in the Blogger website

Image
  Welcome back guys❤️. So, in this post, I will guide you on theme customisation (small tour) in the Blogger website. Today we are going to see, How to change Theme Hide widgets from home page Perfect way add Html, css and Javascript Enable add gadget button Enable and disable any fixed widgets Change Theme colors and font Disable comments on articles and pages #1.How to change theme in blogger First of all, we need to know why we need to change Theme: the default theme of Blogger doesn't have a good looking, SEO friendly theme, readymade widgets and so on. So we need to change it.  How to change Theme Go to Theme section in the blogger dashboard. Then click the drop down arrow mark, and you will see an option to restore your theme. Click restore and select file, your file is uploaded soon.   #2.How to Hide widgets from home in blogger Some widgets will increase your home page loading speed, so we should hide from home. How to hide from home First of all choose a widge...

How to Enable cookies notification in Blogger website - step by step guide

Image
  Welcome back guys. So, in this post, I will guide you on how to Enable Cookies banner in Blogger website . What are cookies? It is a small piece of data stored on the user's computer, while browsing a website. Cookies are designed to be a reliable mechanism for websites to store safety information or to record the user's browsing activity.  Benefits of cookies It will improve your website loading capability. It will increase your AdSense earnings. cookies policy law The cookies policy law says, they who are have adsense and Google analytics account, should Have a Cookies banner and policy page in your website. How to enable cookies to Blogger W There are several ways to create cookies. today I will teach you easy way to create cookies in your website. Let's get started, STEP:#1 Go to the  Cookiesconstant.com . STEP:#2 Scroll down and choose your compliance preference. I will recommend to you Choose GDPR + eprivacy Directive . STEP:#3 Then next step enter your website na...

How to create Dark Mode in Blogger website - complete script code

Image
  Welcome back guys. So, in this post, I will guide you on how to create Dark Mode in Blogger website .  What the purpose of Dark Mode Dark mode is reduces the light emitted by device screens while maintaining the minimum colour contrast ratios required for readability. Both iPhones and Android handsets offer system-wide dark modes. Is Dark mode better for eyes? when we use dark mode less light enters our eyes, which results in the pupils being dilated. This leads to the formation of a blurring image and strain while reading. Which is better light or dark mode? Dark mode successfully cuts glare and reduces blue light, both of which help your eyes. However, dark mode isn't for everyone, and in some cases, it can actually cause more vision problems than solutions.  How to create Dark Mode in Blogger website Before we move forward you must install jQuery in your blog, some blog mey already installed it.  If can't find it paste following code just after <head>, ...

how to fix data-vocabulary.org schema deprecated error on Google search Console in Blogger website.

Image
  Welcome back guys. So, in this post, I will guide you on how to fix data-vocabulary.org schema deprecated error on Google search Console in Blogger website.  What is Structured Data? It is a specific JSON code on the every web-page. that helps search engine robots to analyse the page easier and structure the content for better understanding. All your page has a lot of elements it is so hard for search engines to know where exactly the breadcrumb or the other element is.  What are data-vocabulary.org and schema.org? Data-vocabulary.org and schema.org are the sets of extensible schemas (structured data formats) used to "construct" the webpage in a way for search engines to analyse and understand it better. When did Google decide to support Schema.org structured data? On January 21, 2020, Google announced support for data-vocabulary.  How to fix “data-vocabulary.org schema deprecated” error? The structured data is a special code on your website. Basically, you need t...

Advanced timer script script for blogger website

Image
  Welcome back guys. So, in this post, I will guide you on how to set an advanced timer before the download button and advanced download button for Blogger. Before we move forward, let's talk about the purpose of the timer. Purpose of timer It will decrease your website bounce rate. It will increase your ad impression. It will increase your ad CTR rate. We will follow up today, Advanced timer script Advanced download button script Advanced timer script This type of timer script will open the download page as a pop-up window , when visitors click the download button. You can see the image below. Steps to create download page STEP:#1 Go to the blogger dashboard, under the theme section and click edit html and search </head> and paste following css code just before it. <style> .modal { display: none; position: fixed; top: 0; right: 0; bottom: 0; left: 0; text-align: left; background: rgba(0,0,0, .9); ...

How to remove m=1 in Blogspot blog's

Image
  Welcome back guys. So, in this post, I will guide you on how to remove ?m=1 from blogger URL , and make a simple professional URL.   you can See when you visit any Blogger blog on the mobile phone, then there will show you, "?m=1" in the respective page address (URL).  Why it's(?m=1) present? Usually, it is a mobile view parameter.  It was not added by you or the theme developer, or anyone else, it was automatically added by Blogger CMS. We can not see "?m=1" in the laptop version(check it out). You can also notice "?m=0" , it appears when you are having null Post on your website. It is also automatically generated by the blogger itself. You don't need to worry about it. This will affect your SEO? No.You don't need to remove it. It is in the context of SEO. Means if you don't remove ?m=1 it will not affect your blog SEO in any condition and also, it doesn't affect in Google search console (webmaster tool).  But you could remove it o...