How to Fix/Remove ?m=1 Problem From URL in Blogger

1/5 - (1 vote)

Hello friends, in today’s post I will tell you that blogger makeup look is seen here, which is seen as ?m=1 in the URL, how can we remove it, like friends, we update our website again and again. -Open it again and again on mobile or desktop and our users also open our website again and again to search anything or to get the code or script that appears on it. Our website URL looks something like this. www.techyshreyansh.com/?m=1 You get to see this kind of thing in place of mobile and desktop.

New%20Project%2020%20%5B6C63189%5D

Whereas if we run the website on our WordPress then we do not get to see anything like this, and if we create a website on our Blogger then we get to see something like this ?m=1 Friends, it is very difficult to remove it. It is very important, if perhaps you people do not know about it, then you people will definitely open your website or my website and see it, then you people will see something like this in the search bar somewhere? m=1 You can see this in the URL itself. Come on friends, now let us conclude our discussion here and let us know how we can remove it.

HOW TO REMOVE ?M=1 FROM BLOGGER URL

If ?m=1 is installed in your website then you should remove it, because as friends we know that if it is installed in our design and website, then it causes some problems in our design also, and Our URL doesn’t even look that good.

As you guys know that there is a redirect option in our website as well as in Blogger and as you guys know that due to ?m=1, redirection error also starts coming in our website, and there But if you later migrate your blogger’s website to WordPress or transfer it to WordPress, then you start facing problems there because of the URL. So to solve this problem, you people should follow the steps given below. You have to follow my steps and you all have to follow all the steps correctly and you also have to put the code that I will provide you properly in the theme edit HTML of your blogger.

STEP TO REMOVE ?M=1

  1. First of all you have to open your blogger dashboard.
  2. You have to get the option of Theme area, go to it and click on Edit HTML icon. You will see an icon like this, you have to click on it and everyone has to click on Edit Themes.
  3. Now you have to press control app and search </body> tag.
  4. If you do not find the </body> tag, then you will go to the very last part of the theme, there you will find the </body> tag.
  5. You have to paste the code given below above </body> take.
          <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>
    

Friends, after adding the code I have given above in your edit themes, the ?m=1 URL will stop showing in your blogger’s website. If you guys refresh your block and view the website, this ?m=1 will stop showing.

CONCLUSION

I hope that through this post you have understood how you can remove ?m=1 from your blogger website, friends, from this article I hope that you people have got something new.

Friends, my only hope from you is that you should share this article with as many people as possible and also tell it to your friends and comment that if you are facing any problem with the article in the court or in applying it, then we will help you. Can help in that, and you all must follow me on social media also.

One Request?

I worked hard on this post to help the blogging community. It would help me a lot if you consider sharing it on social media networks. Because Sharing Is Caring.. ♥️

Sharing Is Caring...
alt_here

Hello! My name is Tech Shreyansh, and I'm a Youtuber and Content Creator from Azamgarh, India. I have a channel on YouTube called Tech Shreyansh where I upload Tech Video, Also I'm a Professional Web Developer or Designer. I enjoy playing with Codes and making Interesting Things.

Leave a comment