How to Remove ?=m1 From Blogger Website - Blogging Tips & Tricks

0

Remove ?=m1 From Blog Website Url

Do you want to look professional url of your blogger website? Many people fail to create a professional url without ?=m1 in blogger website so you are facing problem in your blogger website like   ?=m1, don't worry about this problem in this article I will share complete details to add html script in your blogger website and solve this problem.
After reading article you will able to remove ?=m1 from your blogger website. 


What things are required to remove ?=m1 from blogger website? 

If you have a laptop or computer you can easily solve this problem if you have a smartphone don't worry you can do easily in your smartphone. 
Same procedure will apply on computer /laptop or smartphone.

Follow below steps to add ?=m1 removing script in your blogger website.

Sign In Blogger.com, select your blog than goes to "Theme" option which is showing in below screenshot.

Than you have to click on on "edit HTML" option.



Than find closing code of body </body>


Copy below script and paste before closing of </body>

Paste it here and finally you are done, refresh your blogger website and enjoy.


Copy this script

<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("&m=1"));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("?m=1"));window.history.replaceState({}, document.title, clean_uri);}//]]></script>

It's very important to remove ?=m1 from blogger website url, because it doesn't look as professional url of websites so this script will most helpful for you and all those who are using blogger websites. The url is a important part of the website, it should be a correct.

Post a Comment

0 Comments
Post a Comment (0)
To Top